[ANN] Apache Maven Shared Component: Maven Filtering Version 3.1.0 Released

2016-04-15 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Filtering Version 3.1.0. https://maven.apache.org/shared/maven-filtering/ This component has been built from the filtering process/code in Maven Resources Plugin. The goal is to provide a shared

Re: RFC on MNG-6003: Drastically reduce JAVA_HOME discovery code

2016-04-15 Thread Christian Schulte
Am 04/16/16 um 02:42 schrieb Dan Tran: > the discovery of java home at Linux is a fantastic feature. Depends on what packages you install. Install a JRE and a JDK and things get messed up. Gave up on all Linux almost a decade ago. So maybe things have changed recently. So +1 for the discovery of

Re: RFC on MNG-6003: Drastically reduce JAVA_HOME discovery code

2016-04-15 Thread Dan Tran
the discovery of java home at Linux is a fantastic feature. On Fri, Apr 15, 2016 at 4:43 PM, Christian Schulte wrote: > And I do have seen systems installing some shell script at > '/usr/bin/java' not even beeing a Java launcher at all. > > So, > > +1 for the branch > -∞ for `which java` > >

Re: RFC on MNG-6003: Drastically reduce JAVA_HOME discovery code

2016-04-15 Thread Christian Schulte
And I do have seen systems installing some shell script at '/usr/bin/java' not even beeing a Java launcher at all. So, +1 for the branch -∞ for `which java` Regards, - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org F

Re: RFC on MNG-6003: Drastically reduce JAVA_HOME discovery code

2016-04-15 Thread Christian Schulte
Am 04/15/16 um 22:34 schrieb Michael Osipov: > In MNG-6003 [1], I propose to throw away all of this code and solely > rely on the dev's input. If he/she it not able to set it properly, > he/she shouldn't write code at all. Most of the time, on Unix/Linux, > this isn't even necessary because a JD

java.lang.NoSuchMethodError: org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;Ljava/lang/Throwable;)V

2016-04-15 Thread Gary Gregory
Hi All, Will this be fixed? It started with 3.3. This is a problem with SLF4J 1.5 vs 1.6. [WARN] An issue has occurred with maven-changes-plugin:2.12:jira-report, skipping LinkageError org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;Ljava/lang/Throwabl

[RESULT] [VOTE] Release Apache Maven Shared Component: Maven Filtering 3.1.0 - Take 2

2016-04-15 Thread Karl Heinz Marbaise
Hi, The vote has passed with the following result: +1 : Hervé Boutemy, Karl Heinz Marbaise, Michael Osipov PMC quorum: accomplished. I will promote the artifacts to the central repo. Kind regards Karl Heinz Marbaise - To uns

Re: [VOTE] Release Apache Maven Shared Component: Maven Filtering 3.1.0 - Take 2

2016-04-15 Thread Karl Heinz Marbaise
Hi Michael, On 4/15/16 10:44 PM, Michael Osipov wrote: Am 2016-04-15 um 22:35 schrieb Karl Heinz Marbaise: Hi, one more PMC VOTE needed ;-) there you go: +1 Thanks ;-)... On 4/14/16 10:26 PM, Karl Heinz Marbaise wrote: Hi, Here is my +1, On 4/12/16 11:23 PM, Karl Heinz Marbaise wr

Re: [VOTE] Release Apache Maven Shared Component: Maven Filtering 3.1.0 - Take 2

2016-04-15 Thread Michael Osipov
Am 2016-04-15 um 22:35 schrieb Karl Heinz Marbaise: Hi, one more PMC VOTE needed ;-) there you go: +1 On 4/14/16 10:26 PM, Karl Heinz Marbaise wrote: Hi, Here is my +1, On 4/12/16 11:23 PM, Karl Heinz Marbaise wrote: Hi, We solved 3 issues: https://issues.apache.org/jira/secure/Release

Re: [VOTE] Release Apache Maven Shared Component: Maven Filtering 3.1.0 - Take 2

2016-04-15 Thread Karl Heinz Marbaise
Hi, one more PMC VOTE needed ;-) Kind regards Karl Heinz On 4/14/16 10:26 PM, Karl Heinz Marbaise wrote: Hi, Here is my +1, On 4/12/16 11:23 PM, Karl Heinz Marbaise wrote: Hi, We solved 3 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12334170

RFC on MNG-6003: Drastically reduce JAVA_HOME discovery code

2016-04-15 Thread Michael Osipov
Hi folks, we all know that people once in a while complain that my JAVA_HOME is not properly discovered on $PLATFORM, etc. Surprisingly, we require JAVA_HOME to be set in the installation documentation, yet we discover it anyway. This is a contradiction. Moreover, our discovery mechanism can

Early Access builds of JDK 9 b113 & JDK 9 with Project Jigsaw b113 (#4848) are available on java.net

2016-04-15 Thread Rory O'Donnell
Hi Robert & Kristian, Early Access b113 for JDK 9 is available on java.net, summary of changes are listed here . Early Access b113 (#4664) for JDK 9 with Project Jig

[GitHub] maven-surefire pull request: Adding support for externally passed ...

2016-04-15 Thread cardil
Github user cardil commented on the pull request: https://github.com/apache/maven-surefire/pull/112#issuecomment-210342842 @Tibor17 Yes. Actually, I started development in that way. For example: `-DrunOrder=random:123456`. But, that lead to some dirty code because `RunOrder` is a enum