lkishalmi opened a new pull request #2392: URL: https://github.com/apache/netbeans/pull/2392
It seems supporting MODULE_PROCESSOR_PATH in Gradle breaks annotation processor detection. I've checked, the Maven plugin does not support this classpath, as well as the support is new in 12.1 for Gradle See: https://github.com/apache/netbeans/blob/a04b626ec6293b4f0e3006a726ffcc121a2af313/java/java.source.base/src/org/netbeans/modules/java/source/indexing/APTUtils.java#L392 here decided if the MODULE_PROCESSOR_PATH is provided the isModule is true and NB tries to read the information through the Module however that does not provide the Lombok service providers. It maybe a bug in our Module implementation or a bug in Lombok This PR just simply removes the support of MODULE_PROCESSOR_PATH from the classpath implementation for Gradle. ---------------------------------------------------------------- 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. 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
