Skip to content

4.0.0: Java 17 support

Compare
Choose a tag to compare
@dodie dodie released this 24 Sep 11:23
· 5 commits to master since this release
6125b23

New features:

  • Support Java 17 #109

Fixes:

  • No more warnings about illegal reflective access #43

Removal:

  • ScottRunListener for JUnit4 is removed: this alternative reporting integration was not used, and was not compatible with Java 17.
  • Support for info.cukes:cucumber-java is removed: this library is no longer maintained, and does not support Java 17. It is superseded by io.cucumber:cucumber-java which is still supported.