-
Notifications
You must be signed in to change notification settings - Fork 87
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
Unsupported class file major version 67 #317
Comments
Could anyone help with this issue? I am running Spring boot 3.3.4 Amazon-corretto-23 aspectjweaver 1.9.22.1. Thanks in advance |
This simply means that AspectJ 1.9.22.1 does not support class file versions for Java 23+, only up to Java 22. Please note my recent message to the aspectj-users and aspectj-announce mailing lists regarding my situation as an AspectJ maintainer. |
Thank you very much! I really appreciate you taking the time to respond. |
The issue is valid. Why did you close it? I am reopening it. |
I encountered the same error while using JDK 23 and AspectJ v.1.9.22.1. Changing the JDK to v.21 fixed the issue. =) |
No, it does not. It is a workaround. What would fix the issue is an AspectJ update supporting Java 23+, hence this open issue until either I find a sponsor and am no longer on hiatus or another committer implements it. |
The text was updated successfully, but these errors were encountered: