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

   NetBeans Module Notes:
   - Prefer `ConcurrentMap` to `synchronizedMap`
   - Prefer `ConcurrentHashMap.newKeySet` to `synchronizedSet`
   - Remove synchronized blocks when using atomic and concurrent operations
     with `ConcurrentHashMap`
   - Add Wildfly version 29 and 30
   - Add Java 21 support for Wildfly 30+
   - Close  resources with `try-with-resources` when possible
   - Set initial capacity for profile sets
   - Bump `source` and `target` to version 11 (will revert if tests are red)
   
   Testing:
   - Full build done
   - Verify successful execution of `ant verify-libs-and-licenses`
   - Verify successful execution of `ant check-sigtests-release`
   - Verify successful execution of `ant -Dcluster.config=release 
commit-validation`
   - Successfully register WildFly versions 29 and 30, create a Jakarta EE 10 
WebApp and run it
   
   [WildFly 30 Release 
Notes](https://www.wildfly.org/news/2023/10/18/WildFly30-Released/)


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