Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M1 - TAKE 2

2018-11-07 Thread Tibor Digana
The vote has passed with the following result: +1 : Eric Lilja, Enrico Olivelli, Christian Stein, Tamás Cservenák, Olivier Lamy, Tibor Digana, Sylwester Lachiewicz, Karl Heinz Marbaise 0 : none -1 : none. PMC quorum: accomplished. On Sun, Nov 4, 2018 at 11:48 AM Tibor Digana wrote: > Hi, >

Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M1 - TAKE 2

2018-11-06 Thread Karl Heinz Marbaise
Hi, here is my +1 ... Kind regards Karl Heinz Marbaise On 04/11/18 11:48, Tibor Digana wrote: Hi, We solved 4 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927=12342871 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M1 - TAKE 2

2018-11-06 Thread Sylwester Lachiewicz
+1 wt., 6 lis 2018 o 19:45 użytkownik Tibor Digana napisał: > +1, we need to have more participants in the Vote. > > On Sun, Nov 4, 2018 at 11:48 AM Tibor Digana > wrote: > > > Hi, > > > > We solved 4 issues: > > > > >

Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M1 - TAKE 2

2018-11-06 Thread Tibor Digana
+1, we need to have more participants in the Vote. On Sun, Nov 4, 2018 at 11:48 AM Tibor Digana wrote: > Hi, > > We solved 4 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927=12342871 > > There are still a couple of issues left in JIRA: > >

Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M1 - TAKE 2

2018-11-05 Thread Olivier Lamy
+1 On Sun, 4 Nov 2018 at 20:48, Tibor Digana wrote: > Hi, > > We solved 4 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927=12342871 > > There are still a couple of issues left in JIRA: > >

Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M1 - TAKE 2

2018-11-05 Thread Tamás Cservenák
+1 On Sun, Nov 4, 2018, 11:48 Tibor Digana Hi, > > We solved 4 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927=12342871 > > There are still a couple of issues left in JIRA: > >

Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M1 - TAKE 2

2018-11-05 Thread Christian Stein
+1 Nit: some transitive dependency requires "asm-7.0-beta" -- should be updated to GA version of ASM 7.0 Cheers, Christian Downloading from xwiki-releases:

Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M1 - TAKE 2

2018-11-05 Thread Enrico Olivelli
+1 (non binding) Checked checksums Built and run its on Linux (Fedora 27) on JDK8 Tested with projects on JDK11, with large use of JUnit categories Enrico Il giorno dom 4 nov 2018 alle ore 17:47 Tibor Digana ha scritto: > > Well, yes there should be two repos. > One is Maven Central and the

Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M1 - TAKE 2

2018-11-04 Thread Tibor Digana
Well, yes there should be two repos. One is Maven Central and the second is the staging because the ASF staging Nexus is not a copy of Central. There are only our Apache artifacts deployed. On Sun, Nov 4, 2018 at 5:12 PM Eric Lilja wrote: > +1 (non-binding) > > When testing on my personal

Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M1 - TAKE 2

2018-11-04 Thread Eric Lilja
+1 (non-binding) When testing on my personal projects, I did see one JUnit test failure on some very old code, a test which didn't have any problems on surefire 2.18.1-2.22.1. I examined the test and came to the conclusion that is was misbehaved as it tried to treat a classpath resource as a

Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M1 - TAKE 2

2018-11-04 Thread Tibor Digana
One important remark regarding testing with JDK 9+. The Surefire project runs itself tests within maven-surefire-plugin:2.12.4 which properly isolates project classes and plugin's classes. Next version 3.0.0-M2 should load user's classes in IsolatedClassLoader (configured by parameter in POM). Due