Updating Maven Surefire version in Tycho #751
joeshannon
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
IMO 3.0.0.M5 is now stable and mainstream enough to start relying on it. |
Beta Was this translation helpful? Give feedback.
1 reply
-
FWIW, I'm currently looking at adopting surefire 3.0.0-M5 in Tycho. See progress at #802 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current version used is 2.22.2.
To facilitate migration to JUnit 5, it would be a great benefit if display names were supported (#198/#381). As mentioned in those issues, this requires a newer version of Surefire.
Is this something that is suitable to start working on now? One consideration is that Surefire is still released as a milestone e.g. the current version is 3.0.0-M5 (released in June 2020). I can't see a documented timescale for a 3.0.0 release but there is some outline of further milestone releases on the plugin docs.
I've had a go at updating this to see what happens. I can get Tycho to compile and build but think some deeper work will be required due to reporting api changes.
Beta Was this translation helpful? Give feedback.
All reactions