Re: Prepared Maven 3.5.3 Release Notes

2018-02-24 Thread Stephen Connolly
Thanks for writing these up... I was going to do it today, but you saved me the work! On Sat 24 Feb 2018 at 20:47, Karl Heinz Marbaise wrote: > Hi to all, > > I have prepared Maven 3.5.3 Release notes. > > You can take a look here: > > > https://github.com/khmarbaise/maven-release-notes/blob/mas

Re: Surefire roadmap

2018-02-24 Thread Tibor Digana
Hello Olivier, Robert, I think this issue you saw was caused by the old hack with commons-lang3 in module surefire-booter/pom.xml. I reproduced it on WindowsXP but not on Windows7, funny. I removed the change in the pom.xml and committed (git push force) to our branch SUREFIRE-1489. Now the branch

Re: Surefire roadmap

2018-02-24 Thread Tibor Digana
Try to delete local maven repository on Travis and run the branch SUREFIRE-1489 with --no-snapshot-updates. I hope we will have good results. Good night! On Sun, Feb 25, 2018 at 2:34 AM, Tibor Digana wrote: > What branch is for the build /maven-surefire-fs? > Any special build configuration or s

Re: Surefire roadmap

2018-02-24 Thread Tibor Digana
What branch is for the build /maven-surefire-fs? Any special build configuration or sources are different from master? On Sun, Feb 25, 2018 at 2:28 AM, Olivier Lamy wrote: > Did you read my emails? The thread with subject " [3/3] maven-surefire git > commit: Revert "[SUREFIRE-1473] upgrade commo

Re: Surefire roadmap

2018-02-24 Thread Tibor Digana
Hi Robert, Olivier, Finally I am happy that the build #15 [1] passed successfully in the branch surefire-1498. I am open to help you building the project on your PC. I will connect to IRC in the evening or afternoon. [1]: https://builds.apache.org/job/maven-wip/job/maven-surefire/job/SUREFIRE-148

Re: Surefire roadmap

2018-02-24 Thread Olivier Lamy
Did you read my emails? The thread with subject " [3/3] maven-surefire git commit: Revert "[SUREFIRE-1473] upgrade commons-lang3 to avoid NPE on jdk10" " I assume no so here few links https://builds.apache.org/view/M-R/view/Maven/job/maven- surefire-fs/2/console https://jenkins.webtide.net/job/sand

Re: Surefire roadmap

2018-02-24 Thread Tibor Digana
Hi Olivier, I am trying to be friendly and helpful. Maybe a hint: One problem I found weeks ago was in Maven Central which contained a SNAPSHOT version built with Java 1.7. I had to do this on my PC: $ mvn org.codehaus.mojo:build-helper-maven-plugin:3.0.0:remove-project-artifact -Dbuildhelper.fai

Re: Surefire roadmap

2018-02-24 Thread Olivier Lamy
Please Tibor read the emails and I'm so sorry to repeat again myself but it looks you do not listen anyone... MASTER DOESN'T BUILD!!! using jdk7 or jdk8 or jdk9 or jdk10 I send few links with failure and as far as I can understand from the thread neither Robert can build it!! We must first fix that

Re: Surefire roadmap

2018-02-24 Thread Tibor Digana
Sorry, I have to repeat myself because of undelivered message(s) to Maven mailing list. For clarifying the Surefire goes with Java 6. If you want to run your tests with JDK10 or lower you have to specify the system property -Djdk.home=/path/to/jdk10 and the you will see that the tests pass. Go to

Re: [VOTE] Release Apache Maven 3.5.3

2018-02-24 Thread Stephen Connolly
On 24 February 2018 at 22:00, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > Hi, > > We solved 22 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > version=12341428&styleName=Text&projectId=12316922 > > There are 381 issues left in JIRA for Maven core: > https://iss

[VOTE] Release Apache Maven 3.5.3

2018-02-24 Thread Stephen Connolly
Hi, We solved 22 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12341428&styleName=Text&projectId=12316922 There are 381 issues left in JIRA for Maven core: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20

Re: Prepared Maven 3.5.3 Release Notes

2018-02-24 Thread Gary Gregory
On Sat, Feb 24, 2018 at 2:24 PM, Karl Heinz Marbaise wrote: > Hi Gary, > > On 24/02/18 22:02, Gary Gregory wrote: > >> Hi All, >> >> Thank you for preparing a release. >> > > You're weclome. > > >> As a user, this is useless: >> >> Bugs: >> >> - MNG-6323

