-
-
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
[BUG] StackOverflowError when using lombok 1.18.36 #3781
Comments
Hmm, no Lombok visible in the call stack... So you have any more information? Can you isolate the problem to a specific piece of source code? |
All classes included
no longer generates getters/setters. I get this error at the top of a class: Multiple markers at this line
The error log:
|
I encountered a similar issue, receiving the same java.lang.StackOverflowError stack trace after Lombok version upgrade, along with the error message:
In my case, the problem appears to be caused by a long Javadoc comment (43 lines, see the attached source code). Removing at least 10 lines from the comment resolves the issue. Version Information: |
I have the same issue.
|
Describe the bug
I upgraded from 1.18.34 (which worked fine) to 1.18.36 and now I get the following error in eclipse (Version: 2024-09 (4.33.0)) with java version 21:
Lombok has logged too many messages; to avoid memory issues, further lombok logs will be squelched for a while. Restart eclipse to start over.
Expected behavior
No Stackoverflow Error
Version info (please complete the following information):
The text was updated successfully, but these errors were encountered: