Branch: refs/heads/dependabot/maven/org.gdal-gdal-3.11.0
Home: https://github.com/openjump-gis/openjump
Commit: 1057ffdfa4d2f5119f2445c9879dd66fc6348a0c
https://github.com/openjump-gis/openjump/commit/1057ffdfa4d2f5119f2445c9879dd66fc6348a0c
Author: edeso <[email protected]>
Date: 2026-03-10 (Tue, 10 Mar 2026)
Changed paths:
M pom.xml
Log Message:
-----------
Export all modules on Java 16+ using Buringwave Core...
try to forgo adding of `--add-export/open` for each and every module
Commit: ffc25bcfcbae7ec622203da3a2a031aaaed8dcb0
https://github.com/openjump-gis/openjump/commit/ffc25bcfcbae7ec622203da3a2a031aaaed8dcb0
Author: edeso <[email protected]>
Date: 2026-04-15 (Wed, 15 Apr 2026)
Changed paths:
M pom.xml
Log Message:
-----------
upgrade and fix mariadb jdbc dependency download
Commit: d39408a3b7fc376de3274e4d9a764ec16bcadecb
https://github.com/openjump-gis/openjump/commit/d39408a3b7fc376de3274e4d9a764ec16bcadecb
Author: edeso <[email protected]>
Date: 2026-04-15 (Wed, 15 Apr 2026)
Changed paths:
M pom.xml
Log Message:
-----------
fix SHA1 checksum for mariadb jdbc
Commit: c5fbc9d6467567948dd31805a1b1c3ca508cf584
https://github.com/openjump-gis/openjump/commit/c5fbc9d6467567948dd31805a1b1c3ca508cf584
Author: Jeff McKenna <[email protected]>
Date: 2026-04-15 (Wed, 15 Apr 2026)
Changed paths:
M src/org/openjump/core/ui/plugin/wms/AddWmsLayerWizard.java
Log Message:
-----------
correct demo.mapserver.org WMS endpoint
Commit: 891d82a1c2af2f5a6728abaa8c3cfa735ecfb99f
https://github.com/openjump-gis/openjump/commit/891d82a1c2af2f5a6728abaa8c3cfa735ecfb99f
Author: edeso <[email protected]>
Date: 2026-04-17 (Fri, 17 Apr 2026)
Changed paths:
M pom.xml
Log Message:
-----------
revert 1057ffd remove burningwave core...
not working as expected
Commit: 1ae4c999cfb0b547ac4e4b74d9cc4a0ac16c992c
https://github.com/openjump-gis/openjump/commit/1ae4c999cfb0b547ac4e4b74d9cc4a0ac16c992c
Author: Michaël Michaud <[email protected]>
Date: 2026-04-26 (Sun, 26 Apr 2026)
Changed paths:
M
src/com/vividsolutions/jump/workbench/ui/renderer/java2D/GeometryCollectionShape.java
M
src/com/vividsolutions/jump/workbench/ui/renderer/java2D/Java2DConverter.java
Log Message:
-----------
Avoid NPE when flashing a GeometryCollection whose components do not
intersect the LayerViewPanel.
Commit: f55555fdfba382153d82c23af4e78dc4bddc6e87
https://github.com/openjump-gis/openjump/commit/f55555fdfba382153d82c23af4e78dc4bddc6e87
Author: edeso <[email protected]>
Date: 2026-05-07 (Thu, 07 May 2026)
Changed paths:
M scripts/oj_linux.sh
M scripts/oj_windows.bat
Log Message:
-----------
fix "Show WMS URL script stopped working"
add "--add-opens" to start scripts to prevent error "Unable to make public
boolean java.util.ArrayList$Itr.hasNext() accessible: module java.base does not
"opens java.util" to unnamed module @52af6cff"
it might be a good idea to add these switches programmatically in the future
like suggested here
https://github.com/quarkusio/quarkus/discussions/51041
by adding
--add-exports=java.base/jdk.internal.module=ALL-UNNAMED
--add-opens=java.base/java.lang.invoke=ALL-UNNAMED
to compilation/runtime and use API "jdk.internal.module.Modules”
Commit: 79f8255762661fd60230fb6e0f1af420c21733a9
https://github.com/openjump-gis/openjump/commit/79f8255762661fd60230fb6e0f1af420c21733a9
Author: edeso <[email protected]>
Date: 2026-05-07 (Thu, 07 May 2026)
Changed paths:
M pom.xml
Log Message:
-----------
Upgrade PostgreSQL...
there is a security issue
https://github.com/openjump-gis/openjump/security/dependabot/19
Commit: af9c146f272c93c031b5a481a32ec24b004cbbfa
https://github.com/openjump-gis/openjump/commit/af9c146f272c93c031b5a481a32ec24b004cbbfa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2026-07-14 (Tue, 14 Jul 2026)
Changed paths:
M pom.xml
Log Message:
-----------
Bump org.python:jython from 2.2.1 to 2.7.4 (#158)
Bumps [org.python:jython](https://github.com/jython/jython) from 2.2.1 to 2.7.4.
- [Changelog](https://github.com/jython/jython/blob/master/NEWS)
- [Commits](https://github.com/jython/jython/compare/v2.2.1...v2.7.4)
---
updated-dependencies:
- dependency-name: org.python:jython
dependency-version: 2.7.4
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: edeso <[email protected]>
Commit: 1ac0b9759bcbddbcdb0227e5eb7213ef7cc2d3b0
https://github.com/openjump-gis/openjump/commit/1ac0b9759bcbddbcdb0227e5eb7213ef7cc2d3b0
Author: edeso <[email protected]>
Date: 2026-07-14 (Tue, 14 Jul 2026)
Changed paths:
M pom.xml
M scripts/oj_linux.sh
M scripts/oj_windows.bat
M
src/com/vividsolutions/jump/workbench/ui/renderer/java2D/GeometryCollectionShape.java
M
src/com/vividsolutions/jump/workbench/ui/renderer/java2D/Java2DConverter.java
M src/org/openjump/core/ui/plugin/wms/AddWmsLayerWizard.java
Log Message:
-----------
Merge branch 'main' into dependabot/maven/org.gdal-gdal-3.11.0
Compare:
https://github.com/openjump-gis/openjump/compare/dd30a71924ec...1ac0b9759bcb
To unsubscribe from these emails, change your notification settings at
https://github.com/openjump-gis/openjump/settings/notifications
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel