You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecate cucumber-junit in favour of cucumber-junit-platform-engine (#3016)
With JUnit 4 in maintenance mode and JUnit vintage being deprecated
support for JUnit 4 is winding down. As such users should be encouraged
to migrate away from JUnit 4 and `cucumber-junit` onto JUnit 5 with the
`cucumber-junit-platform-engine`.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
22
### Fixed
23
23
-[JUnit Platform Engine] Log discovery issues for feature files with parse errors. ([#2835](https://github.com/cucumber/cucumber-jvm/pull/2835) M.P. Korstanje)
24
24
25
+
### Deprecated
26
+
-[JUnit] Deprecate `cucumber-junit` in favour of `cucumber-junit-platform-engine` ([#2835](https://github.com/cucumber/cucumber-jvm/pull/3016) M.P. Korstanje)
0 commit comments