-
Notifications
You must be signed in to change notification settings - Fork 200
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
Support Experimental Lombok Compiler Features #1217
Comments
What is the error/failure message? Can you confirm this issue persists with Enunciate |
Getting different error with v2.18.1
When I skip enunciate compilation works fine. |
So you must be on an old version of Java and J2EE too. I think we're kinda stuck right now. I need to be able to reproduce the issue on the latest version so narrow in on a fix, but you can't update to the latest version until you update your Java and J2EE stack. Can you suggest a way forward? |
Please share the changes you applied to the demo project to see this error. |
Please find the dummy project I created. I am new to spring boot so let me know if I am doing something wrong. |
The sample project isn't valid; it's not compiling. Make sure the project compiles before applying Enunciate. |
My prod project is compiling fine without Enunciate |
The project works correctly when "skip Enunciate" is set to true, but the compilation fails when it is set to false. Untitled.mov |
@stoicflame Could you please let me know if I am doing something wrong here? |
Looks like you're not doing anything wrong, but you're using an experimental feature in Lombok that the Enunciate compiler doesn't support. I don't yet understand how Lombok pulls this off or how to add support for it in the Enunciate compiler. The workaround is to use delombok to generate the code and then apply Enunciate to the generated code. I'll keep this issue open as an enhancement request to look into aligning the Enunciate compiler with the Lombok compiler. |
Thanks @stoicflame |
I am using Enunciate 2.13.1 and encountering a build failure. The build succeeds if I remove all instances of @requiredargsconstructor(onConstructor_ = @Autowired). Is there any way to resolve this issue?
Thanks
The text was updated successfully, but these errors were encountered: