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
A packaging fix release — no API or behaviour changes, but an important upgrade if you use the Java backend from a pip-installed cldk.
📦 Published wheels bundle the codeanalyzer-java JAR again (#284)
Every wheel published from 1.2.0 through 1.4.3 shipped without the bundled JAR, so CLDK.java(...) after a plain pip install cldk failed at runtime with:
CodeanalyzerExecutionException: codeanalyzer jar not found
The JAR is tracked in git, but the build backend applied the repo's root *.jar ignore rule at build time and dropped it from both the wheel and the sdist. 1.4.4 force-includes it, and the release pipeline now hard-fails if any build is missing it, so it cannot silently regress.
If you installed any of 1.2.0 through 1.4.3 and hit that error, upgrading fixes it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
cldk 1.4.4
A packaging fix release — no API or behaviour changes, but an important upgrade if you use the Java backend from a
pip-installed cldk.📦 Published wheels bundle the
codeanalyzer-javaJAR again (#284)Every wheel published from 1.2.0 through 1.4.3 shipped without the bundled JAR, so
CLDK.java(...)after a plainpip install cldkfailed at runtime with:The JAR is tracked in git, but the build backend applied the repo's root
*.jarignore rule at build time and dropped it from both the wheel and the sdist. 1.4.4 force-includes it, and the release pipeline now hard-fails if any build is missing it, so it cannot silently regress.If you installed any of 1.2.0 through 1.4.3 and hit that error, upgrading fixes it.
Upgrade
Links: GitHub release · CHANGELOG
All reactions