-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[BUG] STS4 4.22.0 + Lombok 1.18.32 + JDK22 java.lang.NoSuchMethodError #3638
Comments
The eclipse team merged these changes to the Java 22 support plugin, we didn't anticipated that and released the latest lombok version without the fix for it to not further delay it. You can find a build with the fix here. |
Hi @Rawi01 Thank you for the quick response. Does edge version contain this fix? When will it be released as stable version? |
I think this warrants an emergency stable release. I'll discuss it with @rspilker – Until then, current edge release includes this patch. |
Thank you all SO MUCH for keeping up with the Eclipse releases and changes |
Describe the bug
When I tried to migrate from STS 4.21 to STS 4.22 I got an error in STS UI and the stacktrace in the log:
I look into the code and it seems that CaseStatement class from Eclipse JDT doesn't have constructor that accepts Expression/int/int.
It was changed 3 weeks ago:
To Reproduce
Open any workspace project in STS 4.22.0.
Expected behavior
No error should occur
Version info (please complete the following information):
The text was updated successfully, but these errors were encountered: