-
Notifications
You must be signed in to change notification settings - Fork 441
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
(Lombok) annotations with arguments show an error in releases after 1.25.1 #3454
Comments
We're aware of this issue in pre-releases. This is a duplicate of eclipse-jdtls/eclipse.jdt.ls#2985 . We're aware of the issue, which is partly why we avoided releasing for so long. We filed at projectlombok/lombok#3564 , and are trying to get a fix into projectlombok/lombok#3565 but it's taking longer than expected. The problem is this is basically holding us up from doing a release of other nice improvements. |
We have a solution (to avoiding the regression) that should be an acceptable workaround. Going to try to see if we can implement it for this release! |
Thank you. And sorry for the inconvinience. I tried to do a quick search if there were any recent annotation issues, but didn't catch my eye. Cool that there's a work around now tho! |
- Fixes redhat-developer#3454 - Base version projectlombok/lombok@0089374 along with unmerged fix from projectlombok/lombok#3565 Signed-off-by: Roland Grunberg <[email protected]>
- Fixes redhat-developer#3454 - Base version projectlombok/lombok@0089374 along with unmerged fix from projectlombok/lombok#3565 Signed-off-by: Roland Grunberg <[email protected]>
[(Lombok) annotations with arguments show an error.]
Type: Bug
Environment
Steps To Reproduce
Current Result
Annotations with arguments mess up the annotation reading of VSCode resulting lot's of erros in the editor.
Expected Result
Annotations are read as before.
Additional Informations
The bug appeared somewhere in the first half of last December. I fixed it today by installing the current stable 1.25.1 version, instead of a prerelease.
The text was updated successfully, but these errors were encountered: