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

   Library Notes:
   
   - Add support for Java 21
   - Refactoring and maintenance of code base
   - Fix processing of the Multi-Release libraries in EAR application
   - Bug fixes and updates of various components
   
   NetBeans GlassFish module notes:
   
   - Add support for GlassFish version 7.0.7, 7.0.8, and 7.0.9
   - Add new ConfigBuilderProvider for GlassFish 7.0.9 and newer versions that 
support Java 21
   - Add support for JavaSE constants up to version 22
   - Bump `javac.source` and `javac.target` to version 11 for all 4 GlassFish 
modules `common`, `eecommon`, `javaee`, and `tooling`
   - Refactor creation of `ServerWizardIterator` with one private array
   - Remove some unnecessary imports
   - Make final some fields
   - Refactor long switch statement to one `if if-else else` statement
   - Use ConcurrentMap for `builders`, set initial capacity, use atomic 
operations `computeIfPresent` and `computeIfAbsent`, and remove some 
synchronized blocks because the ConcurrentHashMap implementation already use 
synchronized at a field level
   
   NetBeans Testing:
   
   - Verify successful execution of libraries and licenses Ant test
   - Verify successful execution of Verify Sigtests
   - Verify successful execution of `ant -Dcluster.config=release 
commit-validation`
   - Verify successful execution of unit tests for modules `glassfish.common`, 
`glassfish.javaee`, `glassfish.tooling`, and `glassfish.eecommon`
   - Started NetBeans and ensure the log didn't have any ERROR or new WARNINGS
   - Successfully register GlassFish 7.0.7, 7.0.8, and 7.0.9, create a web app 
and verify that it works.
   
   [Release Notes](https://github.com/eclipse-ee4j/glassfish/releases/tag/7.0.9)


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