[ANN] Apache Maven Surefire Plugin 3.0.0-M2 Released

2018-12-09 Thread Tibor Digana
The Apache Maven team is pleased to announce the release of the Apache Maven Surefire Plugin, version 3.0.0-M2. The release contains 15 bug fixes. Again we received contributions from the community in form of bug reports and bug fixes. Thank you and keep them coming! http://maven.apache.org/plugi

Re: [VOTE] Release Apache Maven Shared Component: Maven Dependency Analyzer 1.11.0

2018-12-09 Thread Hervé BOUTEMY
+1 Regards, Hervé Le samedi 8 décembre 2018, 13:40:43 CET Karl Heinz Marbaise a écrit : > Hi, > > We solved 4 issues: > https://issues.apache.org/jira/projects/MSHARED/versions/12344434 > > There are still a couple of issues left in JIRA: > https://issues.apache.org/jira/issues/?jql=project%20

Re: [VOTE] Release Apache Maven Help Plugin version 3.1.1

2018-12-09 Thread Hervé BOUTEMY
+1 Regards, Hervé Le samedi 8 décembre 2018, 13:24:44 CET Karl Heinz Marbaise a écrit : > Hi, > > We solved 6 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317522&ve > rsion=12343422&styleName=text > > There are still a couple of issues left in JIRA: > https://is

Re: [VOTE] Release Apache Maven JAR Plugin version 3.1.1

2018-12-09 Thread Hervé BOUTEMY
+1 Regards, Hervé Le samedi 8 décembre 2018, 13:02:26 CET Karl Heinz Marbaise a écrit : > Hi, > > We solved 7 issues: > https://issues.apache.org/jira/issues/?jql=project%20%3D%2012317526%20AND%20 > fixVersion%20%3D%2012343046%20ORDER%20BY%20priority%20DESC%2C%20key%20ASC > > There are still a

Re: [VOTE] Release Apache Maven Archetype Bundles version 1.4

2018-12-09 Thread Hervé BOUTEMY
Hi Tibor, thanks for the report: looks like this is a Windows issue, with newline difference since the source tarball was made on Linux. I had tested the build on a Windows VM with git clone, then this issue had not been visible: happens only on source tarballs... for the next release, I'll con

Re: [VOTE] Release Apache Maven Archetype Bundles version 1.4

2018-12-09 Thread Tibor Digana
Hi Herve I have executed the build (mvn verify -P run-its) from the src zip but the build failed: Archetype IT 'it-basic' failed: Some content are not equals Can you check it in the logs attached? Thx On Sun, Dec 9, 2018 at 4:48 PM Hervé BOUTEMY wrote: > Hi, > > We solved 3 issues: > > https:

Re: plugin:descriptor fails with java.util.NoSuchElementException

2018-12-09 Thread Tibor Digana
One more hint. What if the start element was added as NULL by an accident? What if the impl of LinkedList ignores such element and then there are N - 1 elements to remove. Adding an asset may help to find it. On Sun, Dec 9, 2018 at 8:00 PM Tibor Digana wrote: > I have checked everything, includi

Re: plugin:descriptor fails with java.util.NoSuchElementException

2018-12-09 Thread Tibor Digana
I have checked everything, including the commit hash, the change, trigger and log. It's undeterministic run as you said. What happens if you simply use ArrayDeque instead of LinkedList? How can we identify it's the problem of strings conc and List impl? Perhaps only by giving a try several times an

Re: MNG-6533 and MNG-6529

2018-12-09 Thread Enrico Olivelli
Il dom 9 dic 2018, 19:35 Robert Scholte ha scritto: > On Sun, 09 Dec 2018 18:48:19 +0100, Hervé BOUTEMY > > wrote: > > > +1 for MNG-6529 > > we'll just have to see how we merge changes done in the Maven branch with > > updates to the PR... > > Right, looks like I cannot update the MNG-6529 branc

Re: MNG-6533 and MNG-6529

