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

   During preparation of #5969 I recognized that it requires a lot of manual 
adjustments when a new Jakarta EE release is published. Several methods use 
long if/else statements which get longer with every new release.
   
   One problem seems to be that it's not easily possible to iterate through the 
available `Profile`s.
   
   In order to be able to iterate through the available `Profile`s I propose to 
change it to an enum. This eliminates also things as the order and the need to 
set a specific bundle property name as it can be now generated from the enum 
name.
   
   Signature needs to be adjusted for sigtest, but from a callers perspective 
there is no api change when using that class/enum.


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