On 8/12/26 11:20, Rishi Priyadarshi wrote: > They claim to support ejc and javac, if someone can raise an issue on > their github to also officially support nbjavac
I deliberately used javac in my reply since there should be no difference between nb-javac and javac other than the fact that it was backported (via jackpot refactoring scripts) to be runnable on a lower JDK level (NB 31 min runtime requirement is JDK 21 so it has to run on it which upstream javac can't). This is not about NetBeans compatibility, its about lomboks compatibility with JDK 27. If this can be achieved, there is a chance that it will work again using NB - or at least as good/bad as it did before. Lombok is an annotation processor ran by javac with extra hacks included. NB 31 was tested on ea JDK 27 builds since April with the goal to have a JDK 27 compatible release out short before JDK 27 itself is released - other projects can do that too. JDK 27 feature freeze was long ago. -mbien --------------------------------------------------------------------- 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
