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
chore(java): drop the codeanalyzer-java pip dep; track the bundled jar at 2.4.1
The Java analyzer jar is no longer a pip dependency — the SDK release workflow
downloads the latest codeanalyzer-java jar (now v2.4.1) into the bundled jar/ dir.
The earlier codeanalyzer-java==2.4.0 entry in [project.dependencies] was broken
(2.4.x is not on PyPI; PyPI tops out at 2.3.7), so remove it and bump the
[tool.backend-versions] marker to 2.4.1. v2.4.1 is now the latest release and
fixes the field/import/call-graph projection gaps (#156/#157/#158), so a graph
emitted by the bundled analyzer is a complete projection.
0 commit comments