Skip to content

Commit e99c7e9

Browse files
authored
Add section on possible Cucumber-Java8 deprecation (#2626)
As well as how to migrate automatically.
1 parent 90f766b commit e99c7e9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

release-notes/v7.0.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,13 @@ should fail a test run.
225225
To make migration graceful the `--strict` and `--non-strict` CLI arguments and
226226
`cucumber.execution.strict` property were left in place. These have now been
227227
removed.
228+
229+
230+
Cucumber-Java8 currently under consideration for deprecation
231+
------------------------------------------------------------
232+
233+
Due to technical difficulties, the `cucumber-java8` module is currently
234+
[under consideration for removal](https://github.com/cucumber/cucumber-jvm/issues/2174).
235+
While [alternatives are explored](https://github.com/cucumber/cucumber-jvm/issues/2279),
236+
you can already [migrate to `cucumber-java` annotation based step definitions automatically](https://github.com/timtebeek/cucumber-jvm-upgrades).
237+
For now [Cucumber-Java8 is removed as recommendation](https://github.com/cucumber/docs/pull/783).

0 commit comments

Comments
 (0)