-
-
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
[FEATURE] Add support for Eclipse 2024-03 (4.31) #3620
Comments
FTR, I suppose this is one of those issues:
@Rawi01 there's a typo in the issue title: 2024-04 -> 2024-03 🙂 |
@famod Ups, fixed. This error is already fixed in the latest edge release. |
Good to know, thanks! |
Please fix it. Urgently. I have to rollback my eclipse now. Update: lombok.jar version linked to the opening message fixed it for me. |
Eclipse 4.31 is rolling out, so a release with the Eclipse fix (which works for me!) would be appreciated. |
lombok.jar version linked to the opening message fixed it for me also. |
Yay for a strong community around Lombok that it gets dogpiled the moment it breaks :-) |
Its a shame not to have more support when all is running ok, but, eh, this way you know you are important. Deep, very deep inside our developments, Lombok it's an indispensable part. |
This is part of the latest edge release, all feedback is welcome. |
@nlisker You can view the error log using |
I looked, the error doesn't appear there. |
I experience issues with 1.8.32 version within vscode:
looks like error is exposed when
|
@MichaelNesterenko Not sure about VScode, but with Eclipse there's this problem: #3621. See if you can do a manual installation since they the automatic one seems to have a problem for some people. |
@nlisker, vscode manages plugin installation internally. From what I see issue is with the specific annotation processing, not with plugin installation |
just checked history of eclipse |
Thanks the version provided fixes the issue. |
No. You probably installed an outdated edge build. Use the latest v1.18.32 release, it includes this fix. |
Ok thanks it works. |
1.18.36 version have same bug in Eclipse 2024-12 jdk21.0.6 Springboot 3.4.3 webflux. |
Describe the feature
While working on a fix for broken Javadoc in Eclipse, I realised that I needed to add new patches for the upcoming Eclipse release. There also seem to be some changes that might affect the handling of string literals and delegate methods. I created this issue to track the fixed stuff and allow everyone to report additional problems in the same place.
Describe the target audience
Everyone who wants to use Eclipse 2024-03 (release date is 13.03.2024).
Latest pipeline build
lombok.jar
The text was updated successfully, but these errors were encountered: