Branch: refs/heads/rest
Home:
https://github.com/jbossws/jbossws-cxf
Commit: 77e239e7487b4c3f84ef09ebde27270501f14fe6
https://github.com/jbossws/jbossws-cxf/commit/77e239e7487b4c3f84ef09ebde2...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-01-28 (Thu, 28 Jan 2016)
Changed paths:
A modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/ClientBuilderImpl.java
A
modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/RuntimeDelegateImpl.java
M
modules/endorsed/src/main/resources/META-INF/services/javax.ws.rs.client.ClientBuilder
M
modules/endorsed/src/main/resources/META-INF/services/javax.ws.rs.ext.RuntimeDelegate
M
modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
M
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/IntegrationTestCase.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/ServletClient.java
Log Message:
-----------
- Use new jboss jaxrs api
- Provide custom extensions of CXF RuntimeDelegate and ClientBuilder implementations
- Remove manual override of RuntimeDelegate during deployment (not needed anymore with the
new api)
- Add testcase for verifing correct RuntimeDelegate and ClientBuilder implementations are
resolved by default in in-container clients