Re: [Geotools-devel] Geotools 28.4 preflight testing

2023-06-18 Thread Jody Garnett
We are having trouble publishing to source forge as gtbuilder user (well build.geoserver.org is having trouble). It looks like the last time this worked wes February; and I expect people have been manually uploading to SF since then... Who is responsible for the gtbuilder :) -- Jody Garnett On

Re: [Geotools-devel] Geotools 28.4 preflight testing

2023-06-18 Thread Jody Garnett
Okay the build is fixed up and tested. Found one issue with the integration tests (with plugin configuration of integration test jobs drifting away from geotools baseline over time): https://osgeo-org.atlassian.net/browse/GEOT-7382 This is a problem with the build environment rather than the geo

Re: [Geotools-devel] Geotools 28.4 preflight testing

2023-06-18 Thread Jody Garnett
Lol - yes the job was using Java 11 - and thus the resulting GeoTools could not be used in Java 8 environment (sigh). Creating geotools-release-java8 job to address this 🙂 (I do not wish to remember to edit the build configuration each time) Reference: https://www.morling.dev/blog/bytebuffer-and

Re: [Geotools-devel] Geotools 28.4 preflight testing

2023-06-18 Thread Peter Smythe
In testing with Java 8, there is an exception: Jun 18, 2023 11:31:23 AM org.geotools.tutorial.quickstart.Quickstart main INFO: java.util.logging.config.file=null Exception in thread "main" java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer; at org.geotools.dat