Skip to content
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

Java 24 support #286

Closed
yeikel opened this issue Oct 1, 2024 · 2 comments
Closed

Java 24 support #286

yeikel opened this issue Oct 1, 2024 · 2 comments

Comments

@yeikel
Copy link

yeikel commented Oct 1, 2024

While I understand that Java 24 is still in early access, I am logging it for awareness for now

Sample error:

Execution modernizer of goal org.gaul:modernizer-maven-plugin:2.9.0:modernizer failed: Unsupported class file major version 68

@gaul
Copy link
Owner

gaul commented Oct 1, 2024

modernizer depends on asm for bytecode introspection. So I guess we need to wait for its next release.

@yeikel
Copy link
Author

yeikel commented Oct 2, 2024

modernizer depends on asm for bytecode introspection. So I guess we need to wait for its next release.

Fair enough, let's keep this open until we can re-test with the newer ASM version

@gaul gaul closed this as completed in 92c9367 Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants