-
-
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
1.16.2 Wrong class loader used to load "lombok.javac.apt.Processor" #826
Comments
👤 ol.loginov 🕗 Feb 20, 2015 at 13:14 UTC
Expected to build the project successfully
Maven: lombok-1.16.2.jar.sha1 - abcc131bb227dcdd30437ee1cc164579767b03b4
I see in debugger this piece of code (in lombok.core.AnnotationProcessor$JavacDescriptor). It fails to find class "lombok.javac.apt.Processor": try { I think the problem is that "classLoader" here is not ShadowClassLoader, so it cannot find lombok.javac.apt.Processor.SCL.lombok class file. |
👤 ol.loginov 🕗 Feb 20, 2015 at 13:17 UTC Sorry, issue title is not right :) |
👤 reinierz 🕗 Apr 14, 2015 at 20:47 UTC Hello ol.loginov, can you check if this bug still occurs in lombok v1.16.4 which is out now. |
👤 ol.loginov 🕗 Apr 17, 2015 at 08:12 UTC It will take some time to check. Please wait |
👤 [email protected] 🕗 Jun 18, 2015 at 10:36 UTC Im having the same problem (using 1.16.4) -.- |
End of migration |
I have experienced the same problem with version 1.16.4
Some more details
But the funny thing is that it appears only in some projects, while others work just fine. I am reverting version to 1.14.8. Good luck hunting this bug down! |
Hello
|
We've added some debug information in the latest edge release. Can you give this one a try? |
I tried but sounds the same
|
By chance I experienced the same error. NetBeans created my "Maven -> Java Application" project with a pom.xml that used the maven-compiler-plugin version 2.3.2. After updating that version number to the current 3.5.1 it compiled fine. I use JDK 1.8.0_72 with Maven 3.3.9 and NetBeans 8.1. |
For us this problem has occurred all versions of Lombok since |
Several reports suggest that using the |
Migrated from Google Code (issue 791)
The text was updated successfully, but these errors were encountered: