pepness commented on PR #6096: URL: https://github.com/apache/netbeans/pull/6096#issuecomment-1606330319
Hi @asbachb, using GlassFish 7.0.5 and Jakarta EE 10 I test the following: - Create a Ant Web App - Create a new JSF Page - Clean, build and run the web app Without the PR the namespace is the oracle one:  With the PR the namespace is the Jakarta one:  Auto-completition still works and shows JSF 2.2 (which is correct because it is using `web.jsf20` module)  How do I test `Tag suggestion in faces xhtml editor view` and `Automatic addition of missing namespace declaration when new taglib is used`. Also, I suggest that if possible you upload before/after images or step-to-step instructions to easily review the end result of your PR. Thank's for your hard work. -- 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
