Olivier Lamy
Olivier Lamy
please hold on for those cosmetic changes as I have a lot changes coming with https://github.com/apache/maven-surefire/pull/3179
Please note Junit3 code can be still executed but need the junit 4.12 dependency at least
> Just to point out: according to the JUnit 6 [release notes](https://docs.junit.org/6.0.0/release-notes/#release-notes-6.0.0-junit-vintage), the JUnit Vintage engine is deprecated and (to quote) "it should only be used temporarily while migrating tests...
This would require jetty-core Java 8 compliant as well.
there are still a lot of projects on 4.x
> Not a great idea. I think maven itself has legacy tests based on JUnit 3 links? I will be happy to migrate them
Please note junit 4.x code is still supported but junit version as dependency needs to be at least 4.12 it's only the proprieraty surefire runner code which is removed
> hey can u plz asign this issue would love to help u out thanks but this has been done part of https://github.com/apache/maven-surefire/pull/3179
Could you please check with this PR https://github.com/apache/maven-surefire/pull/3179 as the big refactoring might land very soon now
@uhafner please provide some use cases similar to what has been done here https://github.com/apache/maven-surefire/issues/2601https://github.com/apache/maven-surefire/issues/2601 #828 has been implemented according to #2601 this seems to be a reasonnabe implementation which seems...