Fwd: [VOTE] Release Apache Maven Surefire Plugin version 2.20.1

2018-03-04 Thread Tibor Digana
Hello Karl, I was not able to reproduce it on mine and CI platforms. Enrico, our user and developer, reported the same issue like you. This assertion statement should be turned to Japanese test name: *surefireReportFile.assertContainsText( "junit.twoTestCases.Test" );* So I changed the asse

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.20.1

2018-03-04 Thread Enrico Olivelli
+1 (non binding) Tested on Fedora 26/27, with J9 and J10 on my applications. Built from surces, got only error on Unicode names tests (already known issue) Great ! Enrico Il lun 5 mar 2018, 07:11 Olivier Lamy ha scritto: > +1 > > On 3 March 2018 at 21:42, Tibor Digana wrote: > > > Hi, > > >

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.20.1

2018-03-04 Thread Olivier Lamy
+1 On 3 March 2018 at 21:42, Tibor Digana wrote: > Hi, > > We solved 33 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > projectId=12317927&version=12341630 > > There are still a couple of issues left in JIRA: > https://issues.apache.org/jira/i#issues/?jql=project+% > 3D+SUREF

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.20.1

2018-03-04 Thread Karl Heinz Marbaise
Hi, The only issue I have found is that the following test: checkFileNamesWithUnicode(org.apache.maven.surefire.its.UnicodeTestNamesIT): Did not find expected message in log seemed to be failing on my Mac overall Maven versions and JDK versions.. JDK 8 Maven 3.1.X, 3.2.X, 3.3.X, 3.5.X oth

Re: [VOTE] Release Apache Maven 3.5.3

2018-03-04 Thread Stephane Nicoll
I already cast my +1 but, +1 to release as is. S. On Fri, Mar 2, 2018 at 8:55 PM, wrote: > the issue is a multi-threading issue on Windows Jansi, then this affects > people on Windows who try to use parallel build. > > I can commit on Jansi but not do a release: I can see this if a quick > 1.17

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.21.0

2018-03-04 Thread Robert Scholte
+1 On Sat, 03 Mar 2018 12:42:48 +0100, Tibor Digana wrote: Hi, We solved 33 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12341630 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/i#issues/?jql=project+%3D+SUREFIRE

Re: [VOTE] Release Apache Maven 3.5.3

2018-03-04 Thread Karl Heinz Marbaise
Hi, +1 from this approach as well.. We should get 3.5.3 out of the door.. Kind regards Karl Heinz Marbaise On 03/03/18 08:42, Arnaud Héritier wrote: +1 We add an entry in the release note about the know issue and we’ll release a 3.5.4 with the Jansi fix ASAP Le sam. 3 mars 2018 à 03:32, Man

Re: Download link

2018-03-04 Thread Karl Heinz Marbaise
Hi, On 03/03/18 10:12, Stephen Connolly wrote: On Sat 3 Mar 2018 at 09:02, Karl Heinz Marbaise wrote: Hi, I just realized that our download link from the download page[1] points to: http://artfiles.org/apache.org/maven/ Is that intentional ? Depends on geolocation... my link is http://

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.20.1

2018-03-04 Thread Tibor Digana
Hello Enrico, Would you create an issue in Jira? I will fix it in the nearest release. (Let's continue our discussion in Jira.) Yes, it is minor issue however annoying because you see the dump file. Details: The only problem is the order of these two lines. First line writes to a native Std/Out an

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.20.1

2018-03-04 Thread Stephane Nicoll
+1 (also tested on JDK10) Thanks, S. On Sat, Mar 3, 2018 at 12:42 PM, Tibor Digana wrote: > Hi, > > We solved 33 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > projectId=12317927&version=12341630 > > There are still a couple of issues left in JIRA: > https://issues.apache.o

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.20.1

2018-03-04 Thread Enrico Olivelli
Using the '-Dgroups' parameter I get this warning. It seems not a showstopper but the fix may be simple. Surefire itself is corrupting stdout while writing a WARNING. It is related to my issue https://issues.apache.org/jira/plugins/servlet/mobile#issue/SUREFIRE-1453 Thoughts? Enrico # Created o