Re: [Geotools-devel] Trying to understand Java 11 failures

2019-10-12 Thread Andrea Aime
On Thu, Oct 10, 2019 at 11:14 AM Andrea Aime wrote: > The GeoTools failures to build are likely affecting also GeoServer, as a > revert of a commit that is causing a concurrency failure in the WFS tests > never got baked into a java 11 jar for the GeoServer java 11 build to use. > This turned ou

Re: [Geotools-devel] Trying to understand Java 11 failures

2019-10-12 Thread Andrea Aime
Hi, tried a few more things on the build server, with no success: - Reduced build parallelism to 1 - Switched to Maven 3.6.2 - Removed all QA checks - Skipping formatting checks I've also noticed that the normal build has the java.tmpdir set, so copied that setting over. Even with all

Re: [Geotools-devel] Trying to understand Java 11 failures

2019-10-10 Thread Andrea Aime
Been building the master branch with OpenJDK 11 from AdoptOpenJDK all day, tried to make a few runs every now and then, found a image comparison failure that I've fixed, with that, no more failures, no file system issues... seems an Amazon fleet specific mystery... Anyone that can reproduce these