-
-
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
Delombok fails with Java 7 #495
Comments
👤 [email protected] 🕗 Oct 21, 2012 at 17:32 UTC A bunch of people are complaining that the lombok-maven-plugin does not work with Java 7. Sure enough, I get the following exception: java.lang.VerifyError: (class: lombok/delombok/Delombok, method: delombok signature: ()Z) Incompatible argument to function The above is with Maven 2.2.1, 64-bit Java 7 update 9, on Windows 7. I get a similar exception with Maven 3.0.4. Line 102: I understand that earlier versions worked fine with Java 7 -- but it failed around 0.11.0 or 0.11.2 and continues with 0.11.4. |
👤 [email protected] 🕗 Oct 21, 2012 at 17:51 UTC If I do this first: [ERROR] FATAL ERROR |
👤 [email protected] 🕗 Oct 21, 2012 at 17:56 UTC A link to the Java 7 report against lombok-maven-plugin: awhitford/lombok.maven#11 |
👤 reinierz 🕗 Oct 22, 2012 at 07:52 UTC Yup, thanks. Fixed in master: bde859c Also rolled out an edge release so you can test that the fix works. Could you let us know if the edge build fixes this for you? https://projectlombok.org/download-edge.html NB: The current trunk is a mess, test wise. I fixed the issue where tests fail horribly if your local JRE does not match up to the javac6.jar we compile against, but now other discrepancies show up. We'll need to rewrite the test code to be more heuristic, or more likely, just do some regexp fu or something. We'll get there. At any rate, you can test against more things, but, there are more errors in the tests. Something to fix for tonight. None of this has an effect on lombok itself, just on running the lombok test suite. |
👤 [email protected] 🕗 Oct 26, 2012 at 06:57 UTC Confirmed that this version works with Java 7 on Windows. |
👤 [email protected] 🕗 Oct 26, 2012 at 07:03 UTC And I also confirmed that this version works with Java 6 on a Mac. Thank you! (When will this version be officially released?) |
👤 reinierz 🕗 Oct 26, 2012 at 10:41 UTC Sweet! Marking this one down as verified. |
👤 reinierz 🕗 Oct 30, 2012 at 00:09 UTC Now officially released in lombok v0.11.6. |
End of migration |
Migrated from Google Code (issue 422)
The text was updated successfully, but these errors were encountered: