Re: [Geoserver-devel] Master Build broken on OpenJDK8

2016-04-19 Thread Ben Caradoc-Davies
Thanks, Morgan. Looks fixed to me locally and on ares. Kind regards, Ben. On 19/04/16 20:47, Andrea Aime wrote: > Hi, > looks like the test is hard coded on Oracle JDK and Ductus, and thus fails > on OpenJDK and Pisces. > The renderer could also be Marlin these days (and it will in JDK 9), > and

Re: [Geoserver-devel] Master Build broken on OpenJDK8

2016-04-19 Thread Andrea Aime
Hi, looks like the test is hard coded on Oracle JDK and Ductus, and thus fails on OpenJDK and Pisces. The renderer could also be Marlin these days (and it will in JDK 9), and we also have other JDK 8 implementations around, like the IBM one and Zulu: * https://www.ibm.com/developerworks/java/jdk/ja

Re: [Geoserver-devel] Master Build broken on OpenJDK8

2016-04-19 Thread Simone Giannecchini
Tracking with JIRA issue: https://osgeo-org.atlassian.net/browse/GEOS-7505 Regards, Simone Giannecchini == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Simone Giannecchini @simogeo Founder/Director GeoSolutions S.A.S. Via di Montramito

[Geoserver-devel] Master Build broken on OpenJDK8

2016-04-19 Thread Simone Giannecchini
Dear All, there is a test that is consistently failing on OpenJDK8 as reported by the related build. The suspect for the murder is this class: https://github.com/geoserver/geoserver/blob/master/src/platform/src/test/java/org/geoserver/platform/RenderingEngineStatusTest.java Ehm, can we fix it ple