matthiasblaesing commented on issue #6802: URL: https://github.com/apache/netbeans/issues/6802#issuecomment-1843320135
@NicolaIsotta has the right suggestion. This is a duplicate of https://github.com/projectlombok/lombok/issues/3468 and https://github.com/projectlombok/lombok/issues/3393. The TL;DR version is: The price for using lombok is high because it regularly breaks on newer JDKs. And thus I strongly resist people wanting to use lombok @work. We have some legacy code and for that the situation was improved by specifying the lombok version as a property and I override that in my `settings.xml` to point to a recent version of lombok that makes it work again, without having to modify the project. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
