Branch: refs/heads/master
Home:
https://github.com/jbossws/jbossws-cxf
Commit: e3a572e2fbdb88ed449e6b7c7fe72406e64dc666
https://github.com/jbossws/jbossws-cxf/commit/e3a572e2fbdb88ed449e6b7c7fe...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2015-12-14 (Mon, 14 Dec 2015)
Changed paths:
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/JBossWSInvoker.java
M
modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/CXFInstanceProviderDeploymentAspect.java
Log Message:
-----------
[JBWS-3966] Try reducing contention by creating a user bus for each deployment and
setting it as thread default bus just before endpoint invocation instead of setting null
as default bus. This should prevent CXF from internally removing the thread local
BusHolder and hence the following restore of the original thread default bus won't
need to access the THREAD_BUSSES WeakHashMap (which is what we're trying to reduce the
contention on).
Commit: 4a5b393dc493321155cfb35a311a675428d6998a
https://github.com/jbossws/jbossws-cxf/commit/4a5b393dc493321155cfb35a311...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2015-12-16 (Wed, 16 Dec 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[JBWS-3967] Upgrade to JAXB 2.2.11-jbossorg-1
Compare:
https://github.com/jbossws/jbossws-cxf/compare/c6afb6739f1a...4a5b393dc493