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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.