naxostech opened a new issue, #8001:
URL: https://github.com/apache/netbeans/issues/8001

   ### Apache NetBeans version
   
   Apache NetBeans 23
   
   ### What happened
   
   Extension mechanism and endorsed classpath are not supported since Java 9 
(see https://bugs.openjdk.org/browse/JDK-8065702)
   This introduces javax classes namespace when using jakarta ee 9+ and break 
compile or execution
   HTTPS and NG Test support broken (sometimes). 
   Code generation with wsimport broken.
   Certainly other problems not detected.
   Makes no sense in Java 9+ projects.
   
   ### Language / Project Type / NetBeans Component
   
   Java ant web project
   
   ### How to reproduce
   
   Create a Java ant web project.
   Exit and restart Netbeans.
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   Windows 11
   
   ### JDK
   
   JDK 21
   
   ### Apache NetBeans packaging
   
   Apache NetBeans provided installer
   
   ### Anything else
   
   The issue exists since namespace change (javax -> jakarta)
   Our workaround consists in emptying endorsed.classpath  with an ant script 
in all projects and removing jars from nblibraries.properties
   
   
   ### Are you willing to submit a pull request?
   
   No


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