Skip to content

v1.67.0

Compare
Choose a tag to compare
@picimako picimako released this 22 Sep 17:00
· 4 commits to master since this release
9411c92

Changed

  • New supported IDE version range: 2024.2.1 - 2024.3.*.
    The previous version, 1.66.0 (and bugfixes of it) of JBehave Support will remain to support IDEs up to version 2024.2.0.2.
  • Updated the project to use the IntelliJ Platform Gradle Plugin 2.0.
  • Updated the project to use JDK 21.
  • Updated project configuration to make sure the plugin works when the K2 Kotlin compiler is enabled.
  • Removed a couple of deprecated API usage.

Fixed

  • Fixed the listener that tracks modifications of JBehave step def classes. It no longer fails when it encounters invalid files.
  • Fixed a potential exception during highlighting undefined steps.