Branch: refs/heads/master
Home: https://github.com/jbossws/jbossws-cxf
Commit: 07f4cabefcd0537048785bc1275a014e0f20aa71
https://github.com/jbossws/jbossws-cxf/commit/07f4cabefcd0537048785bc1275...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2015-12-22 (Tue, 22 Dec 2015)
Changed paths:
M modules/addons/pom.xml
M modules/addons/transports/http/undertow/pom.xml
M modules/addons/transports/udp/pom.xml
M modules/client/pom.xml
M modules/dist/pom.xml
M modules/endorsed/pom.xml
M modules/jaspi/pom.xml
M modules/resources/pom.xml
M modules/server/pom.xml
M modules/test-utils/pom.xml
M modules/testsuite/cxf-tests/pom.xml
M modules/testsuite/perf-tests/pom.xml
M modules/testsuite/pom.xml
M modules/testsuite/shared-tests/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Branch: refs/heads/master
Home: https://github.com/jbossws/jbossws-cxf
Commit: 8b23b107cab02846b671586cf6a120316ca72e50
https://github.com/jbossws/jbossws-cxf/commit/8b23b107cab02846b671586cf6a...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2015-12-22 (Tue, 22 Dec 2015)
Changed paths:
M modules/dist/src/main/distro/ReleaseNotes.txt
Log Message:
-----------
Updating release notes
Commit: 080d5175c560d1003c81cfc99422e846beab14e3
https://github.com/jbossws/jbossws-cxf/commit/080d5175c560d1003c81cfc9942...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2015-12-22 (Tue, 22 Dec 2015)
Changed paths:
M modules/addons/pom.xml
M modules/addons/transports/http/undertow/pom.xml
M modules/addons/transports/udp/pom.xml
M modules/client/pom.xml
M modules/dist/pom.xml
M modules/endorsed/pom.xml
M modules/jaspi/pom.xml
M modules/resources/pom.xml
M modules/server/pom.xml
M modules/test-utils/pom.xml
M modules/testsuite/cxf-tests/pom.xml
M modules/testsuite/perf-tests/pom.xml
M modules/testsuite/pom.xml
M modules/testsuite/shared-tests/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release jbossws-cxf-5.1.2.Final
Compare: https://github.com/jbossws/jbossws-cxf/compare/28c46cf4ccc6...080d5175c560
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