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