Hi GeoServer developers
As part of the release process, we would appreciate you taking a few minutes to test the latest build artefacts prior to the formal release in approximately 12 hour’s time, if that is at all possible.
Thank you
Peter
Hi GeoServer developers
As part of the release process, we would appreciate you taking a few minutes to test the latest build artefacts prior to the formal release in approximately 12 hour’s time, if that is at all possible.
Thank you
Peter
Thanks,
Testing locally:
java -cp “lib/*” org.geotools.util.factory.GeoTools
Works as expected.
However:
mkdir bin
javac -cp “lib/*” -d bin src/org/geotools/tutorial/quickstart/Quickstart.java
java -cp “lib/*;bin” org.geotools.tutorial.quickstart.Quickstart
This compiles and runs, but I am not being shown the file chooser to display a file… perhaps someone can test in another environment also.
–
Jody Garnett
Hi Jody (and looking for other GeoTool developers/users assistance too)
Thanks for the macOS feedback. Strange. I can confirm that the testing procedure (https://docs.geotools.org/latest/developer/procedures/release.html > Test the Artifacts > Run quickstart) works on Windows 11 and both Java 11 and Java 17.
It would be really great if other GeoTool developers or users could perform the same test on the release artefacts from https://build.geoserver.org/view/geotools/job/geotools-release/112/ and report their findings on various platforms, especially repeating your test on macOS
Thank you
Peter
–
Jody Garnett
Peter:
I updated today to “Java version: 11.0.21, vendor: Eclipse Adoptium” and the demo is working as expected.
I could not figure out the java release notes to determine what had changed.
–
Jody Garnett
–
Jody Garnett