pepness opened a new pull request, #8228: URL: https://github.com/apache/netbeans/pull/8228
[Fix issue 8087](https://github.com/apache/netbeans/issues/8087) NetBeans Notes: - Add support for Jakarta EE 9/10 plugins for metro, jax-ws, and maven-war-plugin - Add support for jakarta namespaces for Jakarta EE 9 and later - Change jax-ws group id to `com.sun.xml.ws` - Add instance variables to `JaxWsClientCreator` that will help with the new logic to support jakarta namespaces and reduce method calls - Use constants when possible - Use diamond inference - Use try-with-resources - Increase array size NetBeans Testing: - Verify successful execution of libraries and licenses Ant test - Verify successful execution of Verify Sigtests - Verify successful execution of unit tests for modules `maven.jaxws` - Started NetBeans and ensure the log didn't have any ERROR or new WARNINGS - Successfully register GlassFish 5/6/7 - Create a Jakarta EE 8/9/10 maven web app and create a new `Web Service from WSDL` - Verify that it creates a new Web Service - Verify that the generated sources are using the correct version plugins - Verify that the generated sources are using the correct namespace Jakarta EE 8  Jakarta EE 9  Jakarta EE 10  -- 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: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists