matthiasblaesing opened a new pull request, #4775:
URL: https://github.com/apache/netbeans/pull/4775

   With the addition of jakarta ee 10 API jars it was found, that there is an 
implicit assumption, that all JARs not referenced by modules have to be JDK 8 
compatible. In the case of jakarta ee 10 this is an invalid assumption as it 
explicitly does not support JDK 8. The module that introduces the binaries 
correctly declares a JDK 11 dependeny, but at runtime the module <-> binary 
association is lost.
   
   To prevent false positives, the test must be limited to JARs, that are 
directly referenced from modules.
   


-- 
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

Reply via email to