Re: Prepared Maven 3.5.3 Release Notes

2018-02-24 Thread Karl Heinz Marbaise
Hi Gary, On 24/02/18 22:02, Gary Gregory wrote: Hi All, Thank you for preparing a release. You're weclome. As a user, this is useless: Bugs: - MNG-6323 reporter: Ben Caradoc-Davies - MNG-6320

Re: Prepared Maven 3.5.3 Release Notes

2018-02-24 Thread Gary Gregory
Hi All, Thank you for preparing a release. As a user, this is useless: Bugs: - MNG-6323 reporter: Ben Caradoc-Davies - MNG-6320 reporter: Eugene Pliskin - MNG-6300

Prepared Maven 3.5.3 Release Notes

2018-02-24 Thread Karl Heinz Marbaise
Hi to all, I have prepared Maven 3.5.3 Release notes. You can take a look here: https://github.com/khmarbaise/maven-release-notes/blob/master/content/markdown/docs/3.5.3/release-notes.md If you have improvements/ideas/supplementals etc. don't hesitate to contact me or make a PR... Kind rega

Re: Surefire roadmap

2018-02-24 Thread Robert Scholte
Hi Olivier, "I haven't been able to build it locally, so I cannot judge it." So no. This is where JAVA_HOME points to JDK8 and just executing "mvn clean verify", which fails on the unittests of Surefire Booter. Robert On Sat, 24 Feb 2018 20:24:47 +0100, Olivier Lamy wrote: Robert I have

Re: Surefire roadmap

2018-02-24 Thread Olivier Lamy
Robert I have a very simple question: does surefire master build for you even with jdk7 or 8? I keep asking that but it looks no one has try and no one answer this question. So please first let us know On Sun, 25 Feb 2018 at 12:22 am, Robert Scholte wrote: > Hi, > > I've noticed some unsatisfyin

Surefire roadmap

2018-02-24 Thread Robert Scholte
Hi, I've noticed some unsatisfying discussions regarding surefire, so let me try to help moving this forward. Here's the situation as I see it: - Surefire 2.20.1 is the latest released version (2017-09-15) - 2.20.1 doesn't use the modulepath yet, that will be part of the next release. A lo

Re: Jenkins build hangs and logs grow up to 27GB

2018-02-24 Thread Stephen Connolly
/consoleFull should stream the raw console On Sat 24 Feb 2018 at 10:28, Tibor Digana wrote: > I guess there would be many lines with InterruptedException, but unless we > download log file we would not be sure. > How to download it other way than through the HTTP link /console ? > > On Sat, Feb

[VOTE] Release Apache Maven JDeps Plugin version 3.1.1

2018-02-24 Thread Robert Scholte
Hi, We solved 6 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319223&version=12341552&styleName=Text There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%2012319223%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20

Re: [3/3] maven-surefire git commit: Revert "[SUREFIRE-1473] upgrade commons-lang3 to avoid NPE on jdk10"

2018-02-24 Thread Olivier Lamy
fail with travis as well https://travis-ci.org/olamy/maven-surefire/builds/345611495 On 24 February 2018 at 20:30, Olivier Lamy wrote: > ping. > Am I the only one having issue building surefire master? > If no response I will re apply my commits. > > > On 22 February 2018 at 21:44, Olivier Lamy

Re: [3/3] maven-surefire git commit: Revert "[SUREFIRE-1473] upgrade commons-lang3 to avoid NPE on jdk10"

2018-02-24 Thread Olivier Lamy
ping. Am I the only one having issue building surefire master? If no response I will re apply my commits. On 22 February 2018 at 21:44, Olivier Lamy wrote: > ping. > You reverted my commit but this doesn't work! > As I don't want to turn as a "it doesn't work on my machine" I tried with > diffe

Re: Jenkins build hangs and logs grow up to 27GB

2018-02-24 Thread Tibor Digana
I guess there would be many lines with InterruptedException, but unless we download log file we would not be sure. How to download it other way than through the HTTP link /console ? On Sat, Feb 24, 2018 at 10:48 AM, Tibor Digana wrote: > Hello Stephen, > > I disabled the Jenkins agent using your

Jenkins build hangs and logs grow up to 27GB

2018-02-24 Thread Tibor Digana
Hello Stephen, I disabled the Jenkins agent using your hint [1]. I used zip() and archived build reports and logs of all ITs. I used lock() on short running failsafe ITs. Now the build is successful. After this another bad thing happened. The logs size was 27GB several hours ago. Now Jenkins doe