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

2021-03-15 Thread GitBox
lukaszlenart closed 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

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

2021-03-15 Thread GitBox
lukaszlenart closed 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

[GitHub] [struts-examples] lukaszlenart merged pull request #75: Bump quarkus-plugin.version from 1.12.1.Final to 1.12.2.Final

2021-03-15 Thread GitBox
lukaszlenart merged pull request #75: URL: https://github.com/apache/struts-examples/pull/75 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

Jenkins job Struts/Struts Core/master#1843 failed

2021-03-15 Thread Mr. Jenkins
There is a build failure in Struts/Struts Core/master. Build: https://ci-builds.apache.org/job/Struts/job/Struts%20Core/job/master/1843/ Logs: https://ci-builds.apache.org/job/Struts/job/Struts%20Core/job/master/1843/console Changes:

Jenkins job Struts/Struts Core/master#1842 failed

2021-03-15 Thread Mr. Jenkins
There is a build failure in Struts/Struts Core/master. Build: https://ci-builds.apache.org/job/Struts/job/Struts%20Core/job/master/1842/ Logs: https://ci-builds.apache.org/job/Struts/job/Struts%20Core/job/master/1842/console Changes:

[GitHub] [struts-examples] lukaszlenart merged pull request #76: Bump dependency-check-maven from 6.1.1 to 6.1.2

2021-03-15 Thread GitBox
lukaszlenart merged pull request #76: URL: https://github.com/apache/struts-examples/pull/76 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

[GitHub] [struts-examples] dependabot[bot] opened a new pull request #75: Bump quarkus-plugin.version from 1.12.1.Final to 1.12.2.Final

2021-03-15 Thread GitBox
dependabot[bot] opened a new pull request #75: URL: https://github.com/apache/struts-examples/pull/75 Bumps `quarkus-plugin.version` from 1.12.1.Final to 1.12.2.Final. Updates `quarkus-universe-bom` from 1.12.1.Final to 1.12.2.Final Commits See full diff in

[GitHub] [struts-examples] dependabot[bot] opened a new pull request #76: Bump dependency-check-maven from 6.1.1 to 6.1.2

2021-03-15 Thread GitBox
dependabot[bot] opened a new pull request #76: URL: https://github.com/apache/struts-examples/pull/76 Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 6.1.1 to 6.1.2. Release notes Sourced from

[GitHub] [struts] davoustp opened a new pull request #477: Fix: remove contention during localized text lookup (JDK 1.7+)

2021-03-15 Thread GitBox
davoustp opened a new pull request #477: URL: https://github.com/apache/struts/pull/477 Backport of pull request #476 for Struts 2.5.x (JDK 1.7 still supported in this branch). The `ConcurrentHashMap.newKeySet()` usage (available only in JDK 1.8+) is replaced by a

[GitHub] [struts] davoustp opened a new pull request #476: Fix: remove contention during localized text lookup (JDK 1.8+)

2021-03-15 Thread GitBox
davoustp opened a new pull request #476: URL: https://github.com/apache/struts/pull/476 The localized resources lookup shows high contention during significant stress in an enterprise application delivering the UI using Struts 2.5.20. Profiling the app while under load stress using