[SUREFIRE] JUnit 5 support - current state and next steps

2017-06-08 Thread Benedikt Ritter
Hello, first of all, I’d like to apologize for not being very active over the past few months. I’ve been busy at work and there was ApacheCON… so you know how it is :-) I’d like to take some time to review where we’re standing with JUnit 5 support and what we our next steps will be. Currently

[GitHub] maven-surefire issue #153: SUREFIRE-1384: ProviderInfo for JUnit Plattform (...

2017-06-08 Thread britter
Github user britter commented on the issue: https://github.com/apache/maven-surefire/pull/153 @marcphilipp this may be of interest for you. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] maven-surefire issue #153: SUREFIRE-1384: ProviderInfo for JUnit Plattform (...

2017-06-08 Thread britter
Github user britter commented on the issue: https://github.com/apache/maven-surefire/pull/153 @Tibor17 I'm having problems executing the integration test. When I run `mvn -Dit.test=JUnitPlattformIT verify` with Java 8, I get an error on running the Integration Test project:

[GitHub] maven-surefire pull request #153: SUREFIRE-1384: ProviderInfo for JUnit Plat...

2017-06-08 Thread britter
GitHub user britter opened a pull request: https://github.com/apache/maven-surefire/pull/153 SUREFIRE-1384: ProviderInfo for JUnit Plattform (WIP) This is Work in Progress! First take on a JUnitPlattform ProviderInfo, to enable automatic provider lookup. You can merge