mbien commented on PR #4692: URL: https://github.com/apache/netbeans/pull/4692#issuecomment-1385929630
i can't select a Java EE profile on new maven "Web Application" projects when Wildfly 27 is selected (it works for GF and others). But this is probably something we can fix during RC, this shouldn't hold this PR off. quick debugging showed that `J2eePlatformImplImpl.getSupportedProfiles` returns a set of FULL profiles which are later removed in the UI (`ServerSelectionHelper.updatePlatformVersionModel`) since it is a web project. -- 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
