Re: [Geotools-devel] JDK11 branch created

2018-10-19 Thread bradh
Understood on remaining compatible with JDK 8, but just did some forward looking because future JVMs may not support JDK 8 as a target. Brad ___ GeoTools-Devel mailing list GeoTools-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/lis

Re: [Geotools-devel] JDK11 branch created

2018-10-19 Thread Andrea Aime
On Fri, Oct 19, 2018 at 12:44 PM wrote: > Built on an Ubuntu 18.04 VM, using distro packages AFAICT: > > > > Apache Maven 3.5.2 > > Maven home: /usr/share/maven > > Java version: 10.0.2, vendor: Oracle Corporation > > Java home: /usr/lib/jvm/java-11-openjdk-amd64 > > Default locale: en_AU, platfo

Re: [Geotools-devel] JDK11 branch created

2018-10-19 Thread bradh
o.spi is not visible [ERROR] (package com.sun.imageio.spi is declared in module java.desktop, which does not export it) Which is as far as I can get on Friday night. Brad From: Nuno Oliveira Sent: Friday, 19 October 2018 8:42 PM To: Andrea Aime ; Geotools-Devel list Subject: Re: [Geotool

Re: [Geotools-devel] JDK11 branch created

2018-10-19 Thread Nuno Oliveira
Builds on my machine with OpenJDK 11 with: mvn clean install -T4 -Dall Apache Maven 3.3.9 Maven home: /usr/share/maven Java version: 11.0.1, vendor: Oracle Corporation Java home: /home/nuno/applications/open-jdk-11.0.1 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "4.4.

Re: [Geotools-devel] JDK11 branch created

2018-10-19 Thread Andrea Aime
And oh, about those warnings, we'll have to put toghether a list from two sources: - My earlier report of Jdeps output, that's static analysis that covers stuff whether it's run or not (test do not cover everything) - The warning we can get while running tests, that cover also invalid

Re: [Geotools-devel] JDK11 branch created

2018-10-19 Thread Andrea Aime
On Fri, Oct 19, 2018 at 11:15 AM Ian Turton wrote: > Well it builds on my machine, though I caught a glimpse of at least one > warning about internal access as it did it, > Oh yes, there are various and right now the JDK is just reporting the first warning omitting the others, we'll have to add

Re: [Geotools-devel] JDK11 branch created

2018-10-19 Thread Ian Turton
Well it builds on my machine, though I caught a glimpse of at least one warning about internal access as it did it, Ian On Fri, 19 Oct 2018 at 08:34, Andrea Aime wrote: > Here, based on my initial work on having GeoTools build: > > https://github.com/geotools/geotools/tree/jdk11 > > Right now i