lombok will not work and has been disabled
See original GitHub issueShort description
Provide a short description of the issue here. Do not include stacktraces in this sectrion
After updating IDEA 2020.3, my project cannot start! Tip: You aren’t using a compiler supported by lombok, so lombok will not work and has been disabled. Your processor is: com.sun.proxy.$Proxy23 Lombok supports: sun/apple javac 1.6, ECJ
Expected behavior
Is there a specific expected behavior?
Version information
- IDEA Version: Community 2020.3
- JDK Version: 1.8
- OS Type & Version: mac
- Lombok Plugin Version: 0.32-EAP
- Lombok Dependency Version: 1.16.22
Steps to reproduce
What steps do we need to take to reproduce this issue?
- update idea to Community 2020.3
- run project
- java: You aren’t using a compiler supported by lombok, so lombok will not work and has been disabled. Your processor is: com.sun.proxy.$Proxy25 Lombok supports: sun/apple javac 1.6, ECJ
Sample project
Please provide a sample project that exhibits the problem.
You should also include .idea
folder so we can inspect the settings.
- Sample project provided
- I am able to reproduce this error on the sample project by following the steps described above
Additional information
Is there any additional information you can provide to help us understanding and solving the issue?
Stacktrace
If you are experiencing an issue and IntelliJ throws an error please provide the stacktrace.
STACKTRACE HERE (inside code markup)
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
java: You aren't using a compiler supported by lombok, so ...
java: You aren't using a compiler supported by lombok, so lombok will not work and has been disabled. Your processor is: com.sun.proxy.
Read more >You aren't using a compiler supported by lombok, so ... - GitHub
You aren't using a compiler supported by lombok, so lombok will not work and has been disabled. Issue #952 · mplushnikov/lombok-intellij-plugin ...
Read more >IntelliJ Lombok Compiler Support Disabled
java: You aren't using a compiler supported by lombok, so lombok will not work and has been disabled.<br> Your processor is: com.sun.proxy.
Read more >You aren't using a compiler supported by ... - JetBrains YouTrack
You aren't using a compiler supported by lombok, so lombok will not work and has been disabled ; Project, IntelliJ IDEA ; Priority,...
Read more >Lombok Changelog
BUGFIX: Netbeans would not work with 1.18.16 anymore. Issue #2612. ... Wither has been deprecated (it has been renamed to lombok.With ).
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Problems with lombok plugin not installed with Community version are handled here: https://github.com/mplushnikov/lombok-intellij-plugin/issues/989#issuecomment-741903275 and here https://youtrack.jetbrains.com/issue/IDEA-257311
For Ultimate you just need to use the last version (1.18.16) of lombok library to get it compilling.
@Sunyb01 ok, thanks for confirming this, I was struggling for quite a time to make it work.