-
Notifications
You must be signed in to change notification settings - Fork 181
Analyzing a project with Java 24 as a compilation target doesn't work #524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can't help on the issue (except knowing that we have already fixed some of Java 24 problems in other parts, but I would like to thank you for the following sentence, showing us, that one of the goals of the migration is reached more and more
|
Would love to see this updated - looking at the projects However, updating that locally and building (under 24) gives me:
Building under 23 succeeds, then running I can raise a PR if desired, tho the change is just
|
This commit updates the analyser version which supports reading byte code generated by Java 24. Fixes apache#524
It looks like updating the analyzer works, but also fails one IT test, I'm unfamiliar with either code base but will try and see if I can spot whats changed/broken. |
Uh oh!
There was an error while loading. Please reload this page.
Affected version
3.8.1
Bug description
Hello, thank you for enabling issues at Github, that makes it much easier to report them! Thank you also for maintainig this plugin!
Using the Maven Dependency Plugin to analyze a Maven project with Java 24 as a compilation target leads to the following error message:
It works when using Java 23 as a compilation target. I also uploaded a minimal example to reproduce this here.
The text was updated successfully, but these errors were encountered: