RE: geode and open JDK / newer version of java

2017-10-22 Thread Roi Apelker
@geode.apache.org Subject: Re: geode and open JDK / newer version of java Hi Roi, We've spent a little time doing some cursory testing with Java 9 and there are definitely some issues: - Compilation requires additional JVM args because of the new modularization in Java 9. - A few lambda syntax

Re: geode and open JDK / newer version of java

2017-10-18 Thread Jens Deppe
Hi Roi, We've spent a little time doing some cursory testing with Java 9 and there are definitely some issues: - Compilation requires additional JVM args because of the new modularization in Java 9. - A few lambda syntaxes in tests need to be adjusted. - Some tests fail due to powermock issues. -