Branch: refs/heads/master
Home: https://github.com/jbossws/jbossws-common
Commit: b1492c52632241ff388b42af66a3f7c08860734d
https://github.com/jbossws/jbossws-common/commit/b1492c52632241ff388b42af...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2015-10-27 (Tue, 27 Oct 2015)
Changed paths:
M src/main/java/org/jboss/ws/common/deployment/AbstractDefaultEndpoint.java
Log Message:
-----------
Misc improvements to AbstractDefaultEndpoint: ensure better safety by making most of the fields private, improve double-check idiom implementation (reducing accesses to volatile field through temp var as described in 'Effective Java' 2nd edition), explicitly implement SPI Endpoint (and hence turning into a real abstract class)
Branch: refs/heads/master
Home: https://github.com/jbossws/jbossws-cxf
Commit: baf593f336c9f29133cd799783cc00a11e21bca3
https://github.com/jbossws/jbossws-cxf/commit/baf593f336c9f29133cd799783c...
Author: Jim Ma <ema(a)redhat.com>
Date: 2015-10-21 (Wed, 21 Oct 2015)
Changed paths:
M modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsrm/store/WSRMStoreFeatureTestCase.java
A modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsrm-store/WEB-INF/jboss-deployment-structure.xml
Log Message:
-----------
[JBWS-3956]:Add deployment order and dependency