Just tried to use 31 on a very large project which works fine under 30 and lombok 1.18.38.
Just changing the Netbeans IDE from 30 to 31 causes the javac/lombok collisions because I think the `nb-javac` is running against jdk 27? and lombok does’t support that yet so the code editor gives lots of warnings on any Lombok annotated classes. Compiling from the command line still works as usual. Is there a fix for 31? I had to revert back to 30 for now. Thanks! --------------------------------------------------------------------- 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
