Re: [SUREFIRE] Surefire provider for JUnit 5?

2016-08-27 Thread Tibor Digana
The JUnit5 team create junit5-provider which might be nice to have a look inside. I don't know if this provider has all features Surefire provided through surefire-junit47-provider, I know for certain that junit5-provider converts JUnit 5 Executor to JUnit 4 Runners and that's the way to support al

Re: POM Model version 4.1.0 in 3.4.0-SNAPSHOTs

2016-08-27 Thread Tibor Digana
I supposed to align Maven 4.x with model version 4.0, and then Maven 5.x with model version 5.0. I supposed to directly release Maven 4.0.0 instead of 3.4.0. Why we have to control model version and support it if the XSD schemaLocation is already defined: http://maven.apache.org/xsd/maven-4.0.0.x

Re: [SUREFIRE] Surefire provider for JUnit 5?

2016-08-27 Thread Tibor Digana
hm, you know, I don't like new provider because it's a lot of work to support all the features we had in surefire-junit47. This may always go with bugs and finally more work for you, integration tests, ... On 8/27/16, Benedikt Ritter wrote: > Tibor Digana schrieb am Sa., 27. Aug. 2016 um > 15:01

Re: [SUREFIRE] Surefire provider for JUnit 5?

2016-08-27 Thread Benedikt Ritter
Tibor Digana schrieb am Sa., 27. Aug. 2016 um 15:01 Uhr: > I won't ha ve much time for JUnit 5 provider because I am preparing > Version 2.19.2 to release and next release with blocker and critical > fix, then 3.0-RC1. > > Feel free to open pull request in GitHub for JUnit 5 provider. > Great, I

Re: Introducing myself

2016-08-27 Thread Stephane Nicoll
Welcome Benedikt! On Sat, Aug 27, 2016 at 11:14 AM, Benedikt Ritter wrote: > Hello maven community, > > I'm Benedikt Ritter, 30 years old from Neuss (Germany). I'm committer and > member of the project management committee of the Apache Commons project. I > just wanted to introduce myself, since

Re: [SUREFIRE] Surefire provider for JUnit 5?

2016-08-27 Thread Tibor Digana
I won't ha ve much time for JUnit 5 provider because I am preparing Version 2.19.2 to release and next release with blocker and critical fix, then 3.0-RC1. Feel free to open pull request in GitHub for JUnit 5 provider. On 8/27/16, Kristian Rosenvold wrote: > Hi, Benedikt :) > > JUnit 5 provider

Re: [SUREFIRE] Surefire provider for JUnit 5?

2016-08-27 Thread Kristian Rosenvold
Hi, Benedikt :) JUnit 5 provider is cool, yes please :) Providers have different language levels (the different modules have different language levels), and I am sure we can build with jdk8. jdk8 still supports the target 1.6, right ? Kristian 2016-08-27 11:23 GMT+02:00 Benedikt Ritter : > H

[SUREFIRE] Surefire provider for JUnit 5?

2016-08-27 Thread Benedikt Ritter
Hi, I'm currently at SoCraTes 2016 [1] and I got a chance to talk to Marc Philipp [2], who is one of the maintainers of the JUnit project. As you might know, the JUnit team is currently working on the next major release of JUnit (JUnit 5 a.k.a Jupiter) [3]. Quite a lot will change in JUnit 5 and M

Introducing myself

2016-08-27 Thread Benedikt Ritter
Hello maven community, I'm Benedikt Ritter, 30 years old from Neuss (Germany). I'm committer and member of the project management committee of the Apache Commons project. I just wanted to introduce myself, since I'd like to contribute to maven (more on that in a separate mail). Looking forward to