pepness opened a new pull request, #6596:
URL: https://github.com/apache/netbeans/pull/6596
NetBeans GlassFish module notes:
- Use `ConcurrentHashMap` insted of `Collections.synchronizedMap`
- Use `ConcurrentHashMap.newKeySet` instead of `Collections.synchronizedMap`
- When using `ConcurrentHashMap` remove some synchronized blocks when using
atomic and concurrent operations (remove, put, containsKey, and get).
- Refactor to `computeIfAbsent` pattern when possible.
- Add javadoc support for JAKARTA EE 9 and JAKARTA EE 10
- Add missing validations for Jakarta EE 10
- Close resource with try-with-resources
- Remove redundant calls to si.getDeployerUri() and this.getClass()
- Remove redundant call to some methods getConfigRoot(), getDeployerUri()
- Use `GlassFishLogger` instead of generic `glassfish-ee` logger
- Use target class for logger instead of "glassfish"
- Regen sig file because `ant check-sigtests-release` failed
- Fix path to javadocs when creating a new `ConfigBuilder`
- Make final some class instances
- Refactor method `versionToResourceFilesIndexes()`
- Fix some javadoc comments
- Make final some class instances
- Add imports and remove commented code
- Add TODO comments
- Change inefficient creation of new Array
- Remove commented code
- Fix some typos
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 versions 4, 5, 5.1, 6, 6.2, and 7. Then
create a web app for each version
and verify that they work.
--
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