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 extendAbstractServiceDelegate/AbstractTaskMessageSend, or that execution listeners did not implementExecutionListener. 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-cliandlinter-core—linter-clireferenced a hardcoded dependency onlinter-core:0.1.0instead 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.