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

lombok @Singular cause Lombok annotation handler class lombok.eclipse.handlers.HandleBuilder failure #3561

Open
lamplification opened this issue Apr 3, 2024 · 10 comments
Assignees
Labels

Comments

@lamplification
Copy link

lamplification commented Apr 3, 2024

Lombok @Singular cause Lombok annotation handler class lombok.eclipse.handlers.HandleBuilder failed

Environment
  • Operating System: Ubuntu x86_64 x86_64 x86_64 GNU/Linux
  • JDK version: 17
  • Visual Studio Code version: 1.87.2
  • Java extension version: Language Support for Java(TM) RedHat 1.29.0
Steps To Reproduce
  1. create a demo java project
  2. create a simple POJO with use of @Singular and @builder
  3. see Problem tab - Lombok annotation handler class lombok.eclipse.handlers.HandleBuilder failed - See error log.
    image

demo.zip

Current Result

Lombok annotation handler class lombok.eclipse.handlers.HandleBuilder failed - See error log.

Expected Result

No issue

Additional Informations

Comment @Singular in the Domain.java, everything work as expected. It is working in Intellij.

@lamplification lamplification changed the title ombok @Singular cause Lombok annotation handler class lombok.eclipse.handlers.HandleBuilder failure lombok @Singular cause Lombok annotation handler class lombok.eclipse.handlers.HandleBuilder failure Apr 3, 2024
@snjeza snjeza added the upstream label Apr 4, 2024
@snjeza
Copy link
Contributor

snjeza commented Apr 4, 2024

This is an upstream lombok issue caused by eclipse-jdt/eclipse.jdt.core@cb6774f

@lamplification
Copy link
Author

Thank you @snjeza , I rolled back to v1.27.0 for Language Support for Java(TM) by Red Hat. That version is working.

@sashirestela
Copy link

Thank you @snjeza , I rolled back to v1.27.0 for Language Support for Java(TM) by Red Hat. That version is working.

Rolling back to v1.28.1 is working too.

@sashirestela
Copy link

@snjeza Please, could you tell us if you have any estimated time for a fixing here?

@snjeza
Copy link
Contributor

snjeza commented Apr 9, 2024

@sashirestela This is a lombok issue. You could ask at projectlombok/lombok#3648

@ekeric13
Copy link

how do you rollback a vscode extension version?

@azriel-healthpoint
Copy link

@ekeric13 Click on the drop down next to Uninstall:

image

Then this list appears:

image

Pick the version you want.

I think you have to restart VS code + Clean Java Language Workspace after.

enjoy ✌️

@sashirestela
Copy link

Does anyone know if the last version (1.30.0) is fixing the bug?

@takashi-nakakido
Copy link

@sashirestela
I could not see the bug fix on my PC which has been upgraded (1.30.0).

@skozitzki
Copy link

The same on my machine. No bug fix, neither with version 1.30.0 nor with 1.31.2024050208.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants