Re: Building a Java9 project just using JDK9

2017-08-13 Thread Fred Cooke
I'll throw my 2c in here, too: Java 9 runtime forces me to rewrite parts of my application because non-root thread priority control is no longer available. Plenty of people have relied on lines like this to achieve their desired behaviour: java -jar -Xms128m -Xmx1024m

Re: JDK9: Failed to parse module-info.java

2017-08-13 Thread Robert Scholte
Hi Plamen, That's right, it is intended for the code being build and the library can be used while running on Java 7. There's only one tricky thing: when there's no module descriptor and no manifest file with an Automatic-Module-Name, then the module name must be calculated based on the

JDK9: Maven-JLink-Plugin, Maven-JMod-Plugin

2017-08-13 Thread Karl Heinz Marbaise
Hi, I would like to start a first alpha release of those two plugins to have something in the wild to be used and see how the feedback would be What do you think? I would request JIRA projects for them Kind regards Karl Heinz Marbaise

Re: Building a Java9 project just using JDK9

2017-08-13 Thread Tibor Digana
I found an issue. JDK printed this on std/out: WARNING: Using incubator modules: jdk.incubator.httpclient It hapens after my test: import org.junit.Test; public class J9Test { @Test public void testMiscellaneousAPI() throws java.sql.SQLException { System.out.println( "loaded

Re: Building a Java9 project just using JDK9

2017-08-13 Thread Tibor Digana
But why to add it? It's a hack. I do not use module-info.java and so there is no reason to break the backwards compatibility. This is no more about Maven. It is about entire Java world. If we in Maven do it then everybody has to. And I am sure that the voices says that Kotlin is better and Scala

Re: JDK9: Failed to parse module-info.java

2017-08-13 Thread Plamen Totev
Hi Robert, Plexus Languages looks very promising and really needed component. May I ask you something to clarify if I understand correctly it's purpose. The intention is Plexus Languages to contain abstractions that represent the code that is going to be build and not the JDK/JRE used to run

Re: Building a Java9 project just using JDK9

2017-08-13 Thread Gary Gregory
Is there a Maven way to add ALL-SYSTEM to everything? Using plugin specific tags like below is going to be painful. Gary On Aug 13, 2017 07:30, "Tibor Digana" wrote: > Hi @Enrico, > > I am very unhappy with Java 9 status and very afraid. > I do not like the style how

[VOTE] Release Apache Maven EJB Plugin version 3.0.0

2017-08-13 Thread Karl Heinz Marbaise
Hi, We solved 29 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317421=12330676 There are still a couple of issues left in JIRA:

Re: Building a Java9 project just using JDK9

2017-08-13 Thread Tibor Digana
Hi @Enrico, I am very unhappy with Java 9 status and very afraid. I do not like the style how Oracle has changed Java to Java 9 and forced all the world to use additional effort to adapt to Oracle activities. I am facing more unhappy Java development teams with Java 9 in the future. For instance

[VOTE] Release Apache Maven Assembly Plugin version 3.1.0

2017-08-13 Thread Karl Heinz Marbaise
Hi, We solved 10 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317220=12338667 There are still a couple of issues left in JIRA:

Re: MNG-6216 - Plexus-Utils ?

2017-08-13 Thread Tibor Digana
+1 On Sun, Aug 13, 2017 at 1:12 PM, Karl Heinz Marbaise-3 [via Maven] < ml+s40175n5912297...@n5.nabble.com> wrote: > Hi Tibor, > > On 13/08/17 13:07, Tibor Digana wrote: > > Where is this branch tested in maven-core-its in Jenkins. Let's see > > multibranch pipeline that one on Jenkinsfile. > >

Re: MNG-6216 - Plexus-Utils ?

2017-08-13 Thread Karl Heinz Marbaise
Hi Tibor, On 13/08/17 13:07, Tibor Digana wrote: Where is this branch tested in maven-core-its in Jenkins. Let's see multibranch pipeline that one on Jenkinsfile. Good question but of course: https://builds.apache.org/view/M-R/view/Maven/job/maven-3.x-jenkinsfile/job/MNG-6216/ Here... Kind

Re: MNG-6216 - Plexus-Utils ?

2017-08-13 Thread Tibor Digana
Where is this branch tested in maven-core-its in Jenkins. Let's see multibranch pipeline that one on Jenkinsfile. On Sun, Aug 13, 2017 at 12:37 PM, Karl Heinz Marbaise wrote: > Hi, > > I would like to integrate the new release of plexus-utils in Maven Core? > > unfortunately

[ANN] Apache Maven Shared Component: Maven Archiver Version 3.2.0 Released

2017-08-13 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Archiver Version 3.2.0 https://maven.apache.org/shared/maven-archiver/ You should specify the version in your project: org.apache.maven.shared maven-archiver 3.2.0 Important Note: *

Re: MNG-6216 - Plexus-Utils ?

2017-08-13 Thread Karl Heinz Marbaise
Hi, I would like to integrate the new release of plexus-utils in Maven Core? unfortunately I had no real feedback neither +1 / 0 / -1 ?... Kind regards Karl Heinz Marbaise On 02/08/17 20:16, Karl Heinz Marbaise wrote: Hi Robert, On 02/08/17 19:53, Robert Scholte wrote: Sounds like a plan.

[RESULT] [VOTE] Release Apache Maven Shared Component: Maven Archiver version 3.2.0

2017-08-13 Thread Karl Heinz Marbaise
Hi, The vote has passed with the following result: +1 : Robert Scholte, Olivier Lamy, Karl Heinz Marbaise PMC quorum: has been reached. I will promote the artifacts to the central repo. Kind regards Karl Heinz Marbaise - To