2018-12-09 Thread Robert Scholte
On Sun, 09 Dec 2018 18:48:19 +0100, Hervé BOUTEMY wrote: +1 for MNG-6529 we'll just have to see how we merge changes done in the Maven branch with updates to the PR... Right, looks like I cannot update the MNG-6529 branch with the PR. So what to do now? Robert for MNG-6533, I'm less cle

Re: MNG-6533 and MNG-6529

2018-12-09 Thread Hervé BOUTEMY
+1 for MNG-6529 we'll just have to see how we merge changes done in the Maven branch with updates to the PR... for MNG-6533, I'm less clear: what is in the Maven branch does not correspond to the PR what should we really check? Regards, Hervé Le dimanche 9 décembre 2018, 16:24:22 CET Robert S

Re: plugin:descriptor fails with java.util.NoSuchElementException

2018-12-09 Thread Robert Scholte
For your interest, just hit it again: https://builds.apache.org/job/maven-box/job/maven-javadoc-plugin/job/MJAVADOC-543/ First run only fails for Build windows-jdk7-m3.2.x_build, with the j.u.NoSuchElementException A rerun without any changes,now it luckily succeeds. Robert On Sun, 09 Dec 2

Re: plugin:descriptor fails with java.util.NoSuchElementException

2018-12-09 Thread Robert Scholte
I've found a few NoSuchElementException + LinkedList issues, although not in combination with removeLast() But this made it clear for me there have been issues with LinkedList... Robert On Sun, 09 Dec 2018 17:35:45 +0100, Tibor Digana wrote: Is the issue found on Oracle Jira or bug repor

Re: MNG-6533 and MNG-6529

2018-12-09 Thread Enrico Olivelli
Il dom 9 dic 2018, 16:24 Robert Scholte ha scritto: > > https://builds.apache.org/view/M-R/view/Maven/job/maven-box/job/maven/job/MNG-6533/ > > https://builds.apache.org/view/M-R/view/Maven/job/maven-box/job/maven/job/MNG-6529/ > > Both look fine. > If another Maven team member can second these P

Re: plugin:descriptor fails with java.util.NoSuchElementException

2018-12-09 Thread Tibor Digana
Is the issue found on Oracle Jira or bug report? This might to do with some build version in Java 1.7. Usually they fix it right after since this bug hits the JVM stability and Oracle is paying an attention to JIT stability. On Sun, Dec 9, 2018 at 4:36 PM Robert Scholte wrote: > I have to admi

[VOTE] Release Apache Maven Archetype Bundles version 1.4

2018-12-09 Thread Hervé BOUTEMY
Hi, We solved 3 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317123&version=12343035&styleName=Text There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MARCHETYPES%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%

Re: plugin:descriptor fails with java.util.NoSuchElementException

2018-12-09 Thread Robert Scholte
I have to admit that it still looks weird, but the open and close tags are balanced. Also notice that only Java 7 (sometimes) hits this issue. Gabriel was able to provide a test that always fails on Java 7, not on the other JDKs. It must have to do with optimization when the JVM is warmed up.

Re: MNG-6533 and MNG-6529

2018-12-09 Thread Robert Scholte
https://builds.apache.org/view/M-R/view/Maven/job/maven-box/job/maven/job/MNG-6533/ https://builds.apache.org/view/M-R/view/Maven/job/maven-box/job/maven/job/MNG-6529/ Both look fine. If another Maven team member can second these PRs I will merge them to master. thanks, Robert On Sat, 08 Dec

Re: Parsing pom.xml

2018-12-09 Thread Robert Scholte
On Sun, 09 Dec 2018 13:44:52 +0100, Andres Almiray wrote: Hi Laird, Thanks, this all is very useful :-) One more thing, if I needed to read the contents of a settings.xml file, I suppose there's a similar API that make this work? Of course, better give you the complete overview :) : ht

Re: Parsing pom.xml

2018-12-09 Thread Andres Almiray
Hi Laird, Thanks, this all is very useful :-) One more thing, if I needed to read the contents of a settings.xml file, I suppose there's a similar API that make this work? Best, Andres --- Java Champion; Groovy Enthusiast JCP EC Associate Seat http://andr

Re: Parsing pom.xml

