Re: seconders for MNG-6572?

2019-03-21 Thread Gabriel Belingueres
Hi: I did ran a quick JMH micro-benchmark (for what it's worth) on both approaches. The results favor StringUtils.stripStart() over regex. (attached benchmark project .zip file) Output: # JMH version: 1.21 # VM version: JDK 10.0.2, Java HotSpot(TM) 64-Bit Server VM, 10.0.2+13 # VM invoker: /usr

seconders for MNG-6572?

2019-03-21 Thread Hervé BOUTEMY
"use int or long instead of BigIntegers for little numbers in ComparableVersion" https://issues.apache.org/jira/browse/MNG-6572 implementation: https://github.com/apache/maven/commits/MNG-6572 there is just a question: keep the second commit (use regexp) or not? I'm not convinced it is an enhan

Re: Surefire maintenance release

2019-03-21 Thread Christian Stein
Hi Stéphane, due to JavaLand and other "business stuff", I'll plan to review your branch early next week. >From a first glimps, it looks good to me. Cheers, Christian On Wed, Mar 20, 2019 at 9:26 AM Enrico Olivelli wrote: > +1 > > Il mar 19 mar 2019, 22:29 Olivier Lamy ha scritto: > > > Soun

short introduction of myself

2019-03-21 Thread Arno Scholz
Hello, my name is Arno Scholz and I'm a software developer in Nuremberg (Germany). I attended the workshop of Karl Heinz Marbaise at Javaland where he encouraged us to participate in open source projects. So I looked for a "up-for-grabs" ticket and gave it a try. A pull request is open for review

[ANN] Apache Maven SCM 1.11.2 released

2019-03-21 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven SCM, version 1.11.2. https://maven.apache.org/scm/ Release Notes - Maven SCM - Version 1.11.2 ** Bug * [SCM-777] - scm:validate ignores scmCheckWorkingDirectoryUrl configuration in favor of system property **

[RESULT] [VOTE] Release Maven SCM version 1.11.2

2019-03-21 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Michael Osipov, Olivier Lamy, Hervé Boutemy, Karl Heinz Marbaise, Sylwester Lachiewicz PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report. -

Re: Maven enforcer rules with access to current project

2019-03-21 Thread Stephen Connolly
You can change the phase the execution is bound to to put it in the process-classes phase if your rule needs to validate the classes On Wed, 20 Mar 2019 at 15:43, Elliotte Rusty Harold wrote: > Yesterday one of our developers uncovered a major architectural flaw > in one of our projects. Before