Skip to content

Release 0.1.2

Latest

Choose a tag to compare

@khalilmalla95 khalilmalla95 released this 23 Feb 16:09
· 8 commits to main since this release
5e0f79f

v0.1.2

Bug Fixes

  • Fixed false positive class hierarchy checks for V1 plugins — The linter incorrectly reported that implementation classes did not implement JavaDelegate, did not extend AbstractServiceDelegate / AbstractTaskMessageSend, or that execution listeners did not implement ExecutionListener. This was caused by missing Spring Framework classes in the shaded CLI JAR, which prevented the JVM from resolving plugin class hierarchies at runtime. Spring artifacts (spring-beans, spring-core, spring-jcl) are now explicitly included in the shade configuration.

  • Fixed version mismatch between linter-cli and linter-corelinter-cli referenced a hardcoded dependency on linter-core:0.1.0 instead of the current project version, causing stale artifacts to be used during the build. The version is now derived from ${project.version}.

Upgrade is strongly recommended for all users of v0.1.1.

Contributors:
This release contains contributions from @khalilmalla95.