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