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 doesn't work on spring boot project running on Gradle 5.6.2 and JDK 11.0.4 #2238

Open
pula2000 opened this issue Sep 14, 2019 · 2 comments
Labels
parked Without further feedback this bug cannot be processed. If no feedback is provided, we close these.

Comments

@pula2000
Copy link

pula2000 commented Sep 14, 2019

When I run the command - gradle clean bootJar, I get the warning below -
warning: lombok.javac.apt.LombokProcessor could not be initialized. Lombok will not run during this compilation: java.lang.IllegalArgumentException: com.sun.tools.javac.api.ClientCodeWrapper$WrappedJavaFileManager extends java.lang.Object implements javax.tools.JavaFileManager
and errors associated with the lombok annotations not having being processed. Would appreciate it if this was looked into?

@MSBlastt
Copy link

Temporary workaround is to downgrade to Lombok version 1.8.10

@rspilker rspilker added the parked Without further feedback this bug cannot be processed. If no feedback is provided, we close these. label Dec 19, 2019
@RSully
Copy link

RSully commented Oct 22, 2020

Same issue as #2171 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parked Without further feedback this bug cannot be processed. If no feedback is provided, we close these.
Projects
None yet
Development

No branches or pull requests

4 participants