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

   Since Jakarte EE Faces 4 the xmls namespaces were changed from 
`http://xmlns.jcp.org/jsf` to `jakarta.*`. (see 
https://github.com/jakartaee/faces/issues/1553)
       
   This change adds new namespace support for:
       * Generation of new JSF pages
       * Tag suggestion in faces xhtml editor view
       * Automatic addition of missing namespace declaration when new taglib is 
used
       
   In order to support the JSF 4.0 namespaces the `enum` `JsfVersion` in 
`web.jsfapi` module was introduced. It's used to map the taglib namespaces 
based on the projects detected JSF version.
       
   Note: There's already an enum `JSFVersion` which is not part of the api. 
Both enums might be merged in the future.
       
   Reference: #6069


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