On Tue, 11 Aug 2026 at 11:20, Rishi Priyadarshi <[email protected]> wrote: > > Is anyone else having trouble with the latest lombok 1.18.46 and NB31 on > JDK26? > > Was working fine with JDK26 on NB30 with lombok 1.18.42 > > and it tried upgrading to the latest 1.18.46 and still no go, full of error > badges, i tried deleting the cache folder > > Anyone else having this issue or knows the solution?
It won't work until there's a Lombok release that supports JDK 27. See also https://github.com/apache/netbeans/issues/9529 and https://github.com/apache/netbeans/discussions/8221 If you must use the hideous hack that is Lombok, stick to even numbered releases. All odd numbered NetBeans releases use a version of nb-javac based on the EA compiler of the next Java release to support new language features. Best wishes, Neil --------------------------------------------------------------------- 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
