From http://mail.openjdk.java.net/pipermail/jdk9-dev/2017-May/005864.html
Java9 release date slips 8 weeks: 27 July to 21 September
Andy
On 10/05/17 21:48, Andy Seaborne wrote:
Claude - could this be turned into a PR so we view the changes?
And in other news, the modules vote was lost: 10 for, 13 against.
https://www.jcp.org/en/jsr/results?id=5959&cm_mc_uid=26517427955014876736746&cm_mc_sid_50200000=1494449092
What that means for Java9 timescale is anyone's guess.
Andy
On 15/02/17 19:07, Claude Warren wrote:
I have created a repository with the java9 branch in it. I have not
merged
in the last big batch of changes. but take a look. I got it to compile
and run the tests however, the site packaging did not work. I will be
looking at that shortly. I also removed (commented out)
cobertura-maven-plugin
and
findbugs-maven-plugin
from the parent.pom.
My strategy has been to comment out anything that is not core to the
compile/test/package sequence with a goal to revisit those when the basic
build functionality works.
Repository is at https://github.com/Claudenw/jena
Claude
On Wed, Feb 8, 2017 at 10:17 AM, Andy Seaborne <[email protected]> wrote:
On 08/02/17 09:21, Claude Warren wrote:
While at FOSDEM I spoke with one of the developers on Lucene. He
indicted
that there is a new version of the Maven Compiler plugin that works
with
Java 9. He also had some insight into Memory Mapped files and
indicated
that there was a big change coming in Java 10 around this. I'm not
certain
I understood exactly what the change was but I thought Andy and the
other
TDB folks might want to keep and eye out for any announcements in this
area.
I will be looking at the Java 9 compiler stuff this weekend.
Claude
Thanks for the new news - I hadn't spotted anything about mmap files in
Java 10 ... mainly because of not looking yet.
Hopefully value types from Project Valhalla will make it.
https://en.wikipedia.org/wiki/Project_Valhalla_(Java_language)
Andy