source: josm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author
(edit) @19075   32 hours taylor.smock

Fix #23628: Decrease cost of ImageWarp#warp

This decreases overall memory allocations for ImageWarp#warp by ~80% and
decreases GC by ~80%.

This does not decrease the direct CPU cost of ImageWarp#warp.

(edit) @19074   37 hours stoecker

fix deprecation warnings

(edit) @19073   6 days stoecker

see #17858 - Java 8 → 11

(edit) @19072   7 days taylor.smock

Fix macOS output names for GitHub Actions

(edit) @19071   7 days stoecker

fix pmd

(edit) @19070   7 days stoecker

see #23627 - use getOSMLocaleCodes also for naming primitives

(edit) @19069   7 days stoecker

fix mime type

(edit) @19068   7 days GerdP

fix #23652 Wrong warning for elevator

  • don't check different layers when the node is tagged with highway=elevator
(edit) @19067   10 days taylor.smock

i18n updates

(edit) @19066   11 days GerdP

fix #23641: When mapping a forest inside a forest and make that inner, the inner landuse=forest tag is removed.

  • change code so the tags of inner ways which are common to the multipolygon are not removed.
  • add unit test
(edit) @19065   11 days GerdP

see #21881 Add a check for loops in directional waterways
Fix code in WaySegment and IWaySegment

  • change text in Exception to "Node pair is not a single segment of the way!" and move it to constant IWaySegment.NOT_A_SEGMENT
  • fix error in WaySegment.forNodePair and IWaySegment.forNodePair
  • add unit test for further invalid node pairs
(edit) @19064   12 days GerdP

see #21881 Add a check for loops in directional waterways

  • fix @since xxx
  • adapt unit test
(edit) @19063   12 days GerdP

see #21881: revert unintended change for different ticket

(edit) @19062   12 days GerdP

fix #21881: Add a check for loops in directional waterways
Patch by gaben, slightly modified

  • implements Tarjan algorithm to find strongly connected components
  • new preference validator.CycleDetector.directionalWaterways contains the list of waterway values which should be checked
(edit) @19061   13 days taylor.smock

Fix #23643: Move to supported actions for GitHub ant workflow to remove node16 deprecation warnings

(edit) @19060   13 days stoecker

fix pmd

(edit) @19059   13 days stoecker

drop node16 and Java8, see #23643

(edit) @19058   2 weeks taylor.smock

GitHub CI: Fix deprecation warnings for CodeQL and checkstyle workflows

Also drop Java 8 from ant-test.

(edit) @19057   2 weeks stoecker

fix checkstyle

(edit) @19056   2 weeks taylor.smock

Fix last failing test in Java 21

  • Generate Java 21 image files (probably from r19043: Drop COMPAT locale provider).
  • Replace most deprecated function calls and classes in tests with non-deprecated functions.
Note: See TracRevisionLog for help on using the revision log.