Re: [Geotools-devel] Java 9 does not support java.sql package outside of rt.jar

2020-04-08 Thread Jody Garnett
"Yes" although I guess I need you to ask following the procedure here (you can be the first). The build.geoserer.org jenkins is already setup to publish to these repositories. aside: GeoScript is in an odd position as it was donated to the LocationTech workin

Re: [Geotools-devel] Java 9 does not support java.sql package outside of rt.jar

2020-04-08 Thread Jared Erickson
I can confirm that 1.0.b11 fixes the issue for GeoScript! Thank you Jody! I also am updating GeoScript to use the new repositories. Will we still be able to publish GeoScript releases and snapshots to the new repo? The GeoTools / GeoServer Jenkins boxes had jobs that published snapshot and rele

Re: [Geotools-devel] Java 9 does not support java.sql package outside of rt.jar

2020-04-08 Thread Jody Garnett
With the build switched over you should be able to update to 1.0.b11 and confirm the fix? -- Jody Garnett On Mon, 6 Apr 2020 at 10:10, Jody Garnett wrote: > Here it is on nexus: > https://repo.osgeo.org/service/rest/repository/browse/geotools-releases/net/sourceforge/hatbox/hatbox/1.0.b11/ > --

Re: [Geotools-devel] Java 9 does not support java.sql package outside of rt.jar

2020-04-06 Thread Jody Garnett
Here it is on nexus: https://repo.osgeo.org/service/rest/repository/browse/geotools-releases/net/sourceforge/hatbox/hatbox/1.0.b11/ -- Jody Garnett On Mon, 6 Apr 2020 at 10:02, Jody Garnett wrote: > For whatever reason I cannot deploy to webdav, I will add to the new nexus > and the jar will be

Re: [Geotools-devel] Java 9 does not support java.sql package outside of rt.jar

2020-04-06 Thread Jody Garnett
For whatever reason I cannot deploy to webdav, I will add to the new nexus and the jar will be available when we transition over. -- Jody Garnett On Mon, 6 Apr 2020 at 09:38, Jody Garnett wrote: > Okay the pom.xml was just out of date, here is a release: > https://github.com/jodygarnett/hatbox/

Re: [Geotools-devel] Java 9 does not support java.sql package outside of rt.jar

2020-04-06 Thread Jody Garnett
Okay the pom.xml was just out of date, here is a release: https://github.com/jodygarnett/hatbox/releases/tag/1.0.b11 I also added a readme, license, credited the original project, etc... -- Jody Garnett On Mon, 6 Apr 2020 at 09:13, Jody Garnett wrote: > Merged your change, sadly I am unable to

Re: [Geotools-devel] Java 9 does not support java.sql package outside of rt.jar

2020-04-06 Thread Jody Garnett
Merged your change, sadly I am unable to build (unable to grab com.h2database:h2:jar) even after upgrading... *[ERROR] Failed to execute goal on project hatbox: Could not resolve dependencies for project net.sourceforge.hatbox:hatbox:jar:1.0.b11: Failed to collect dependencies at com.h2database:h2

Re: [Geotools-devel] Java 9 does not support java.sql package outside of rt.jar

2020-04-06 Thread Jody Garnett
I did not know my fork was the official one :P Should we transfer to the GeoTools GitHub? -- Jody Garnett On Sat, 4 Apr 2020 at 12:25, Jared Erickson wrote: > GeoScript Groovy can't connect to PostGIS when the hatbox jar is on the > classpath. > > https://groups.google.com/forum/#!topic/geoscri

[Geotools-devel] Java 9 does not support java.sql package outside of rt.jar

2020-04-04 Thread Jared Erickson
GeoScript Groovy can't connect to PostGIS when the hatbox jar is on the classpath. https://groups.google.com/forum/#!topic/geoscript/Ff2vqftzhqQ The error we get is: java.lang.SecurityException: Prohibited package name: java.sql at java.lang.ClassLoader.preDefineClass(ClassLoader.java:662) at ja