JDK 13 enters Rampdown Phase One

2019-06-15 Thread Rory O'Donnell
Hi Robert , *JDK 13 Early Access build **25 is now available **at : - jdk.java.net/13/* * Per the JDK 13 schedule [1], we are now in Rampdown Phase One. o For more details , see Mark Reinhold's email to jdk-dev mailing list [2] o The overall feature set is frozen, no further JE

Re: [VOTE] Release Maven Wagon version 3.3.3

2019-06-15 Thread Olivier Lamy
+1 On Thu, 13 Jun 2019 at 23:46, Michael Osipov wrote: > Hi, > > We solved 6 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318122&version=12345501 > > There are still a couple of issues left in JIRA: > > https://issues.apache.org/jira/issues/?jql=project%20%3D%2

Re: [VOTE] Release Maven Wagon version 3.3.3

2019-06-15 Thread Dan Tran
+1 none binding, tested with Maven 3.6.2-SNAPSHOT + wagon-3.3.3 ( at staging) against an internal build Thanks for pushing out this release -D On Sat, Jun 15, 2019 at 3:34 PM Michael Osipov wrote: > Am 2019-06-13 um 15:46 schrieb Michael Osipov: > > Hi, > > > > We solved 6 issues: > > > https:

Re: [VOTE] Release Maven Wagon version 3.3.3

2019-06-15 Thread Michael Osipov
Am 2019-06-13 um 15:46 schrieb Michael Osipov: Hi, We solved 6 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318122&version=12345501 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20WAGON%20AND%20resoluti

Re: New PR: Enabled generating Java 9+ projects as well as using JUnit 5.x

2019-06-15 Thread Behrang Saeedzadeh
The archetype doesn't depend on Java 8 or later -- it only produces `pom.xml` files that are configured for Java 8, 9, etc. Best regards, Behrang Saeedzadeh blog.behrang.org On Sat, 15 Jun 2019 at 23:51, Tibor Digana wrote: > .. but this java 1.7 project and not 1.8 you you have guessed. > > O

Re: New PR: Enabled generating Java 9+ projects as well as using JUnit 5.x

2019-06-15 Thread Tibor Digana
.. but this java 1.7 project and not 1.8 you you have guessed. On Sat, Jun 15, 2019 at 3:07 PM Behrang Saeedzadeh wrote: > Enabled generating Java 9+ projects as well as using JUnit 5.x > > I have kept the plugin backwards compatible -- if javaCompilerVersion and > junitVersion properties are no

New PR: Enabled generating Java 9+ projects as well as using JUnit 5.x

2019-06-15 Thread Behrang Saeedzadeh
Enabled generating Java 9+ projects as well as using JUnit 5.x I have kept the plugin backwards compatible -- if javaCompilerVersion and junitVersion properties are not passed to the plugin it will work as before and generate a Java 1.8 project with JUnit 4.11. https://github.com/apache/maven-arc