[jbossws/jbossws-cxf] 0d5b7f: Adding modules for rest client and agnostic rest t...
by GitHub
Branch: refs/heads/rest
Home: https://github.com/jbossws/jbossws-cxf
Commit: 0d5b7f114ddeb6818e28085c1bb2a88506a0526f
https://github.com/jbossws/jbossws-cxf/commit/0d5b7f114ddeb6818e28085c1bb...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 0293882cfcaf04bb7e432d5f42db18572069bee1
https://github.com/jbossws/jbossws-cxf/commit/0293882cfcaf04bb7e432d5f42d...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 21342bd16008069007281eabc82f9b9e863d2ac2
https://github.com/jbossws/jbossws-cxf/commit/21342bd16008069007281eabc82...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 225bb6373dacfb80c70a5d668ecd9f7e1238f08c
https://github.com/jbossws/jbossws-cxf/commit/225bb6373dacfb80c70a5d668ec...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 65f6f2f96113b33d96a10a2bd383f488e1d30924
https://github.com/jbossws/jbossws-cxf/commit/65f6f2f96113b33d96a10a2bd38...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: a6079e7ef5a5809bc32d9bbeb986a006d1edd78a
https://github.com/jbossws/jbossws-cxf/commit/a6079e7ef5a5809bc32d9bbeb98...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 05e3772d345669e78ed449796cbd5b1d386d75a3
https://github.com/jbossws/jbossws-cxf/commit/05e3772d345669e78ed449796cb...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 3c94937b4bc9a57190f305dddb5cfe1f9be54b52
https://github.com/jbossws/jbossws-cxf/commit/3c94937b4bc9a57190f305dddb5...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 53721c087be0ef3b5442f3cdd1ecc6babc99efca
https://github.com/jbossws/jbossws-cxf/commit/53721c087be0ef3b5442f3cdd1e...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 4ef6daaeba0354b75db78e768462e95f8878142e
https://github.com/jbossws/jbossws-cxf/commit/4ef6daaeba0354b75db78e76846...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 3a4f2ae20d933c87cd25bf0a63cb0c888eb4ab27
https://github.com/jbossws/jbossws-cxf/commit/3a4f2ae20d933c87cd25bf0a63c...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: efebf89337a7762ad5247a7e022071484f4b640a
https://github.com/jbossws/jbossws-cxf/commit/efebf89337a7762ad5247a7e022...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M modules/dist/pom.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
M modules/server/pom.xml
M modules/testsuite/pom.xml
Log Message:
-----------
Misc depepencies updates
Commit: 0c2b9cf1c235dfddca8fc51a7c4d6569ce9fac2f
https://github.com/jbossws/jbossws-cxf/commit/0c2b9cf1c235dfddca8fc51a7c4...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M modules/rest-client/pom.xml
M modules/testsuite/shared-rest-tests/pom.xml
Log Message:
-----------
Build to .rest-SNAPSHOT version
Commit: de44c90097b40cf6953a0f5afeef52011622da5b
https://github.com/jbossws/jbossws-cxf/commit/de44c90097b40cf6953a0f5afee...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 600956d1d9e183c71791942b7bac8b19f0ea6232
https://github.com/jbossws/jbossws-cxf/commit/600956d1d9e183c71791942b7ba...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M modules/resources/src/main/resources/modules/wildfly1000/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml
Log Message:
-----------
Add jaxrs to jbossws-cxf-server
Commit: afd79e7ddb59a7aa91a7d3576fb666fd84e1e6a1
https://github.com/jbossws/jbossws-cxf/commit/afd79e7ddb59a7aa91a7d3576fb...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 363988ca78700f38cd68c53919025ee9fc18f657
https://github.com/jbossws/jbossws-cxf/commit/363988ca78700f38cd68c539190...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 27759bd4ff2679d694044d4df77c44ec6615aee8
https://github.com/jbossws/jbossws-cxf/commit/27759bd4ff2679d694044d4df77...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 85f88fe478286cf0d8958a5c0491a9297b017b68
https://github.com/jbossws/jbossws-cxf/commit/85f88fe478286cf0d8958a5c049...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/JAXRSServletExt.java
Log Message:
-----------
Fix PATCH tests
Commit: effa81659db7685dc64201a7601c1670c22d7d0b
https://github.com/jbossws/jbossws-cxf/commit/effa81659db7685dc64201a7601...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: fe42019356264448d1d181f05ac3e4bc7af5ac5f
https://github.com/jbossws/jbossws-cxf/commit/fe42019356264448d1d181f05ac...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: a7969b0547fef3e49db6dd9056013226328c31a6
https://github.com/jbossws/jbossws-cxf/commit/a7969b0547fef3e49db6dd90560...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: ecba9dc98fbac209a25ed6aa375d6cf8e0abf510
https://github.com/jbossws/jbossws-cxf/commit/ecba9dc98fbac209a25ed6aa375...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: a327907e08a6a56b88e3b2e6639ba4c33459bfb1
https://github.com/jbossws/jbossws-cxf/commit/a327907e08a6a56b88e3b2e6639...
Author: Jim Ma <ema(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 31fcd91cbcad750bf35686541ee1ac46aa34fed7
https://github.com/jbossws/jbossws-cxf/commit/31fcd91cbcad750bf35686541ee...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: d21f5813dee5f63a286473e52e6a7c32c34324f1
https://github.com/jbossws/jbossws-cxf/commit/d21f5813dee5f63a286473e52e6...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 7414c2be41b28d893fe45f2521ca5a39aa280d13
https://github.com/jbossws/jbossws-cxf/commit/7414c2be41b28d893fe45f2521c...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 0b3cb8daa26f6166fa6f8a7f8d4f2cb51eb2d1fe
https://github.com/jbossws/jbossws-cxf/commit/0b3cb8daa26f6166fa6f8a7f8d4...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M pom.xml
Log Message:
-----------
Use latest jaxrs api version
Commit: 5bfbf9ce88c768c133ac5fe4563d228e6615ccf9
https://github.com/jbossws/jbossws-cxf/commit/5bfbf9ce88c768c133ac5fe4563...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 0e34873c0196438126f4d9b7d8fd3dbc213d323e
https://github.com/jbossws/jbossws-cxf/commit/0e34873c0196438126f4d9b7d8f...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 0b417ff5ad66337766b54bf8ee5c13a52d8a2e1d
https://github.com/jbossws/jbossws-cxf/commit/0b417ff5ad66337766b54bf8ee5...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 14ae37fa97c0eb45aafd34b6d6aab86ca62913d9
https://github.com/jbossws/jbossws-cxf/commit/14ae37fa97c0eb45aafd34b6d6a...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 6a768bb9a6d8195e6bb5b688b30ce80b2db8a1c4
https://github.com/jbossws/jbossws-cxf/commit/6a768bb9a6d8195e6bb5b688b30...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/deployment/war/NoApplicationIntegrationTestCase.java
Log Message:
-----------
More scenarios...
Commit: d6912464cfb3c6d65a55580f4e59a93d943c9782
https://github.com/jbossws/jbossws-cxf/commit/d6912464cfb3c6d65a55580f4e5...
Author: Jim Ma <ema(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
Log Message:
-----------
Fix add ExceptionMapper provider
Commit: 2b09599e4fee8f8a50dd48f4c081697d1c397381
https://github.com/jbossws/jbossws-cxf/commit/2b09599e4fee8f8a50dd48f4c08...
Author: Jim Ma <ema(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: bec061b975b8169d394a08c722fbaf15f72c7275
https://github.com/jbossws/jbossws-cxf/commit/bec061b975b8169d394a08c722f...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: a0751544ab27a319e07c3ed2180c05adb908b58e
https://github.com/jbossws/jbossws-cxf/commit/a0751544ab27a319e07c3ed2180...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 14318fb71b76c8200328e7a55dddfdd5f7e8177f
https://github.com/jbossws/jbossws-cxf/commit/14318fb71b76c8200328e7a55dd...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 22a0ec3e8218b7e01a37dc1ea32d032732b32cb0
https://github.com/jbossws/jbossws-cxf/commit/22a0ec3e8218b7e01a37dc1ea32...
Author: Jim Ma <ema(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: e98ecaeaf09519236c4144246cc5ff28b5418713
https://github.com/jbossws/jbossws-cxf/commit/e98ecaeaf09519236c4144246cc...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 3e7f19b8170ef7aada5d59ac78df231831209057
https://github.com/jbossws/jbossws-cxf/commit/3e7f19b8170ef7aada5d59ac78d...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: ad924ac4ed9b7d383c3d3ee30b96de937c62a013
https://github.com/jbossws/jbossws-cxf/commit/ad924ac4ed9b7d383c3d3ee30b9...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: cd4e8764510e6f75895c5f30b531583d5ddba406
https://github.com/jbossws/jbossws-cxf/commit/cd4e8764510e6f75895c5f30b53...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 91d19bfb09c8a7344439cb5e64703ea1378c8187
https://github.com/jbossws/jbossws-cxf/commit/91d19bfb09c8a7344439cb5e647...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: ff49901db2b0a89379c17052341cca0fbc924674
https://github.com/jbossws/jbossws-cxf/commit/ff49901db2b0a89379c17052341...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 8b2de43ccfd0d2bc1e3d7357aab3eae064926f64
https://github.com/jbossws/jbossws-cxf/commit/8b2de43ccfd0d2bc1e3d7357aab...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: dbf6993c4cdd9277e10ead69851a16176431ef19
https://github.com/jbossws/jbossws-cxf/commit/dbf6993c4cdd9277e10ead69851...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M modules/testsuite/pom.xml
Log Message:
-----------
Add bean validation api to testsuite
Commit: d5b9143e58fdfd01ba17fcafa0a81ec007bfe9c2
https://github.com/jbossws/jbossws-cxf/commit/d5b9143e58fdfd01ba17fcafa0a...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 530adb7c27cdbac227c107a5cc128e689a7ce4a2
https://github.com/jbossws/jbossws-cxf/commit/530adb7c27cdbac227c107a5cc1...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 41353e3a3244f2a4003025dd7d4f5c47c73c0aec
https://github.com/jbossws/jbossws-cxf/commit/41353e3a3244f2a4003025dd7d4...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 9b4e7f97baf939bfd73f44cef0d9e74db5111eb6
https://github.com/jbossws/jbossws-cxf/commit/9b4e7f97baf939bfd73f44cef0d...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: b3056317e5a2b3b65ee4c3c315218e2688ed109c
https://github.com/jbossws/jbossws-cxf/commit/b3056317e5a2b3b65ee4c3c3152...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 8a22ffada7137f0e6ecba53adb5b8c95660fa910
https://github.com/jbossws/jbossws-cxf/commit/8a22ffada7137f0e6ecba53adb5...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: c3c97b746e6d2b5b4696d1fb246b73e623cb2d87
https://github.com/jbossws/jbossws-cxf/commit/c3c97b746e6d2b5b4696d1fb246...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M modules/dist/pom.xml
M modules/dist/src/main/scripts/build-deploy.xml
M modules/resources/src/main/resources/modules/wildfly1100/org/apache/cxf/impl/main/module.xml
M modules/resources/src/main/resources/modules/wildfly1100/org/apache/cxf/main/module.xml
M modules/resources/src/main/resources/modules/wildfly1100/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml
M modules/resources/src/main/resources/modules/wildfly1100/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml
M modules/resources/src/main/resources/modules/wildfly1100/org/jboss/ws/jaxws-client/main/module.xml
A modules/resources/src/main/resources/modules/wildfly900/javax/ws/rs/api/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
A modules/resources/src/main/resources/modules/wildfly900/org/jboss/ws/jaxrs-client/main/module.xml
Log Message:
-----------
... and changes for deploying the stack on WildFly 9.0.x
Commit: 8a985d767ec441e4a230251bec688253f5d7e48d
https://github.com/jbossws/jbossws-cxf/commit/8a985d767ec441e4a230251bec6...
Author: Jim Ma <ema(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 8a9978519167683b38b5ab593019383d9575b462
https://github.com/jbossws/jbossws-cxf/commit/8a9978519167683b38b5ab59301...
Author: Jim Ma <ema(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 1eaaad8f37588979ecf3801a2f14a464f644613b
https://github.com/jbossws/jbossws-cxf/commit/1eaaad8f37588979ecf3801a2f1...
Author: Jim Ma <ema(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: e0ca74e0d89eba72bb0065a0d0e8dc5f2f3c1676
https://github.com/jbossws/jbossws-cxf/commit/e0ca74e0d89eba72bb0065a0d0e...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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
Commit: 84d4f441d885f12b96a027a32d8fb66912cb0b11
https://github.com/jbossws/jbossws-cxf/commit/84d4f441d885f12b96a027a32d8...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 7a95ffc6dbb75ed5a3ec74042878102224726ae9
https://github.com/jbossws/jbossws-cxf/commit/7a95ffc6dbb75ed5a3ec7404287...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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/wildfly1100/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml
Log Message:
-----------
Adding javax.enterprise.api depenency to server module
Commit: d5e84f77e7eed5c5ae65434cf79eaea451b4fe64
https://github.com/jbossws/jbossws-cxf/commit/d5e84f77e7eed5c5ae65434cf79...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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: 6481773666c47b86faaac5203bd01e454e608c26
https://github.com/jbossws/jbossws-cxf/commit/6481773666c47b86faaac5203bd...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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
Commit: 161816eb418ff59c134c5b157467ce63e46789c0
https://github.com/jbossws/jbossws-cxf/commit/161816eb418ff59c134c5b15746...
Author: Jim Ma <ema(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/validation/JBossWSBeanValidationProvider.java
Log Message:
-----------
Fix the beanvlidation with cdi integration
Commit: 4f6f01e6e8da0f8869edc7b4ac7666a00b9bfaf0
https://github.com/jbossws/jbossws-cxf/commit/4f6f01e6e8da0f8869edc7b4ac7...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M pom.xml
Log Message:
-----------
Remove duplicated cdi-api version statement
Commit: b7980577d8f42d15e9b4644b0693090bec0bd425
https://github.com/jbossws/jbossws-cxf/commit/b7980577d8f42d15e9b4644b069...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/beanvalidation/cdi/BeanValidationCDIIntegrationTestCase.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/beanvalidation/cdi/CustomMax.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/beanvalidation/cdi/CustomMaxValidator.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/beanvalidation/cdi/MaximumValueProvider.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/beanvalidation/cdi/OrderModel.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/beanvalidation/cdi/OrderResource.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/beanvalidation/cdi/TestApplication.java
Log Message:
-----------
Adding test on CDI+BeanValidation integration
Commit: 48c1d6cab54826c5765b05630084645fa54f76fc
https://github.com/jbossws/jbossws-cxf/commit/48c1d6cab54826c5765b0563008...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/cdi/JaxrsComponentBeanDefinitionHelperServlet.java
Log Message:
-----------
Improve test with better exception reporting
Commit: 9b65da07356392f28d7332b6b02bf1f6d62cecf0
https://github.com/jbossws/jbossws-cxf/commit/9b65da07356392f28d7332b6b02...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M 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/resources/jaxrs/examples/ex12_x/permissions12_1.xml
Log Message:
-----------
Adding permissions.xml for ex 12_1
Commit: d17f58bcadc3de804c887b0e93041a6da84d5974
https://github.com/jbossws/jbossws-cxf/commit/d17f58bcadc3de804c887b0e930...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/IntegrationTestCase.java
A modules/testsuite/shared-rest-tests/src/test/resources/jaxrs/integration/permissions.xml
Log Message:
-----------
Fix permission issue
Commit: 076e3cf89729bc5445f2697201fafeebdbe2e11b
https://github.com/jbossws/jbossws-cxf/commit/076e3cf89729bc5445f2697201f...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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/jaxrs-cdi/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-rest-tests/pom.xml
M modules/testsuite/shared-tests/pom.xml
M pom.xml
Log Message:
-----------
Update version
Commit: fb830d0eee1f7446eb9113ab9b344b57ff669dd0
https://github.com/jbossws/jbossws-cxf/commit/fb830d0eee1f7446eb9113ab9b3...
Author: Jim Ma <ema(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
Log Message:
-----------
Exclude the provider class can't be constructed
Commit: ec0003a035a7978f096c01adaf2a04ed5d9b4387
https://github.com/jbossws/jbossws-cxf/commit/ec0003a035a7978f096c01adaf2...
Author: Jim Ma <ema(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
A modules/server/src/main/java/org/jboss/wsf/stack/cxf/interceptor/JaxRsRequestInInterceptor.java
Log Message:
-----------
Add interceptor to replace double slash with single slash in requestURI
Commit: 7d82dfa4f9898d5eaca863d8ec55113227b7adf4
https://github.com/jbossws/jbossws-cxf/commit/7d82dfa4f9898d5eaca863d8ec5...
Author: Jim Ma <ema(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M modules/test-utils/src/main/java/org/jboss/wsf/test/JBossWSTestHelper.java
Log Message:
-----------
Add utility method
Commit: faa1d707a79985f9a8c9b5b45790c258ce1fddcb
https://github.com/jbossws/jbossws-cxf/commit/faa1d707a79985f9a8c9b5b4579...
Author: Jim Ma <ema(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/beanvalidation/BeanValidationIntegrationTestCase.java
M modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/beanvalidation/cdi/BeanValidationCDIIntegrationTestCase.java
Log Message:
-----------
Refactor test to use jaxrs client api
Commit: 29a0c8a0a2148864cfaed8d42969a888aeb81882
https://github.com/jbossws/jbossws-cxf/commit/29a0c8a0a2148864cfaed8d4296...
Author: Jim Ma <ema(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/boot/servlet/EchoResource.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/boot/servlet/ServletDeploymentTestCase.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/boot/servlet/SetPropertyProvider.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/boot/servlet/TestApplication.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/boot/servlet/sub/AnotherApplication.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/boot/servlet/sub/AnotherEchoResource.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/boot/servlet/sub/MyEcho.java
Log Message:
-----------
Test to verify servelt deployment, double slash request and provider initialization
Commit: f6273504fbc464ccd4fbe7350f411a42a5c3d4cc
https://github.com/jbossws/jbossws-cxf/commit/f6273504fbc464ccd4fbe7350f4...
Author: Jim Ma <ema(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/boot/servlet/EchoResource.java
M modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/boot/servlet/ServletDeploymentTestCase.java
M modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/boot/servlet/SetPropertyProvider.java
M modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/boot/servlet/TestApplication.java
M modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/boot/servlet/sub/AnotherApplication.java
M modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/boot/servlet/sub/AnotherEchoResource.java
M modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/boot/servlet/sub/MyEcho.java
Log Message:
-----------
Minor change:format code
Commit: ec2d5644f1403f397870925c68b473594486b2a5
https://github.com/jbossws/jbossws-cxf/commit/ec2d5644f1403f397870925c68b...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/validation/JBossWSBeanValidationProvider.java
Log Message:
-----------
Hibernate Validators are thread-safe, so create one for each resource and reuse it instead of create a new one for each request
Commit: 66cb5692bc34cb70f3b8fbbacb076af765e70c6b
https://github.com/jbossws/jbossws-cxf/commit/66cb5692bc34cb70f3b8fbbacb0...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
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/deployment/aspect/JAXRSBusDeploymentAspect.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/validation/JBossWSBeanValidationProvider.java
Log Message:
-----------
Early compute bean validator's isMethodValidatable(Method m) results at deploy time and reuse them at runtime for performance reasons
Commit: 202e8f9c29d81816072040d0b4c2491e6c679523
https://github.com/jbossws/jbossws-cxf/commit/202e8f9c29d81816072040d0b4c...
Author: Jim Ma <ema(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
Log Message:
-----------
Exclude the application can't be constructed
Commit: d5e87e8348f0fbed2cc7ac2986643c503018041b
https://github.com/jbossws/jbossws-cxf/commit/d5e87e8348f0fbed2cc7ac29866...
Author: Jim Ma <ema(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
Log Message:
-----------
Enable keep.subresouce.candidate
Commit: e4bff07974fdc4b4d8fc2f215890a1bf97d61d77
https://github.com/jbossws/jbossws-cxf/commit/e4bff07974fdc4b4d8fc2f21589...
Author: Jim Ma <ema(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/JAXRSServletExt.java
Log Message:
-----------
dispatch doTrace()
Commit: 4e0930eb4d87db833e5272cfae714811693fe882
https://github.com/jbossws/jbossws-cxf/commit/4e0930eb4d87db833e5272cfae7...
Author: Jim Ma <ema(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/cdi/ejb/CDIEJBApplication.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/cdi/ejb/CDIEJBTestCase.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/cdi/ejb/EJBLocal.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/cdi/ejb/EJBLocalBean.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/cdi/ejb/EJBResource.java
A modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/cdi/ejb/EJBRootResource.java
Log Message:
-----------
Add cdi ejb integration test
Commit: 25f748f82e505b5aeeb98ea692cd812d77b9fb99
https://github.com/jbossws/jbossws-cxf/commit/25f748f82e505b5aeeb98ea692c...
Author: Jim Ma <ema(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/validation/JBossWSBeanValidationProvider.java
Log Message:
-----------
Upgrade to cxf-3.1.6-SNAPSHOT;Add property to return other ExceptionMapper instead of WAE;Add JsrJsonpProvider
Commit: a08ab14fbdccd788cbe32d4016bd0aada8ceed8c
https://github.com/jbossws/jbossws-cxf/commit/a08ab14fbdccd788cbe32d4016b...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M pom.xml
Log Message:
-----------
Synch Santuario and WSS4J versions
Commit: 4c1ab51296b302fe03c7a879bdc03f392e987936
https://github.com/jbossws/jbossws-cxf/commit/4c1ab51296b302fe03c7a879bdc...
Author: Jim Ma <ema(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M modules/testsuite/shared-rest-tests/src/test/java/org/jboss/test/jaxrs/integration/cdi/ejb/CDIEJBTestCase.java
Log Message:
-----------
Fix web.xml
Commit: e0f25cf1ad6c1d2ac736270786d1cb79362e436c
https://github.com/jbossws/jbossws-cxf/commit/e0f25cf1ad6c1d2ac736270786d...
Author: Jim Ma <ema(a)redhat.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/interceptor/JaxRsRequestInInterceptor.java
Log Message:
-----------
Fix option method;Disable JacksonJsonProvider cause it conflicts with other providers
Commit: 1da829f8506600d9add715d55d69ebbea8d456c2
https://github.com/jbossws/jbossws-cxf/commit/1da829f8506600d9add715d55d6...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths:
M modules/dist/pom.xml
M modules/testsuite/cxf-tests/pom.xml
M modules/testsuite/shared-rest-tests/pom.xml
Log Message:
-----------
Fix merge issues
Commit: 45b41d6cee8dfd3a89c2002b2005703f0278afc7
https://github.com/jbossws/jbossws-cxf/commit/45b41d6cee8dfd3a89c2002b200...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths:
M modules/client/src/main/java/org/jboss/wsf/stack/cxf/Messages.java
Log Message:
-----------
Fix duplicated message id (due to merge)
Commit: 75e897a8ea46fbdea3a5b873ecd34fc8d2a4db2c
https://github.com/jbossws/jbossws-cxf/commit/75e897a8ea46fbdea3a5b873ecd...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths:
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
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/JAXRSBusDeploymentAspect.java
M modules/testsuite/shared-rest-tests/src/test/scripts/jbws-testsuite-shared-rest-default.groovy
Log Message:
-----------
More fixes to use recent gmavenplus and have proper javax.json dependency on server
Commit: bbe010816f256ab9e6fadb811bffed6b80be672c
https://github.com/jbossws/jbossws-cxf/commit/bbe010816f256ab9e6fadb811bf...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths:
M modules/client/pom.xml
M modules/dist/src/main/scripts/assembly-deploy-artifacts.xml
M modules/jaxrs-cdi/pom.xml
M pom.xml
Log Message:
-----------
Move to jaxrs 2.1
Compare: https://github.com/jbossws/jbossws-cxf/compare/8884483ac108...bbe010816f25
7 years, 3 months
[jbossws/jbossws-wildfly100] 355e9d: Build to .rest-SNAPSHOT version
by GitHub
Branch: refs/heads/rest
Home: https://github.com/jbossws/jbossws-wildfly100
Commit: 355e9d85476990113163699a656adb53bb049672
https://github.com/jbossws/jbossws-wildfly100/commit/355e9d85476990113163...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths:
M pom.xml
M server-integration/pom.xml
M tests-integration/pom.xml
Log Message:
-----------
Build to .rest-SNAPSHOT version
Commit: 419871fe11b294e0b24ee51a425c9da7a80357b6
https://github.com/jbossws/jbossws-wildfly100/commit/419871fe11b294e0b24e...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths:
A jaxrs-server-integration/pom.xml
A jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/ASHelper.java
A jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/JaxrsAnnotations.java
A jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/JaxrsDeploymentDefinition.java
A jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/JaxrsExtension.java
A jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/JaxrsSubsystemAdd.java
A jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/ModuleJAXRSClassLoaderProvider.java
A jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/deployment/AspectDeploymentProcessor.java
A jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/deployment/JaxrsAnnotationProcessor.java
A jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/deployment/JaxrsAttachments.java
A jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/deployment/JaxrsCdiIntegrationProcessor.java
A jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/deployment/JaxrsComponentDeployer.java
A jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/deployment/JaxrsDependencyProcessor.java
A jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/deployment/JaxrsDeploymentMarker.java
A jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/deployment/JaxrsIntegrationProcessor.java
A jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/deployment/JaxrsScanningProcessor.java
A jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/deployment/ModelDeploymentProcessor.java
A jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/deployment/ServletDelegateFactoryImpl.java
A jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/logging/JaxrsLogger.java
A jaxrs-server-integration/src/main/resources/META-INF/services/org.jboss.as.controller.Extension
A jaxrs-server-integration/src/main/resources/META-INF/services/org.jboss.wsf.spi.deployment.ServletDelegateFactory
A jaxrs-server-integration/src/main/resources/org/jboss/as/jaxrs/LocalDescriptions.properties
A jaxrs-server-integration/src/main/resources/schema/jboss-as-jaxrs_1_0.xsd
A jaxrs-server-integration/src/main/resources/subsystem-templates/jaxrs.xml
A jaxrs-server-integration/src/test/java/org/jboss/as/jaxrs/JaxrsSubsystemTestCase.java
M pom.xml
Log Message:
-----------
Adding jaxrs-server-integration maven module
Commit: 69899aaf56d95a15b29ababbd0eb54fcbf5756ae
https://github.com/jbossws/jbossws-wildfly100/commit/69899aaf56d95a15b29a...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths:
M .gitignore
Log Message:
-----------
Fixing .gitignore
Commit: fdc6a3f56d95090a0a3255dd0a083a33731806c9
https://github.com/jbossws/jbossws-wildfly100/commit/fdc6a3f56d95090a0a32...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths:
M jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/deployment/JaxrsDependencyProcessor.java
M jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/deployment/ModelDeploymentProcessor.java
Log Message:
-----------
Enable CDI integration, WIP
Commit: eb9e5bf093056c12a306345041d085ad5a104dd5
https://github.com/jbossws/jbossws-wildfly100/commit/eb9e5bf093056c12a306...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths:
M jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/deployment/JaxrsDependencyProcessor.java
Log Message:
-----------
Use org.jboss.ws.cxf.jbossws-cxf-jaxrs-cdi module instead of org.jboss.ws.cxf.jbossws-cxf-server module for CDI integration enablement
Commit: 30bb9c4522c71542bb7adc21002c39bc6ad145f0
https://github.com/jbossws/jbossws-wildfly100/commit/30bb9c4522c71542bb7a...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths:
R jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/ASHelper.java
M jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/JaxrsDeploymentDefinition.java
M jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/JaxrsSubsystemAdd.java
M jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/deployment/AspectDeploymentProcessor.java
R jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/deployment/JaxrsCdiIntegrationProcessor.java
M jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/deployment/JaxrsDependencyProcessor.java
M jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/deployment/JaxrsIntegrationProcessor.java
M jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/deployment/JaxrsScanningProcessor.java
M jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/logging/JaxrsLogger.java
Log Message:
-----------
A bit of cleanup...
Commit: 55da5a80c52da9a47540f0404698a37447874a49
https://github.com/jbossws/jbossws-wildfly100/commit/55da5a80c52da9a47540...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths:
M jaxrs-server-integration/pom.xml
M pom.xml
Log Message:
-----------
Update version
Commit: 11029e2cc9f04032c0c208852c4dca570ae37d40
https://github.com/jbossws/jbossws-wildfly100/commit/11029e2cc9f04032c0c2...
Author: Jim Ma <ema(a)redhat.com>
Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths:
M jaxrs-server-integration/src/main/java/org/jboss/as/jaxrs/deployment/JaxrsScanningProcessor.java
Log Message:
-----------
Enable deploy Application with servlet mapping class
Commit: e148bfc632fac24722121516739c4a977343bc98
https://github.com/jbossws/jbossws-wildfly100/commit/e148bfc632fac2472212...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths:
M pom.xml
Log Message:
-----------
Use 1.2.0-SNAPSHOT api
Commit: 3533b87343d18100772427cfd3a5cb9decf4cf06
https://github.com/jbossws/jbossws-wildfly100/commit/3533b87343d181007724...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths:
M server-integration/src/main/java/org/jboss/as/webservices/security/SecurityDomainContextAdaptor.java
R server-integration/src/test/java/org/jboss/as/webservices/dmr/WebservicesSubsystemParserTestCase.java
Log Message:
-----------
Fix to use latest spi
Compare: https://github.com/jbossws/jbossws-wildfly100/compare/cd8d0e709c51...3533...
7 years, 3 months