2018-12-09 Thread Elliotte Rusty Harold
On Sat, Dec 8, 2018 at 12:58 PM Oliver Drotbohm wrote: > > If it's about pure XML parsing and tweaking the information and building the > model is not required, XmlBeam [0] is a lightweight alternative to map the > entire file to a Java object. We use that in the Spring Data release > automatio

Re: [VOTE] Release Apache Maven Shared Component: Maven Dependency Analyzer 1.11.0

2018-12-09 Thread Tibor Digana
+1 both checksums match, build success from src-zip. On Sat, Dec 8, 2018 at 1:40 PM Karl Heinz Marbaise wrote: > Hi, > > We solved 4 issues: > https://issues.apache.org/jira/projects/MSHARED/versions/12344434 > > There are still a couple of issues left in JIRA: > > https://issues.apache.org/jir

Re: [VOTE] Release Apache Maven Help Plugin version 3.1.1

2018-12-09 Thread Tibor Digana
+1 both checksums match, build success from src-zip. On Sat, Dec 8, 2018 at 1:24 PM Karl Heinz Marbaise wrote: > Hi, > > We solved 6 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317522&version=12343422&styleName=text > > There are still a couple of issues left

Re: [VOTE] Release Apache Maven JAR Plugin version 3.1.1

2018-12-09 Thread Tibor Digana
+1 both checksums match, build success from src-zip. On Sat, Dec 8, 2018 at 1:02 PM Karl Heinz Marbaise wrote: > Hi, > > We solved 7 issues: > > https://issues.apache.org/jira/issues/?jql=project%20%3D%2012317526%20AND%20fixVersion%20%3D%2012343046%20ORDER%20BY%20priority%20DESC%2C%20key%20ASC >

[RESULT] [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M2

2018-12-09 Thread Tibor Digana
Hi, The vote has passed with the following result: +1 : Krystian Nowak,Romain Manni-Bucau, Enrico Olivelli, Olivier Lamy, Karl Heinz Marbaise, Francois Papon, Eric Lilja, Christian Stein, Tibor Digana. PMC quorum reached. I will promote the artifacts to the central repo. Cheers Tibor Digana

Re: [VOTE] Release Apache Maven Shared Component: Maven Dependency Analyzer 1.11.0

2018-12-09 Thread Robert Scholte
+1 On Sat, 08 Dec 2018 13:40:43 +0100, Karl Heinz Marbaise wrote: Hi, We solved 4 issues: https://issues.apache.org/jira/projects/MSHARED/versions/12344434 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20XX%20AND%20status

Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M2

2018-12-09 Thread Tibor Digana
Thank You! PMC quorum reached: Krystian Nowak,Romain Manni-Bucau, Enrico Olivelli, Olivier Lamy, Karl Heinz Marbaise, Francois Papon, Eric Lilja, Christian Stein, Tibor Digana. On Sun, Dec 9, 2018 at 10:28 AM Tibor Digana wrote: > +1 > > On Wed, Dec 5, 2018 at 11:26 PM Tibor Digana > wrote: > >

Re: [VOTE] Release Apache Maven Help Plugin version 3.1.1

2018-12-09 Thread Robert Scholte
+1 On Sat, 08 Dec 2018 13:24:44 +0100, Karl Heinz Marbaise wrote: Hi, We solved 6 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317522&version=12343422&styleName=text There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=p

Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M2

2018-12-09 Thread Tibor Digana
+1 On Wed, Dec 5, 2018 at 11:26 PM Tibor Digana wrote: > Hi, > > We solved 15 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12344396 > > There are still a couple of issues left in JIRA: > > https://issues.apache.org/jira/i#issues/?jql=project+%3D+S

Re: [VOTE] Release Apache Maven JAR Plugin version 3.1.1

2018-12-09 Thread Robert Scholte
+1 On Sat, 08 Dec 2018 13:02:26 +0100, Karl Heinz Marbaise wrote: Hi, We solved 7 issues: https://issues.apache.org/jira/issues/?jql=project%20%3D%2012317526%20AND%20fixVersion%20%3D%2012343046%20ORDER%20BY%20priority%20DESC%2C%20key%20ASC There are still a couple of issues left in JIRA: