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
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
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
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.
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
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
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