lp://staging/~openstreetmap/josm/josm_osm
- Get this branch:
- bzr branch lp://staging/~openstreetmap/josm/josm_osm
Branch merges
Branch information
Import details
This branch is an import of the Subversion branch from https://josm.openstreetmap.de/osmsvn/applications/editors/josm.
Last successful import was .
Whiteboard
abentley 2010-01-29: approved
Recent revisions
- 12618. By taylor.smock
-
See #20748: Change utilsplugin2 icons to vector graphics
This converts most of the "easy" icons to svg for utilsplugin2.
- 12617. By taylor.smock
-
See #23218: Use newer error_prone versions when compiling on java 11+
This should allow us to compile all plugins with Java 21 (specifically OpenData).
OpenData has some additional changes, since some of the new error_prone checks
blocked compilation. - 12616. By taylor.smock
-
utilsplugin2: Use interface instead of concrete return type for DataSet#
getSelectionHis tory - 12613. By taylor.smock
-
Fix #23157: Change S57osm.OSMmap to accept either a file or inputstream (patch by oobayly)
- 12612. By taylor.smock
-
See #23218: Fix disabling coverage when coverage will not work (JDK 21)
When jacoco was disabled, the property `jacocoagent` was set to `''`, which added
a JVM argument `''`, which Java believed should be a class file. This caused the
following message:
{{{
[junitlauncher] Error: Could not find or load main class
[junitlauncher] Caused by: java.lang.ClassNotFoundEx ception:
}}}
Note that both of those lines have a space at the end, but no useful information
since the class the JVM was trying to load was an empty string.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)