Jenkins job Struts/Struts Core/master#1844 back to normal

2021-03-22 Thread Mr. Jenkins
The build for Struts/Struts Core/master completed successfully and is back to normal. Build: https://ci-builds.apache.org/job/Struts/job/Struts%20Core/job/master/1844/ Logs: https://ci-builds.apache.org/job/Struts/job/Struts%20Core/job/master/1844/console Changes: https://ci-builds.apache.org/

[GitHub] [struts] lukaszlenart merged pull request #477: [WW-5119] Fix: remove contention during localized text lookup (JDK 1.7+)

2021-03-22 Thread GitBox
lukaszlenart merged pull request #477: URL: https://github.com/apache/struts/pull/477 -- 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. For queries about this service, plea

[GitHub] [struts] lukaszlenart merged pull request #476: [WW-5119] Fix: remove contention during localized text lookup (JDK 1.8+)

2021-03-22 Thread GitBox
lukaszlenart merged pull request #476: URL: https://github.com/apache/struts/pull/476 -- 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. For queries about this service, plea

[GitHub] [struts] davoustp opened a new pull request #479: [WW-5121] Fix: remove contention during Scope.SINGLETON injection

2021-03-22 Thread GitBox
davoustp opened a new pull request #479: URL: https://github.com/apache/struts/pull/479 Fixes the contention issue described in WW-5121 by applying a double-null-check-with-volatile pattern to avoid the synchronized cost on each and every injection of the singleton. Same patch as #4

[GitHub] [struts] davoustp opened a new pull request #478: [WW-5121] Fix: remove contention during Scope.SINGLETON injection

2021-03-22 Thread GitBox
davoustp opened a new pull request #478: URL: https://github.com/apache/struts/pull/478 Fixes the contention issue described in WW-5121 by applying a double-null-check-with-volatile pattern to avoid the `synchronized` cost on each and every injection of the singleton. This pull requ