richard-grin commented on issue #6875: URL: https://github.com/apache/netbeans/issues/6875#issuecomment-1868073466
If the difference between the two choices is only the names of the packages, name them "Contexts and Dependency Injection (javax)" and "Contexts and Dependency Injection (jakarta)". It's clearer because the first versions of Jakarta use javax (Jakarta 8 or 9). Another better solution (is it possible in a NetBeans wizard?) would be to read the version of web.xml or beans.xml, or something similar that distinguishes the version of Jakarta EE (and Java EE) and decide to use jakarta or javax in the packages. -- 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
