[jbossws/jbossws-cxf] 48ca21: Adding new jbossws-cxf-jaxrs-cdi module to be used...
by GitHub
Branch: refs/heads/rest
Home: https://github.com/jbossws/jbossws-cxf
Commit: 48ca212918b53a6d8da4486971ae7b0178c616e1
https://github.com/jbossws/jbossws-cxf/commit/48ca212918b53a6d8da4486971a...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-19 (Fri, 19 Feb 2016)
Changed paths:
M modules/dist/pom.xml
M modules/dist/src/main/scripts/assembly-deploy-artifacts.xml
M modules/dist/src/main/scripts/build-deploy.xml
A modules/jaxrs-cdi/pom.xml
A modules/jaxrs-cdi/src/main/java/org/jboss/wsf/stack/cxf/cdi/JaxRsCdiExtension.java
A modules/jaxrs-cdi/src/main/java/org/jboss/wsf/stack/cxf/cdi/JaxrsAnnotatedType.java
A modules/jaxrs-cdi/src/main/java/org/jboss/wsf/stack/cxf/cdi/Utils.java
A modules/jaxrs-cdi/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension
R modules/server/src/main/java/org/jboss/wsf/stack/cxf/cdi/JaxRsCdiExtension.java
R modules/server/src/main/java/org/jboss/wsf/stack/cxf/cdi/JaxrsAnnotatedType.java
R modules/server/src/main/java/org/jboss/wsf/stack/cxf/cdi/Utils.java
R modules/server/src/main/resources/jbossws-cxf-server.jar/META-INF/services/javax.enterprise.inject.spi.Extension
M pom.xml
Log Message:
-----------
Adding new jbossws-cxf-jaxrs-cdi module to be used for setting CDI integration dependency without exposing the whole server side integration class set
Commit: 21079f8372a727e0da5df98511cc9394dfc73afa
https://github.com/jbossws/jbossws-cxf/commit/21079f8372a727e0da5df98511c...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-19 (Fri, 19 Feb 2016)
Changed paths:
A modules/resources/src/main/resources/modules/wildfly1000/org/jboss/ws/cxf/jbossws-cxf-jaxrs-cdi/main/module.xml
A modules/resources/src/main/resources/modules/wildfly1010/org/jboss/ws/cxf/jbossws-cxf-jaxrs-cdi/main/module.xml
A modules/resources/src/main/resources/modules/wildfly900/org/jboss/ws/cxf/jbossws-cxf-jaxrs-cdi/main/module.xml
Log Message:
-----------
Also adding module.xml for the container modules
Compare: https://github.com/jbossws/jbossws-cxf/compare/d9e21151f663...21079f8372a7
8 years, 10 months
[jbossws/jbossws-cxf] 12d1f1: Adding more CDI integration tests
by GitHub
Branch: refs/heads/rest
Home: https://github.com/jbossws/jbossws-cxf
Commit: 12d1f1b9c17951cfe59442b2ec54dc8de7677d94
https://github.com/jbossws/jbossws-cxf/commit/12d1f1b9c17951cfe59442b2ec5...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-19 (Fri, 19 Feb 2016)
Changed paths:
M modules/testsuite/pom.xml
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/cdi/CDIApplication.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/cdi/CDIApplicationPathIntegrationTestCase.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/cdi/CDIPathApplication.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/cdi/CDIProvider.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/cdi/CDIResourceInjectionEarTestCase.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/cdi/JaxrsComponentBeanDefinitionHelperServlet.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/cdi/JaxrsComponentBeanDefinitionTestCase.java
M pom.xml
Log Message:
-----------
Adding more CDI integration tests
Commit: d9e21151f663aa0a3db99c306f058bb7fb049e13
https://github.com/jbossws/jbossws-cxf/commit/d9e21151f663aa0a3db99c306f0...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-19 (Fri, 19 Feb 2016)
Changed paths:
M modules/resources/src/main/resources/modules/wildfly1000/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml
M modules/resources/src/main/resources/modules/wildfly1010/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml
M modules/resources/src/main/resources/modules/wildfly900/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml
Log Message:
-----------
Adding javax.enterprise.api depenency to server module
Compare: https://github.com/jbossws/jbossws-cxf/compare/e7fdf7a42bea...d9e21151f663
8 years, 10 months
[jbossws/jbossws-cxf] 4e46f3: Add cdi dependencies
by GitHub
Branch: refs/heads/rest
Home: https://github.com/jbossws/jbossws-cxf
Commit: 4e46f32bbdc9dafcc646a3f40a69d5b8a3e214a9
https://github.com/jbossws/jbossws-cxf/commit/4e46f32bbdc9dafcc646a3f40a6...
Author: Jim Ma <ema(a)redhat.com>
Date: 2016-02-18 (Thu, 18 Feb 2016)
Changed paths:
M modules/server/pom.xml
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
M pom.xml
Log Message:
-----------
Add cdi dependencies
Commit: c7feaaa919aed363a1f61df7630d274c5371e655
https://github.com/jbossws/jbossws-cxf/commit/c7feaaa919aed363a1f61df7630...
Author: Jim Ma <ema(a)redhat.com>
Date: 2016-02-18 (Thu, 18 Feb 2016)
Changed paths:
A modules/server/src/main/java/org/jboss/wsf/stack/cxf/cdi/CDIResourceProvider.java
A modules/server/src/main/java/org/jboss/wsf/stack/cxf/cdi/JaxRsCdiInjector.java
Log Message:
-----------
Add CDIResourceProvider to get the injected resource by CDI
Commit: 50fbd46e55f642ba5230c0e16f453dc0cbf3cdf9
https://github.com/jbossws/jbossws-cxf/commit/50fbd46e55f642ba5230c0e16f4...
Author: Jim Ma <ema(a)redhat.com>
Date: 2016-02-18 (Thu, 18 Feb 2016)
Changed paths:
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/cdi/CDIResourceProvider.java
A modules/server/src/main/java/org/jboss/wsf/stack/cxf/cdi/JaxRsCdiExtension.java
R modules/server/src/main/java/org/jboss/wsf/stack/cxf/cdi/JaxRsCdiInjector.java
A modules/server/src/main/java/org/jboss/wsf/stack/cxf/cdi/JaxRsCdiResourceLocator.java
A modules/server/src/main/java/org/jboss/wsf/stack/cxf/cdi/JaxrsAnnotatedType.java
A modules/server/src/main/java/org/jboss/wsf/stack/cxf/cdi/Utils.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
A modules/server/src/main/resources/jbossws-cxf-server.jar/META-INF/services/javax.enterprise.inject.spi.Extension
Log Message:
-----------
Add cdi extenstion to set default jaxrs component scope; Return targetInstance in CDIResourceProvider to enable cxf injects jaxrs component"
Commit: e7fdf7a42bea370d432b2ff0ee106778e5ef1efa
https://github.com/jbossws/jbossws-cxf/commit/e7fdf7a42bea370d432b2ff0ee1...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-18 (Thu, 18 Feb 2016)
Changed paths:
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/cdi/CDIBean.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/cdi/CDIResource.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/cdi/CDIResourceInjectionTestCase.java
Log Message:
-----------
Adding basic CDI integration test
Compare: https://github.com/jbossws/jbossws-cxf/compare/2bd78c1416ef...e7fdf7a42bea
8 years, 10 months