JDK 12: First Release Candidate available

2019-02-18 Thread Rory O'Donnell
  Hi Stefan/Jaikiran, **OpenJDK builds *- JDK 12 Early Access build 32 **is now available **at : - jdk.java.net/12/* **JDK 12:  First Release Candidate [1]** * Per the JDK 12 schedule [2], we are now in Release Candidate Phase. * The stabilization repository, jdk/jdk12, is open for P1 bug fi

How to commit?

2019-02-18 Thread Craig Pell
I have written a working solution for and , the requests for the task to support modular attributes. My code modifies module-info.class directly in the .jar file. (It actually wasn’t

Re: How to commit?

2019-02-18 Thread Jaikiran Pai
Hi Craig, Commits to the repository are only allowed for committers of the project. For contributing patches (like this one), you can use the github pull request process. Once reviewed, the merge will then be done by one of the existing project committers and the contribution will be credited to y

Re: JDK 12: First Release Candidate available

2019-02-18 Thread Jaikiran Pai
Hello Rory, Our testsuite, of the master branch of Ant, has come up clean for both the JDK 12 build 32[1] and JDK 13 build EA 8[2]. These initial test runs are only against Linux setup and one of these days I'll run these tests against Windows as well. In the next few days, I'll run some of our ot

Re: JDK 12 enters Rampdown Phase Two

2019-02-18 Thread Jaikiran Pai
Hi Dalibor, It took me a while to get back to this, but I just gave this a try. Jacoco has released 0.8.3 version with this fix to support Java 13 and I gave it a try against the original project which was running into this issue. I can now confirm that this now works fine with Jacoco 0.8.3 and Ja