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

   NetBeans has partitial support for JakartaEE 9+, but several areas that 
provide support are still lacking support for the new package namespace 
"jakarta.*" instead of "javax.*".
   
   This PR adjusts a subset of these cases and focuses on the JPA and JSF area. 
Further areas where identified while working on this and were marked with @todo 
comments.
   
   There are two areas, that form the main picture: Code generated in the wrong 
package namespace and code scanning not finding classes in the new "jakarta" 
namespace. For the former switches were introduced, that change the generated 
code to the "jakarta" namespace when a compatible JSF version is detected. The 
code scanning was in most placed adjusted, so that both variants "javax" and 
"jakarta" are recognized.
   
   Closes: #6445
   Closes: #4840
   
   


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