Branch: refs/heads/rest
Home:
https://github.com/jbossws/jbossws-cxf
Commit: 90c645e52df3be73b7719ad7a21c886ed7f3aa15
https://github.com/jbossws/jbossws-cxf/commit/90c645e52df3be73b7719ad7a21...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
A modules/rest-client/pom.xml
M modules/testsuite/cxf-tests/pom.xml
M modules/testsuite/perf-tests/pom.xml
M modules/testsuite/pom.xml
A modules/testsuite/shared-rest-tests/pom.xml
M modules/testsuite/shared-tests/pom.xml
M pom.xml
Log Message:
-----------
Adding modules for rest client and agnostic rest tests
Commit: c222252db4b97823bb439ae3736becd8a459bb51
https://github.com/jbossws/jbossws-cxf/commit/c222252db4b97823bb439ae3736...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M modules/test-utils/src/main/java/org/jboss/wsf/test/JBossWSTestHelper.java
Log Message:
-----------
Deprecating isIntegrationCXF() (not needed anymore) and removing testsuite stack check
based on JAX-WS impl in the testsuite classloader
Commit: ec886e8989cda3cb70b5ec5d81b9513aca6868ac
https://github.com/jbossws/jbossws-cxf/commit/ec886e8989cda3cb70b5ec5d81b...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M modules/testsuite/shared-rest-tests/pom.xml
A modules/testsuite/shared-rest-tests/src/test/etc/arquillian.xml
A modules/testsuite/shared-rest-tests/src/test/etc/client.keystore
A modules/testsuite/shared-rest-tests/src/test/etc/container.properties
A modules/testsuite/shared-rest-tests/src/test/etc/log4j.xml
A modules/testsuite/shared-rest-tests/src/test/etc/test.keystore
A modules/testsuite/shared-rest-tests/src/test/etc/test.truststore
A modules/testsuite/shared-rest-tests/src/test/etc/tst.policy
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex03_1/CustomerResourceTest.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex03_1/domain/Customer.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex03_1/services/CustomerResource.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex03_1/services/ShoppingApplication.java
A
modules/testsuite/shared-rest-tests/src/test/resources/jaxrs/examples/ex03_1/WEB-INF/web.xml
A
modules/testsuite/shared-rest-tests/src/test/scripts/jbws-testsuite-shared-rest-default.groovy
Log Message:
-----------
- Fix misc testsuite stuff
- Add testcase based on O'Reilly "RESTful Java with JAX-RS" book examples
Commit: a1ed088eb00503abb388d7346067549a69d36085
https://github.com/jbossws/jbossws-cxf/commit/a1ed088eb00503abb388d734606...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex03_1/CustomerResourceTest.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex04_1/PatchTest.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex04_1/annotations/PATCH.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex04_1/domain/Customer.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex04_1/services/CustomerResource.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex04_1/services/ShoppingApplication.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex04_2/CustomerResourceTest.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex04_2/domain/Customer.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex04_2/services/CustomerResource.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex04_2/services/ShoppingApplication.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex04_3/CustomerResourceTest.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex04_3/domain/Customer.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex04_3/services/CustomerDatabaseResource.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex04_3/services/CustomerResource.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex04_3/services/FirstLastCustomerResource.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex04_3/services/ShoppingApplication.java
A
modules/testsuite/shared-rest-tests/src/test/resources/jaxrs/examples/ex04_x/WEB-INF/web.xml
Log Message:
-----------
Adding more examples (ex04_x)
Commit: 2377cbcdc5a751d688b45443f096793100ec1f76
https://github.com/jbossws/jbossws-cxf/commit/2377cbcdc5a751d688b45443f09...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M modules/rest-client/pom.xml
M modules/testsuite/shared-rest-tests/pom.xml
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex03_1/CustomerResource20Test.java
M pom.xml
Log Message:
-----------
First JAXRS 2.0 test...
Commit: eab5d9deb0836ded6c83c1616decb59332aec147
https://github.com/jbossws/jbossws-cxf/commit/eab5d9deb0836ded6c83c1616de...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex04_1/Patch20Test.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex04_2/CustomerResource20Test.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex04_3/CustomerResource20Test.java
Log Message:
-----------
More JAX-RS 2.0 examples...
Commit: b73cfc7a4bb21eb266d005359b96f3a72cc43758
https://github.com/jbossws/jbossws-cxf/commit/b73cfc7a4bb21eb266d005359b9...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex04_3/CustomerResource20Test.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex05_1/InjectionTest.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex05_1/domain/Customer.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex05_1/services/CarResource.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex05_1/services/CustomerResource.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex05_1/services/ShoppingApplication.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex06_1/CustomerResourceTest.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex06_1/domain/Customer.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex06_1/services/CustomerResource.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex06_1/services/ShoppingApplication.java
A
modules/testsuite/shared-rest-tests/src/test/resources/jaxrs/examples/ex05_x/WEB-INF/web.xml
A
modules/testsuite/shared-rest-tests/src/test/resources/jaxrs/examples/ex06_x/WEB-INF/web.xml
Log Message:
-----------
More tests...
Commit: 8d61c11581086a438492591e07584d22b93ffd08
https://github.com/jbossws/jbossws-cxf/commit/8d61c11581086a438492591e075...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex06_2/CustomerResourceTest.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex06_2/domain/Customer.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex06_2/services/CustomerResource.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex06_2/services/JavaMarshaller.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex06_2/services/ShoppingApplication.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex07_1/CustomerResourceTest.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex07_1/domain/Customer.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex07_1/services/CustomerNotFoundException.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex07_1/services/CustomerNotFoundExceptionMapper.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex07_1/services/CustomerResource.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex07_1/services/ShoppingApplication.java
A
modules/testsuite/shared-rest-tests/src/test/resources/jaxrs/examples/ex07_x/WEB-INF/web.xml
Log Message:
-----------
More tests...
Commit: d1b84b5756f035b22590f71c0de6ad8f8d36f0d8
https://github.com/jbossws/jbossws-cxf/commit/d1b84b5756f035b22590f71c0de...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex09_1/CustomerResourceTest.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex09_1/domain/Customer.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex09_1/services/CustomerResource.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex09_1/services/ShoppingApplication.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex10_1/CustomerResourceTest.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex10_1/domain/Customer.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex10_1/domain/Customers.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex10_1/services/CustomerResource.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex10_1/services/ShoppingApplication.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex10_2/CustomerResourceTest.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex10_2/domain/Customer.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex10_2/domain/Customers.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex10_2/domain/LineItem.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex10_2/domain/Order.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex10_2/domain/Orders.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex10_2/services/CustomerResource.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex10_2/services/OrderResource.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex10_2/services/ShoppingApplication.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex10_2/services/StoreResource.java
A
modules/testsuite/shared-rest-tests/src/test/resources/jaxrs/examples/ex09_x/WEB-INF/web.xml
A
modules/testsuite/shared-rest-tests/src/test/resources/jaxrs/examples/ex10_x/WEB-INF/web.xml
Log Message:
-----------
More tests...
Commit: 6f2b9897f49c0dce6d69df5ce788ad37a783fb38
https://github.com/jbossws/jbossws-cxf/commit/6f2b9897f49c0dce6d69df5ce78...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
R
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex10_2/CustomerResourceTest.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex10_2/OrderResourceTest.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex11_1/CustomerResourceTest.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex11_1/domain/Customer.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex11_1/services/CustomerResource.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex11_1/services/ShoppingApplication.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex12_1/CustomerResourceTest.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex12_1/domain/Customer.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex12_1/features/CacheControlFilter.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex12_1/features/MaxAge.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex12_1/features/MaxAgeFeature.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex12_1/services/CustomerResource.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex12_1/services/ShoppingApplication.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex12_2/CustomerResourceTest.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex12_2/domain/Customer.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex12_2/features/ContentMD5Writer.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex12_2/services/CustomerResource.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex12_2/services/ShoppingApplication.java
A
modules/testsuite/shared-rest-tests/src/test/resources/jaxrs/examples/ex11_x/WEB-INF/web.xml
A
modules/testsuite/shared-rest-tests/src/test/resources/jaxrs/examples/ex12_x/WEB-INF/web.xml
Log Message:
-----------
More tests...
Commit: ff87929d90e1a42a90cb3b42b424dbb59606e7b1
https://github.com/jbossws/jbossws-cxf/commit/ff87929d90e1a42a90cb3b42b42...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex12_2/CustomerResourceTest.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex15_1/CustomerResourceTest.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex15_1/domain/Customer.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex15_1/features/AllowedPerDay.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex15_1/features/OTP.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex15_1/features/OTPAuthenticated.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex15_1/features/OneTimePasswordAuthenticator.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex15_1/features/OneTimePasswordGenerator.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex15_1/features/PerDayAuthorizer.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex15_1/services/CustomerResource.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex15_1/services/ShoppingApplication.java
A
modules/testsuite/shared-rest-tests/src/test/resources/jaxrs/examples/ex15_x/WEB-INF/web.xml
Log Message:
-----------
More tests
Commit: ba49c60a78a153773b6f2613402f453f785c3852
https://github.com/jbossws/jbossws-cxf/commit/ba49c60a78a153773b6f2613402...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M modules/dist/pom.xml
M
modules/resources/src/main/resources/modules/wildfly900/org/apache/cxf/impl/main/module.xml
M
modules/resources/src/main/resources/modules/wildfly900/org/apache/cxf/main/module.xml
M modules/server/pom.xml
M modules/testsuite/pom.xml
M pom.xml
Log Message:
-----------
Misc depepencies updates
Commit: f1b2145421a253c9b17d2b858fbe28d9c2b04831
https://github.com/jbossws/jbossws-cxf/commit/f1b2145421a253c9b17d2b858fb...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
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/rest-client/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-rest-tests/pom.xml
M modules/testsuite/shared-tests/pom.xml
M pom.xml
Log Message:
-----------
Build to .rest-SNAPSHOT version
Commit: 27f294aee7d2845d82b81cd3ce5dbe519fda88a5
https://github.com/jbossws/jbossws-cxf/commit/27f294aee7d2845d82b81cd3ce5...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
A modules/server/src/main/java/org/jboss/wsf/stack/cxf/JAXRSServletExt.java
A
modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
Log Message:
-----------
Adding preliminary servlet and DA
Commit: 6de50807cd7cec69aed508ceec284c7450bb8395
https://github.com/jbossws/jbossws-cxf/commit/6de50807cd7cec69aed508ceec2...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M
modules/resources/src/main/resources/modules/wildfly900/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml
Log Message:
-----------
Add jaxrs to jbossws-cxf-server
Commit: e268b82c1af15181cbcfc5c9962c1064df53ddb5
https://github.com/jbossws/jbossws-cxf/commit/e268b82c1af15181cbcfc5c9962...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/JAXRSServletExt.java
M
modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
Log Message:
-----------
Initial move of the Bus / RS beans into deployment phase instead of first servlet
execution
Commit: f7d3b94888f58280c758589acd40c227284fbf29
https://github.com/jbossws/jbossws-cxf/commit/f7d3b94888f58280c758589acd4...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex03_1/CustomerResource20Test.java
M
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex03_1/CustomerResourceTest.java
M
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex03_1/services/ShoppingApplication.java
Log Message:
-----------
Change test application path for one of the tests to avoid them all using
"/services" which is kind of special for CXF being the location it uses for
serving the html page that links to the wadl.
Commit: 9a01bd58c2822d717dbac21c76b10d983a4c5483
https://github.com/jbossws/jbossws-cxf/commit/9a01bd58c2822d717dbac21c76b...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M modules/rest-client/pom.xml
M
modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
M pom.xml
Log Message:
-----------
Adding JSON support (and moving to cxf 3.1.5-SNAPSHOT
Commit: c490cc000af3c48eca2ba59b7de9741de8c15e9b
https://github.com/jbossws/jbossws-cxf/commit/c490cc000af3c48eca2ba59b7de...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/JAXRSServletExt.java
Log Message:
-----------
Fix PATCH tests
Commit: 54bab0493d3e7373cd0a5df9d74bb2d0dde3d6b2
https://github.com/jbossws/jbossws-cxf/commit/54bab0493d3e7373cd0a5df9d74...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/asynch/AsyncTest.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/asynch/MyApplication.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/asynch/MyResource.java
Log Message:
-----------
Adding JAXRS 2.0 Asynch testcase
Commit: 2cfc938de22aa8bdf273ee717a958bb7cc28f88a
https://github.com/jbossws/jbossws-cxf/commit/2cfc938de22aa8bdf273ee717a9...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
A
modules/endorsed/src/main/resources/META-INF/services/javax.ws.rs.client.ClientBuilder
A
modules/endorsed/src/main/resources/META-INF/services/javax.ws.rs.ext.RuntimeDelegate
Log Message:
-----------
Adding JAX-RS services entries to jbossws-cxf-factories. Using vanilla CXF impl for now,
to be later replaced by custom impls
Commit: fbd54e011437a3b65f9faf694adc51fa58658beb
https://github.com/jbossws/jbossws-cxf/commit/fbd54e011437a3b65f9faf694ad...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M modules/client/pom.xml
M modules/dist/pom.xml
R modules/rest-client/pom.xml
M modules/testsuite/shared-rest-tests/pom.xml
M pom.xml
Log Message:
-----------
Merge rest-client module back into client, as we'll need shared Bus customizations
at a given point...
Commit: 74e2b60478bdf3d3269d5e72b2d5d7c39b6e90ae
https://github.com/jbossws/jbossws-cxf/commit/74e2b60478bdf3d3269d5e72b2d...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/IntegrationTestCase.java
Log Message:
-----------
Adding temp test for verifying proper integration
Commit: 27e36f8ab534bed3f67b10b420014c679083ea7a
https://github.com/jbossws/jbossws-cxf/commit/27e36f8ab534bed3f67b10b4200...
Author: Jim Ma <ema(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M modules/server/pom.xml
M
modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
Log Message:
-----------
Add jettison provider
Commit: c4ff74228c90f3abc9a71e75e69332b2d5ee73e1
https://github.com/jbossws/jbossws-cxf/commit/c4ff74228c90f3abc9a71e75e69...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/examples/ex10_1/CustomerResourceTest.java
Log Message:
-----------
Improve/fix test
Commit: e513e4c0eade9aace603ec282f54da50e42e9754
https://github.com/jbossws/jbossws-cxf/commit/e513e4c0eade9aace603ec282f5...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M modules/client/pom.xml
M modules/server/pom.xml
M pom.xml
Log Message:
-----------
Explicitly use JBoss version of JAX-RS api
Commit: b26f7e9d704cfb6861e580c7219c4c4c7eb72127
https://github.com/jbossws/jbossws-cxf/commit/b26f7e9d704cfb6861e580c7219...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 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
Commit: 47d3fe5747d7fa04178b2ad4c9e15dd2f302355e
https://github.com/jbossws/jbossws-cxf/commit/47d3fe5747d7fa04178b2ad4c9e...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M pom.xml
Log Message:
-----------
Use latest jaxrs api version
Commit: f00fd3a9d9b6ee74a88e8b637c661b5b63d95b1a
https://github.com/jbossws/jbossws-cxf/commit/f00fd3a9d9b6ee74a88e8b637c6...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M
modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
Log Message:
-----------
Apply former changes by Jim on jettison provider to both deployment paths (with and
without Application)
Commit: d13b42dfc5384ebbe177253f959f14abe616abc3
https://github.com/jbossws/jbossws-cxf/commit/d13b42dfc5384ebbe177253f959...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M
modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
Log Message:
-----------
Deployment path for war archives containing Application classes without @ApplicationPath
annotation
Commit: da4193c42e58183b729adad4b29aadc9164d5556
https://github.com/jbossws/jbossws-cxf/commit/da4193c42e58183b729adad4b29...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
A modules/test-utils/src/main/java/org/jboss/wsf/test/HttpRequest.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/deployment/war/ApplicationIntegrationTestCase.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/deployment/war/HelloWorldApplication.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/deployment/war/HelloWorldResource.java
Log Message:
-----------
Add testcase for one of the JAX-RS API 2.3.2 section scenarios
Commit: 91a94ccd617c844a630c0d7dab1f0dfb4b0594b7
https://github.com/jbossws/jbossws-cxf/commit/91a94ccd617c844a630c0d7dab1...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M
modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/deployment/war/ApplicationPathIntegrationTestCase.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/deployment/war/HelloWorldPathApplication.java
Log Message:
-----------
Cover another scenario from JAX-RS API 2.3.2 section
Commit: 4f6393aa8317ced29198d8114506d58859fd3a10
https://github.com/jbossws/jbossws-cxf/commit/4f6393aa8317ced29198d811450...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/deployment/war/NoApplicationIntegrationTestCase.java
Log Message:
-----------
More scenarios...
Commit: 43a883983428684acbabd4c0dcfa29ae27683a41
https://github.com/jbossws/jbossws-cxf/commit/43a883983428684acbabd4c0dcf...
Author: Jim Ma <ema(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M
modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
Log Message:
-----------
Fix add ExceptionMapper provider
Commit: b58afd69e82ce48c21d6057c714187c1bb1228e3
https://github.com/jbossws/jbossws-cxf/commit/b58afd69e82ce48c21d6057c714...
Author: Jim Ma <ema(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M
modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
Log Message:
-----------
Check if resource classes is emepty before start server
Commit: d7019b55fc3db6fc5d79476ddb834e1f50a869f7
https://github.com/jbossws/jbossws-cxf/commit/d7019b55fc3db6fc5d79476ddb8...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/deployment/war/NoApplicationIntegrationTestCase.java
Log Message:
-----------
Renamed test deployment to avoid duplicates
Commit: a671b8b2d493ea7726b2bbaddc2b65d46692fda3
https://github.com/jbossws/jbossws-cxf/commit/a671b8b2d493ea7726b2bbaddc2...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M
modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
Log Message:
-----------
Use new boolean flag for disabling @ApplicationPath path
Commit: c5d49ea645906b898d8d486f84a8c1bf84f8554e
https://github.com/jbossws/jbossws-cxf/commit/c5d49ea645906b898d8d486f84a...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/deployment/war/ApplicationPathOverrideIntegrationTestCase.java
Log Message:
-----------
Adding a testcase for web.xml url-pattern override of @ApplicationPath path
Commit: 771386d5b1dbe4227c41173871060c01bd9d9783
https://github.com/jbossws/jbossws-cxf/commit/771386d5b1dbe4227c411738710...
Author: Jim Ma <ema(a)redhat.com>
Date: 2016-02-17 (Wed, 17 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 jackson provider and dependency
Commit: 2120ccb8b9a92d0b4fdaae8fef3daae22d68b15b
https://github.com/jbossws/jbossws-cxf/commit/2120ccb8b9a92d0b4fdaae8fef3...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
A
modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/JNDIComponentResourceProvider.java
M
modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
Log Message:
-----------
Support JNDI component resources (EAR / EJB integration)
Commit: 32142c7e902ab3a651941632afedf20e65f0b555
https://github.com/jbossws/jbossws-cxf/commit/32142c7e902ab3a651941632afe...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/deployment/ear/EarApplicationIntegrationTestCase.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/deployment/ear/HelloWorldApplication.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/deployment/ear/HelloWorldResource.java
Log Message:
-----------
Adding testcase for EAR/EJB integration
Commit: f6695bfcdad845fea809c1266e99a53d88fc0311
https://github.com/jbossws/jbossws-cxf/commit/f6695bfcdad845fea809c1266e9...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M modules/client/src/main/java/org/jboss/wsf/stack/cxf/Messages.java
M
modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
Log Message:
-----------
Fix exception message (i18n)
Commit: f6165e338e84c325308b846aa0733f1fbbd2681f
https://github.com/jbossws/jbossws-cxf/commit/f6165e338e84c325308b846aa07...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
A modules/server/src/main/java/org/jboss/wsf/stack/cxf/JBossWSJAXRSInvoker.java
M
modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
Log Message:
-----------
Support for @Stateless JAXRS resources (EJB integration)
Commit: e9a002b80b90ae75caf8d23985be8749fcbc92e7
https://github.com/jbossws/jbossws-cxf/commit/e9a002b80b90ae75caf8d23985b...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M modules/testsuite/pom.xml
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/ejb/EJBInterceptorsTestCase.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/ejb/EJBResource.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/ejb/EjbInterceptor.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/ejb/EjbInterface.java
Log Message:
-----------
Adding EJB integration testcase
Commit: 2f629ca9a5dd827b5667747135311183bd2644d6
https://github.com/jbossws/jbossws-cxf/commit/2f629ca9a5dd827b56677471353...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M
modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
Log Message:
-----------
Initial changes for bean validation support
Commit: 42cfec823d4d86795b28033d835e896a20654389
https://github.com/jbossws/jbossws-cxf/commit/42cfec823d4d86795b28033d835...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/JBossWSJAXRSInvoker.java
Log Message:
-----------
Make JBossWSJAXRSInvoker extend JAXRSBeanValidationInvoker to enable Bean Validation on
non-singleton resources
Commit: 491b23df9aaa717c928e39192ca7f9b2ac08af8e
https://github.com/jbossws/jbossws-cxf/commit/491b23df9aaa717c928e39192ca...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M modules/testsuite/pom.xml
Log Message:
-----------
Add bean validation api to testsuite
Commit: 3ac527819a7a8eb75261c6d2446d9671a50d97a8
https://github.com/jbossws/jbossws-cxf/commit/3ac527819a7a8eb75261c6d2446...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/beanvalidation/AnotherValidatorResource.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/beanvalidation/BeanValidationIntegrationTestCase.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/beanvalidation/TestApplication.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/beanvalidation/ValidatorModel.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/beanvalidation/ValidatorResource.java
A
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/beanvalidation/YetAnotherValidatorResource.java
Log Message:
-----------
Add Bean Validation testcase (@ValidateOnExecution support still not working)
Commit: 8892da7cce1926d386dfd9cbfe24f6eceb2dd15d
https://github.com/jbossws/jbossws-cxf/commit/8892da7cce1926d386dfd9cbfe2...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M modules/server/pom.xml
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/JBossWSJAXRSInvoker.java
A
modules/server/src/main/java/org/jboss/wsf/stack/cxf/validation/JBossWSBeanValidationProvider.java
M modules/testsuite/pom.xml
M pom.xml
Log Message:
-----------
Adding a custom BeanValidationProvider to check for @ValidateOnExecution support; move
and fix maven dependencies as required.
Commit: 602f57b1a2ab3d471ac16516dff55230cd626274
https://github.com/jbossws/jbossws-cxf/commit/602f57b1a2ab3d471ac16516dff...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/beanvalidation/BeanValidationIntegrationTestCase.java
Log Message:
-----------
Enable previously ignored test
Commit: c5601c20dd9c72e15c26a856a6fd0489d55ad1a2
https://github.com/jbossws/jbossws-cxf/commit/c5601c20dd9c72e15c26a856a6f...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/JBossWSJAXRSInvoker.java
M
modules/server/src/main/java/org/jboss/wsf/stack/cxf/validation/JBossWSBeanValidationProvider.java
M
modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/beanvalidation/BeanValidationIntegrationTestCase.java
Log Message:
-----------
Minor changes
Commit: 53b40d378d5b359a213b9a59980606396f925460
https://github.com/jbossws/jbossws-cxf/commit/53b40d378d5b359a213b9a59980...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 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/resources/src/main/resources/modules/wildfly1000/javax/ws/rs/api/main/module.xml
M
modules/resources/src/main/resources/modules/wildfly1000/org/apache/cxf/impl/main/module.xml
M
modules/resources/src/main/resources/modules/wildfly1000/org/apache/cxf/main/module.xml
A
modules/resources/src/main/resources/modules/wildfly1000/org/jboss/as/jaxrs/main/module.xml
A
modules/resources/src/main/resources/modules/wildfly1000/org/jboss/ws/common-client/main/module.xml
M
modules/resources/src/main/resources/modules/wildfly1000/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml
M
modules/resources/src/main/resources/modules/wildfly1000/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml
A
modules/resources/src/main/resources/modules/wildfly1000/org/jboss/ws/jaxrs-client/main/module.xml
M
modules/resources/src/main/resources/modules/wildfly1000/org/jboss/ws/jaxws-client/main/module.xml
M modules/resources/src/main/resources/resources/modules-deploy.conf
M pom.xml
Log Message:
-----------
Initial changes for deploying stack to WildFly 10.0.0.Final
Commit: 59a7796f6a9b576eaa12a4ac207b3232115d6df7
https://github.com/jbossws/jbossws-cxf/commit/59a7796f6a9b576eaa12a4ac207...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M modules/dist/src/main/scripts/build-deploy.xml
A
modules/resources/src/main/resources/modules/wildfly1010/javax/ws/rs/api/main/module.xml
M
modules/resources/src/main/resources/modules/wildfly1010/org/apache/cxf/impl/main/module.xml
M
modules/resources/src/main/resources/modules/wildfly1010/org/apache/cxf/main/module.xml
A
modules/resources/src/main/resources/modules/wildfly1010/org/jboss/as/jaxrs/main/module.xml
A
modules/resources/src/main/resources/modules/wildfly1010/org/jboss/ws/common-client/main/module.xml
M
modules/resources/src/main/resources/modules/wildfly1010/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml
M
modules/resources/src/main/resources/modules/wildfly1010/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml
A
modules/resources/src/main/resources/modules/wildfly1010/org/jboss/ws/jaxrs-client/main/module.xml
M
modules/resources/src/main/resources/modules/wildfly1010/org/jboss/ws/jaxws-client/main/module.xml
Log Message:
-----------
... further changes for deploying stack on (modified) wfly master
(10.1.0.Final-SNAPSHOT)
Commit: 2bd78c1416ef6c1f1c7c361a2140805864b836b8
https://github.com/jbossws/jbossws-cxf/commit/2bd78c1416ef6c1f1c7c361a214...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M modules/dist/pom.xml
M modules/dist/src/main/scripts/build-deploy.xml
A
modules/resources/src/main/resources/modules/wildfly900/javax/ws/rs/api/main/module.xml
M
modules/resources/src/main/resources/modules/wildfly900/org/apache/cxf/impl/main/module.xml
M
modules/resources/src/main/resources/modules/wildfly900/org/apache/cxf/main/module.xml
A
modules/resources/src/main/resources/modules/wildfly900/org/jboss/as/jaxrs/main/module.xml
A
modules/resources/src/main/resources/modules/wildfly900/org/jboss/ws/common-client/main/module.xml
M
modules/resources/src/main/resources/modules/wildfly900/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml
M
modules/resources/src/main/resources/modules/wildfly900/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml
A
modules/resources/src/main/resources/modules/wildfly900/org/jboss/ws/jaxrs-client/main/module.xml
M
modules/resources/src/main/resources/modules/wildfly900/org/jboss/ws/jaxws-client/main/module.xml
M pom.xml
Log Message:
-----------
... and changes for deploying the stack on WildFly 9.0.x
Compare:
https://github.com/jbossws/jbossws-cxf/compare/a04064f6a0f1...2bd78c1416ef