[jbossws/jbossws-cxf] 27d880: Adding modules for rest client and agnostic rest t...
by GitHub
Branch: refs/heads/rest
Home: https://github.com/jbossws/jbossws-cxf
Commit: 27d880fcee6f239ceff90b3e0a18cfb3f29a5ca9
https://github.com/jbossws/jbossws-cxf/commit/27d880fcee6f239ceff90b3e0a1...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 5968646645e294a5fb9d2693d55686d7ed236a6a
https://github.com/jbossws/jbossws-cxf/commit/5968646645e294a5fb9d2693d55...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 77c9d2ad03556411958f608e77cc1762d8440aed
https://github.com/jbossws/jbossws-cxf/commit/77c9d2ad03556411958f608e77c...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 021fdf1b0a67a6e00ded88651883a1dd31db24bc
https://github.com/jbossws/jbossws-cxf/commit/021fdf1b0a67a6e00ded8865188...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 29dcd51634e25d0b89690855872e0815d513bbed
https://github.com/jbossws/jbossws-cxf/commit/29dcd51634e25d0b89690855872...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 33e30f07d578741009344d99828ca7c4d5b7806f
https://github.com/jbossws/jbossws-cxf/commit/33e30f07d578741009344d99828...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: bf21237a884f08b52af4b0faf5a9eb33e4399312
https://github.com/jbossws/jbossws-cxf/commit/bf21237a884f08b52af4b0faf5a...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: c5022933ddb23126ebb938cdd0b5799051425145
https://github.com/jbossws/jbossws-cxf/commit/c5022933ddb23126ebb938cdd0b...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 15b5dfb2f03558211f3897145e6a5962c09dca4a
https://github.com/jbossws/jbossws-cxf/commit/15b5dfb2f03558211f3897145e6...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 238af20c93f11b30b66fc0c3a8ec232664a93492
https://github.com/jbossws/jbossws-cxf/commit/238af20c93f11b30b66fc0c3a8e...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 15b9be073a47c5cb7687e4f5b517d0ebf3c20269
https://github.com/jbossws/jbossws-cxf/commit/15b9be073a47c5cb7687e4f5b51...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 0104ff94467cbe8f81ffd4a7d3c1a8e6dbc7dfe1
https://github.com/jbossws/jbossws-cxf/commit/0104ff94467cbe8f81ffd4a7d3c...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 78d557633ada711c47eb3effa9373ebfd4189115
https://github.com/jbossws/jbossws-cxf/commit/78d557633ada711c47eb3effa93...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 3cb92ee36a3a6ece08afff8cf82ab9a238ba212b
https://github.com/jbossws/jbossws-cxf/commit/3cb92ee36a3a6ece08afff8cf82...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: a30ecc509778cae0ba1daa3b36c8864795e14f51
https://github.com/jbossws/jbossws-cxf/commit/a30ecc509778cae0ba1daa3b36c...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 7d83f631317ef2b44ba2982afdeaa088d34dbde5
https://github.com/jbossws/jbossws-cxf/commit/7d83f631317ef2b44ba2982afde...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 2e4d479b16574fe25daf084fe7d7b4b21f495a80
https://github.com/jbossws/jbossws-cxf/commit/2e4d479b16574fe25daf084fe7d...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 3143cb9fd61f8385609e30cd7c0b75184807dfb3
https://github.com/jbossws/jbossws-cxf/commit/3143cb9fd61f8385609e30cd7c0...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: c0b568bee22e737aa83ba243a7cb499c24fa35c3
https://github.com/jbossws/jbossws-cxf/commit/c0b568bee22e737aa83ba243a7c...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 Feb 2016)
Changed paths:
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/JAXRSServletExt.java
Log Message:
-----------
Fix PATCH tests
Commit: d55072bde6334945a373512aa2e7645cc9346a38
https://github.com/jbossws/jbossws-cxf/commit/d55072bde6334945a373512aa2e...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: a1f426019f0fd5800d9037f9219950a0a8f19636
https://github.com/jbossws/jbossws-cxf/commit/a1f426019f0fd5800d9037f9219...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 2a868ba74308013ae0557e011cf8f7f87ad7506c
https://github.com/jbossws/jbossws-cxf/commit/2a868ba74308013ae0557e011cf...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: e5a2e57c7e3be784fddcda19947167c7d336ffcc
https://github.com/jbossws/jbossws-cxf/commit/e5a2e57c7e3be784fddcda19947...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: fecf7c1c533f33a46f47f6e1ae7c937d0c5b59a1
https://github.com/jbossws/jbossws-cxf/commit/fecf7c1c533f33a46f47f6e1ae7...
Author: Jim Ma <ema(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: ab0c76c498d2e5948180ff5df4236c90ba1c5ae2
https://github.com/jbossws/jbossws-cxf/commit/ab0c76c498d2e5948180ff5df42...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 070ecbfd4173713ae8426e91758c6afa8e0396f8
https://github.com/jbossws/jbossws-cxf/commit/070ecbfd4173713ae8426e91758...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 2707e3f0b6a4604cb327b3ea07d5a168c9475185
https://github.com/jbossws/jbossws-cxf/commit/2707e3f0b6a4604cb327b3ea07d...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 4fbd107c5436cdee7291029877aad86078d38b31
https://github.com/jbossws/jbossws-cxf/commit/4fbd107c5436cdee7291029877a...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 Feb 2016)
Changed paths:
M pom.xml
Log Message:
-----------
Use latest jaxrs api version
Commit: 9a1430215a85ed0c94357aa82a739de95451ac18
https://github.com/jbossws/jbossws-cxf/commit/9a1430215a85ed0c94357aa82a7...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 051d4fc87e936cd81b6e3074f2a20192259b929d
https://github.com/jbossws/jbossws-cxf/commit/051d4fc87e936cd81b6e3074f2a...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 4fad6a77a6625505f89b2cf0b644c8bd0e8295d5
https://github.com/jbossws/jbossws-cxf/commit/4fad6a77a6625505f89b2cf0b64...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: c923dcb6b4b2752aaba38b0d1da5fb51f88b62ca
https://github.com/jbossws/jbossws-cxf/commit/c923dcb6b4b2752aaba38b0d1da...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 57d1c291ef6707516bcf5c821622c04bb75c87dc
https://github.com/jbossws/jbossws-cxf/commit/57d1c291ef6707516bcf5c82162...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 5e79cf15b773bbf32af615dccb1cebef7352470c
https://github.com/jbossws/jbossws-cxf/commit/5e79cf15b773bbf32af615dccb1...
Author: Jim Ma <ema(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 979fe2fa1f0a57eacd68478715b1af4cf3310080
https://github.com/jbossws/jbossws-cxf/commit/979fe2fa1f0a57eacd68478715b...
Author: Jim Ma <ema(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 92c2f27e72d7c68867505e0d2425e6626e83acfd
https://github.com/jbossws/jbossws-cxf/commit/92c2f27e72d7c68867505e0d242...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 4ba07050e7bec88e9d1c239d6461238f417720e8
https://github.com/jbossws/jbossws-cxf/commit/4ba07050e7bec88e9d1c239d646...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 12678735516ebd1ffdc228cc9a7dc4368bc38f1e
https://github.com/jbossws/jbossws-cxf/commit/12678735516ebd1ffdc228cc9a7...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: ad10337d4a7b9232c9cba2daf528e8fe2c73587b
https://github.com/jbossws/jbossws-cxf/commit/ad10337d4a7b9232c9cba2daf52...
Author: Jim Ma <ema(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 4b633f62824f3fc075918e1c763172d5956f2521
https://github.com/jbossws/jbossws-cxf/commit/4b633f62824f3fc075918e1c763...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 21b40f4ea5eaf6594a5dc615519b666259570eef
https://github.com/jbossws/jbossws-cxf/commit/21b40f4ea5eaf6594a5dc615519...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: f46c1bcb2d9f059686628dbccb3d7416a2c2ed6a
https://github.com/jbossws/jbossws-cxf/commit/f46c1bcb2d9f059686628dbccb3...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 6f79b2478063fef55d80abaa4e237a54efee8095
https://github.com/jbossws/jbossws-cxf/commit/6f79b2478063fef55d80abaa4e2...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: d524de5c2d3daab2044095f2cd816b8a474159a3
https://github.com/jbossws/jbossws-cxf/commit/d524de5c2d3daab2044095f2cd8...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: c7e7511a20dfddb51865eb2a246734c3b9f89152
https://github.com/jbossws/jbossws-cxf/commit/c7e7511a20dfddb51865eb2a246...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 6f33b926428538aba0cac53bac58d177efd0a23f
https://github.com/jbossws/jbossws-cxf/commit/6f33b926428538aba0cac53bac5...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: e8c55d809a6581e3428b37945e99e91c5a725e12
https://github.com/jbossws/jbossws-cxf/commit/e8c55d809a6581e3428b37945e9...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 Feb 2016)
Changed paths:
M modules/testsuite/pom.xml
Log Message:
-----------
Add bean validation api to testsuite
Commit: ef2cf48598c31103fc39569e85629d935a860dfb
https://github.com/jbossws/jbossws-cxf/commit/ef2cf48598c31103fc39569e856...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: ff41b81e01cbf748e7a7b2ae9fecf7d2edebc580
https://github.com/jbossws/jbossws-cxf/commit/ff41b81e01cbf748e7a7b2ae9fe...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: a1196b125e3e912d8510daadb2e09689f4272e7a
https://github.com/jbossws/jbossws-cxf/commit/a1196b125e3e912d8510daadb2e...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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: 80c186186d4849c1ad5b1c339757b8f88e0883cb
https://github.com/jbossws/jbossws-cxf/commit/80c186186d4849c1ad5b1c33975...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-02-10 (Wed, 10 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
Compare: https://github.com/jbossws/jbossws-cxf/compare/869d71d80e0c...80c186186d48
8 years, 10 months