[resteasy/Resteasy] 3ab7ce: Removing examples moved to resteasy-examples repo
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: 3ab7cea68602f7f711f5229630319915a4e07daa
https://github.com/resteasy/Resteasy/commit/3ab7cea68602f7f711f5229630319...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-07-12 (Tue, 12 Jul 2016)
Changed paths:
R examples/oreilly-jaxrs-2.0-workbook/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex03_1/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex03_1/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex03_1/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex03_1/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex03_1/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex03_1/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex03_1/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_1/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex04_1/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex04_1/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_1/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_1/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_1/src/main/java/org/ietf/annotations/PATCH.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_1/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex04_1/src/test/java/com/restfully/shop/test/PatchTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_2/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex04_2/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex04_2/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_2/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_2/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_2/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex04_2/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_3/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex04_3/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex04_3/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_3/src/main/java/com/restfully/shop/services/CustomerDatabaseResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_3/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_3/src/main/java/com/restfully/shop/services/FirstLastCustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_3/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_3/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex04_3/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex05_1/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex05_1/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex05_1/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex05_1/src/main/java/com/restfully/shop/services/CarResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex05_1/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex05_1/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex05_1/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex05_1/src/test/java/com/restfully/shop/test/InjectionTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex05_2/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex05_2/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex05_2/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex05_2/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex05_2/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex05_2/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex05_2/src/main/webapp/index.html
R examples/oreilly-jaxrs-2.0-workbook/ex06_1/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex06_1/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex06_1/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex06_1/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex06_1/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex06_1/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex06_1/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex06_2/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex06_2/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex06_2/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex06_2/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex06_2/src/main/java/com/restfully/shop/services/JavaMarshaller.java
R examples/oreilly-jaxrs-2.0-workbook/ex06_2/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex06_2/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex06_2/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex07_1/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex07_1/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex07_1/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex07_1/src/main/java/com/restfully/shop/services/CustomerNotFoundException.java
R examples/oreilly-jaxrs-2.0-workbook/ex07_1/src/main/java/com/restfully/shop/services/CustomerNotFoundExceptionMapper.java
R examples/oreilly-jaxrs-2.0-workbook/ex07_1/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex07_1/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex07_1/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex07_1/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex09_1/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex09_1/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex09_1/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex09_1/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex09_1/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex09_1/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex09_1/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex09_2/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex09_2/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex09_2/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex09_2/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex09_2/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex09_2/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex10_1/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex10_1/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex10_1/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_1/src/main/java/com/restfully/shop/domain/Customers.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_1/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_1/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_1/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex10_1/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/src/main/java/com/restfully/shop/domain/Customers.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/src/main/java/com/restfully/shop/domain/LineItem.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/src/main/java/com/restfully/shop/domain/Order.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/src/main/java/com/restfully/shop/domain/Orders.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/src/main/java/com/restfully/shop/services/OrderResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/src/main/java/com/restfully/shop/services/StoreResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/src/test/java/com/restfully/shop/test/OrderResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex11_1/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex11_1/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex11_1/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex11_1/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex11_1/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex11_1/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex11_1/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex12_1/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex12_1/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex12_1/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex12_1/src/main/java/com/restfully/shop/features/CacheControlFilter.java
R examples/oreilly-jaxrs-2.0-workbook/ex12_1/src/main/java/com/restfully/shop/features/MaxAge.java
R examples/oreilly-jaxrs-2.0-workbook/ex12_1/src/main/java/com/restfully/shop/features/MaxAgeFeature.java
R examples/oreilly-jaxrs-2.0-workbook/ex12_1/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex12_1/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex12_1/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex12_1/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex12_2/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex12_2/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex12_2/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex12_2/src/main/java/com/restfully/shop/features/ContentMD5Writer.java
R examples/oreilly-jaxrs-2.0-workbook/ex12_2/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex12_2/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex12_2/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex12_2/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex13_1/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex13_1/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex13_1/src/main/java/ChatClient.java
R examples/oreilly-jaxrs-2.0-workbook/ex13_1/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex13_1/src/main/java/com/restfully/shop/services/CustomerChat.java
R examples/oreilly-jaxrs-2.0-workbook/ex13_1/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex13_1/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex13_1/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/domain/Customers.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/domain/LineItem.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/domain/Order.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/domain/Orders.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/domain/Product.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/domain/Products.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/persistence/CustomerEntity.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/persistence/LineItemEntity.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/persistence/OrderEntity.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/persistence/ProductEntity.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/services/CustomerResourceBean.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/services/EJBExceptionMapper.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/services/EntityNotFoundExceptionMapper.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/services/OrderResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/services/OrderResourceBean.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/services/ProductResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/services/ProductResourceBean.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/services/StoreResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/services/StoreResourceBean.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/resources/META-INF/persistence.xml
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/test/java/com/restfully/shop/test/ShoppingTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/domain/Customers.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/domain/LineItem.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/domain/Order.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/domain/Orders.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/domain/Product.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/domain/Products.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/persistence/CustomerEntity.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/persistence/LineItemEntity.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/persistence/OrderEntity.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/persistence/ProductEntity.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/services/CustomerResourceBean.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/services/EntityNotFoundExceptionMapper.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/services/OrderResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/services/OrderResourceBean.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/services/ProductResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/services/ProductResourceBean.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/services/StoreResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/services/StoreResourceBean.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/resources/META-INF/applicationContext.xml
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/resources/META-INF/persistence.xml
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/test/java/com/restfully/shop/test/ShoppingTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/src/main/java/com/restfully/shop/features/AllowedPerDay.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/src/main/java/com/restfully/shop/features/OTP.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/src/main/java/com/restfully/shop/features/OTPAuthenticated.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/src/main/java/com/restfully/shop/features/OneTimePasswordAuthenticator.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/src/main/java/com/restfully/shop/features/OneTimePasswordGenerator.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/src/main/java/com/restfully/shop/features/PerDayAuthorizer.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_2/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex15_2/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex15_2/src/main/java/ChatClient.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_2/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_2/src/main/java/com/restfully/shop/services/CustomerChat.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_2/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_2/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_2/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/pom.xml
R examples/pom.xml
R examples/war-tests/jsapi-servlet-test/pom.xml
R examples/war-tests/jsapi-servlet-test/src/main/java/org/jboss/resteasy/test/smoke/MyResource.java
R examples/war-tests/jsapi-servlet-test/src/main/webapp/WEB-INF/web.xml
R examples/war-tests/jsapi-servlet-test/src/main/webapp/index.jsp
R examples/war-tests/jsapi-servlet-test/src/main/webapp/test.html
R examples/war-tests/jsapi-servlet-test/src/test/java/org/jboss/resteasy/test/war/JSAPITest.java
R examples/war-tests/jsapi-servlet-test/src/test/js/test.js
R examples/war-tests/jsapi-servlet-test/src/test/resources/jndi.properties
R examples/war-tests/jsapi-servlet-test/src/test/resources/log4j.xml
R examples/war-tests/oauth-servlet-test/pom.xml
R examples/war-tests/oauth-servlet-test/src/main/java/org/jboss/resteasy/test/smoke/MyFilter.java
R examples/war-tests/oauth-servlet-test/src/main/java/org/jboss/resteasy/test/smoke/MyProvider.java
R examples/war-tests/oauth-servlet-test/src/main/java/org/jboss/resteasy/test/smoke/ProtectedResource.java
R examples/war-tests/oauth-servlet-test/src/main/webapp/WEB-INF/web.xml
R examples/war-tests/oauth-servlet-test/src/main/webapp/index.jsp
R examples/war-tests/oauth-servlet-test/src/test/java/org/jboss/resteasy/test/war/OAuthTest.java
R examples/war-tests/oauth-servlet-test/src/test/resources/jndi.properties
R examples/war-tests/oauth-servlet-test/src/test/resources/log4j.xml
R examples/war-tests/pom.xml
M pom.xml
Log Message:
-----------
Removing examples moved to resteasy-examples repo
Commit: 7b3a14a99f8ed404a071904765cd784d05ba8080
https://github.com/resteasy/Resteasy/commit/7b3a14a99f8ed404a071904765cd7...
Author: Alessio Soldano <soldano.servizi(a)email.it>
Date: 2016-07-12 (Tue, 12 Jul 2016)
Changed paths:
R examples/oreilly-jaxrs-2.0-workbook/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex03_1/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex03_1/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex03_1/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex03_1/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex03_1/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex03_1/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex03_1/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_1/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex04_1/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex04_1/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_1/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_1/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_1/src/main/java/org/ietf/annotations/PATCH.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_1/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex04_1/src/test/java/com/restfully/shop/test/PatchTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_2/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex04_2/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex04_2/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_2/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_2/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_2/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex04_2/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_3/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex04_3/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex04_3/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_3/src/main/java/com/restfully/shop/services/CustomerDatabaseResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_3/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_3/src/main/java/com/restfully/shop/services/FirstLastCustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_3/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex04_3/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex04_3/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex05_1/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex05_1/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex05_1/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex05_1/src/main/java/com/restfully/shop/services/CarResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex05_1/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex05_1/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex05_1/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex05_1/src/test/java/com/restfully/shop/test/InjectionTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex05_2/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex05_2/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex05_2/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex05_2/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex05_2/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex05_2/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex05_2/src/main/webapp/index.html
R examples/oreilly-jaxrs-2.0-workbook/ex06_1/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex06_1/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex06_1/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex06_1/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex06_1/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex06_1/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex06_1/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex06_2/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex06_2/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex06_2/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex06_2/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex06_2/src/main/java/com/restfully/shop/services/JavaMarshaller.java
R examples/oreilly-jaxrs-2.0-workbook/ex06_2/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex06_2/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex06_2/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex07_1/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex07_1/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex07_1/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex07_1/src/main/java/com/restfully/shop/services/CustomerNotFoundException.java
R examples/oreilly-jaxrs-2.0-workbook/ex07_1/src/main/java/com/restfully/shop/services/CustomerNotFoundExceptionMapper.java
R examples/oreilly-jaxrs-2.0-workbook/ex07_1/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex07_1/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex07_1/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex07_1/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex09_1/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex09_1/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex09_1/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex09_1/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex09_1/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex09_1/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex09_1/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex09_2/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex09_2/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex09_2/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex09_2/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex09_2/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex09_2/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex10_1/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex10_1/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex10_1/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_1/src/main/java/com/restfully/shop/domain/Customers.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_1/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_1/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_1/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex10_1/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/src/main/java/com/restfully/shop/domain/Customers.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/src/main/java/com/restfully/shop/domain/LineItem.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/src/main/java/com/restfully/shop/domain/Order.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/src/main/java/com/restfully/shop/domain/Orders.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/src/main/java/com/restfully/shop/services/OrderResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/src/main/java/com/restfully/shop/services/StoreResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex10_2/src/test/java/com/restfully/shop/test/OrderResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex11_1/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex11_1/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex11_1/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex11_1/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex11_1/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex11_1/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex11_1/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex12_1/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex12_1/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex12_1/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex12_1/src/main/java/com/restfully/shop/features/CacheControlFilter.java
R examples/oreilly-jaxrs-2.0-workbook/ex12_1/src/main/java/com/restfully/shop/features/MaxAge.java
R examples/oreilly-jaxrs-2.0-workbook/ex12_1/src/main/java/com/restfully/shop/features/MaxAgeFeature.java
R examples/oreilly-jaxrs-2.0-workbook/ex12_1/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex12_1/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex12_1/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex12_1/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex12_2/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex12_2/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex12_2/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex12_2/src/main/java/com/restfully/shop/features/ContentMD5Writer.java
R examples/oreilly-jaxrs-2.0-workbook/ex12_2/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex12_2/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex12_2/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex12_2/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex13_1/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex13_1/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex13_1/src/main/java/ChatClient.java
R examples/oreilly-jaxrs-2.0-workbook/ex13_1/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex13_1/src/main/java/com/restfully/shop/services/CustomerChat.java
R examples/oreilly-jaxrs-2.0-workbook/ex13_1/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex13_1/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex13_1/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/domain/Customers.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/domain/LineItem.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/domain/Order.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/domain/Orders.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/domain/Product.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/domain/Products.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/persistence/CustomerEntity.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/persistence/LineItemEntity.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/persistence/OrderEntity.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/persistence/ProductEntity.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/services/CustomerResourceBean.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/services/EJBExceptionMapper.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/services/EntityNotFoundExceptionMapper.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/services/OrderResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/services/OrderResourceBean.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/services/ProductResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/services/ProductResourceBean.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/services/StoreResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/java/com/restfully/shop/services/StoreResourceBean.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/resources/META-INF/persistence.xml
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex14_1/src/test/java/com/restfully/shop/test/ShoppingTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/domain/Customers.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/domain/LineItem.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/domain/Order.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/domain/Orders.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/domain/Product.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/domain/Products.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/persistence/CustomerEntity.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/persistence/LineItemEntity.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/persistence/OrderEntity.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/persistence/ProductEntity.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/services/CustomerResourceBean.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/services/EntityNotFoundExceptionMapper.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/services/OrderResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/services/OrderResourceBean.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/services/ProductResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/services/ProductResourceBean.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/services/StoreResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/java/com/restfully/shop/services/StoreResourceBean.java
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/resources/META-INF/applicationContext.xml
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/resources/META-INF/persistence.xml
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex14_2/src/test/java/com/restfully/shop/test/ShoppingTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/src/main/java/com/restfully/shop/features/AllowedPerDay.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/src/main/java/com/restfully/shop/features/OTP.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/src/main/java/com/restfully/shop/features/OTPAuthenticated.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/src/main/java/com/restfully/shop/features/OneTimePasswordAuthenticator.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/src/main/java/com/restfully/shop/features/OneTimePasswordGenerator.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/src/main/java/com/restfully/shop/features/PerDayAuthorizer.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/ex15_1/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_2/README.md
R examples/oreilly-jaxrs-2.0-workbook/ex15_2/pom.xml
R examples/oreilly-jaxrs-2.0-workbook/ex15_2/src/main/java/ChatClient.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_2/src/main/java/com/restfully/shop/domain/Customer.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_2/src/main/java/com/restfully/shop/services/CustomerChat.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_2/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_2/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/oreilly-jaxrs-2.0-workbook/ex15_2/src/main/webapp/WEB-INF/web.xml
R examples/oreilly-jaxrs-2.0-workbook/pom.xml
R examples/pom.xml
R examples/war-tests/jsapi-servlet-test/pom.xml
R examples/war-tests/jsapi-servlet-test/src/main/java/org/jboss/resteasy/test/smoke/MyResource.java
R examples/war-tests/jsapi-servlet-test/src/main/webapp/WEB-INF/web.xml
R examples/war-tests/jsapi-servlet-test/src/main/webapp/index.jsp
R examples/war-tests/jsapi-servlet-test/src/main/webapp/test.html
R examples/war-tests/jsapi-servlet-test/src/test/java/org/jboss/resteasy/test/war/JSAPITest.java
R examples/war-tests/jsapi-servlet-test/src/test/js/test.js
R examples/war-tests/jsapi-servlet-test/src/test/resources/jndi.properties
R examples/war-tests/jsapi-servlet-test/src/test/resources/log4j.xml
R examples/war-tests/oauth-servlet-test/pom.xml
R examples/war-tests/oauth-servlet-test/src/main/java/org/jboss/resteasy/test/smoke/MyFilter.java
R examples/war-tests/oauth-servlet-test/src/main/java/org/jboss/resteasy/test/smoke/MyProvider.java
R examples/war-tests/oauth-servlet-test/src/main/java/org/jboss/resteasy/test/smoke/ProtectedResource.java
R examples/war-tests/oauth-servlet-test/src/main/webapp/WEB-INF/web.xml
R examples/war-tests/oauth-servlet-test/src/main/webapp/index.jsp
R examples/war-tests/oauth-servlet-test/src/test/java/org/jboss/resteasy/test/war/OAuthTest.java
R examples/war-tests/oauth-servlet-test/src/test/resources/jndi.properties
R examples/war-tests/oauth-servlet-test/src/test/resources/log4j.xml
R examples/war-tests/pom.xml
M pom.xml
Log Message:
-----------
Merge pull request #862 from asoldano/build-cleanup
Merging as this is a straightforward and already discussed & agreed removal of stuff already available on resteasy-example repository
Compare: https://github.com/resteasy/Resteasy/compare/31c09e7c809b...7b3a14a99f8e
8 years, 5 months
[resteasy/Resteasy] ffd976: [RESTEASY-1361] Initial import of arquillian utils...
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: ffd97676621fe9581d2630f4c604a8bf2ad5773a
https://github.com/resteasy/Resteasy/commit/ffd97676621fe9581d2630f4c604a...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-07-08 (Fri, 08 Jul 2016)
Changed paths:
M pom.xml
A testsuite/arquillian-utils/pom.xml
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/category/ExpectedFailing.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/category/NotForForwardCompatibility.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/category/NotForForwardInteroperability.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/setup/AbstractSecurityDomainSetup.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/setup/UsersRolesSecurityDomainSetup.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/test/core/basic/resource/DuplicateDeploymentReader.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/test/core/basic/resource/DuplicateDeploymentResource.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/test/providers/custom/resource/DuplicateProviderRegistrationFeature.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/test/providers/custom/resource/DuplicateProviderRegistrationFilter.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/test/providers/custom/resource/DuplicateProviderRegistrationInterceptor.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/PortProviderUtil.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/TestApplication.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/TestUtil.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/TestUtilSpring.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/TimeoutUtil.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/maven/ConsoleErrorHandler.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/maven/ConsoleRepositoryListener.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/maven/ConsoleTransferListener.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/maven/MavenUtil.java
A testsuite/arquillian-utils/src/main/resources/log4j2.xml
A testsuite/pom.xml
Log Message:
-----------
[RESTEASY-1361] Initial import of arquillian utils for new testsuite
Commit: 06a13509e0be34ce9b7658ade7658796b846213b
https://github.com/resteasy/Resteasy/commit/06a13509e0be34ce9b7658ade7658...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-07-08 (Fri, 08 Jul 2016)
Changed paths:
M pom.xml
A testsuite/integration-tests/pom.xml
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/AsyncPostProcessingTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/AsyncServletTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/AsynchBasicTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/CallbackTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/ComprehensiveJaxrsTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/JaxrsAsyncServletTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/JaxrsAsyncTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/SuspendAnnotationTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsyncPostProcessingInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsyncPostProcessingMsgBodyWriterInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsyncPostProcessingResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsyncServletResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsynchBasicResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/CallbackExceptionThrowingStringBean.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/CallbackResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/CallbackResourceBase.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/CallbackSecondSettingCompletionCallback.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/CallbackSettingCompletionCallback.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/CallbackStringBean.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/CallbackStringBeanEntityProvider.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/CallbackTimeoutHandler.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/JaxrsAsyncResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/JaxrsAsyncServletApp.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/JaxrsAsyncServletAsyncResponseBlockingQueue.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/JaxrsAsyncServletJaxrsResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/JaxrsAsyncServletPrintingErrorHandler.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/JaxrsAsyncServletResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/JaxrsAsyncServletServiceUnavailableExceptionMapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/JaxrsAsyncServletTimeoutHandler.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/JaxrsAsyncServletXmlData.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/LegacySuspendResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/UtilitiesTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/ApplicationInjectionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/AsynchronousCdiTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/BeanReaderWriterTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/CDILocatorTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/CDIResourceTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/DecoratorsTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/EJBEventsTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/EJBTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/EjbExceptionUnwrapTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/EventsTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/OutOfBandTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/SingletonTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/ApplicationInjection.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/AsynchronousResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/AsynchronousStateless.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/AsynchronousStatelessLocal.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/BeanReaderWriterConfigBean.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/BeanReaderWriterService.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/BeanReaderWriterXFormat.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/BeanReaderWriterXFormatProvider.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/CDILocatorResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsBookReader.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsBookReaderDecorator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsBookReaderInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsBookReaderInterceptorDecorator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsBookWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsBookWriterDecorator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsBookWriterInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsBookWriterInterceptorDecorator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsFilterBinding.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsRequestFilterDecorator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsResourceBinding.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsResourceDecorator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsResourceInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsResourceIntf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsResponseFilter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsResponseFilterDecorator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsTestRequestFilter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsVisitList.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBApplication.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBBook.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBBookReader.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBBookReaderImpl.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBBookResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBBookWriterImpl.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBEventsObserver.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBEventsObserverImpl.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBEventsProcessRead.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBEventsProcessReadWrite.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBEventsSource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBEventsSourceImpl.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBLocalResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBRemoteResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBResourceParent.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EjbExceptionUnwrapFooException.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EjbExceptionUnwrapFooExceptionMapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EjbExceptionUnwrapFooResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EjbExceptionUnwrapFooResourceBean.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EjbExceptionUnwrapLocatingResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EjbExceptionUnwrapLocatingResourceBean.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EjbExceptionUnwrapSimpleResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EjbExceptionUnwrapSimpleResourceBean.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EventResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EventsBookReader.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EventsBookReaderInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EventsBookWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EventsBookWriterInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EventsProcess.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EventsRead.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EventsReadIntercept.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EventsUnused.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EventsWrite.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EventsWriteIntercept.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/OutOfBandResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/OutOfBandResourceIntf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/SingletonLocalIF.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/SingletonRootResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/SingletonSubResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/SingletonTestBean.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/BeanExtensionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/ScopeExtensionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/CDIExtensionsBoston.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/CDIExtensionsBostonBean.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/CDIExtensionsBostonBeanExtension.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/CDIExtensionsBostonHolder.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/CDIExtensionsBostonlLeaf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/CDIExtensionsResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/CDIExtensionsTestReader.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/ScopeExtensionObsolescent.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/ScopeExtensionObsolescentAfterThreeUses.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/ScopeExtensionObsolescentAfterTwoUses.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/ScopeExtensionPlannedObsolescenceContext.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/ScopeExtensionPlannedObsolescenceExtension.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/ScopeExtensionPlannedObsolescenceScope.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/ScopeExtensionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/generic/ConcreteDecoratorTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/generic/resource/Animal.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/generic/resource/Australopithecus.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/generic/resource/ConcreteDecorator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/generic/resource/ConcreteResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/generic/resource/ConcreteResourceIntf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/generic/resource/GenericsProducer.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/generic/resource/HierarchyHolder.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/generic/resource/HolderBinding.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/generic/resource/LowerBoundHierarchyHolder.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/generic/resource/NestedHierarchyHolder.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/generic/resource/ObjectHolder.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/generic/resource/Primate.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/generic/resource/ResourceBinding.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/generic/resource/UpperBoundHierarchyHolder.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/generic/resource/VisitList.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/inheritence/AlternativeSelectedInheritanceTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/inheritence/AlternativeVanillaInheritanceTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/inheritence/SpecializedInheritanceTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/inheritence/VanillaInheritanceTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/inheritence/resource/CDIInheritenceBook.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/inheritence/resource/CDIInheritenceBookSelectedAlternative.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/inheritence/resource/CDIInheritenceBookSpecialized.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/inheritence/resource/CDIInheritenceBookVanillaAlternative.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/inheritence/resource/CDIInheritenceInheritanceResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/inheritence/resource/CDIInheritenceSelectBook.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/inheritence/resource/CDIInheritenceStereotypeAlternative.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/AbstractInjectionTestBase.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/InjectionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/LazyInitUriInfoInjectionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/MDBInjectionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/ReverseInjectionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/WeldSubdeploymentTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionBook.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionBookBag.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionBookBagLocal.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionBookCollection.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionBookMDB.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionBookReader.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionBookResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionBookWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionDependentScoped.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionNewBean.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionResourceBinding.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionResourceProducer.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionScopeInheritingStereotype.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionScopeStereotype.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionStatefulEJB.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionStereotypedApplicationScope.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionStereotypedDependentScope.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionUnscopedResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/LazyInitUriInfoInjectionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/LazyInitUriInfoInjectionSingletonResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/ReverseInjectionEJBHolder.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/ReverseInjectionEJBHolderLocal.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/ReverseInjectionEJBHolderRemote.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/ReverseInjectionEJBInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/ReverseInjectionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/StatefulApplicationScopedEJBwithJaxRsComponents.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/StatefulApplicationScopedEJBwithJaxRsComponentsInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/StatefulDependentScopedEJBwithJaxRsComponents.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/StatefulDependentScopedEJBwithJaxRsComponentsInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/StatefulRequestScopedEJBwithJaxRsComponents.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/StatefulRequestScopedEJBwithJaxRsComponentsInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/StatelessEJBwithJaxRsComponents.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/StatelessEJBwithJaxRsComponentsInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/WeldSubdeploymentApplicationResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/WeldSubdeploymentCdiJpaInjectingBean.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/WeldSubdeploymentRequestResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/WeldSubdeploymentStatefulResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/WeldSubdeploymentStatelessResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/InterceptorTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/TimerInterceptorTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorBook.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorBookReader.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorBookReaderInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorBookReaderInterceptorInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorBookWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorBookWriterInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorBookWriterInterceptorInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorClassBinding.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorClassInterceptorStereotype.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorClassMethodInterceptorStereotype.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorFilterBinding.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorFour.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorLifecycleBinding.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorMethodBinding.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorOne.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorPostConstructInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorPreDestroyInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorReaderBinding.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorRequestFilter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorRequestFilterInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorRequestFilterInterceptorBinding.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorResponseFilter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorResponseFilterInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorResponseFilterInterceptorBinding.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorStereotyped.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorThree.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorTwo.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorVisitList.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorWriterBinding.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/TimerInterceptorResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/TimerInterceptorResourceIntf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/modules/EarLibIntoEarLibTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/modules/EarLibIntoWarLibTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/modules/EjbjarLibIntoWarLibTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/modules/WarClassesIntoWarLibTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/modules/WarLibIntoWarClassesTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/modules/resource/CDIModulesInjectable.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/modules/resource/CDIModulesInjectableBinder.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/modules/resource/CDIModulesInjectableIntf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/modules/resource/CDIModulesModulesResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/modules/resource/CDIModulesModulesResourceIntf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/util/Constants.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/util/Counter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/util/CounterBinding.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/util/PersistenceUnitProducer.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/util/Utilities.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/util/UtilityProducer.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/AsyncInvokeTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/AsyncTimeoutExceptionsTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/ClientBuilderTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/ClientCacheTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/ClientDynamicFeaturesTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/ClientExceptionsTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/ClientExecutorShutdownTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/ClientFormParamTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/ClientProviderTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/ClientResponseRedirectTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/EntityBufferingInFileTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/GenericReturnTypeTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/IndirectInvocationTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/InputStreamTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/LinkHeaderTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/NullEntityTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/ParameterListTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/PrimitiveTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/SmokeParamTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/SyncInvokeTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/TimeoutTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/TraceTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/WebTargetTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/ClientErrorBadMediaTypeTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/ExceptionBufferingTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/UnauthorizedExceptionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientErrorBadMediaTypeHeaderDelegate.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientErrorBadMediaTypeResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ExceptionBufferingResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/UnauthorizedExceptionInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/UnauthorizedExceptionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/other/ApacheHttpClient4Test.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/other/resource/ApacheHttpClient4Resource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/other/resource/ApacheHttpClient4ResourceImpl.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ClientResponseFailureTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ClientSmokeTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ContextTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/DefaultMediaTypesTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/GenericProxyTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/MediaTypeCaseSensitivityTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ProxyCastingSimpleTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ProxyCastingTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ProxyInputStreamTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ProxyJaxbResourceIntfTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ProxyJaxbResourcePostTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ProxyWithGenericReturnTypeTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ResponseObjectTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/SubResourceLocatorProxyTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/UnauthorizedHttpCodeTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/WhitespaceTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ClientResponseFailureResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ClientSmokeResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ContextTestResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/DefaultMediaTypesResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/GenericProxyBase.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/GenericProxyResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/GenericProxySpecificProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/MediaTypeCaseSensitivityStuff.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/MediaTypeCaseSensitivityStuffProvider.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/MediaTypeCaseSensitivityStuffResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ProxyCastingInterfaceA.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ProxyCastingInterfaceB.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ProxyCastingNothing.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ProxyCastingResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ProxyCastingSimpleFooBar.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ProxyCastingSimpleFooBarImpl.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ProxyCastingSimpleInterfaceA.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ProxyCastingSimpleInterfaceAorB.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ProxyCastingSimpleInterfaceB.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ProxyInputStreamProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ProxyInputStreamResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ProxyJaxbCredit.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ProxyJaxbResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ProxyJaxbResourceIntf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ProxyJaxbResourceMessageResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ProxyJaxbResourcePostMessage.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ProxyJaxbResourcePostMessageIntf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ProxyWithGenericReturnTypeInvocationHandler.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ProxyWithGenericReturnTypeMessageBodyWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ProxyWithGenericReturnTypeResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ProxyWithGenericReturnTypeSubResourceIntf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ProxyWithGenericReturnTypeSubResourceSubIntf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ResponseObjectBasicObjectIntf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ResponseObjectClientIntf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ResponseObjectHateoasObject.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/ResponseObjectResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/SubResourceLocatorProxyBookResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/SubResourceLocatorProxyChapterResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/UnauthorizedHttpCodeObject.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/UnauthorizedHttpCodeProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/UnauthorizedHttpCodeResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/resource/WhiteSpaceResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/AsyncInvokeResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/AsyncTimeoutExceptionsResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/AsyncTimeoutExceptionsSticker.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientCacheProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientCacheService.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientDynamicFeaturesClientFeature1.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientDynamicFeaturesClientFeature2.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientDynamicFeaturesDualFeature1.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientDynamicFeaturesDualFeature2.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientDynamicFeaturesServerFeature1.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientDynamicFeaturesServerFeature2.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientExceptionsCustomClientRequestFilter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientExceptionsCustomClientResponseFilter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientExceptionsData.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientExceptionsIOExceptionReaderInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientExceptionsResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientExecutorShutdownTestResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientFormResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientProviderStringEntityProviderReader.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientProviderStringEntityProviderWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientResponseRedirectClientResponseOld.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientResponseRedirectIntf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientResponseRedirectResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/EntityBufferingInFileResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/GenericReturnTypeInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/GenericReturnTypeReader.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/GenericReturnTypeResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/IndirectInvocationTestResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/InputStreamResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/LinkHeaderService.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/NullEntityResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/ParameterListInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/ParameterListResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/PrimitiveResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/SmokeParamResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/SyncInvokeResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/TimeoutResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/TraceResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/WebTargetResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/AcceptLanguagesTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/AnnotationInheritanceTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/AppConfigTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/ApplicationConfigTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/ApplicationFilterTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/ApplicationPropertiesConfigPropertyApplicationInjectionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/ApplicationPropertiesConfigTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/ApplicationTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/CacheControlAnnotationTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/ContextTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/DuplicateDeploymentTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/InternalDispatcherTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/InvalidMediaTypeTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/PrivateConstructorTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/ProviderInjectionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/AcceptLanguagesResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/AnnotationInheritanceNotAResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/AnnotationInheritanceSomeOtherInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/AnnotationInheritanceSomeOtherResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/AnnotationInheritanceSuperInt.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/AnnotationInheritanceSuperIntAbstract.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/AppConfigApplication.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/AppConfigResources.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ApplicationConfig.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ApplicationConfigInjectionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ApplicationConfigInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ApplicationConfigQuotedTextWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ApplicationConfigResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ApplicationConfigService.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ApplicationFilterCustomer.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ApplicationFilterCustomerResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ApplicationPropertiesConfig.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ApplicationPropertiesConfigPropertyApplicationInjection.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ApplicationPropertiesConfigPropertyApplicationInjectionFeature.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ApplicationPropertiesConfigPropertyApplicationInjectionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ApplicationPropertiesConfigResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ApplicationTestAExplicitApplication.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ApplicationTestBExplicitApplication.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ApplicationTestIgnoredApplication.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ApplicationTestMappedApplication.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ApplicationTestResourceA.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ApplicationTestResourceB.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ApplicationTestScannedApplication.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/CacheControlAnnotationResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ContextAfterEncoderInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ContextBeforeEncoderInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ContextEncoderInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ContextEndInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ContextService.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/InternalDispatcherClient.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/InternalDispatcherForwardingResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/InvalidMediaTypeResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/MyFilter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/PrivateConstructorServiceResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ProviderInjectionSimpleMessageBodyWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ProviderInjectionSimpleResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ProviderInjectionSimpleResourceImpl.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/encoding/EncodedParamsTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/encoding/EncodingTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/encoding/MatrixParamEncodingTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/encoding/ParameterEncodingTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/encoding/SpecialCharactersTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/encoding/resource/EncodedParamsComplexResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/encoding/resource/EncodedParamsSimpleResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/encoding/resource/EncodingTestClient.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/encoding/resource/EncodingTestResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/encoding/resource/MatrixParamEncodingResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/encoding/resource/ParameterEncodingResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/encoding/resource/SpecialCharactersProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/encoding/resource/SpecialCharactersResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/CorsFiltersTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/GzipTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/PreProcessorExceptionMapperTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/ReaderContextTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/resource/CorsFiltersResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/resource/GzipIGZIP.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/resource/GzipResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/resource/PreProcessorExceptionMapperCandlepinException.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/resource/PreProcessorExceptionMapperCandlepinUnauthorizedException.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/resource/PreProcessorExceptionMapperPreProcessSecurityInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/resource/PreProcessorExceptionMapperResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/resource/PreProcessorExceptionMapperRuntimeExceptionMapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/resource/ReaderContextArrayListEntityProvider.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/resource/ReaderContextFirstReaderInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/resource/ReaderContextFirstWriterInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/resource/ReaderContextLinkedListEntityProvider.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/resource/ReaderContextResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/resource/ReaderContextSecondReaderInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/resource/ReaderContextSecondWriterInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/servlet/FilterTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/servlet/ServletConfigTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/servlet/ServletMappingTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/servlet/UndertowTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/servlet/resource/FilterForwardServlet.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/servlet/resource/FilterResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/servlet/resource/ServletConfigApplication.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/servlet/resource/ServletConfigException.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/servlet/resource/ServletConfigExceptionMapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/servlet/resource/ServletConfigResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/servlet/resource/ServletMappingProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/servlet/resource/ServletMappingResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/servlet/resource/UndertowServlet.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/smoke/ResourceWithInterfaceTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/smoke/ResourceWithMultipleInterfacesTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/smoke/WireSmokeTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/smoke/resource/ResourceWithInterfaceResourceWithInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/smoke/resource/ResourceWithInterfaceSimpleClient.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/smoke/resource/ResourceWithMultipleInterfacesEmpty.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/smoke/resource/ResourceWithMultipleInterfacesIntA.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/smoke/resource/ResourceWithMultipleInterfacesRootResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/smoke/resource/WireSmokeLocatingResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/smoke/resource/WireSmokeSimpleResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/smoke/resource/WireSmokeSimpleSubresource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/CryptoTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/PKCS7SignatureSmokeTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/SigningTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/VerifyDecryptTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/resource/CryptoCertResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/resource/CryptoEncryptedResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/resource/CryptoEncryptedSignedResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/resource/CryptoPkcs7SignedResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/resource/CryptoSignedResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/resource/PKCS7SignatureSmokeResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/resource/SigningProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/resource/SigningResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/resource/VerifyDecryptResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/AbstractExceptionMapperTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/ExceptionHandlingTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/ExceptionMapperApplicationRuntimeExceptionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/ExceptionMapperCustomRuntimeExceptionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/ExceptionMapperInjectionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/ExceptionMapperTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/ExceptionMapperWebRuntimeExceptionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/WebApplicationExceptionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/AbstractMapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/AbstractMapperDefault.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/AbstractMapperException.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/AbstractMapperMyCustom.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/AbstractMapperResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ExceptionHandlingProvider.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ExceptionHandlingResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ExceptionMapperAbstractExceptionMapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ExceptionMapperApplicationRuntimeCustomMapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ExceptionMapperApplicationRuntimeMapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ExceptionMapperApplicationRuntimeResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ExceptionMapperCustomRuntimeCustomMapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ExceptionMapperCustomRuntimeException.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ExceptionMapperCustomRuntimeMapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ExceptionMapperCustomRuntimeResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ExceptionMapperInjectionCustomMapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ExceptionMapperInjectionCustomSimpleMapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ExceptionMapperInjectionException.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ExceptionMapperInjectionNotFoundMapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ExceptionMapperInjectionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ExceptionMapperMyCustomException.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ExceptionMapperMyCustomExceptionMapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ExceptionMapperResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ExceptionMapperRuntimeExceptionMapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ExceptionMapperWebAppExceptionMapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ExceptionMapperWebRuntimeExceptionMapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ExceptionMapperWebRuntimeExceptionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/WebApplicationExceptionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/CollectionsFormTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/ComplexFormTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/FormBodyResourceTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/FormParamPutTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/FormParameterTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/FormResourceTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/FormUrlEncodedCharsetTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/FormUrlEncodedTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/NestedCollectionsFormTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/CollectionsFormAddress.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/CollectionsFormPerson.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/CollectionsFormResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/CollectionsFormTelephoneNumber.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/ComplexFormAddress.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/ComplexFormPerson.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/ComplexFormResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/FormBodyResourceClient.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/FormBodyResourceForm.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/FormBodyResourceResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/FormParamPutResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/FormParameterResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/FormResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/FormResourceClientForm.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/FormResourceClientFormSecond.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/FormResourceClientProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/FormResourceProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/FormResourceSecond.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/FormResourceValueHolder.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/FormUrlEncodedCharsetResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/FormUrlEncodedResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/NestedCollectionsFormAddress.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/NestedCollectionsFormCountry.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/NestedCollectionsFormPerson.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/NestedCollectionsFormResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/NestedCollectionsFormTelephoneNumber.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/PriorityExecutionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionClientRequestFilter1.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionClientRequestFilter2.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionClientRequestFilter3.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionClientRequestFilterMax.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionClientRequestFilterMin.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionClientResponseFilter1.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionClientResponseFilter2.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionClientResponseFilter3.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionClientResponseFilterMax.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionClientResponseFilterMin.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionContainerRequestFilter1.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionContainerRequestFilter2.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionContainerRequestFilter3.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionContainerRequestFilterMax.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionContainerRequestFilterMin.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionContainerResponseFilter1.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionContainerResponseFilter2.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionContainerResponseFilter3.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionContainerResponseFilterMax.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionContainerResponseFilterMin.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/jsapi/JSAPIGetBasicJsapiHandlingScriptTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/AtomComplexModelTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/AtomProviderTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/JAXBContextFinderTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/LinkTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/resource/AtomAssetMetadata.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/resource/AtomComplexModelArchived.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/resource/AtomComplexModelAtomAssetMetadataDecorators.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/resource/AtomComplexModelAtomAssetMetadtaProcessor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/resource/AtomComplexModelCategories.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/resource/AtomComplexModelCheckinComment.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/resource/AtomComplexModelCreated.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/resource/AtomComplexModelDisabled.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/resource/AtomComplexModelEntryResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/resource/AtomComplexModelFormat.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/resource/AtomComplexModelNote.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/resource/AtomComplexModelState.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/resource/AtomComplexModelUuid.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/resource/AtomComplexModelVersionNumber.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/resource/AtomProviderCustomer.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/resource/AtomProviderDataCollectionRecord.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/resource/AtomProviderResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/resource/JAXBContextFinderAtomServer.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/resource/JAXBContextFinderCustomerAtom.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/resource/LinkProduct.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/resource/LinkProductService.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/resource/ObjectFactory.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/CollectionProviderTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/CustomProviderPreferenceTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/CustomValueInjectorTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/DuplicateProviderRegistrationTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/FilterDispatcherUndertowTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/MissingProducerTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/ProviderContextInjectionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/ReaderWriterTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/ResponseContainerFilterTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/ResponseFilterChangeStatusTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/ResponseFilterTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/ResponseGetAnnotationsTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/SetRequestUriTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/SingletonCustomProviderTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/WriterNotBuiltinTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/CollectionProviderCollectionWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/CollectionProviderIncorrectCollectionWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/CollectionProviderResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/CustomProviderPreferenceUser.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/CustomProviderPreferenceUserBodyWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/CustomProviderPreferenceUserResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/CustomValueInjectorHello.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/CustomValueInjectorHelloResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/CustomValueInjectorInjectorFactoryImpl.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/FilterDispatcherForwardServlet.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/FilterDispatcherServlet.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ProviderContextInjectionAnyExceptionExceptionMapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ProviderContextInjectionEnumContextResolver.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ProviderContextInjectionEnumProvider.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ProviderContextInjectionIOExceptionExceptionMapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ProviderContextInjectionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ProviderContextInjectionTextPlainEnumContextResolver.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ReaderWriterClient.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ReaderWriterCurlyBraces.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ReaderWriterCustomer.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ReaderWriterCustomerWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ReaderWriterNowhereClient.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ReaderWriterResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ReaderWriterSpaces.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ReaderWriterSub.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ResponseContainerResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ResponseContainerResponseFilter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ResponseContainerSecondResponseFilter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ResponseContainerTemplateFilter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ResponseFilter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ResponseFilterChangeStatusResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ResponseFilterChangeStatusResponseFilter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ResponseFilterResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ResponseGetAnnotationsAnnotatedClass.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ResponseGetAnnotationsDateClientReaderWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ResponseGetAnnotationsDateContainerReaderWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ResponseGetAnnotationsResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/SetRequestUriRequestFilter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/SetRequestUriResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/SingletonCustomProviderApplication.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/SingletonCustomProviderObject.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/SingletonCustomProviderResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/WriterNotBuiltinTestWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/datasource/BigSmallDataSourceTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/datasource/CleanFilesDataSourceProviderTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/datasource/DataSourceProviderInputStreamTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/datasource/ReadDataSourceTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/datasource/ReadDataSourceTwiceCountTempFileTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/datasource/ReadFromSocketDataSourceProviderTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/datasource/resource/BigSmallDataSourceResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/datasource/resource/CleanFilesDataSourceProviderResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/datasource/resource/DataSourceProviderInputStreamResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/datasource/resource/ReadDataSourceResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/datasource/resource/ReadDataSourceTwiceCountTempFileResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/datasource/resource/ReadFromSocketDataSourceProviderResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/iioimage/IIOImageProviderTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/iioimage/resource/ImageResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/inputstream/InputStreamCloseTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/inputstream/resource/InputStreamCloseInputStream.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/inputstream/resource/InputStreamCloseResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson/JacksonTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson/ProxyWithGenericReturnTypeJacksonTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson/resource/JacksonJAXBResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson/resource/JacksonProduct.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson/resource/JacksonResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson/resource/JacksonXmlProduct.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson/resource/JacksonXmlResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson/resource/JacksonXmlResourceWithJAXB.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson/resource/JacksonXmlResourceWithJacksonAnnotation.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson/resource/ProxyWithGenericReturnTypeJacksonAbstractParent.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson/resource/ProxyWithGenericReturnTypeJacksonInvocationHandler.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson/resource/ProxyWithGenericReturnTypeJacksonResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson/resource/ProxyWithGenericReturnTypeJacksonSubResourceIntf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson/resource/ProxyWithGenericReturnTypeJacksonSubResourceSubIntf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson/resource/ProxyWithGenericReturnTypeJacksonType1.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson/resource/ProxyWithGenericReturnTypeJacksonType2.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/ExceptionMapperMarshalTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/Jackson2Test.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/JacksonJaxbCoexistenceTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/ProxyWithGenericReturnTypeJacksonTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/ExceptionMapperMarshalErrorMessage.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/ExceptionMapperMarshalMyCustomException.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/ExceptionMapperMarshalMyCustomExceptionMapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/ExceptionMapperMarshalName.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/ExceptionMapperMarshalResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/Jackson2JAXBResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/Jackson2Product.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/Jackson2Resource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/Jackson2XmlProduct.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/Jackson2XmlResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/Jackson2XmlResourceWithJAXB.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/Jackson2XmlResourceWithJacksonAnnotation.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/JacksonJaxbCoexistenceJacksonResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/JacksonJaxbCoexistenceJacksonXmlResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/JacksonJaxbCoexistenceProduct.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/JacksonJaxbCoexistenceProduct2.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/JacksonJaxbCoexistenceXmlProduct.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/JacksonJaxbCoexistenceXmlResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/ProxyWithGenericReturnTypeJacksonAbstractParent.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/ProxyWithGenericReturnTypeJacksonResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/ProxyWithGenericReturnTypeJacksonSubResourceIntf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/ProxyWithGenericReturnTypeJacksonSubResourceSubIntf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/ProxyWithGenericReturnTypeJacksonType1.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/ProxyWithGenericReturnTypeJacksonType2.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/AbstractJaxbClassTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/BadContentTypeTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/CharSetTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/CharacterSetTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/CollectionCoreTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/CustomOverrideTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/EmptyContentTypeTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/ExceptionMapperJaxbTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/GenericResourceTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/GenericSuperInterfaceTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/InheritanceTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/JaxbCacheTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/JaxbCollectionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/JaxbElementTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/JaxbMarshallingSoakTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/JaxbXmlRootElementProviderTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/KeepCharsetTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/LinkJaxbTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/MapTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/ParsingTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/QualityFactorTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/SeeAlsoAnnotationTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/StatsTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/StreamResetTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/StringCharsetTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/XmlEnumParamTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/XmlHeaderTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/XmlJavaTypeAdapterTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/XmlJaxbProvidersTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/AbstractJaxbClassCompanyCustomer.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/AbstractJaxbClassCustomer.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/AbstractJaxbClassPerson.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/AbstractJaxbClassPrivatCustomer.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/AbstractJaxbClassResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/BadContenTypeTestResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/BadContentTypeTestBean.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/CharSetCustomer.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/CharSetResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/CharacterSetData.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/CharacterSetResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/Child.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/CollectionCustomer.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/CollectionNamespacedCustomer.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/CollectionNamespacedResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/CollectionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/CustomOverrideFoo.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/CustomOverrideResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/CustomOverrideWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/EmptyContentTypeFoo.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/EmptyContentTypeResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/ExceptionMapperJaxbMapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/ExceptionMapperJaxbResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericResourceAbstractResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericResourceModel.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericResourceOtherAbstractResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericResourceResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericResourceResource2.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericSuperInterfaceAbstractBackendCollectionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericSuperInterfaceAbstractBackendResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericSuperInterfaceAbstractBackendSubResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericSuperInterfaceAction.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericSuperInterfaceAssignedPermissionsResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericSuperInterfaceBackendDataCenterResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericSuperInterfaceBackendDataCentersResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericSuperInterfaceBackendResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericSuperInterfaceBaseBackendResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericSuperInterfaceBaseResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericSuperInterfaceBaseResources.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericSuperInterfaceBusinessEntity.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericSuperInterfaceDataCenter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericSuperInterfaceDataCenterResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericSuperInterfaceDataCenters.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericSuperInterfaceDataCentersResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericSuperInterfaceGuid.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericSuperInterfaceINotifyPropertyChanged.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericSuperInterfaceIVdcQueryable.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericSuperInterfaceStoragePool.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericSuperInterfaceTop.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericSuperInterfaceUpdatableResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/InheritanceAnimal.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/InheritanceCat.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/InheritanceDog.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/InheritanceResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/InheritanceZoo.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/Item.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/Itemtype.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/JAXBCache.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/JaxbCacheChild.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/JaxbCacheParent.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/JaxbCollectionFoo.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/JaxbCollectionNamespacedFoo.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/JaxbCollectionNamespacedResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/JaxbCollectionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/JaxbElementClient.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/JaxbElementEntityMessageReader.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/JaxbElementEntityMessageWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/JaxbElementReadableWritableEntity.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/JaxbElementResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/JaxbJsonElementClient.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/JaxbJsonXmlRootElementClient.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/JaxbJunkXmlOrderClient.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/JaxbMarshallingSoakAsyncService.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/JaxbMarshallingSoakItem.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/JaxbXmlRootElementClient.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/JaxbXmlRootElementProviderResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/KeepCharsetFavoriteMovieXmlRootElement.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/KeepCharsetMovieResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/LinkJaxbCustomer.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/LinkJaxbResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/MapFoo.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/MapJaxb.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/MapResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/Order.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/Ordertype.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/Parent.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/QualityFactorResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/QualityFactorThing.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/SeeAlsoAnnotationBaseFoo.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/SeeAlsoAnnotationFooIntf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/SeeAlsoAnnotationRealFoo.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/SeeAlsoAnnotationResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/ShipTo.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/Shiptotype.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/StatsProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/StatsResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/StreamResetPerson.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/StreamResetPlace.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/StreamResetResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/StringCharsetResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/StringCharsetRespond.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/XmlEnumParamLocation.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/XmlEnumParamResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/XmlHeaderDecorator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/XmlHeaderDecorator2.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/XmlHeaderJunk2Intf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/XmlHeaderJunkIntf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/XmlHeaderResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/XmlHeaderThing.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/XmlJavaTypeAdapterAlien.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/XmlJavaTypeAdapterAlienAdapter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/XmlJavaTypeAdapterFoo.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/XmlJavaTypeAdapterHuman.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/XmlJavaTypeAdapterResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/XmlJaxbProvidersHelper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/XmlJaxbProvidersOrderClient.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/XmlJaxbProvidersOrderResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/XmlStreamFactory.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/parsing/ObjectFactory.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/parsing/ParsingAbstractData.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/parsing/ParsingDataCollectionPackage.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/parsing/ParsingDataCollectionRecord.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/parsing/ParsingStoreResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/BaseClassFromTypeListTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/ContentTypeMatchingTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/JettisonMediaTypeTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/JsonCollectionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/JsonMapTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/NamespaceMappingTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/ProxyInheritanceTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/TypeMappingJettisonTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/BaseClassFromTypeListCustomer.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/BaseClassFromTypeListInAccountsIntf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/BaseClassFromTypeListResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/BaseClassFromTypeListStoreIntf.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/CRUDEntityWebservice.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/ContentTypeMatchingError.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/ContentTypeMatchingErrorException.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/ContentTypeMatchingErrorExceptionMapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/ContentTypeMatchingMapperResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/JettisonMediaTypeObject.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/JettisonMediaTypeService.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/JsonCollectionFoo.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/JsonCollectionMyNamespacedResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/JsonCollectionMyResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/JsonCollectionNamespacedFoo.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/JsonMapFoo.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/JsonMapResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/MyService.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/NamespaceMappingResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/NamespaceMappingTestBase.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/NamespaceMappingTestExtends.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/ObjectFactory.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/TypeMappingBean.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/TypeMappingResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/UserEntity.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/UserEntityWebservice.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonp/JsonpTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonp/resource/JsonpResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/map/MapProviderBuiltInTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/map/MapProviderTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/map/resource/MapProvider.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/map/resource/MapProviderAbstractProvider.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/map/resource/MapProviderBuiltInResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/map/resource/MapProviderResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/ContextProvidersTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/EmbeddedMultipartTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/EmptyInputStreamMultipartProviderTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/GenericTypeMultipartTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/HeaderFlushedOutputStreamTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/InputPartDefaultCharsetOverwriteTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/InputPartDefaultContentTypeEncodingOverwriteTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/InputPartDefaultContentTypeWildcardOverwriteDeprecatedInterceptorTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/InputPartDefaultContentTypeWildcardOverwriteNewInterceptorTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/MimeMultipartProviderTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/NullPartTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/ProxyTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/ContextProvidersCustomer.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/ContextProvidersCustomerForm.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/ContextProvidersName.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/ContextProvidersResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/ContextProvidersXop.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/EmbeddedMultipartCustomer.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/EmbeddedMultipartResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/EmptyInputStreamMultipartProviderMyBean.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/EmptyInputStreamMultipartProviderResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/GenericTypeResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/GenericTypeStringListReaderWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/HeaderFlushedOutputStreamBean.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/HeaderFlushedOutputStreamService.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/InputPartDefaultCharsetOverwriteContentTypeCharsetUTF16.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/InputPartDefaultCharsetOverwriteContentTypeCharsetUTF8.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/InputPartDefaultCharsetOverwriteContentTypeNoCharsetUTF16.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/InputPartDefaultCharsetOverwriteContentTypeNoCharsetUTF8.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/InputPartDefaultCharsetOverwriteNoContentTypeCharsetUTF16.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/InputPartDefaultCharsetOverwriteNoContentTypeCharsetUTF8.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/InputPartDefaultCharsetOverwriteService.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/InputPartDefaultContentTypeEncodingOverwriteService.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/InputPartDefaultContentTypeEncodingOverwriteSetterPreProcessorInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/InputPartDefaultContentTypeWildcardOverwriteContainerBean.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/InputPartDefaultContentTypeWildcardOverwriteNewInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/InputPartDefaultContentTypeWildcardOverwriteOldInterceptor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/InputPartDefaultContentTypeWildcardOverwriteService.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/InputPartDefaultContentTypeWildcardOverwriteXmlBean.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/MimeMultipartProviderClient.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/MimeMultipartProviderCustomer.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/MimeMultipartProviderResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/MyServiceProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/NullPartBean.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/NullPartService.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/ProxyApiService.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/ProxyAttachment.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/ProxyResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/plain/CharsetTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/plain/DefaultNumberWriterTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/plain/resource/CharsetFoo.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/plain/resource/CharsetResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/plain/resource/DefaultNumberWriterCustom.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/plain/resource/DefaultNumberWriterResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/YamlPojoBindingTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/YamlProviderTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/resource/YamlPojoBindingNestedObject.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/resource/YamlPojoBindingObject.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/resource/YamlProviderNestedObject.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/resource/YamlProviderObject.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/resource/YamlProviderResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/resource/YamlResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/CollectionDefaultValueTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/ConstructedInjectionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/CovariantReturnSubresourceLocatorsTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/DefaultMediaTypeTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/ExtensionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/GenericEntityTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/HttpHeadersTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/MatchedResourceTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/MultiInterfaceResLocatorTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/ParameterSubResTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/ReponseInfoTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/ResourceInfoInjectionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/ScanTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/SpecialResourceTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/SubResourceLocatorTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/UriInfoTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/WiderMappingNegativeTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/WiderMappingTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/CollectionDefaultValueResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/ConstructedInjectionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/CovariantReturnSubresourceLocatorsRootProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/CovariantReturnSubresourceLocatorsSubProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/CovariantReturnSubresourceLocatorsSubProxyRootImpl.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/CovariantReturnSubresourceLocatorsSubProxySubImpl.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/DefaultMediaTypeCustomObject.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/DefaultMediaTypeResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/ExtensionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/GenericEntityDoubleWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/GenericEntityResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/GenericEntitytFloatWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/HttpHeadersResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/MatchedResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/MultiInterfaceResLocatorIntf1.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/MultiInterfaceResLocatorIntf2.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/MultiInterfaceResLocatorResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/MultiInterfaceResLocatorSubresource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/ParameterSubResConcreteSubImpl.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/ParameterSubResDoubleInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/ParameterSubResGenericInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/ParameterSubResGenericSub.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/ParameterSubResInternalInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/ParameterSubResRoot.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/ParameterSubResRootImpl.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/ParameterSubResSub.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/ParameterSubResSubImpl.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/ReponseInfoResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/ResourceInfoInjectionFilter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/ResourceInfoInjectionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/ScanProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/ScanResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/ScanSubresource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/SpecialResourceApiResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/SpecialResourceDeleteResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/SpecialResourceStreamResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/SpecialResourceSubFactory.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/SubResourceLocatorBaseCrudService.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/SubResourceLocatorBaseService.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/SubResourceLocatorFoo.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/SubResourceLocatorImpFoo.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/SubResourceLocatorOhaUserModel.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/SubResourceLocatorPlatformServiceImpl.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/SubResourceLocatorPlatformServiceResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/SubResourceLocatorUserResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/UriInfoEncodedQueryResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/UriInfoEncodedTemplateResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/UriInfoEscapedMatrParamResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/UriInfoQueryParamsResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/UriInfoRelativizeResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/UriInfoSimpleResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/UriInfoSimpleSingletonResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/WiderMappingDefaultOptions.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/WiderMappingResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/ComplexPathParamTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/CookieInjectionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/FormParamTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/HeaderDelegateTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/HeaderParamsAsPrimitivesTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/MatrixParamAsPrimitiveTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/ParamConverterTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/ParamTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/QueryParamAsPrimitiveTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/QueryParamWithMultipleEqualsTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/QueryTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/SerializableWithParametersTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/SpecialCharsInUrlTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/StringParamUnmarshallerTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/SuperStringConverterTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/UriParamAsPrimitiveTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/ComplexPathParamExtensionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/ComplexPathParamRegressionResteasy145.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/ComplexPathParamSubRes.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/ComplexPathParamSubResSecond.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/ComplexPathParamTrickyResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/ComplexPathParamUnlimitedResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/CookieInjectionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/FormParamBasicResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/FormParamEntityPrototype.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/FormParamEntityThrowsIllegaArgumentException.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/FormParamEntityWithConstructor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/FormParamEntityWithFromString.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/FormParamResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderDelegateDate.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderDelegateDelegate.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderDelegateInterface1.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderDelegateInterface2.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderDelegateInterface3.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderDelegateInterface4.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderDelegateResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderDelegateSubDelegate.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesArrayDefaultNullProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesArrayDefaultOverrideProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesArrayDefaultProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesArrayProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesDefaultNullProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesDefaultOverrideProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesDefaultProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesListDefaultNullProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesListDefaultOverrideProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesListDefaultProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesListProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesPrimitivesProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesResourceArray.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesResourceArrayDefault.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesResourceArrayDefaultNull.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesResourceArrayDefaultOverride.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesResourceDefault.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesResourceDefaultNull.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesResourceDefaultOverride.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesResourceList.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesResourceListDefault.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesResourceListDefaultNull.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesResourceListDefaultOverride.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesResourcePrimitives.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesResourceSet.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesResourceSortedSet.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesResourceWrappers.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesResourceWrappersDefault.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesResourceWrappersDefaultNull.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesResourceWrappersDefaultOverride.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesSetProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesSortedSetProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesWrappersDefaultNullProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesWrappersDefaultOverrideProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesWrappersDefaultProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamsAsPrimitivesWrappersProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MatrixParamAsPrimitiveArray.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MatrixParamAsPrimitiveArrayDefault.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MatrixParamAsPrimitiveArrayDefaultNull.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MatrixParamAsPrimitiveArrayDefaultOverride.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MatrixParamAsPrimitiveDefault.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MatrixParamAsPrimitiveDefaultNull.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MatrixParamAsPrimitiveDefaultOverride.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MatrixParamAsPrimitiveList.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MatrixParamAsPrimitiveListDefault.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MatrixParamAsPrimitiveListDefaultNull.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MatrixParamAsPrimitiveListDefaultOverride.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MatrixParamAsPrimitivePrimitives.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MatrixParamAsPrimitiveWrappers.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MatrixParamAsPrimitiveWrappersDefault.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MatrixParamAsPrimitiveWrappersDefaultNull.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MatrixParamAsPrimitiveWrappersDefaultOverride.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/ParamConverterClient.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/ParamConverterDefaultClient.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/ParamConverterDefaultResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/ParamConverterPOJO.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/ParamConverterPOJOConverter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/ParamConverterPOJOConverterProvider.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/ParamConverterResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/ParamInterfaceResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/ParamResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/QueryParamAsPrimitiveResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/QueryParamAsPrimitiveResourceArray.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/QueryParamAsPrimitiveResourceArrayDefault.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/QueryParamAsPrimitiveResourceArrayDefaultNull.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/QueryParamAsPrimitiveResourceArrayDefaultOverride.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/QueryParamAsPrimitiveResourceDefault.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/QueryParamAsPrimitiveResourceDefaultNull.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/QueryParamAsPrimitiveResourceDefaultOverride.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/QueryParamAsPrimitiveResourceList.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/QueryParamAsPrimitiveResourceListDefault.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/QueryParamAsPrimitiveResourceListDefaultNull.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/QueryParamAsPrimitiveResourceListDefaultOverride.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/QueryParamAsPrimitiveResourceQueryPrimitivesInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/QueryParamAsPrimitiveResourceResourceArray.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/QueryParamAsPrimitiveResourceResourceListInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/QueryParamAsPrimitiveResourceResourceWrappersInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/QueryParamAsPrimitiveResourceWrappers.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/QueryParamAsPrimitiveResourceWrappersDefault.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/QueryParamAsPrimitiveResourceWrappersDefaultNull.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/QueryParamAsPrimitiveResourceWrappersDefaultOverride.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/QueryParamWithMultipleEqualsResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/QueryResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/QuerySearchQuery.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/SerializableWithParametersObject.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/SerializableWithParametersResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/SpecialCharsInUrlResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/StringParamUnmarshallerDateFormatter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/StringParamUnmarshallerFruit.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/StringParamUnmarshallerService.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/StringParamUnmarshallerSport.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/SuperStringConverterCompany.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/SuperStringConverterCompanyConverter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/SuperStringConverterMyClient.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/SuperStringConverterObjectConverter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/SuperStringConverterPerson.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/SuperStringConverterPersonConverter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/SuperStringConverterResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/SuperStringConverterSuperPersonConverter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/UriParamAsPrimitiveResourceUriBoolean.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/UriParamAsPrimitiveResourceUriBooleanInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/UriParamAsPrimitiveResourceUriBooleanWrapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/UriParamAsPrimitiveResourceUriByte.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/UriParamAsPrimitiveResourceUriByteInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/UriParamAsPrimitiveResourceUriByteWrapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/UriParamAsPrimitiveResourceUriDouble.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/UriParamAsPrimitiveResourceUriDoubleWrapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/UriParamAsPrimitiveResourceUriFloat.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/UriParamAsPrimitiveResourceUriFloatWrapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/UriParamAsPrimitiveResourceUriInt.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/UriParamAsPrimitiveResourceUriIntWrapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/UriParamAsPrimitiveResourceUriLong.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/UriParamAsPrimitiveResourceUriLongWrapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/UriParamAsPrimitiveResourceUriShort.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/UriParamAsPrimitiveResourceUriShortWrapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/LocatorSubResourceReturningThisTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/LocatorTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/LocatorWithClassHierarchyTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/MultipleMatrixSegmentsTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/PathLimitedTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/PathParamTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/ResourceLocatorWithBaseExpressionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/ResourceLocatorWithBaseNoExpressionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/ResourceMatchingMultipleTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/ResourceMatchingTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/ResteasyTrailingSlashTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/TrailingSlashTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/UriParamsWithLocatorTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/WildcardResourceMatchingTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/LocatorResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/LocatorSubResourceReturningThisParamEntityPrototype.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/LocatorSubResourceReturningThisParamEntityWithConstructor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/LocatorTestLocator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/LocatorTestLocator2.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/LocatorWithClassHierarchyLocatorResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/LocatorWithClassHierarchyMiddleResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/LocatorWithClassHierarchyParamEntityPrototype.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/LocatorWithClassHierarchyParamEntityWithConstructor.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/LocatorWithClassHierarchyPathParamResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/LocatorWithClassHierarchyPathSegmentImpl.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/MultipleMatrixSegmentsResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/PathLimitedBasicResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/PathLimitedLocatorResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/PathLimitedLocatorUriResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/PathLimitedUnlimitedOnPathResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/PathLimitedUnlimitedResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/PathParamCarResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/PathParamDigits.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/PathParamResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceLocatorWithBaseExpressionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceLocatorWithBaseExpressionSubresource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceLocatorWithBaseExpressionSubresource2.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceLocatorWithBaseExpressionSubresource3.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceLocatorWithBaseExpressionSubresource3Interface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceLocatorWithBaseNoExpressionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceLocatorWithBaseNoExpressionSubresource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceLocatorWithBaseNoExpressionSubresource2.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceLocatorWithBaseNoExpressionSubresource3.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceLocatorWithBaseNoExpressionSubresource3Interface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceMatchingAnotherResourceLocator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceMatchingAnotherSubResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceMatchingErrorResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceMatchingMainSubResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceMatchingMediaWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceMatchingMultipleUserCertResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceMatchingMultipleUserMembershipResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceMatchingMultipleUserResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceMatchingNoMediaResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceMatchingStringBean.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceMatchingStringBeanEntityProvider.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceMatchingWeightResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResourceMatchingYetAnotherSubresource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/ResteasyTrailingSlashResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/TrailingSlashResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/UriParamsWithLocatorLocator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/UriParamsWithLocatorLocator2.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/UriParamsWithLocatorResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/UriParamsWithLocatorResource2.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/WildcardMatchingResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/WildcardMatchingSubResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/resource/WildcardMatchingSubSubResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/request/DateFormatPathTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/request/NotFoundErrorMessageTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/request/PreconditionRfc7232Test.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/request/PreconditionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/request/resource/DateFormatPathResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/request/resource/PreconditionEtagResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/request/resource/PreconditionLastModifiedResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/request/resource/PreconditionPrecedenceResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/request/resource/PreconditionRfc7232PrecedenceResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/CookieTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/DuplicitePathTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/HttpRequestParameterInjectorTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/InheritedContextTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/MethodDefaultTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/OptionsTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/ProduceConsumeTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/RangeTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/ResponseTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/VariantAcceptTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/VariantsTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/WriterMatchingTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/CookieResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/DuplicitePathDupliciteApplicationOne.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/DuplicitePathDupliciteApplicationTwo.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/DuplicitePathDupliciteResourceOne.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/DuplicitePathDupliciteResourceTwo.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/DuplicitePathMethodResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/DuplicitePathNoDupliciteApplication.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/HttpRequestParameterInjectorClassicParam.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/HttpRequestParameterInjectorParamFactoryImpl.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/HttpRequestParameterInjectorResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/InheritedContextNewService.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/InheritedContextNewSubService.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/InheritedContextService.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/MethodDefaultResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/OptionParamsResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/OptionUsersResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/ProduceConsumeData.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/ProduceConsumeResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/ProduceConsumeTextData.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/ProduceConsumeWildData.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/RangeResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/ResponseAnnotatedClass.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/ResponseDateReaderWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/ResponseResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/VariantAcceptResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/VariantComplexResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/VariantEncodingResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/VariantLanguageResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/WriterMatchingBoolWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/WriterMatchingResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/BasicAuthTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/resource/BasicAuthBaseProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/resource/BasicAuthBaseResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/resource/BasicAuthBaseResourceAnybody.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/resource/BasicAuthBaseResourceMoreSecured.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ContextProvidersNewClientTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ContextProvidersOldClientTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ContextProvidersTestBase.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/CustomExceptionMapperTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ExecutableValidationDisabledTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/GetterReturnValueNotValidatedTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/GetterReturnValueValidatedTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/PathSuppressionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ResteasyViolationExceptionRepresentationTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidateOnExecutionTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationComplexTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationCoreTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationExceptionsTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationHibernateI18NTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationJaxbTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationNullErrorValueTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationOnGetterTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationSuppressPathTestBase.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationSurpressPathDefaultTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationSurpressPathFalseTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationSurpressPathTrueTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationThroughRestTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationXMLTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/CDIValidationCoreTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/CDIValidationSessionBeanTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/MultipleWarTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/SubresourceValidationTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/ValidationSessionBeanTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/CDIValidationCoreResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/CDIValidationCoreSubResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/CDIValidationCoreSumConstraint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/CDIValidationCoreSumValidator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/CDIValidationSessionBeanProxy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/CDIValidationSessionBeanResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/MultipleWarResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/MultipleWarSumConstraint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/MultipleWarSumValidator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/SessionResourceImpl.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/SessionResourceLocal.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/SessionResourceParent.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/SessionResourceRemote.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/SubresourceValidationQueryBeanParam.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/SubresourceValidationResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/SubresourceValidationSubResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ContextProvidersCustomer.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ContextProvidersCustomerForm.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ContextProvidersName.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ContextProvidersResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ContextProvidersXop.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/CustomExceptionMapperClassConstraint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/CustomExceptionMapperClassValidator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/CustomExceptionMapperReport.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/CustomExceptionMapperResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/GetterReturnValueValidatedResourceResetCount.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/GetterReturnValueValidatedResourceWithGetterViolation.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/PathSuppressionClassConstraint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/PathSuppressionClassValidator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/PathSuppressionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidateOnExecutionErrorOneLevel_Class.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidateOnExecutionErrorOneLevel_Interface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidateOnExecutionErrorTwoLevels_Class.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidateOnExecutionErrorTwoLevels_Interface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidateOnExecutionErrorWithGenericMethodSubClass.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidateOnExecutionErrorWithGenericMethodSuperClass.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidateOnExecutionErrorWithGenericSupermethod.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidateOnExecutionInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidateOnExecutionInterfaceWithGenericSupermethod.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidateOnExecutionResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidateOnExecutionSubInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidateOnExecutionSubResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidationOnExecuteSubInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationClassConstraint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationClassValidator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexA.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexArrayOfStrings.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexB.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexClassConstraint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexClassConstraint2.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexClassInheritanceSubConstraint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexClassInheritanceSuperConstraint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexClassValidator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexClassValidator2.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexClassValidatorSubInheritance.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexClassValidatorSuperInheritance.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexCrossParameterConstraint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexCrossParameterValidator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexFoo.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexFooConstraint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexFooReaderWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexFooValidator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexInterfaceSub.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexInterfaceSuper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexListOfArrayOfStrings.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexListOfStrings.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexMapOfListOfArrayOfStrings.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexMapOfStrings.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexOneString.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexOtherGroup.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexOtherGroupConstraint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexProxyInterface.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexProxyResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithAllFivePotentialViolations.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithArray.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithClassConstraint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithFieldAndProperty.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithGraph.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithInvalidField.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithList.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithMap.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithMapOfListOfArrayOfStrings.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithOtherGroups.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithParameters.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithProperty.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithReturnValues.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithSubLocators.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithValidField.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexSubResourceWithCrossParameterConstraint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationCoreClassConstraint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationCoreClassValidator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationCoreFoo.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationCoreFooConstraint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationCoreFooReaderWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationCoreFooValidator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationCoreResourceWithAllViolationTypes.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationCoreResourceWithReturnValues.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionClassValidator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionCrazyConstraint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionCrazyValidator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionIncorrectConstraint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionOtherConstraint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionOtherValidationException.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionOtherValidationException2.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionOtherValidationException3.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionOtherValidator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionResourceCrazy.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionResourceWithIncorrectConstraint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionResourceWithInvalidConstraintGroup.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionResourceWithOther.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionSubResourceWithInvalidOverride.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionSuperResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionTestGroup1.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionTestGroup2.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationFoo.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationFooConstraint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationFooReaderWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationFooValidator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationHibernateI18NResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationNullErrorValueResourceWithNullFieldAndProperty.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationNullErrorValueResourceWithNullParameterAndReturnValue.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationOnGetterNotNullOrOne.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationOnGetterNotNullOrOneStringBeanValidator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationOnGetterStringBean.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationOnGetterValidateExecutableResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationResourceWithAllViolationTypes.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationResourceWithReturnValues.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationThroughRestResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationXMLClassConstraint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationXMLClassValidator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationXMLFoo.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationXMLFooConstraint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationXMLFooReaderWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationXMLFooValidator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationXMLResourceWithAllFivePotentialViolations.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ViolationExceptionConstraint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ViolationExceptionLengthConstraint.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ViolationExceptionLengthValidator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ViolationExceptionMinMaxValidator.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ViolationExceptionObject.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ViolationExceptionReaderWriter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ViolationExceptionResourceWithFiveViolations.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ViolationExceptionResourceWithReturnValues.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/ExternalParameterEntityTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/NamespaceJaxbTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/SecureProcessing2Test.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/SecureProcessingTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/XXEBasicTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/XxeJaxbTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/XxeSecureProcessingTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/resource/ExternalParameterEntityResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/resource/ExternalParameterEntityWrapper.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/resource/ObjectFactory.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/resource/SecureProcessingBar.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/resource/SecureProcessingFavoriteMovie.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/resource/SecureProcessingFavoriteMovieXmlRootElement.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/resource/SecureProcessingFavoriteMovieXmlType.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/resource/SecureProcessingResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/resource/XXEBasicResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/resource/XxeSecureProcessingFavoriteMovieXmlRootElement.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/resource/XxeSecureProcessingMovieResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/resource/xxeJaxb/ObjectFactory.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/resource/xxeJaxb/XxeJaxbFavoriteMovie.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/resource/xxeJaxb/XxeJaxbFavoriteMovieXmlRootElement.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/resource/xxeJaxb/XxeJaxbFavoriteMovieXmlType.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/resource/xxeJaxb/XxeJaxbMovieResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/resource/xxeNamespace/FavoriteMovie.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/resource/xxeNamespace/FavoriteMovieXmlRootElement.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/resource/xxeNamespace/FavoriteMovieXmlType.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/resource/xxeNamespace/MovieResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/resource/xxeNamespace/ObjectFactory.java
A testsuite/integration-tests/src/test/resources/arquillian.xml
A testsuite/integration-tests/src/test/resources/jboss-deployment-structure-bouncycastle.xml
A testsuite/integration-tests/src/test/resources/jboss-deployment-structure-jackson-v1-jettison.xml
A testsuite/integration-tests/src/test/resources/jboss-deployment-structure-jackson-v1.xml
A testsuite/integration-tests/src/test/resources/jboss-deployment-structure-jackson-v2-jettison.xml
A testsuite/integration-tests/src/test/resources/jboss-deployment-structure-no-jackson.xml
A testsuite/integration-tests/src/test/resources/log4j2.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/asynch/AsyncPostProcessingTestWeb.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/asynch/CallbackTestWeb.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/asynch/JaxrsAsyncServletWeb.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/cdi/basic/BeanReaderWriterBeans.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/cdi/basic/RESTEASY-1082.war
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/cdi/basic/decoratorBeans.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/cdi/basic/ejbtest_web.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/cdi/generic/concrete_beans.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/cdi/inheritence/alternativeSelectedBeans.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/cdi/inheritence/alternativeVanillaBeans.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/cdi/inheritence/specializedBeans.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/cdi/injection/persistence.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/cdi/injection/persistence_subdeployment.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/cdi/interceptors/interceptorBeans.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/cdi/modules/ejb-jar.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/core/basic/AppConfigWeb.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/core/basic/ApplicationFilter.html
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/core/basic/ApplicationFilterWeb.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/core/basic/ApplicationWeb.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/core/basic/ContextIndex.html
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/core/basic/ContextWeb.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/core/servlet/FilterWeb.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/core/servlet/ServletConfigWeb.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/core/servlet/ServletMappingJbossWeb.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/core/servlet/ServletMappingWeb.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/core/servlet/UndertowWeb.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/crypto/SigningTest.jks
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/crypto/VerifyDecryptMycert.pem
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/crypto/VerifyDecryptMycertPrivate.pem
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/jsapi/web.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/providers/custom/FilterDispatcherManifest.MF
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/providers/custom/FilterDispatcherManifestWeb.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/providers/custom/MissingProducer.Providers
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/providers/datasource/test.jpg
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/providers/iioimage/test.png
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/providers/iioimage/test.wdp
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/providers/jaxb/orders/order.xsd
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/providers/jaxb/orders/order_123.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/providers/multipart/HeaderFlushedOutputStreamTestData.txt
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/resource/param/javax.ws.rs.ext.Providers
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/security/jboss-web.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/security/roles.properties
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/security/users.properties
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/security/web.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/validation/ExecutableValidationDisabledValidationDisabled.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/validation/GetterReturnValueValidatedValidation.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/validation/validation-versioning.customjar
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/ExternalParameterEntity.dtd
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/ExternalParameterEntityExpandWeb.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/ExternalParameterEntityNoExpandWeb.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/ExternalParameterEntityPasswd
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_external.dtd
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_default_default_default.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_default_default_false.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_default_default_true.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_default_false_default.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_default_false_false.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_default_false_true.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_default_true_default.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_default_true_false.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_default_true_true.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_false_default_default.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_false_default_false.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_false_default_true.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_false_false_default.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_false_false_false.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_false_false_true.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_false_true_default.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_false_true_false.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_false_true_true.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_true_default_default.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_true_default_false.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_true_default_true.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_true_false_default.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_true_false_false.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_true_false_true.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_true_true_default.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_true_true_false.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessing_web_true_true_true.xml
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/SecureProcessiongTestpasswd
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/XxeJaxbPasswd
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/xxe/testpasswd.txt
M testsuite/pom.xml
Log Message:
-----------
[RESTEASY-1361] Adding new integration-testsuite
Commit: 0895f1dce79cda5e94eb0f5e5aaa450ea4c97603
https://github.com/resteasy/Resteasy/commit/0895f1dce79cda5e94eb0f5e5aaa4...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-07-08 (Fri, 08 Jul 2016)
Changed paths:
M pom.xml
M testsuite/pom.xml
A testsuite/unit-tests/pom.xml
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/ClientBuilderTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/ClientResponseFilterTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/ClientWebTargetTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/ConfigurationInheritenceTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/LinkHeaderTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/NoContentStreamingCloseTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/RequestFilterTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/ResponseTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/SelfExpandingBufferredInputStreamTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/WebTargetUnitTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientResponseFilterAbortWith.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientResponseFilterAllowed.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientResponseFilterHeaders.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientResponseFilterInterceptorReaderOne.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientResponseFilterInterceptorReaderTwo.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientResponseFilterLength.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientResponseFilterNullHeaderString.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientResponseFilterStatusOverride.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ConfigurationInheritenceTestFeature1.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ConfigurationInheritenceTestFeature2.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ConfigurationInheritenceTestFeature3.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ConfigurationInheritenceTestFeature4.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ConfigurationInheritenceTestFeature5.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ConfigurationInheritenceTestFeature6.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ConfigurationInheritenceTestFilter1.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ConfigurationInheritenceTestFilter2.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ConfigurationInheritenceTestFilter3.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ConfigurationInheritenceTestFilter4.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ConfigurationInheritenceTestFilter5.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ConfigurationInheritenceTestFilter6.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ConfigurationInheritenceTestMessageBodyReader1.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ConfigurationInheritenceTestMessageBodyReader2.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ConfigurationInheritenceTestMessageBodyReader3.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ConfigurationInheritenceTestMessageBodyReader4.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ConfigurationInheritenceTestMessageBodyReader5.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ConfigurationInheritenceTestMessageBodyReader6.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/NoContentStreamingCloseTestFilter.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/NoContentStreamingCloseTestInputStream.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/NoContentStreamingCloseTestResponse.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/NullStringBeanHeaderDelegate.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/NullStringBeanRuntimeDelegate.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/RequestFilterAbortWith.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/RequestFilterAcceptLanguage.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/RequestFilterAnnotation.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/RequestFilterGetEntity.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/RequestFilterSetEntity.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/StringBean.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/StringBeanHeaderDelegate.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/StringBeanRuntimeDelegate.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/crypto/EnvelopedTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/crypto/ExampleSignTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/crypto/GenericTypeCryptoTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/crypto/LocalTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/crypto/SignedTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/JaxrsComponentDetectionTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/ProviderInjectionTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/SessionBeanInterfaceTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/StringParameterInjectorTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/WeldInitCDITest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/resource/JaxrsComponentDetectionRootResource.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/resource/JaxrsComponentDetectionSampleProvider.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/resource/JaxrsComponentDetectionSubresource.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/resource/JaxrsComponentDetectionSubresourceLocal.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/resource/ProviderInjectionProviderReader.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/resource/SessionBeanInterfaceFoo.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/resource/SessionBeanInterfaceFooLocal.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/resource/SessionBeanInterfaceFooLocal2.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/resource/SessionBeanInterfaceFooLocal3.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/resource/SessionBeanInterfaceMockBean.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/resource/SessionBeanInterfaceMockProcessSessionBean.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/resource/StringParameterInjectorGenericType.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/resource/StringParameterInjectorInjected.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/resource/StringParameterInjectorSpecialString.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/resource/StringParameterInjectorType.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/resource/StringParameterInjectorUnmarshaller.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/interception/DecoratorMatcherTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/interception/JaxrsInterceptorRegistryTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/interception/PriorityTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/interception/resource/PriorityClientRequestFilter1.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/interception/resource/PriorityClientRequestFilter2.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/interception/resource/PriorityClientRequestFilter3.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/interception/resource/PriorityClientResponseFilter1.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/interception/resource/PriorityClientResponseFilter2.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/interception/resource/PriorityClientResponseFilter3.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/interception/resource/PriorityContainerResponseFilter1.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/interception/resource/PriorityContainerResponseFilter2.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/interception/resource/PriorityContainerResponseFilter3.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/jose/JWETest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/jose/JWSTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/jose/JWTTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/mediatype/MediaTypeMapTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/AppCategoriesTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/AtomProviderAppServiceTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/AtomProviderModelTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/ContractsTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/JaxbNamespacePrefixTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/NamespaceMappingTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/ProviderFactoryPrecedenceTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/ProviderFactoryTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/namespace/mapping/NamespaceMappingResource.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/namespace/mapping/NamespaceMappingTestBase.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/namespace/mapping/NamespaceMappingTestExtends.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/namespace/mapping/ObjectFactory.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/resource/AtomProviderModelCustomerAtom.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/resource/ContractsData.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/resource/ContractsDataReaderWriter.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/resource/ObjectFactory.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/resource/ProviderFactoryPrecedenceBase.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/resource/ProviderFactoryPrecedenceIntegerPlainTextWriter.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/resource/ProviderFactoryPrecendencePlainTextWriter.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/resource/ProviderFactoryStrParamUnmarshaller.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/resource/jaxbNameSpacePrefix/JaxbNameSpacePrefixItem.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/resource/jaxbNameSpacePrefix/JaxbNameSpacePrefixItems.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/resource/jaxbNameSpacePrefix/JaxbNameSpacePrefixPurchaseOrderType.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/resource/jaxbNameSpacePrefix/JaxbNameSpacePrefixUSAddress.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/resource/jaxbNameSpacePrefix/ObjectFactory.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/resource/jaxbNameSpacePrefix/package-info.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/AcceptTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/ContainerRequestContextTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/CookieNullValueTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/LocaleQualityValueTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/MediaTypeQualityValueTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/MediaTypeTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/QualityValueTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/StringQualityValueTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/VariantQualityTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/VariantSelectionTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/resource/AcceptComplexResource.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/resource/AcceptConsumeResource.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/resource/AcceptMultipleResource.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/resource/AcceptResource.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/resource/AcceptXmlResource.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/resource/AcceptXmlResourceSecond.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/AcceptParameterHttpPreprocessorTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/ContextResolverTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/CookieObjectTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/SegmentTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/TrailingSlashTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/resource/ContextResolver1.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/resource/ContextResolver2.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/resource/ContextResolver3.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/resource/ContextResolver4.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/resource/ContextResolver5.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/resource/ContextResolver6.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/resource/SegmentLocator.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/resource/SegmentLocatorComplex.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/resource/SegmentLocatorSimple.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/resource/SegmentNullResource.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/resource/SegmentResource.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/resource/SegmentResourceResponse.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/resource/SegmentResourceSwitch.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/CacheControlTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/CaseInsentiveMapTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/GroupParameterParserTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/InterfaceTypeUtilTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/LinkTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/MultivaluedMapTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/ObjectToURITest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/PasswordColonTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/ResponseBuilderTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/ResteasyUriBuilderTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/TypeConverterTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/TypesBuiltInTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/TypesGenericTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/UriBuilderTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/WildcardTypeTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/InterfaceTypeUtilC.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/InterfaceTypeUtilD.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/InterfaceTypeUtilE.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/InterfaceTypeUtilI.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/InterfaceTypeUtilJ.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/LinkResource.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/ObjectToURIAbstractURITemplateObject.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/ObjectToURICustomURIableObject.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/ObjectToURIMappedByObject.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/ObjectToURIResouce.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/ObjectToURITemplateObject.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/ObjectToURIableObject.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/ResponseBuilderRequest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/TypesGeneric.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/TypesGenericAnotherBar.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/TypesGenericAnotherFoo.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/TypesGenericAnotherFooBar.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/TypesGenericBar.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/TypesGenericClassBar.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/TypesGenericClassFoo.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/TypesGenericClassFooBar.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/TypesGenericClassSub.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/TypesGenericFoo.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/TypesGenericFooBar.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/TypesGenericSub.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/TypesGenericSubClass.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/TypesTestProvider.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/TypesTestProviderSubclass.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/resource/UriBuilderResource.java
A testsuite/unit-tests/src/test/resources/log4j2.xml
A testsuite/unit-tests/src/test/resources/org/jboss/resteasy/test/crypto/ExampleSignPrivateDkimKey.der
A testsuite/unit-tests/src/test/resources/org/jboss/resteasy/test/crypto/ExampleSignPublicDkimKey.pem
A testsuite/unit-tests/src/test/resources/org/jboss/resteasy/test/crypto/LocalTest.jks
A testsuite/unit-tests/src/test/resources/org/jboss/resteasy/test/crypto/MycertPrivate.pem
A testsuite/unit-tests/src/test/resources/org/jboss/resteasy/test/crypto/SignedMycert.pem
A testsuite/unit-tests/src/test/resources/org/jboss/resteasy/test/crypto/SignedPrivateDkimKeyDer.der
A testsuite/unit-tests/src/test/resources/org/jboss/resteasy/test/crypto/SignedPython.txt
Log Message:
-----------
[RESTEASY-1361] Also adding new unit tests
Commit: 459e8663723988ee555653c920ab0053903f714b
https://github.com/resteasy/Resteasy/commit/459e8663723988ee555653c920ab0...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-07-08 (Fri, 08 Jul 2016)
Changed paths:
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/ComprehensiveJaxrsTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/DuplicitePathTest.java
M testsuite/pom.xml
Log Message:
-----------
[RESTEASY-1361] Excluding 3 failing tests and excluding "ExpectedFailing" test group by default
Commit: 395e03ad88d22eea3da0e54dbd79105184dded4e
https://github.com/resteasy/Resteasy/commit/395e03ad88d22eea3da0e54dbd791...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-07-08 (Fri, 08 Jul 2016)
Changed paths:
R arquillian/RESTEASY-760-jetty/src/test/java/org/jboss/resteasy/test/resteasy760/FormParameterTest.java
R arquillian/RESTEASY-767-jetty/src/test/java/org/jboss/resteasy/test/resteasy767/AsyncPostProcessingTest.java
R arquillian/RESTEASY-TEST-WF10/src/test/java/org/jboss/resteasy/test/resteasy1296/ValidationThroughRestIT.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1008/JaxRsActivator.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1008/OutOfBandResource.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1008/OutOfBandResourceIntf.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1008/SessionApplication.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1008/SessionResource.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1008/SessionResourceImpl.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1008/SumConstraint.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1008/SumValidator.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1008/TestApplication.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1008/TestResource.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1008/TestSubResource.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1054/Foo.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1054/FooConstraint.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1054/FooReaderWriter.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1054/FooValidator.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1054/JaxRsActivator.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1054/TestClassConstraint.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1054/TestClassValidator.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1054/TestResourceWithAllViolationTypes.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1054/TestResourceWithReturnValues.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1058/SumConstraint.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1058/SumValidator.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1058/TestApplication.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1058/TestResource.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1073/TestApplication.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1073/TestResource.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1073/TestWrapper.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1082/FooResource.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1082/TestApplication.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1082/TestServlet.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1119/Customer.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1119/CustomerForm.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1119/Name.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1119/TestApplication.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1119/TestResource.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1119/Xop.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1141/TestApplication.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1141/TestResource.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1223/MyNestedObject.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1223/MyObject.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1223/TestApplication.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1223/YamlResource.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy903/ForwardServlet.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy903/TestApplication.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy903/TestResource.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy903/TestServlet.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy923/SessionApplication.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy923/SessionResourceImpl.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy923/SessionResourceLocal.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy923/SessionResourceParent.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy923/SessionResourceRemote.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy945/TestApplication.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy945/TestClassConstraint.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy945/TestClassValidator.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy945/TestResource.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/validation/Foo.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/validation/FooConstraint.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/validation/FooReaderWriter.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/validation/FooValidator.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/validation/JaxRsActivator.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/validation/TestClassConstraint.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/validation/TestClassValidator.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/validation/TestResourceLazyValidator.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/validation/TestResourceWithAllViolationTypes.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/validation/TestResourceWithGetterViolation.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/validation/TestResourceWithReturnValues.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/resteasy1008/CDIValidationSessionBeanTest.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/resteasy1008/CDIValidationTest.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/resteasy1008/OutOfBandTest.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/resteasy1054/TestValidation.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/resteasy1058/MultipleWarTest.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/resteasy1073/TestExternalParameterEntity.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/resteasy1082/TestCDIResource.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/resteasy1103/TestSecureProcessing.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/resteasy1119/TestContextProviders.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/resteasy1119/TestContextProviders2.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/resteasy1119/TestContextProviders3.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/resteasy1137/TestCustomExceptionMapper.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/resteasy1141/TestResteasy1141.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/resteasy1161/TestSubresourceValidation.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/resteasy1223/TestResteasy1223.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/resteasy903/FilterTest.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/resteasy903/UndertowTest.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/resteasy923/ValidationSessionBeanTest.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/resteasy945/TestPathSuppression.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/validation/TestExecutableValidationDisabled.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/validation/TestGetterReturnValueNotValidated.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/validation/TestGetterReturnValueValidated.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/validation/TestLazyValidator.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/validation/TestValidation.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/validation/TestValidationJAXB.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/validation/TestValidationSuppressPathParent.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/validation/TestValidationSurpressPathDefault.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/validation/TestValidationSurpressPathFalse.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/validation/TestValidationSurpressPathTrue.java
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1008/sessionbean/web.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1008/web.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1054/META-INF/services/javax.ws.rs.ext.Providers
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1058/web.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1073/passwd
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1073/test.dtd
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1073/web_expand.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1073/web_no_expand.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1082/web.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1119/web.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1141/web.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1223/MANIFEST.MF
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1223/web.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/903/MANIFEST.MF
R arquillian/RESTEASY-TEST-WF8/src/test/resources/903/test.html
R arquillian/RESTEASY-TEST-WF8/src/test/resources/903/web.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/903/web_undertow.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/923/sessionbean/web.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/923/web.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/945/web-default.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/945/web-false.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/945/web-true.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/validation/META-INF/services/javax.ws.rs.ext.Providers
R arquillian/RESTEASY-TEST-WF8/src/test/resources/validation/validation-disabled.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/validation/validation-getter.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/validation/web_suppress_false.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/validation/web_suppress_true.xml
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/UtilitiesTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/asynch/AsynchronousTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/decorators/DecoratorsTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/ejb/EJBTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/events/EventsTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/events/ejb/EJBEventsTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/extension/bean/BeanExtensionTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/extension/scope/ScopeExtensionTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/generic/ConcreteDecoratorTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/inheritance/AlternativeSelectedInheritanceTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/inheritance/AlternativeVanillaInheritanceTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/inheritance/SpecializedInheritanceTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/inheritance/VanillaInheritanceTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/injection/InjectionTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/injection/MDBInjectionTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/injection/reverse/ReverseInjectionTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/interceptors/InterceptorTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/interceptors/TimerInterceptorTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/modules/EarLibIntoEarLibTest_Save.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/modules/EarLibIntoWarLibTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/modules/EjbjarLibIntoWarLibTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/modules/WarClassesIntoWarLibTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/modules/WarLibIntoWarClassesTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/experiment/InterfaceTypeExperiment.java
R as7-integration-testing/cdi-test/src/test/java/org/jboss/resteasy/tests/AsyncTest.java
R as7-integration-testing/cdi-test/src/test/java/org/jboss/resteasy/tests/EchoTest.java
R as7-integration-testing/modules-test/src/test/java/org/jboss/resteasy/tests/EchoTest.java
R as8-integration-testing/application-test/src/test/java/org/jboss/resteasy/tests/ApplicationTest.java
R as8-integration-testing/cdilocator-test/src/test/java/org/jboss/resteasy/tests/ApplicationTest.java
R as8-integration-testing/ejb-singleton-test/src/test/java/org/jboss/resteasy/tests/ApplicationTest.java
R examples/war-tests/application-test/pom.xml
R examples/war-tests/application-test/src/main/java/org/jboss/resteasy/test/application/FooException.java
R examples/war-tests/application-test/src/main/java/org/jboss/resteasy/test/application/FooExceptionMapper.java
R examples/war-tests/application-test/src/main/java/org/jboss/resteasy/test/application/MyApplication.java
R examples/war-tests/application-test/src/main/java/org/jboss/resteasy/test/application/MyResource.java
R examples/war-tests/application-test/src/main/webapp/WEB-INF/web.xml
R examples/war-tests/application-test/src/test/java/org/jboss/resteasy/test/application/ApplicationTest.java
R examples/war-tests/async-http-servlet-3.0-test/pom.xml
R examples/war-tests/async-http-servlet-3.0-test/src/main/java/org/jboss/resteasy/test/async/AsyncResponseBlockingQueue.java
R examples/war-tests/async-http-servlet-3.0-test/src/main/java/org/jboss/resteasy/test/async/JaxrsResource.java
R examples/war-tests/async-http-servlet-3.0-test/src/main/java/org/jboss/resteasy/test/async/MyApp.java
R examples/war-tests/async-http-servlet-3.0-test/src/main/java/org/jboss/resteasy/test/async/MyResource.java
R examples/war-tests/async-http-servlet-3.0-test/src/main/java/org/jboss/resteasy/test/async/MyTimeoutHandler.java
R examples/war-tests/async-http-servlet-3.0-test/src/main/java/org/jboss/resteasy/test/async/Resource.java
R examples/war-tests/async-http-servlet-3.0-test/src/main/java/org/jboss/resteasy/test/async/ServiceUnavailableExceptionMapper.java
R examples/war-tests/async-http-servlet-3.0-test/src/main/java/org/jboss/resteasy/test/async/XmlData.java
R examples/war-tests/async-http-servlet-3.0-test/src/main/webapp/WEB-INF/web.xml
R examples/war-tests/async-http-servlet-3.0-test/src/test/java/org/jboss/resteasy/test/async/AsyncTest.java
R examples/war-tests/async-http-servlet-3.0-test/src/test/java/org/jboss/resteasy/test/async/ComprehensiveJaxrsTest.java
R examples/war-tests/async-http-servlet-3.0-test/src/test/java/org/jboss/resteasy/test/async/JaxrsAsyncTest.java
R examples/war-tests/async-http-servlet-3.0-test/src/test/resources/jndi.properties
R examples/war-tests/async-http-servlet-3.0-test/src/test/resources/log4j.xml
R examples/war-tests/callback-test/pom.xml
R examples/war-tests/callback-test/src/main/java/org/jboss/resteasy/test/async/callback/AsyncResponseBlockingQueue.java
R examples/war-tests/callback-test/src/main/java/org/jboss/resteasy/test/async/callback/CallbackResource.java
R examples/war-tests/callback-test/src/main/java/org/jboss/resteasy/test/async/callback/ExceptionThrowingStringBean.java
R examples/war-tests/callback-test/src/main/java/org/jboss/resteasy/test/async/callback/JaxrsUtil.java
R examples/war-tests/callback-test/src/main/java/org/jboss/resteasy/test/async/callback/MyApp.java
R examples/war-tests/callback-test/src/main/java/org/jboss/resteasy/test/async/callback/MyTimeoutHandler.java
R examples/war-tests/callback-test/src/main/java/org/jboss/resteasy/test/async/callback/Resource.java
R examples/war-tests/callback-test/src/main/java/org/jboss/resteasy/test/async/callback/SecondSettingCompletionCallback.java
R examples/war-tests/callback-test/src/main/java/org/jboss/resteasy/test/async/callback/SettingCompletionCallback.java
R examples/war-tests/callback-test/src/main/java/org/jboss/resteasy/test/async/callback/StringBean.java
R examples/war-tests/callback-test/src/main/java/org/jboss/resteasy/test/async/callback/StringBeanEntityProvider.java
R examples/war-tests/callback-test/src/main/webapp/WEB-INF/web.xml
R examples/war-tests/callback-test/src/test/java/org/jboss/resteasy/test/async/CallbackTest.java
R examples/war-tests/callback-test/src/test/resources/jndi.properties
R examples/war-tests/callback-test/src/test/resources/log4j.xml
R examples/war-tests/client-typevar-test/pom.xml
R examples/war-tests/client-typevar-test/src/main/java/org/jboss/resteasy/tests/typevar/sample/Hello.java
R examples/war-tests/client-typevar-test/src/main/java/org/jboss/resteasy/tests/typevar/sample/HelloString.java
R examples/war-tests/client-typevar-test/src/main/java/org/jboss/resteasy/tests/typevar/sample/HelloStringImpl.java
R examples/war-tests/client-typevar-test/src/main/webapp/WEB-INF/web.xml
R examples/war-tests/client-typevar-test/src/main/webapp/bg.png
R examples/war-tests/client-typevar-test/src/main/webapp/index.jsp
R examples/war-tests/client-typevar-test/src/main/webapp/jboss.css
R examples/war-tests/client-typevar-test/src/test/java/org/jboss/resteasy/tests/typevar/sample/test/SayHelloTest.java
R examples/war-tests/context-test/pom.xml
R examples/war-tests/context-test/src/main/java/org/jboss/resteasy/tests/context/AfterEncoderInterceptor.java
R examples/war-tests/context-test/src/main/java/org/jboss/resteasy/tests/context/BeforeEncoderInterceptor.java
R examples/war-tests/context-test/src/main/java/org/jboss/resteasy/tests/context/ContextService.java
R examples/war-tests/context-test/src/main/java/org/jboss/resteasy/tests/context/EncoderInterceptor.java
R examples/war-tests/context-test/src/main/java/org/jboss/resteasy/tests/context/EndInterceptor.java
R examples/war-tests/context-test/src/main/webapp/WEB-INF/web.xml
R examples/war-tests/context-test/src/main/webapp/index.html
R examples/war-tests/context-test/src/test/java/org/jboss/resteasy/tests/context/EchoTest.java
R examples/war-tests/encoding-test/pom.xml
R examples/war-tests/encoding-test/src/main/java/org/jboss/resteasy/tests/encoding/sample/Hello.java
R examples/war-tests/encoding-test/src/main/java/org/jboss/resteasy/tests/encoding/sample/HelloClient.java
R examples/war-tests/encoding-test/src/main/webapp/WEB-INF/web.xml
R examples/war-tests/encoding-test/src/main/webapp/bg.png
R examples/war-tests/encoding-test/src/main/webapp/index.jsp
R examples/war-tests/encoding-test/src/main/webapp/jboss.css
R examples/war-tests/encoding-test/src/test/java/org/jboss/resteasy/tests/encoding/sample/test/EchoTest.java
R examples/war-tests/filter-test/pom.xml
R examples/war-tests/filter-test/src/main/java/com/restfully/shop/domain/Customer.java
R examples/war-tests/filter-test/src/main/java/com/restfully/shop/services/CustomerResource.java
R examples/war-tests/filter-test/src/main/java/com/restfully/shop/services/ShoppingApplication.java
R examples/war-tests/filter-test/src/main/webapp/WEB-INF/web.xml
R examples/war-tests/filter-test/src/main/webapp/foo.html
R examples/war-tests/filter-test/src/test/java/com/restfully/shop/test/CustomerResourceTest.java
M examples/war-tests/pom.xml
M integration-tests/pom.xml
R integration-tests/test-all-jaxb/pom.xml
R integration-tests/test-all-jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/Child.java
R integration-tests/test-all-jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/FastinfoSetJAXBElementClient.java
R integration-tests/test-all-jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/FastinfoSetJAXBXmlRootElementClient.java
R integration-tests/test-all-jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/JAXBCache.java
R integration-tests/test-all-jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/JAXBElementClient.java
R integration-tests/test-all-jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/JAXBElementTest.java
R integration-tests/test-all-jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/JAXBHelper.java
R integration-tests/test-all-jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/JAXBXmlRootElementClient.java
R integration-tests/test-all-jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/JAXBXmlRootElementResource.java
R integration-tests/test-all-jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/JaxbCacheTest.java
R integration-tests/test-all-jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/JsonJAXBElementClient.java
R integration-tests/test-all-jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/JsonJAXBXmlRootElementClient.java
R integration-tests/test-all-jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/JunkXmlOrderClient.java
R integration-tests/test-all-jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/OrderResource.java
R integration-tests/test-all-jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/Parent.java
R integration-tests/test-all-jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/QualityFactorTest.java
R integration-tests/test-all-jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/TestJAXBNamespacePrefix.java
R integration-tests/test-all-jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/TestJAXBXmlRootElementProvider.java
R integration-tests/test-all-jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/TestXmlJAXBProviders.java
R integration-tests/test-all-jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/XMLStreamFactory.java
R integration-tests/test-all-jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/XmlOrderClient.java
R integration-tests/test-all-jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/regression/Item.java
R integration-tests/test-all-jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/regression/WebTest.java
R integration-tests/test-jackson-jaxb-coexistence/src/test/java/org/jboss/resteasy/test/providers/jackson/JacksonJaxbCoexistenceTest.java
R jboss-integration-testing/application-config-test/src/test/java/org/jboss/resteasy/test/jboss/AppConfigTest.java
R jboss-integration-testing/basic-integration-test/src/test/java/org/jboss/resteasy/test/jboss/SmokeTest.java
R jboss-integration-testing/ejb-test/ear/src/test/java/org/jboss/resteasy/test/jboss/EjbExceptionUnwrapTest.java
R jboss-integration-testing/ejb-test/ear/src/test/java/org/jboss/resteasy/test/jboss/SmokeTest.java
R jboss-integration-testing/scanning-test/scanning-test-war/src/test/java/org/jboss/resteasy/tests/scanning/ScanTest.java
R jboss-integration-testing/servlet-mapping-test/src/test/java/org/jboss/resteasy/test/jboss/SmokeTest.java
R jboss-integration-testing/spring-integration-test/src/test/java/org/jboss/resteasy/test/jboss/SmokeTest.java
R providers/jackson/src/test/java/org/jboss/resteasy/test/providers/jackson/JacksonTest.java
R providers/jackson/src/test/java/org/jboss/resteasy/test/providers/jackson/ProxyWithGenericReturnTypeJacksonTest.java
R providers/jackson2/src/test/java/org/jboss/resteasy/test/nextgen/providers/jackson/ExceptionMapperMarshalTest.java
R providers/jackson2/src/test/java/org/jboss/resteasy/test/nextgen/providers/jackson/JacksonTest.java
R providers/jackson2/src/test/java/org/jboss/resteasy/test/nextgen/providers/jackson/ProxyWithGenericReturnTypeJacksonTest.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/CharSetTest.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/StreamResetTest.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/TestStats.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/XmlEnumParamTest.java
M providers/jaxb/src/test/java/org/jboss/resteasy/test/charset/TestCharsetExpand.java
M providers/jaxb/src/test/java/org/jboss/resteasy/test/charset/TestCharsetNoExpand.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/charset/TestCharsetParent.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/client/RegressionTest.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/client/ResponseTest.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/link/LinkTest.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/nextgen/XmlJavaTypeAdapter/XmlJavaTypeAdapterTest.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/nextgen/providers/collection/CollectionTest2Test.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/nextgen/xxe/namespace/TestNamespace.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/CharacterSetTest.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/XmlHeaderTest.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/collection/CollectionTest2Test.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/collection/MapTest.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/collection/TestCollection.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/inheritance/InheritanceTest.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/regression/AbstractJAXBClassTest.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/regression/CustomOverrideTest.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/regression/EmptyContentTypeTest.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/regression/ExceptionMapperTest.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/regression/Regression636Test.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/regression/StringCharsetTest.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/regression/TestBadContentType.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/regression/resteasy143/TestJAXB.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/providers/jaxb/seealso/SeeAlsoTest.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/xxe/TestXXE.java
R providers/jaxb/src/test/java/org/jboss/resteasy/test/xxe/TestXXESecureProcessing.java
R providers/jettison/src/test/java/org/jboss/resteasy/test/client/ProxyInheritanceTest.java
R providers/jettison/src/test/java/org/jboss/resteasy/test/matching/ContentTypeMatchingTest.java
R providers/jettison/src/test/java/org/jboss/resteasy/test/namespace/NamespaceMappingTest.java
R providers/jettison/src/test/java/org/jboss/resteasy/test/providers/jaxb/collection/JsonCollectionTest.java
R providers/jettison/src/test/java/org/jboss/resteasy/test/providers/jaxb/collection/JsonMapTest.java
R providers/jettison/src/test/java/org/jboss/resteasy/test/providers/jaxb/regression/Bug244Test.java
R providers/jettison/src/test/java/org/jboss/resteasy/test/typemapping/TypeMappingTest.java
R providers/json-p-ee7/src/test/java/org/jboss/resteasy/test/JsonTest.java
R providers/multipart/src/test/java/org/jboss/resteasy/test/GenericTypeTest.java
R providers/multipart/src/test/java/org/jboss/resteasy/test/LocateTestData.java
R providers/multipart/src/test/java/org/jboss/resteasy/test/TestContextProviders.java
R providers/multipart/src/test/java/org/jboss/resteasy/test/i18n/TestMessagesAbstract.java
R providers/multipart/src/test/java/org/jboss/resteasy/test/i18n/TestMessages_en.java
R providers/multipart/src/test/java/org/jboss/resteasy/test/i18n/TestMessages_xx.java
R providers/multipart/src/test/java/org/jboss/resteasy/test/nextgen/EmbeddedMultipartTest.java
R providers/multipart/src/test/java/org/jboss/resteasy/test/nextgen/ProxyTest.java
R providers/multipart/src/test/java/org/jboss/resteasy/test/providers/multipart/Customer.java
R providers/multipart/src/test/java/org/jboss/resteasy/test/providers/multipart/InputPartDefaultCharsetOverwriteTest.java
R providers/multipart/src/test/java/org/jboss/resteasy/test/providers/multipart/InputPartDefaultContentTypeEncodingOverwriteTest.java
R providers/multipart/src/test/java/org/jboss/resteasy/test/providers/multipart/InputPartDefaultContentTypeWildcardOverwriteTest.java
R providers/multipart/src/test/java/org/jboss/resteasy/test/providers/multipart/NullPartTest.java
R providers/multipart/src/test/java/org/jboss/resteasy/test/providers/multipart/SimpleMimeMultipartResource.java
R providers/multipart/src/test/java/org/jboss/resteasy/test/providers/multipart/TestMimeMultipartProvider.java
R providers/multipart/src/test/java/org/jboss/resteasy/test/providers/multipart/regression/Resteasy190Test.java
R providers/multipart/src/test/java/org/jboss/resteasy/test/providers/multipart/regression/Resteasy204Test.java
R providers/multipart/src/test/resources/i18n/Messages.i18n_en.properties
R providers/multipart/src/test/resources/i18n/Messages.i18n_xx.properties
R providers/multipart/src/test/test-data/data.txt
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/JAXBContextFinderTest.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/LinkTest.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/ModelTest.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/ResourceTest.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/app/AppCategoriesTest.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/app/AppServiceTest.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/jaxb/extended/testcases/SmokeTest.java
R providers/resteasy-validator-provider-11/src/test/java/org/jboss/resteasy/test/nextgen/validation/TestCustomExceptionMapper.java
R providers/resteasy-validator-provider-11/src/test/java/org/jboss/resteasy/test/nextgen/validation/TestPathSuppression.java
R providers/resteasy-validator-provider-11/src/test/java/org/jboss/resteasy/test/validation/Experiment.java
R providers/resteasy-validator-provider-11/src/test/java/org/jboss/resteasy/test/validation/TestResteasyViolationExceptionRepresentation.java
R providers/resteasy-validator-provider-11/src/test/java/org/jboss/resteasy/test/validation/TestValidateOnExecution.java
R providers/resteasy-validator-provider-11/src/test/java/org/jboss/resteasy/test/validation/TestValidation.java
R providers/resteasy-validator-provider-11/src/test/java/org/jboss/resteasy/test/validation/TestValidationExceptions.java
R providers/resteasy-validator-provider-11/src/test/java/org/jboss/resteasy/test/validation/TestValidationHibernateI18N.java
R providers/resteasy-validator-provider-11/src/test/java/org/jboss/resteasy/test/validation/TestValidationNullErrorValue.java
R providers/resteasy-validator-provider-11/src/test/java/org/jboss/resteasy/test/validation/TestValidationOnGetter.java
R providers/resteasy-validator-provider-11/src/test/java/org/jboss/resteasy/test/validation/TestValidationXML.java
R providers/resteasy-validator-provider-11/src/test/java/org/jboss/resteasy/test/validation/i18n/TestMessagesAbstract.java
R providers/resteasy-validator-provider-11/src/test/java/org/jboss/resteasy/test/validation/i18n/TestMessages_en.java
R providers/resteasy-validator-provider-11/src/test/java/org/jboss/resteasy/test/validation/i18n/TestMessages_xx.java
R providers/resteasy-validator-provider-11/src/test/resources/i18n/Messages.i18n_en.properties
R providers/resteasy-validator-provider-11/src/test/resources/i18n/Messages.i18n_xx.properties
R providers/yaml/src/test/java/org/jboss/resteasy/test/providers/yaml/TestYamlProvider.java
R resteasy-cdi/src/test/java/org/jboss/resteasy/cdi/test/intf/CDITest.java
R resteasy-cdi/src/test/java/org/jboss/resteasy/cdi/test/intf/JaxrsComponentDetectionTest.java
R resteasy-cdi/src/test/java/org/jboss/resteasy/cdi/test/intf/ejb/SessionBeanInterfaceTest.java
R resteasy-client/src/test/java/org/jboss/resteasy/test/internal/proxy/ClientWebTargetTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/specimpl/ResteasyUriBuilderTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/CaseInsentiveMapTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/ContractsTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/ProxyInputStreamTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/TestAnnotationInheritance.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/TypeConverterTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/asynch/AsynchTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/asynch/LegacySuspendTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/client/AsyncInvokeTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/client/AsyncTimeoutExceptionsTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/client/ClientBuilderTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/client/ExceptionHandlingTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/client/IndirectInvocationTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/client/InputStreamTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/client/NoContentStreamingCloseTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/client/RequestFilterTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/client/ResponseFilterTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/client/ResponseTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/client/SyncInvoketest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/client/TraceTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/client/core/SelfExpandingBufferredInputStreamTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/client/old/ClientResponseFailureTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/client/old/LinkHeaderTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/client/old/ParameterListTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/client/old/TestProxyCasting.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/client/old/TestSubResourceLocator.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/core/injection/ProviderInjectionTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/core/interception/DecoratorMatcherTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/core/interception/JaxrsInterceptorRegistryTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/core/request/LocaleQualityValueTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/core/request/MediaTypeQualityValueTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/core/request/QualityValueTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/core/request/StringQualityValueTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/core/request/VariantQualityTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/core/request/VariantSelectionTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/dynamic/ClientDynamicFeaturesTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/encoding/EncodingTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/AcceptLanguagesTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/CacheControlTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/CaseInsensitiveTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/ContextResolverTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/LinkTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/MediaTypeMapTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/MediaTypeTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/ProviderInjectionTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/ReaderWriterTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/ResponseBuilderTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/SegmentTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/StringParameterInjectorTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/ToURITest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/TypesTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/UriBuilderTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/application/ApplicationConfigTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/application/ApplicationInjectionTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/application/MyApplicationConfig.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/client/ClientResponseTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/client/InputStreamResourceTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/client/ResponseObjectTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/methodparams/CollectionDefaultValueTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/methodparams/EncodedParamsTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/methodparams/HeaderParamsAsPrimitivesTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/methodparams/HttpHeadersTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/methodparams/MatrixParamAsPrimitiveTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/methodparams/MethodDefaultTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/methodparams/MultipleMatrixSegmentsTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/methodparams/QueryParamWithMultipleEqualsTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/methodparams/QueryTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/methodparams/StringConverterTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/methodparams/UriParamsWithLocatorTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/resource/AcceptParameterHttpPreprocessorTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/resource/AcceptTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/resource/CacheControlAnnotationTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/resource/ClientErrorBadMediaTypeTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/resource/ComplexPathParamTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/resource/ConstructedInjectionTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/resource/ContainerRequestContextTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/resource/CookieTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/resource/CovariantReturnSubresourceLocatorsTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/resource/ExtensionTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/resource/GenericEntityTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/resource/PathLimitedTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/resource/PreconditionRfc7232Test.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/resource/PreconditionTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/resource/ReponseInfoTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/resource/ResourceLocatorWithBaseExpressionTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/resource/ResourceLocatorWithBaseTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/finegrain/resource/WebApplicationExceptionTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/form/CollectionsFormTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/form/ComplexFormTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/form/FormBodyTestResourceTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/form/NestedCollectionsFormTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/interceptors/GzipTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/interceptors/PreProcessorExceptionMapperTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/asynch/JaxrsAsyncTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/beanparam/TestFormResource.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/client/ApacheHttpClient4Test.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/client/ClientExceptionsTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/client/ClientExecutorShutdownTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/client/ClientProviderTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/client/ClientResponseFailureTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/client/ConfigurationInheritenceTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/client/ContextTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/client/EntityBufferingInFileTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/client/ExceptionBufferingTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/client/GenericReturnTypeTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/client/NullEntityTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/client/Regression435Test.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/client/TestDefaultMediaTypes.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/client/TestSubResourceLocator.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/client/TimeoutTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/client/WebTargetTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/client/WebTargetUnitTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/client/WhitespaceTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/client/cache/ClientCacheTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/encoding/MatrixParamEncodingTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/encoding/ParameterEncodingTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/finegrain/CookieNullValueTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/finegrain/DuplicateDeploymentTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/finegrain/HeaderDelegateTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/finegrain/InheritedContextTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/finegrain/InternalDispatcherTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/finegrain/InvalidMediaTypeTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/finegrain/ResourceInfoInjectionTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/finegrain/SerializableWithParametersTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/finegrain/TrailingSlashTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/finegrain/client/ClientFormParamTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/finegrain/methodparams/FormParamTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/finegrain/methodparams/ParamConverterTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/finegrain/methodparams/PathParamTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/finegrain/methodparams/QueryParamAsPrimitiveTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/finegrain/methodparams/StringParamUnmarshallerTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/finegrain/methodparams/SuperStringConverterTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/finegrain/methodparams/UriParamAsPrimitiveTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/finegrain/resource/ResteasyTrailingSlashTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/finegrain/resource/UriInfoTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/interceptors/CorsFiltersTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/interceptors/PriorityExecutionTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/interceptors/PriorityTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/interceptors/ReaderContextTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/producers/MissingProducerTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/producers/TestDefaultNumberWriter.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/providers/DuplicateProviderRegistrationTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/providers/FormUrlEncodedCharsetTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/proxy/TestProxyCastingSimple.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/CollectionProviderTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/CookieTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/ExceptionMapper2Test.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/ExceptionMapper3Test.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/ExceptionMapperTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/Locator2Test.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/Locator3Test.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/LocatorTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/MapProvider2Test.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/MapProviderTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/PrimitiveTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/ProduceConsumeTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/RangeTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/ResourceMatching2.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/ResourceMatchingTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/Response2Test.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/Response3Test.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/Response4Test.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/ResponseFilterTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/ResponseTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/SetRequestUriTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/VariantsTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/WiderMappingTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/WildcardResourceMatchingTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/resource/WriterMatchingTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/security/PasswordColonTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/variant/VariantTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/providers/CustomValueInjectorTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/providers/HttpRequestParameterInjectorTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/providers/InputStreamCloseTestCase.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/providers/TestCharset.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/providers/TestProvider.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/providers/datasource/RESTEASY779Test.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/providers/datasource/TestDataSourceProvider.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/providers/iioimage/TestIIOImageProvider.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/providers/preference/CustomProviderPreferenceTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/regression/DateFormatPathTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/regression/ExceptionMapperInjectionTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/regression/ExceptionMapperRuntimeException2Test.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/regression/ExceptionMapperRuntimeException3Test.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/regression/ExceptionMapperRuntimeExceptionTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/regression/FormUrlEncodedTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/regression/Jira575Test.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/regression/LazyInitUriInfoInjectionTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/regression/MatchedResourceTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/regression/MediaTypeCaseSensitivityTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/regression/OptionsTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/regression/ParamTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/regression/PrivateConstructorTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/regression/Regression657.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/regression/RegressionBasketTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/regression/RegressionTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/regression/ResteasyProviderFactoryTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/resource/MultipleInterfaceResourceLocatorTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/resource/ParameterizedSubResourceTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/resource/generic/ProxyWithGenericReturnTypeTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/security/BasicAuthTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/smoke/TestClient.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/smoke/TestResourceWithInterface.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/smoke/TestResourceWithMultipleInterfaces.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/smoke/TestWireSmoke.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/util/GroupParameterParserTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/util/TypesTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/util/WildcardTypeTest.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/xxe/TestXXE.java
R resteasy-spring/src/test/java/org/jboss/resteasy/plugins/spring/TestSpringContextLoader.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/SpringWebappContextTest.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/TestMediaTypePropertyEditor.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/TestSpringBeanProcessor.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/test/contextrefresh/ContextRefreshTest.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/test/javaconfig/JavaConfigTest.java
R resteasy-spring/src/test/java/org/jboss/resteasy/springmvc/test/spring/RequestScopedBeanTest.java
R resteasy-spring/src/test/java/org/jboss/resteasy/springmvc/test/spring/TypeMappingTest.java
R security/jose-jwt/src/test/java/org/jboss/resteasy/test/jose/jws/JWETest.java
R security/jose-jwt/src/test/java/org/jboss/resteasy/test/jose/jws/JWSTest.java
R security/jose-jwt/src/test/java/org/jboss/resteasy/test/jose/jws/JWTTest.java
R security/resteasy-crypto/src/test/java/org/jboss/resteasy/test/nextgen/security/doseta/SigningTest.java
R security/resteasy-crypto/src/test/java/org/jboss/resteasy/test/nextgen/security/doseta/VerifyAnnotationNoEntityTest.java
R security/resteasy-crypto/src/test/java/org/jboss/resteasy/test/security/GenericTypeTest.java
R security/resteasy-crypto/src/test/java/org/jboss/resteasy/test/security/doseta/ExampleSignTest.java
R security/resteasy-crypto/src/test/java/org/jboss/resteasy/test/security/doseta/LocalTest.java
R security/resteasy-crypto/src/test/java/org/jboss/resteasy/test/security/smime/EnvelopedTest.java
R security/resteasy-crypto/src/test/java/org/jboss/resteasy/test/security/smime/IntegrationTest.java
R security/resteasy-crypto/src/test/java/org/jboss/resteasy/test/security/smime/SignedTest.java
R security/resteasy-crypto/src/test/java/org/jboss/resteasy/test/security/smime/VerifyDecryptTest.java
Log Message:
-----------
[RESTEASY-1361] Removing tests duplicated by new testsuite
Commit: 8806525ac67fc3071a7ad43d3c7d5f4f56a03e29
https://github.com/resteasy/Resteasy/commit/8806525ac67fc3071a7ad43d3c7d5...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-07-08 (Fri, 08 Jul 2016)
Changed paths:
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/LocateTestData.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/client/NullStringBeanHeaderDelegate.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/client/NullStringBeanRuntimeDelegate.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/client/StringBean.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/client/StringBeanHeaderDelegate.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/client/StringBeanRuntimeDelegate.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/core/injection/SimpleMessageBodyWriter.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/encoding/MyTestResource.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/encoding/TestClient.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/beanparam/ClientForm.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/beanparam/FormResource.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/beanparam/FormValueHolder.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/wadl/resources/form/FooForm.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/wadl/resources/form/FormResource.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/wadl/resources/form/ListForm.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/wadl/resources/locator/Child.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/wadl/resources/locator/Parent.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/providers/DummyObject.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/providers/DummyResource.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/providers/datasource/DataSourceResource.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/providers/iioimage/ImageResource.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/providers/preference/GeneralWriter.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/providers/preference/StringResource.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/providers/preference/User.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/providers/preference/UserBodyWriter.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/providers/preference/UserResource.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/smoke/ResourceWithInterface.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/smoke/SimpleClient.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/util/SimpleProvider.java
R resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/util/SimpleProviderSubclass.java
Log Message:
-----------
[RESTEASY-1361] Removing unused test support classes
Commit: c98d2063890d4b9cf1bcfff5e6c2487895b109fb
https://github.com/resteasy/Resteasy/commit/c98d2063890d4b9cf1bcfff5e6c24...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-07-08 (Fri, 08 Jul 2016)
Changed paths:
R as7-integration-testing/cdi-test/pom.xml
R as7-integration-testing/cdi-test/src/main/java/org/jboss/resteasy/tests/DummyApp.java
R as7-integration-testing/cdi-test/src/main/java/org/jboss/resteasy/tests/MyApplication.java
R as7-integration-testing/cdi-test/src/main/java/org/jboss/resteasy/tests/MyAsyncResource.java
R as7-integration-testing/cdi-test/src/main/java/org/jboss/resteasy/tests/MyConfigBean.java
R as7-integration-testing/cdi-test/src/main/java/org/jboss/resteasy/tests/MyService.java
R as7-integration-testing/cdi-test/src/main/java/org/jboss/resteasy/tests/XFormat.java
R as7-integration-testing/cdi-test/src/main/java/org/jboss/resteasy/tests/XFormatProvider.java
R as7-integration-testing/cdi-test/src/main/webapp/WEB-INF/beans.xml
R as7-integration-testing/cdi-test/src/main/webapp/WEB-INF/web.xml
R as7-integration-testing/modules-test/pom.xml
R as7-integration-testing/modules-test/src/main/java/org/jboss/resteasy/tests/MyApplication.java
R as7-integration-testing/modules-test/src/main/java/org/jboss/resteasy/tests/NewFeaturesResource.java
R as7-integration-testing/modules-test/src/main/webapp/WEB-INF/beans.xml
R as7-integration-testing/modules-test/src/main/webapp/WEB-INF/web.xml
R as7-integration-testing/pom.xml
R as8-integration-testing/application-test/pom.xml
R as8-integration-testing/application-test/src/main/java/org/jboss/resteasy/tests/AExplicitApplication.java
R as8-integration-testing/application-test/src/main/java/org/jboss/resteasy/tests/BExplicitApplication.java
R as8-integration-testing/application-test/src/main/java/org/jboss/resteasy/tests/IgnoredApplication.java
R as8-integration-testing/application-test/src/main/java/org/jboss/resteasy/tests/MappedApplication.java
R as8-integration-testing/application-test/src/main/java/org/jboss/resteasy/tests/ResourceA.java
R as8-integration-testing/application-test/src/main/java/org/jboss/resteasy/tests/ResourceB.java
R as8-integration-testing/application-test/src/main/java/org/jboss/resteasy/tests/ScannedApplication.java
R as8-integration-testing/application-test/src/main/webapp/WEB-INF/beans.xml
R as8-integration-testing/application-test/src/main/webapp/WEB-INF/web.xml
R as8-integration-testing/cdilocator-test/pom.xml
R as8-integration-testing/cdilocator-test/src/main/java/org/jboss/resteasy/tests/TestResource.java
R as8-integration-testing/cdilocator-test/src/main/java/org/jboss/resteasy/tests/TheApp.java
R as8-integration-testing/cdilocator-test/src/main/webapp/WEB-INF/beans.xml
R as8-integration-testing/cdilocator-test/src/main/webapp/WEB-INF/web.xml
R as8-integration-testing/ejb-singleton-test/pom.xml
R as8-integration-testing/ejb-singleton-test/src/main/java/org/jboss/resteasy/tests/ScannedApplication.java
R as8-integration-testing/ejb-singleton-test/src/main/java/org/jboss/resteasy/tests/SingletonLocalIF.java
R as8-integration-testing/ejb-singleton-test/src/main/java/org/jboss/resteasy/tests/SingletonRootResource.java
R as8-integration-testing/ejb-singleton-test/src/main/java/org/jboss/resteasy/tests/SingletonSubResource.java
R as8-integration-testing/ejb-singleton-test/src/main/java/org/jboss/resteasy/tests/SingletonTestBean.java
R as8-integration-testing/ejb-singleton-test/src/main/webapp/WEB-INF/web.xml
R as8-integration-testing/null-test/src/main/java/org/jboss/resteasy/tests/Resource.java
R as8-integration-testing/pom.xml
M integration-tests/pom.xml
R integration-tests/test-jackson-jaxb-coexistence/pom.xml
R integration-tests/test-resteasy-html/pom.xml
R integration-tests/test-resteasy-html/src/main/java/org/jboss/resteasy/plugins/providers/html/TestHtmlResource.java
R integration-tests/test-resteasy-html/src/main/webapp/WEB-INF/hello.jsp
R integration-tests/test-resteasy-html/src/main/webapp/WEB-INF/web.xml
R jboss-integration-testing/application-config-test/pom.xml
R jboss-integration-testing/application-config-test/src/main/java/org/jboss/resteasy/test/smoke/AppConfig.java
R jboss-integration-testing/application-config-test/src/main/java/org/jboss/resteasy/test/smoke/MyApplicationConfig.java
R jboss-integration-testing/application-config-test/src/main/webapp/WEB-INF/web.xml
R jboss-integration-testing/application-config-test/src/main/webapp/index.jsp
R jboss-integration-testing/application-config-test/src/test/resources/jndi.properties
R jboss-integration-testing/application-config-test/src/test/resources/log4j.xml
R jboss-integration-testing/basic-integration-test/pom.xml
R jboss-integration-testing/basic-integration-test/src/main/java/org/jboss/resteasy/test/smoke/Customer.java
R jboss-integration-testing/basic-integration-test/src/main/java/org/jboss/resteasy/test/smoke/LocatingResource.java
R jboss-integration-testing/basic-integration-test/src/main/java/org/jboss/resteasy/test/smoke/SecureResource.java
R jboss-integration-testing/basic-integration-test/src/main/java/org/jboss/resteasy/test/smoke/SimpleResource.java
R jboss-integration-testing/basic-integration-test/src/main/resources/roles.properties
R jboss-integration-testing/basic-integration-test/src/main/resources/users.properties
R jboss-integration-testing/basic-integration-test/src/main/webapp/WEB-INF/jboss-web.xml
R jboss-integration-testing/basic-integration-test/src/main/webapp/WEB-INF/web.xml
R jboss-integration-testing/basic-integration-test/src/main/webapp/index.jsp
R jboss-integration-testing/basic-integration-test/src/test/java/org/jboss/resteasy/test/jboss/SecurityTest.java
R jboss-integration-testing/basic-integration-test/src/test/resources/jndi.properties
R jboss-integration-testing/basic-integration-test/src/test/resources/log4j.xml
R jboss-integration-testing/ejb-test/ear/pom.xml
R jboss-integration-testing/ejb-test/ear/src/test/resources/jndi.properties
R jboss-integration-testing/ejb-test/ear/src/test/resources/log4j.xml
R jboss-integration-testing/ejb-test/ejb/ejb-test.ipr
R jboss-integration-testing/ejb-test/ejb/ejb-test.iws
R jboss-integration-testing/ejb-test/ejb/pom.xml
R jboss-integration-testing/ejb-test/ejb/src/main/java/org/resteasy/test/ejb/LocatingResource.java
R jboss-integration-testing/ejb-test/ejb/src/main/java/org/resteasy/test/ejb/LocatingResourceBean.java
R jboss-integration-testing/ejb-test/ejb/src/main/java/org/resteasy/test/ejb/SimpleResource.java
R jboss-integration-testing/ejb-test/ejb/src/main/java/org/resteasy/test/ejb/SimpleResourceBean.java
R jboss-integration-testing/ejb-test/ejb/src/main/java/org/resteasy/test/ejb/exception/FooException.java
R jboss-integration-testing/ejb-test/ejb/src/main/java/org/resteasy/test/ejb/exception/FooExceptionMapper.java
R jboss-integration-testing/ejb-test/ejb/src/main/java/org/resteasy/test/ejb/exception/FooResource.java
R jboss-integration-testing/ejb-test/ejb/src/main/java/org/resteasy/test/ejb/exception/FooResourceBean.java
R jboss-integration-testing/ejb-test/pom.xml
R jboss-integration-testing/ejb-test/war/pom.xml
R jboss-integration-testing/ejb-test/war/src/main/webapp/WEB-INF/web.xml
R jboss-integration-testing/pom.xml
R jboss-integration-testing/scanning-test/pom.xml
R jboss-integration-testing/scanning-test/scanning-test-jar/pom.xml
R jboss-integration-testing/scanning-test/scanning-test-jar/src/main/java/org/jboss/resteasy/tests/scanning/MyResource.java
R jboss-integration-testing/scanning-test/scanning-test-jar/src/main/java/org/jboss/resteasy/tests/scanning/MyResourceImpl.java
R jboss-integration-testing/scanning-test/scanning-test-jar/src/main/java/org/jboss/resteasy/tests/scanning/Subresource.java
R jboss-integration-testing/scanning-test/scanning-test-war/pom.xml
R jboss-integration-testing/scanning-test/scanning-test-war/src/main/webapp/WEB-INF/web.xml
R jboss-integration-testing/servlet-mapping-test/pom.xml
R jboss-integration-testing/servlet-mapping-test/src/main/java/org/jboss/resteasy/test/smoke/LocatingResource.java
R jboss-integration-testing/servlet-mapping-test/src/main/java/org/jboss/resteasy/test/smoke/MyFilter.java
R jboss-integration-testing/servlet-mapping-test/src/main/java/org/jboss/resteasy/test/smoke/SecureResource.java
R jboss-integration-testing/servlet-mapping-test/src/main/java/org/jboss/resteasy/test/smoke/SimpleResource.java
R jboss-integration-testing/servlet-mapping-test/src/main/resources/roles.properties
R jboss-integration-testing/servlet-mapping-test/src/main/resources/users.properties
R jboss-integration-testing/servlet-mapping-test/src/main/webapp/WEB-INF/jboss-web.xml
R jboss-integration-testing/servlet-mapping-test/src/main/webapp/WEB-INF/web.xml
R jboss-integration-testing/servlet-mapping-test/src/main/webapp/index.jsp
R jboss-integration-testing/servlet-mapping-test/src/test/resources/jndi.properties
R jboss-integration-testing/servlet-mapping-test/src/test/resources/log4j.xml
R jboss-integration-testing/spring-integration-test/pom.xml
R jboss-integration-testing/spring-integration-test/src/main/java/org/jboss/resteasy/test/smoke/LocatingResource.java
R jboss-integration-testing/spring-integration-test/src/main/java/org/jboss/resteasy/test/smoke/SimpleResource.java
R jboss-integration-testing/spring-integration-test/src/main/webapp/WEB-INF/applicationContext.xml
R jboss-integration-testing/spring-integration-test/src/main/webapp/WEB-INF/web.xml
R jboss-integration-testing/spring-integration-test/src/main/webapp/index.jsp
R jboss-integration-testing/spring-integration-test/src/test/resources/jndi.properties
R jboss-integration-testing/spring-integration-test/src/test/resources/log4j.xml
R providers/fastinfoset/src/test/java/org/jboss/resteasy/test/i18n/TestMessagesAbstract.java
R providers/fastinfoset/src/test/java/org/jboss/resteasy/test/i18n/TestMessages_en.java
R providers/fastinfoset/src/test/java/org/jboss/resteasy/test/i18n/TestMessages_xx.java
R providers/fastinfoset/src/test/resources/i18n/Messages.i18n_en.properties
R providers/fastinfoset/src/test/resources/i18n/Messages.i18n_xx.properties
R providers/jettison/src/test/java/org/example/a/testcanonical/ObjectFactory.java
R providers/jettison/src/test/java/org/example/a/testcanonical/TestBase.java
R providers/jettison/src/test/java/org/example/a/testcanonical/package-info.java
R providers/jettison/src/test/java/org/example/b/test/ObjectFactory.java
R providers/jettison/src/test/java/org/example/b/test/TestExtends.java
R providers/jettison/src/test/java/org/example/b/test/package-info.java
R providers/jettison/src/test/java/org/jboss/resteasy/test/providers/jaxb/collection/Customer.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/AbstractData.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/CustomerAtom.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/DataCollectionPackage.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/DataCollectionRecord.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/ObjectFactory.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/Product.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/app/ObjectFactory.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/jaxb/extended/resources/Archived.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/jaxb/extended/resources/AtomAssetMetadata.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/jaxb/extended/resources/AtomAssetMetadataDecorators.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/jaxb/extended/resources/AtomAssetMetadtaProcessor.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/jaxb/extended/resources/Categories.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/jaxb/extended/resources/CheckinComment.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/jaxb/extended/resources/Created.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/jaxb/extended/resources/Disabled.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/jaxb/extended/resources/Format.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/jaxb/extended/resources/Note.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/jaxb/extended/resources/State.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/jaxb/extended/resources/Uuid.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/jaxb/extended/resources/VersionNumber.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/jaxb/extended/testcases/EntryResource.java
R providers/resteasy-atom/src/test/java/org/jboss/resteasy/test/providers/atom/package-info.java
R providers/yaml/src/test/java/org/jboss/resteasy/test/providers/yaml/MyNestedObject.java
R providers/yaml/src/test/java/org/jboss/resteasy/test/providers/yaml/MyObject.java
R providers/yaml/src/test/java/org/jboss/resteasy/test/providers/yaml/YamlResource.java
R resteasy-cdi/src/test/java/org/jboss/resteasy/cdi/test/intf/ApplicationSubclass.java
R resteasy-cdi/src/test/java/org/jboss/resteasy/cdi/test/intf/RootResource.java
R resteasy-cdi/src/test/java/org/jboss/resteasy/cdi/test/intf/SampleProvider.java
R resteasy-cdi/src/test/java/org/jboss/resteasy/cdi/test/intf/Subresource.java
R resteasy-cdi/src/test/java/org/jboss/resteasy/cdi/test/intf/SubresourceLocal.java
R resteasy-cdi/src/test/java/org/jboss/resteasy/cdi/test/intf/ejb/Foo.java
R resteasy-cdi/src/test/java/org/jboss/resteasy/cdi/test/intf/ejb/FooLocal.java
R resteasy-cdi/src/test/java/org/jboss/resteasy/cdi/test/intf/ejb/FooLocal2.java
R resteasy-cdi/src/test/java/org/jboss/resteasy/cdi/test/intf/ejb/FooLocal3.java
R resteasy-cdi/src/test/java/org/jboss/resteasy/cdi/test/intf/ejb/MockBean.java
R resteasy-cdi/src/test/java/org/jboss/resteasy/cdi/test/intf/ejb/MockProcessSessionBean.java
Log Message:
-----------
[RESTEASY-1361] Removing unused and duplicated by new testsuite classes
Commit: 769b6dd99522965e716394500dcfdca8cd08c491
https://github.com/resteasy/Resteasy/commit/769b6dd99522965e716394500dcfd...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-07-08 (Fri, 08 Jul 2016)
Changed paths:
M testsuite/integration-tests/pom.xml
M testsuite/integration-tests/src/test/resources/arquillian.xml
M testsuite/pom.xml
Log Message:
-----------
[RESTEASY-1361] Remove need for specifying -Djboss.home=... for the new testsuite; wildfly 10.0.0.Final (version to be turned into something configurable in the future) is internally downloaded, patched with current resteasy and started by arquillian
Commit: baab3ec81a570bea5b79bab4521a5ca441ae32ba
https://github.com/resteasy/Resteasy/commit/baab3ec81a570bea5b79bab4521a5...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-07-08 (Fri, 08 Jul 2016)
Changed paths:
R arquillian/RESTEASY-1008-WF10/pom.xml
R arquillian/RESTEASY-1008-WF10/src/main/java/org/jboss/resteasy/resteasy1008/JaxRsActivator.java
R arquillian/RESTEASY-1008-WF10/src/main/java/org/jboss/resteasy/resteasy1008/OutOfBandResource.java
R arquillian/RESTEASY-1008-WF10/src/main/java/org/jboss/resteasy/resteasy1008/OutOfBandResourceIntf.java
R arquillian/RESTEASY-1008-WF10/src/main/java/org/jboss/resteasy/resteasy1008/SessionApplication.java
R arquillian/RESTEASY-1008-WF10/src/main/java/org/jboss/resteasy/resteasy1008/SessionResource.java
R arquillian/RESTEASY-1008-WF10/src/main/java/org/jboss/resteasy/resteasy1008/SessionResourceImpl.java
R arquillian/RESTEASY-1008-WF10/src/main/java/org/jboss/resteasy/resteasy1008/SumConstraint.java
R arquillian/RESTEASY-1008-WF10/src/main/java/org/jboss/resteasy/resteasy1008/SumValidator.java
R arquillian/RESTEASY-1008-WF10/src/main/java/org/jboss/resteasy/resteasy1008/TestApplication.java
R arquillian/RESTEASY-1008-WF10/src/main/java/org/jboss/resteasy/resteasy1008/TestResource.java
R arquillian/RESTEASY-1008-WF10/src/main/java/org/jboss/resteasy/resteasy1008/TestSubResource.java
R arquillian/RESTEASY-1008-WF10/src/main/resources/beans.xml
R arquillian/RESTEASY-1008-WF10/src/test/java/org/jboss/resteasy/test/resteasy1008/CDIValidationSessionBeanTest.java
R arquillian/RESTEASY-1008-WF10/src/test/java/org/jboss/resteasy/test/resteasy1008/CDIValidationTest.java
R arquillian/RESTEASY-1008-WF10/src/test/java/org/jboss/resteasy/test/resteasy1008/OutOfBandTest.java
R arquillian/RESTEASY-1008-WF10/src/test/resources/arquillian.xml
R arquillian/RESTEASY-1008-WF10/src/test/resources/sessionbean/web.xml
R arquillian/RESTEASY-1008-WF10/src/test/resources/web.xml
R arquillian/RESTEASY-903-WF10/pom.xml
R arquillian/RESTEASY-903-WF10/src/main/java/org/jboss/resteasy/resteasy903/ForwardServlet.java
R arquillian/RESTEASY-903-WF10/src/main/java/org/jboss/resteasy/resteasy903/TestApplication.java
R arquillian/RESTEASY-903-WF10/src/main/java/org/jboss/resteasy/resteasy903/TestResource.java
R arquillian/RESTEASY-903-WF10/src/main/java/org/jboss/resteasy/resteasy903/TestServlet.java
R arquillian/RESTEASY-903-WF10/src/test/java/org/jboss/resteasy/test/resteasy903/FilterTest.java
R arquillian/RESTEASY-903-WF10/src/test/java/org/jboss/resteasy/test/resteasy903/UndertowTest.java
R arquillian/RESTEASY-903-WF10/src/test/resources/MANIFEST.MF
R arquillian/RESTEASY-903-WF10/src/test/resources/arquillian.xml
R arquillian/RESTEASY-903-WF10/src/test/resources/test.html
R arquillian/RESTEASY-903-WF10/src/test/resources/web.xml
R arquillian/RESTEASY-903-WF10/src/test/resources/web_undertow.xml
R arquillian/RESTEASY-TEST-WF10/src/main/java/org/jboss/resteasy/resteasy1273/TestApplication.java
R arquillian/RESTEASY-TEST-WF10/src/main/java/org/jboss/resteasy/resteasy1273/TestResource.java
R arquillian/RESTEASY-TEST-WF10/src/main/java/org/jboss/resteasy/resteasy1273/TestResourceImpl.java
R arquillian/RESTEASY-TEST-WF10/src/main/java/org/jboss/resteasy/resteasy1296/HikeResource.java
R arquillian/RESTEASY-TEST-WF10/src/main/java/org/jboss/resteasy/resteasy1296/HikingApplication.java
R arquillian/RESTEASY-TEST-WF10/src/test/java/org/jboss/resteasy/test/resteasy1273/ApacheHttpClient4Test.java
R arquillian/RESTEASY-TEST-WF10/src/test/resources/1273/web.xml
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/servlet/FilterTest.java
Log Message:
-----------
[RESTEASY-1361] Removing duplicated tests
Commit: fa0b269f82b82ef5fecae0106a6ceeb75dbf9b53
https://github.com/resteasy/Resteasy/commit/fa0b269f82b82ef5fecae0106a6ce...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-07-08 (Fri, 08 Jul 2016)
Changed paths:
M arquillian/pom.xml
R arquillian/resteasy-cdi-ejb-test/.gitignore
R arquillian/resteasy-cdi-ejb-test/pom.xml
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/asynch/AsynchronousResource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/asynch/AsynchronousStateless.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/asynch/AsynchronousStatelessLocal.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/asynch/JaxRsActivator.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/asynch/package-info.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/decorators/Book.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/decorators/BookReader.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/decorators/BookReaderDecorator.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/decorators/BookReaderInterceptor.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/decorators/BookReaderInterceptorDecorator.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/decorators/BookWriter.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/decorators/BookWriterDecorator.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/decorators/BookWriterInterceptor.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/decorators/BookWriterInterceptorDecorator.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/decorators/FilterBinding.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/decorators/JaxRsActivator.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/decorators/RequestFilterDecorator.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/decorators/ResourceBinding.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/decorators/ResourceDecorator.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/decorators/ResourceInterceptor.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/decorators/ResponseFilterDecorator.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/decorators/TestRequestFilter.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/decorators/TestResource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/decorators/TestResourceIntf.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/decorators/TestResponseFilter.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/decorators/VisitList.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/decorators/package-info.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/ejb/Book.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/ejb/EJBApplication.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/ejb/EJBBookReader.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/ejb/EJBBookReaderImpl.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/ejb/EJBBookResource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/ejb/EJBBookWriterImpl.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/ejb/EJBLocalResource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/ejb/EJBRemoteResource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/ejb/EJBResourceParent.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/ejb/package-info.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/Book.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/BookReader.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/BookReaderInterceptor.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/BookWriter.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/BookWriterInterceptor.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/EventResource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/JaxRsActivator.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/Process.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/ProcessRead.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/ProcessReadWrite.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/Read.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/ReadIntercept.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/Unused.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/Write.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/WriteIntercept.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/ejb/Book.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/ejb/EventObserver.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/ejb/EventObserverImpl.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/ejb/EventSource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/ejb/EventSourceImpl.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/ejb/Process.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/ejb/ProcessRead.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/ejb/ProcessReadWrite.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/ejb/Read.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/ejb/Write.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/ejb/package-info.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/package-info.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/extension/bean/Boston.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/extension/bean/BostonBean.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/extension/bean/BostonBeanExtension.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/extension/bean/BostonHolder.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/extension/bean/BostonlLeaf.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/extension/bean/TestReader.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/extension/bean/TestResource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/extension/bean/package-info.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/extension/scope/ExtensionResource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/extension/scope/Obsolescent.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/extension/scope/ObsolescentAfterThreeUses.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/extension/scope/ObsolescentAfterTwoUses.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/extension/scope/PlannedObsolescenceContext.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/extension/scope/PlannedObsolescenceExtension.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/extension/scope/PlannedObsolescenceScope.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/extension/scope/package-info.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/Animal.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/Australopithecus.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/ConcreteDecorator.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/ConcreteResource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/ConcreteResourceIntf.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/GenericsProducer.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/HierarchyHolder.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/HierarchyTypedResource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/HierarchyTypedResourceIntf.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/HolderBinding.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/JaxRsActivator.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/LowerBoundDecorator.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/LowerBoundHierarchyHolder.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/LowerBoundTypedResource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/LowerBoundTypedResourceIntf.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/NestedHierarchyHolder.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/NestedTypedResource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/NestedTypedResourceIntf.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/ObjectHolder.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/ObjectTypedResource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/ObjectTypedResourceIntf.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/Primate.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/ResourceBinding.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/UpperBoundDecorator.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/UpperBoundHierarchyHolder.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/UpperBoundTypedResource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/UpperBoundTypedResourceIntf.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/VisitList.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/generic/package-info.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/inheritence/Book.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/inheritence/BookSelectedAlternative.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/inheritence/BookSpecialized.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/inheritence/BookVanillaAlternative.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/inheritence/InheritanceResource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/inheritence/JaxRsActivator.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/inheritence/SelectBook.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/inheritence/StereotypeAlternative.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/inheritence/package-info.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/Book.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/BookBag.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/BookBagLocal.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/BookCollection.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/BookMDB.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/BookReader.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/BookResource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/BookWriter.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/DependentScoped.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/JaxRsActivator.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/NewBean.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/ResourceBinding.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/ResourceProducer.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/ScopeInheritingStereotype.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/ScopeStereotype.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/StatefulEJB.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/StereotypedApplicationScope.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/StereotypedDependentScope.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/UnscopedResource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/package-info.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/reverse/EJBHolder.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/reverse/EJBHolderLocal.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/reverse/EJBHolderRemote.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/reverse/EJBInterface.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/reverse/ReverseInjectionResource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/reverse/StatefulApplicationScopedEJBwithJaxRsComponents.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/reverse/StatefulApplicationScopedEJBwithJaxRsComponentsInterface.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/reverse/StatefulDependentScopedEJBwithJaxRsComponents.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/reverse/StatefulDependentScopedEJBwithJaxRsComponentsInterface.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/reverse/StatefulRequestScopedEJBwithJaxRsComponents.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/reverse/StatefulRequestScopedEJBwithJaxRsComponentsInterface.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/reverse/StatelessEJBwithJaxRsComponents.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/reverse/StatelessEJBwithJaxRsComponentsInterface.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/injection/reverse/package-info.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/Book.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/BookReader.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/BookReaderInterceptor.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/BookReaderInterceptorInterceptor.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/BookWriter.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/BookWriterInterceptor.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/BookWriterInterceptorInterceptor.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/ClassBinding.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/ClassInterceptorStereotype.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/ClassMethodInterceptorStereotype.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/FilterBinding.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/Interceptor0.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/Interceptor1.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/Interceptor2.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/Interceptor3.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/InterceptorResource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/JaxRsActivator.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/LifecycleBinding.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/MethodBinding.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/PostConstructInterceptor.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/PreDestroyInterceptor.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/ReaderInterceptorBinding.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/RequestFilterInterceptor.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/RequestFilterInterceptorBinding.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/ResponseFilterInterceptor.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/ResponseFilterInterceptorBinding.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/Stereotyped.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/TestRequestFilter.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/TestResponseFilter.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/TimerInterceptorResource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/TimerInterceptorResourceIntf.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/VisitList.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/WriterInterceptorBinding.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/interceptors/package-info.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/modules/Injectable.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/modules/InjectableBinder.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/modules/InjectableIntf.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/modules/JaxRsActivator.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/modules/ModulesResource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/modules/ModulesResourceIntf.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/modules/package-info.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/util/Constants.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/util/Counter.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/util/CounterBinding.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/util/PersistenceUnitProducer.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/util/Utilities.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/util/UtilityProducer.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/validation/ErrorFreeResource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/validation/ErrorFreeResourceImpl.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/validation/InputErrorResource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/validation/InputErrorResourceImpl.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/validation/IntegerProducer.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/validation/JaxRsActivator.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/validation/NumberOneBinding.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/validation/NumberOneErrorBinding.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/validation/NumberTwoBinding.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/validation/ResourceParent.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/validation/ReturnValueErrorResource.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/validation/ReturnValueErrorResourceImpl.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/validation/SumConstraint.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/validation/SumValidator.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/validation/TestInterceptor.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/validation/package-info.java
R arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/package-info.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/generic/GenericsInjectionTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/generic/LowerBoundDecoratorTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/generic/UpperBoundDecoratorTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/java/org/jboss/resteasy/test/cdi/validation/ValidationTest.java
R arquillian/resteasy-cdi-ejb-test/src/test/resources/application-roles.properties
R arquillian/resteasy-cdi-ejb-test/src/test/resources/application-users.properties
R arquillian/resteasy-cdi-ejb-test/src/test/resources/arquillian.xml
R arquillian/resteasy-cdi-ejb-test/src/test/resources/decorators/decoratorBeans.xml
R arquillian/resteasy-cdi-ejb-test/src/test/resources/ejb/ejbtest_web.xml
R arquillian/resteasy-cdi-ejb-test/src/test/resources/generic/concrete_beans.xml
R arquillian/resteasy-cdi-ejb-test/src/test/resources/generic/lower_bound_beans.xml
R arquillian/resteasy-cdi-ejb-test/src/test/resources/generic/upper_bound_beans.xml
R arquillian/resteasy-cdi-ejb-test/src/test/resources/inheritence/alternativeSelectedBeans.xml
R arquillian/resteasy-cdi-ejb-test/src/test/resources/inheritence/alternativeVanillaBeans.xml
R arquillian/resteasy-cdi-ejb-test/src/test/resources/inheritence/specializedBeans.xml
R arquillian/resteasy-cdi-ejb-test/src/test/resources/injection/persistence.xml
R arquillian/resteasy-cdi-ejb-test/src/test/resources/interceptors/interceptorBeans.xml
R arquillian/resteasy-cdi-ejb-test/src/test/resources/modules/ejb-jar.xml
R arquillian/resteasy-cdi-ejb-test/src/test/resources/reverseInjection/hornetq_manifest.mf
R arquillian/resteasy-cdi-ejb-test/src/test/resources/validation/beans.xml
Log Message:
-----------
[RESTEASY-1361][RESTEASY-1262] Removing almost fully duplicated resteasy-cdi-ejb-test tests
Commit: ce38dd605c51efdd1a23bb79922dab18c297a67b
https://github.com/resteasy/Resteasy/commit/ce38dd605c51efdd1a23bb79922da...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-07-08 (Fri, 08 Jul 2016)
Changed paths:
R arquillian/RESTEASY-1141-jetty/pom.xml
R arquillian/RESTEASY-1141-jetty/src/main/java/org/jboss/resteasy/resteasy1141/TestApplication.java
R arquillian/RESTEASY-1141-jetty/src/main/java/org/jboss/resteasy/resteasy1141/TestResource.java
R arquillian/RESTEASY-1141-jetty/src/test/java/org/jboss/resteasy/resteasy1141/TestResteasy1141.java
R arquillian/RESTEASY-1141-jetty/src/test/resources/arquillian.xml
R arquillian/RESTEASY-1141-jetty/src/test/resources/web.xml
R arquillian/RESTEASY-760-jetty/pom.xml
R arquillian/RESTEASY-760-jetty/src/main/java/org/jboss/resteasy/resteasy760/TestApplication.java
R arquillian/RESTEASY-760-jetty/src/main/java/org/jboss/resteasy/resteasy760/TestResource.java
R arquillian/RESTEASY-760-jetty/src/test/resources/arquillian.xml
R arquillian/RESTEASY-760-jetty/src/test/resources/web.xml
R arquillian/RESTEASY-767-jetty/pom.xml
R arquillian/RESTEASY-767-jetty/src/main/java/org/jboss/resteasy/resteasy767/TestApplication.java
R arquillian/RESTEASY-767-jetty/src/main/java/org/jboss/resteasy/resteasy767/TestMessageBodyWriterInterceptor.java
R arquillian/RESTEASY-767-jetty/src/main/java/org/jboss/resteasy/resteasy767/TestPostProcessInterceptor.java
R arquillian/RESTEASY-767-jetty/src/main/java/org/jboss/resteasy/resteasy767/TestResource.java
R arquillian/RESTEASY-767-jetty/src/test/resources/arquillian.xml
R arquillian/RESTEASY-767-jetty/src/test/resources/web.xml
R arquillian/RESTEASY-TEST-EAP6/pom.xml
R arquillian/RESTEASY-TEST-EAP6/src/main/java/org/jboss/resteasy/resteasy1161/StdQueryBeanParam.java
R arquillian/RESTEASY-TEST-EAP6/src/main/java/org/jboss/resteasy/resteasy1161/TestApplication.java
R arquillian/RESTEASY-TEST-EAP6/src/main/java/org/jboss/resteasy/resteasy1161/TestResource.java
R arquillian/RESTEASY-TEST-EAP6/src/main/java/org/jboss/resteasy/resteasy1161/TestSubResource.java
R arquillian/RESTEASY-TEST-EAP6/src/main/resources/beans.xml
R arquillian/RESTEASY-TEST-EAP6/src/test/java/org/jboss/resteasy/test/resteasy1161/TestSubresourceValidation.java
R arquillian/RESTEASY-TEST-EAP6/src/test/resources/1161/web.xml
R arquillian/RESTEASY-TEST-EAP6/src/test/resources/arquillian.xml
R arquillian/RESTEASY-TEST-EAP7/pom.xml
R arquillian/RESTEASY-TEST-EAP7/src/main/java/org/jboss/resteasy/resteasy1298/Foo.java
R arquillian/RESTEASY-TEST-EAP7/src/main/java/org/jboss/resteasy/resteasy1298/FooConstraint.java
R arquillian/RESTEASY-TEST-EAP7/src/main/java/org/jboss/resteasy/resteasy1298/FooReaderWriter.java
R arquillian/RESTEASY-TEST-EAP7/src/main/java/org/jboss/resteasy/resteasy1298/FooValidator.java
R arquillian/RESTEASY-TEST-EAP7/src/main/java/org/jboss/resteasy/resteasy1298/JaxRsActivator.java
R arquillian/RESTEASY-TEST-EAP7/src/main/java/org/jboss/resteasy/resteasy1298/TestClassConstraint.java
R arquillian/RESTEASY-TEST-EAP7/src/main/java/org/jboss/resteasy/resteasy1298/TestClassValidator.java
R arquillian/RESTEASY-TEST-EAP7/src/main/java/org/jboss/resteasy/resteasy1298/TestResourceLazyValidator.java
R arquillian/RESTEASY-TEST-EAP7/src/main/java/org/jboss/resteasy/resteasy1298/TestResourceWithAllViolationTypes.java
R arquillian/RESTEASY-TEST-EAP7/src/main/java/org/jboss/resteasy/resteasy1298/TestResourceWithGetterViolation.java
R arquillian/RESTEASY-TEST-EAP7/src/main/java/org/jboss/resteasy/resteasy1298/TestResourceWithReturnValues.java
R arquillian/RESTEASY-TEST-EAP7/src/main/resources/META-INF/services/javax.ws.rs.ext.Providers
R arquillian/RESTEASY-TEST-EAP7/src/test/java/org/jboss/resteasy/test/resteasy1298/TestExecutableValidationDisabled.java
R arquillian/RESTEASY-TEST-EAP7/src/test/java/org/jboss/resteasy/test/resteasy1298/TestGetterReturnValueNotValidated.java
R arquillian/RESTEASY-TEST-EAP7/src/test/java/org/jboss/resteasy/test/resteasy1298/TestGetterReturnValueValidated.java
R arquillian/RESTEASY-TEST-EAP7/src/test/java/org/jboss/resteasy/test/resteasy1298/TestLazyValidator.java
R arquillian/RESTEASY-TEST-EAP7/src/test/java/org/jboss/resteasy/test/resteasy1298/TestValidation.java
R arquillian/RESTEASY-TEST-EAP7/src/test/java/org/jboss/resteasy/test/resteasy1298/TestValidationSuppressPathParent.java
R arquillian/RESTEASY-TEST-EAP7/src/test/java/org/jboss/resteasy/test/resteasy1298/TestValidationSurpressPathDefault.java
R arquillian/RESTEASY-TEST-EAP7/src/test/java/org/jboss/resteasy/test/resteasy1298/TestValidationSurpressPathFalse.java
R arquillian/RESTEASY-TEST-EAP7/src/test/java/org/jboss/resteasy/test/resteasy1298/TestValidationSurpressPathTrue.java
R arquillian/RESTEASY-TEST-EAP7/src/test/resources/1298/validation-disabled.xml
R arquillian/RESTEASY-TEST-EAP7/src/test/resources/1298/validation-getter.xml
R arquillian/RESTEASY-TEST-EAP7/src/test/resources/1298/web.xml
R arquillian/RESTEASY-TEST-EAP7/src/test/resources/1298/web_suppress_false.xml
R arquillian/RESTEASY-TEST-EAP7/src/test/resources/1298/web_suppress_true.xml
R arquillian/RESTEASY-TEST-EAP7/src/test/resources/arquillian.xml
R arquillian/RESTEASY-TEST-WF10/pom.xml
R arquillian/RESTEASY-TEST-WF10/src/main/java/org/jboss/resteasy/resteasy1365/HeadContentLengthApplication.java
R arquillian/RESTEASY-TEST-WF10/src/main/java/org/jboss/resteasy/resteasy1365/SimpleResource.java
R arquillian/RESTEASY-TEST-WF10/src/test/java/org/jboss/resteasy/test/resteasy1365/HeadContentLengthTest.java
R arquillian/RESTEASY-TEST-WF10/src/test/resources/arquillian.xml
R arquillian/RESTEASY-TEST-WF8/pom.xml
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1103/Bar.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1103/FavoriteMovie.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1103/FavoriteMovieXmlRootElement.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1103/FavoriteMovieXmlType.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1103/ObjectFactory.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1103/TestApplication.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1103/TestResource.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1103/external.dtd
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1103/movie.xsd
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1103/testpasswd
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1137/TestApplication.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1137/TestClassConstraint.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1137/TestClassValidator.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1137/TestReport.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1137/TestResource.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1137/package-info.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1161/StdQueryBeanParam.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1161/TestApplication.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1161/TestResource.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1161/TestSubResource.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1236/JApplication.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1236/YamlProviderNestedObject.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1236/YamlProviderObject.java
R arquillian/RESTEASY-TEST-WF8/src/main/java/org/jboss/resteasy/resteasy1236/YamlProviderResource.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/resteasy1103/TestExceptionMapper.java
R arquillian/RESTEASY-TEST-WF8/src/test/java/org/jboss/resteasy/test/resteasy1236/YamlProviderTest.java
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/META-INF/services/javax.ws.rs.ext.Providers
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/external.dtd
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_default_default_default.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_default_default_false.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_default_default_true.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_default_false_default.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_default_false_false.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_default_false_true.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_default_true_default.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_default_true_false.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_default_true_true.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_false_default_default.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_false_default_false.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_false_default_true.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_false_false_default.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_false_false_false.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_false_false_true.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_false_true_default.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_false_true_false.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_false_true_true.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_true_default_default.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_true_default_false.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_true_default_true.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_true_false_default.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_true_false_false.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_true_false_true.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_true_true_default.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_true_true_false.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1103/web_true_true_true.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1137/web.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1161/web.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/1236/web.xml
R arquillian/RESTEASY-TEST-WF8/src/test/resources/arquillian.xml
R arquillian/ValidationTest/.gitignore
R arquillian/ValidationTest/pom.xml
R arquillian/ValidationTest/src/main/java/org/jboss/resteasy/validation/Foo.java
R arquillian/ValidationTest/src/main/java/org/jboss/resteasy/validation/FooConstraint.java
R arquillian/ValidationTest/src/main/java/org/jboss/resteasy/validation/FooReaderWriter.java
R arquillian/ValidationTest/src/main/java/org/jboss/resteasy/validation/FooValidator.java
R arquillian/ValidationTest/src/main/java/org/jboss/resteasy/validation/JaxRsActivator.java
R arquillian/ValidationTest/src/main/java/org/jboss/resteasy/validation/TestClassConstraint.java
R arquillian/ValidationTest/src/main/java/org/jboss/resteasy/validation/TestClassValidator.java
R arquillian/ValidationTest/src/main/java/org/jboss/resteasy/validation/TestResourceWithAllViolationTypes.java
R arquillian/ValidationTest/src/main/java/org/jboss/resteasy/validation/TestResourceWithReturnValues.java
R arquillian/ValidationTest/src/main/resources/META-INF/services/javax.ws.rs.ext.Providers
R arquillian/ValidationTest/src/test/java/org/jboss/resteasy/test/validation/TestValidation.java
R arquillian/ValidationTest/src/test/resources/arquillian.xml
R arquillian/ValidationTest/src/test/resources/modules/javax/validation/api/main/module.xml
R arquillian/ValidationTest/src/test/resources/modules/org/hibernate/validator/main/module.xml
M arquillian/pom.xml
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/HeadContentLengthTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/HeadContentLengthApplication.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/SimpleResource.java
Log Message:
-----------
[RESTEASY-1361] More removal od duplicated / not-needed anymore stuff
Commit: b8e3765e8fbf97a98def4026b12fb4f3752b8e3a
https://github.com/resteasy/Resteasy/commit/b8e3765e8fbf97a98def4026b12fb...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-07-08 (Fri, 08 Jul 2016)
Changed paths:
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/YamlPojoBindingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/YamlProviderTest.java
Log Message:
-----------
[RESTEASY-1361] Temporarly exclude two failing tests
Commit: 6391b9103117ca43222be3327112adf6e43597c5
https://github.com/resteasy/Resteasy/commit/6391b9103117ca43222be3327112a...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-07-08 (Fri, 08 Jul 2016)
Changed paths:
A testsuite/integration-tests-spring/deployment/pom.xml
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/AddSpringResteasyAsResourceRootTest.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/ContactsDependenciesInDeploymentTest.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/ContextRefreshDependenciesInDeploymentTest.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/JavaConfigDependenciesInDeploymentTest.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/RequestScopedBeanDependenciesInDeploymentTest.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/SpringBeanProcessorDependenciesInDeploymentTest.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/SpringLocatingResourceDependenciesInDeploymentTest.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/SpringWebappContextDependenciesInDeploymentTest.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/TypeMappingDependenciesInDeploymentTest.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/Contact.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/ContactService.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/Contacts.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/ContactsResource.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/ContextRefreshResource.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/ContextRefreshTrigger.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/JavaConfigBeanConfiguration.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/JavaConfigResource.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/JavaConfigService.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/RequestScopedBeanBean.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/RequestScopedBeanBeanFactoryBean.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/RequestScopedBeanInnerBean.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/RequestScopedBeanInnerBeanImpl.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/RequestScopedBeanQualifierInjectorFactoryImpl.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/RequestScopedBeanTestBean.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/RequestScopedBeanTestBeanResource.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorCounter.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorCustomer.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorCustomerService.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorCustomerStringConverter.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorMyBean.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorMyBeanFactoryBean.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorMyInnerBean.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorMyIntercepted.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorMyInterceptedResource.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorMyInterceptor.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorMyPrototypedResource.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorMyResource.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorMyWriter.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorResourceConfiguration.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorScannedResource.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorSpringBeanProcessorMyInnerBeanImpl.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringLocatingLocatingResource.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringLocatingSimpleResource.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringWebappContextResource.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/TestResource.java
A testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/TypeMappingResource.java
A testsuite/integration-tests-spring/deployment/src/test/resources/arquillian.xml
A testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/applicationContext.xml
A testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/contacts/springmvc-servlet.xml
A testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/contacts/web.xml
A testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/contextRefresh/applicationContext.xml
A testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/javaConfig/web.xml
A testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/mvc-dispatcher-servlet/applicationContext.xml
A testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/mvc-dispatcher-servlet/mvc-dispatcher-servlet.xml
A testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/mvc-dispatcher-servlet/web.xml
A testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/requestScopedBean/spring-request-scope-test-server.xml
A testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/springBeanProcessor/spring-bean-processor-test.xml
A testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/springLocatingResource/applicationContext.xml
A testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/springWebAppContext/applicationContext.xml
A testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/typeMapping/spring-typemapping-test-server.xml
A testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/web-no-mvc-no-listener.xml
A testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/web.xml
A testsuite/integration-tests-spring/inmodule/pom.xml
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/AddSpringResteasyAsResourceRootInModuleTest.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/ContactsTest.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/ContextRefreshTest.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/JavaConfigTest.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/RequestScopedBeanTest.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/SpringBeanProcessorTest.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/SpringLocatingResourceTest.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/SpringWebappContextTest.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/TypeMappingTest.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/Contact.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/ContactService.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/Contacts.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/ContactsResource.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/ContextRefreshResource.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/ContextRefreshTrigger.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/JavaConfigBeanConfiguration.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/JavaConfigResource.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/JavaConfigService.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/RequestScopedBeanBean.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/RequestScopedBeanBeanFactoryBean.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/RequestScopedBeanInnerBean.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/RequestScopedBeanInnerBeanImpl.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/RequestScopedBeanQualifierInjectorFactoryImpl.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/RequestScopedBeanTestBean.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/RequestScopedBeanTestBeanResource.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorCounter.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorCustomer.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorCustomerService.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorCustomerStringConverter.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorMyBean.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorMyBeanFactoryBean.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorMyInnerBean.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorMyIntercepted.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorMyInterceptedResource.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorMyInterceptor.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorMyPrototypedResource.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorMyResource.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorMyWriter.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorResourceConfiguration.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorScannedResource.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorSpringBeanProcessorMyInnerBeanImpl.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringLocatingLocatingResource.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringLocatingSimpleResource.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringWebappContextResource.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/TestResource.java
A testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/TypeMappingResource.java
A testsuite/integration-tests-spring/inmodule/src/test/resources/arquillian.xml
A testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/applicationContext.xml
A testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/contacts/springmvc-servlet.xml
A testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/contacts/web.xml
A testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/contextRefresh/applicationContext.xml
A testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/javaConfig/web.xml
A testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/module/module.xml
A testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/mvc-dispatcher-servlet/applicationContext.xml
A testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/mvc-dispatcher-servlet/mvc-dispatcher-servlet.xml
A testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/mvc-dispatcher-servlet/web.xml
A testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/requestScopedBean/spring-request-scope-test-server.xml
A testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/springBeanProcessor/spring-bean-processor-test.xml
A testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/springLocatingResource/applicationContext.xml
A testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/springLocatingResource/web.xml
A testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/springWebAppContext/applicationContext.xml
A testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/typeMapping/spring-typemapping-test-server.xml
A testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/web-no-mvc-no-listener.xml
A testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/web.xml
A testsuite/integration-tests-spring/pom.xml
A testsuite/integration-tests-spring/unit/pom.xml
A testsuite/integration-tests-spring/unit/src/test/java/org/jboss/resteasy/test/spring/unit/MediaTypePropertyEditorTest.java
A testsuite/integration-tests-spring/unit/src/test/java/org/jboss/resteasy/test/spring/unit/SpringContextLoaderSubclass.java
A testsuite/integration-tests-spring/unit/src/test/java/org/jboss/resteasy/test/spring/unit/SpringContextLoaderTest.java
M testsuite/pom.xml
Log Message:
-----------
[RESTEASY-1361] Adding new spring integration testsuite too
Commit: f69703493acc41c8e4918814eac9f05c3d4a8981
https://github.com/resteasy/Resteasy/commit/f69703493acc41c8e4918814eac9f...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-07-08 (Fri, 08 Jul 2016)
Changed paths:
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/FieldInjectedResource.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/beanprocessor/AbstractResourceConfiguration.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/beanprocessor/Counter.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/beanprocessor/Customer.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/beanprocessor/MyBean.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/beanprocessor/MyBeanFactoryBean.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/beanprocessor/MyInnerBean.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/beanprocessor/MyInnerBeanImpl.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/beanprocessor/MyIntercepted.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/beanprocessor/MyInterceptedResource.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/beanprocessor/MyInterceptor.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/beanprocessor/MyPrototypedResource.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/beanprocessor/MyResource.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/beanprocessor/MyWriter.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/beanprocessor/ResourceConfiguration.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/beanprocessor/ServerConfiguration.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/scanned/CustomerService.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/scanned/CustomerStringConverter.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/scanned/ScannedResource.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/test/contextrefresh/ContextRefreshResource.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/test/contextrefresh/TriggerRefresh.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/test/javaconfig/JavaConfigApplication.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/test/javaconfig/JavaConfigResource.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/test/javaconfig/JavaConfigService.java
R resteasy-spring/src/test/java/org/jboss/resteasy/spring/test/javaconfig/TestConfig.java
Log Message:
-----------
[RESTEASY-1361] Removing unused classes
Commit: 312246445572b480fba6b201debb6446a731ef05
https://github.com/resteasy/Resteasy/commit/312246445572b480fba6b201debb6...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-07-08 (Fri, 08 Jul 2016)
Changed paths:
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/datasource/ReadDataSourceTwiceCountTempFileTest.java
Log Message:
-----------
[RESTEASY-1361] Temporarly excluding two tests passing locally by failing on Travis CI
Commit: 33e189bd6c9d167428eab4ad886939ecb09962e3
https://github.com/resteasy/Resteasy/commit/33e189bd6c9d167428eab4ad88693...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-07-12 (Tue, 12 Jul 2016)
Changed paths:
M testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/AddSpringResteasyAsResourceRootTest.java
M testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/ContactsDependenciesInDeploymentTest.java
M testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/ContextRefreshDependenciesInDeploymentTest.java
M testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/JavaConfigDependenciesInDeploymentTest.java
M testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/RequestScopedBeanDependenciesInDeploymentTest.java
M testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/SpringBeanProcessorDependenciesInDeploymentTest.java
M testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/SpringLocatingResourceDependenciesInDeploymentTest.java
M testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/SpringWebappContextDependenciesInDeploymentTest.java
M testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/TypeMappingDependenciesInDeploymentTest.java
M testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/AddSpringResteasyAsResourceRootInModuleTest.java
M testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/ContactsTest.java
M testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/ContextRefreshTest.java
M testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/JavaConfigTest.java
M testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/RequestScopedBeanTest.java
M testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/SpringBeanProcessorTest.java
M testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/SpringLocatingResourceTest.java
M testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/SpringWebappContextTest.java
M testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/TypeMappingTest.java
M testsuite/integration-tests-spring/unit/src/test/java/org/jboss/resteasy/test/spring/unit/MediaTypePropertyEditorTest.java
M testsuite/integration-tests-spring/unit/src/test/java/org/jboss/resteasy/test/spring/unit/SpringContextLoaderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/AsyncPostProcessingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/AsyncServletTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/AsynchBasicTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/CallbackTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/ComprehensiveJaxrsTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/JaxrsAsyncServletTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/JaxrsAsyncTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/SuspendAnnotationTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsynchBasicResource.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/UtilitiesTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/ApplicationInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/AsynchronousCdiTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/BeanReaderWriterTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/CDILocatorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/CDIResourceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/DecoratorsTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/EJBEventsTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/EJBTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/EjbExceptionUnwrapTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/EventsTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/OutOfBandTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/SingletonTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/BeanExtensionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/ScopeExtensionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/generic/ConcreteDecoratorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/inheritence/AlternativeSelectedInheritanceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/inheritence/AlternativeVanillaInheritanceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/inheritence/SpecializedInheritanceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/inheritence/VanillaInheritanceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/InjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/LazyInitUriInfoInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/MDBInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/ReverseInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/WeldSubdeploymentTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/InterceptorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/TimerInterceptorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/modules/EarLibIntoEarLibTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/modules/EarLibIntoWarLibTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/modules/EjbjarLibIntoWarLibTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/modules/WarClassesIntoWarLibTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/modules/WarLibIntoWarClassesTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/AsyncInvokeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/AsyncTimeoutExceptionsTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/ClientBuilderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/ClientCacheTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/ClientDynamicFeaturesTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/ClientExceptionsTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/ClientExecutorShutdownTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/ClientFormParamTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/ClientProviderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/ClientResponseRedirectTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/EntityBufferingInFileTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/GenericReturnTypeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/IndirectInvocationTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/InputStreamTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/LinkHeaderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/NullEntityTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/ParameterListTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/PrimitiveTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/SmokeParamTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/SyncInvokeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/TimeoutTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/TraceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/WebTargetTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/ClientErrorBadMediaTypeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/ExceptionBufferingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/UnauthorizedExceptionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/other/ApacheHttpClient4Test.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ClientResponseFailureTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ClientSmokeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ContextTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/DefaultMediaTypesTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/GenericProxyTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/MediaTypeCaseSensitivityTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ProxyCastingSimpleTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ProxyCastingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ProxyInputStreamTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ProxyJaxbResourceIntfTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ProxyJaxbResourcePostTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ProxyWithGenericReturnTypeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ResponseObjectTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/SubResourceLocatorProxyTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/UnauthorizedHttpCodeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/WhitespaceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/AcceptLanguagesTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/AnnotationInheritanceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/AppConfigTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/ApplicationConfigTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/ApplicationFilterTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/ApplicationPropertiesConfigPropertyApplicationInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/ApplicationPropertiesConfigTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/ApplicationTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/CacheControlAnnotationTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/ContextTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/DuplicateDeploymentTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/InternalDispatcherTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/InvalidMediaTypeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/PrivateConstructorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/ProviderInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/encoding/EncodedParamsTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/encoding/EncodingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/encoding/MatrixParamEncodingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/encoding/ParameterEncodingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/encoding/SpecialCharactersTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/CorsFiltersTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/GzipTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/PreProcessorExceptionMapperTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/ReaderContextTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/servlet/FilterTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/servlet/ServletConfigTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/servlet/ServletMappingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/servlet/UndertowTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/smoke/ResourceWithInterfaceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/smoke/ResourceWithMultipleInterfacesTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/smoke/WireSmokeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/CryptoTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/PKCS7SignatureSmokeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/SigningTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/VerifyDecryptTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/AbstractExceptionMapperTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/ExceptionHandlingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/ExceptionMapperApplicationRuntimeExceptionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/ExceptionMapperCustomRuntimeExceptionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/ExceptionMapperInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/ExceptionMapperTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/ExceptionMapperWebRuntimeExceptionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/WebApplicationExceptionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/CollectionsFormTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/ComplexFormTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/FormBodyResourceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/FormParamPutTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/FormParameterTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/FormResourceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/FormUrlEncodedCharsetTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/FormUrlEncodedTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/NestedCollectionsFormTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/PriorityExecutionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/jsapi/JSAPIGetBasicJsapiHandlingScriptTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/AtomComplexModelTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/AtomProviderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/JAXBContextFinderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/LinkTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/CollectionProviderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/CustomProviderPreferenceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/CustomValueInjectorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/DuplicateProviderRegistrationTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/FilterDispatcherUndertowTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/MissingProducerTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/ProviderContextInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/ReaderWriterTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/ResponseContainerFilterTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/ResponseFilterChangeStatusTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/ResponseFilterTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/ResponseGetAnnotationsTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/SetRequestUriTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/SingletonCustomProviderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/WriterNotBuiltinTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/datasource/BigSmallDataSourceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/datasource/CleanFilesDataSourceProviderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/datasource/DataSourceProviderInputStreamTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/datasource/ReadDataSourceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/datasource/ReadDataSourceTwiceCountTempFileTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/datasource/ReadFromSocketDataSourceProviderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/iioimage/IIOImageProviderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/inputstream/InputStreamCloseTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson/JacksonTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson/ProxyWithGenericReturnTypeJacksonTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/ExceptionMapperMarshalTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/Jackson2Test.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/JacksonJaxbCoexistenceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/ProxyWithGenericReturnTypeJacksonTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/AbstractJaxbClassTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/BadContentTypeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/CharSetTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/CharacterSetTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/CollectionCoreTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/CustomOverrideTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/EmptyContentTypeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/ExceptionMapperJaxbTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/GenericResourceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/GenericSuperInterfaceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/InheritanceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/JaxbCacheTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/JaxbCollectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/JaxbElementTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/JaxbMarshallingSoakTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/JaxbXmlRootElementProviderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/KeepCharsetTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/LinkJaxbTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/MapTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/ParsingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/QualityFactorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/SeeAlsoAnnotationTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/StatsTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/StreamResetTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/StringCharsetTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/XmlEnumParamTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/XmlHeaderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/XmlJavaTypeAdapterTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/XmlJaxbProvidersTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/BaseClassFromTypeListTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/ContentTypeMatchingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/JettisonMediaTypeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/JsonCollectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/JsonMapTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/NamespaceMappingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/ProxyInheritanceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/TypeMappingJettisonTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonp/JsonpTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/map/MapProviderBuiltInTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/map/MapProviderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/ContextProvidersTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/EmbeddedMultipartTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/EmptyInputStreamMultipartProviderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/GenericTypeMultipartTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/HeaderFlushedOutputStreamTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/InputPartDefaultCharsetOverwriteTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/InputPartDefaultContentTypeEncodingOverwriteTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/InputPartDefaultContentTypeWildcardOverwriteDeprecatedInterceptorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/InputPartDefaultContentTypeWildcardOverwriteNewInterceptorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/MimeMultipartProviderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/NullPartTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/ProxyTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/plain/CharsetTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/plain/DefaultNumberWriterTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/YamlPojoBindingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/YamlProviderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/CollectionDefaultValueTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/ConstructedInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/CovariantReturnSubresourceLocatorsTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/DefaultMediaTypeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/ExtensionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/GenericEntityTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/HttpHeadersTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/MatchedResourceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/MultiInterfaceResLocatorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/ParameterSubResTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/ReponseInfoTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/ResourceInfoInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/ScanTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/SpecialResourceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/SubResourceLocatorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/UriInfoTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/WiderMappingNegativeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/WiderMappingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/ComplexPathParamTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/CookieInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/FormParamTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/HeaderDelegateTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/HeaderParamsAsPrimitivesTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/MatrixParamAsPrimitiveTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/ParamConverterTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/ParamTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/QueryParamAsPrimitiveTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/QueryParamWithMultipleEqualsTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/QueryTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/SerializableWithParametersTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/SpecialCharsInUrlTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/StringParamUnmarshallerTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/SuperStringConverterTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/UriParamAsPrimitiveTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/LocatorSubResourceReturningThisTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/LocatorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/LocatorWithClassHierarchyTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/MultipleMatrixSegmentsTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/PathLimitedTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/PathParamTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/ResourceLocatorWithBaseExpressionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/ResourceLocatorWithBaseNoExpressionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/ResourceMatchingMultipleTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/ResourceMatchingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/ResteasyTrailingSlashTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/TrailingSlashTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/UriParamsWithLocatorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/WildcardResourceMatchingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/request/DateFormatPathTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/request/NotFoundErrorMessageTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/request/PreconditionRfc7232Test.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/request/PreconditionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/CookieTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/DuplicitePathTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/HttpRequestParameterInjectorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/InheritedContextTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/MethodDefaultTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/OptionsTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/ProduceConsumeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/RangeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/ResponseTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/VariantAcceptTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/VariantsTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/WriterMatchingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/BasicAuthTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ContextProvidersNewClientTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ContextProvidersOldClientTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ContextProvidersTestBase.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/CustomExceptionMapperTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ExecutableValidationDisabledTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/GetterReturnValueNotValidatedTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/GetterReturnValueValidatedTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/PathSuppressionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ResteasyViolationExceptionRepresentationTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidateOnExecutionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationComplexTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationCoreTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationExceptionsTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationHibernateI18NTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationJaxbTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationNullErrorValueTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationOnGetterTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationSurpressPathDefaultTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationSurpressPathFalseTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationSurpressPathTrueTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationThroughRestTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationXMLTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/CDIValidationCoreTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/CDIValidationSessionBeanTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/MultipleWarTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/SubresourceValidationTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/ValidationSessionBeanTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/ExternalParameterEntityTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/NamespaceJaxbTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/SecureProcessing2Test.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/SecureProcessingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/XXEBasicTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/XxeJaxbTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/XxeSecureProcessingTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/ClientBuilderTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/ClientResponseFilterTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/ClientWebTargetTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/ConfigurationInheritenceTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/LinkHeaderTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/NoContentStreamingCloseTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/RequestFilterTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/ResponseTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/SelfExpandingBufferredInputStreamTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/WebTargetUnitTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/crypto/EnvelopedTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/crypto/ExampleSignTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/crypto/GenericTypeCryptoTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/crypto/LocalTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/crypto/SignedTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/JaxrsComponentDetectionTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/ProviderInjectionTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/SessionBeanInterfaceTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/StringParameterInjectorTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/WeldInitCDITest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/interception/DecoratorMatcherTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/interception/JaxrsInterceptorRegistryTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/interception/PriorityTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/jose/JWETest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/jose/JWSTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/jose/JWTTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/mediatype/MediaTypeMapTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/AppCategoriesTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/AtomProviderAppServiceTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/AtomProviderModelTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/ContractsTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/JaxbNamespacePrefixTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/NamespaceMappingTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/ProviderFactoryPrecedenceTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/ProviderFactoryTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/AcceptTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/ContainerRequestContextTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/CookieNullValueTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/LocaleQualityValueTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/MediaTypeQualityValueTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/MediaTypeTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/QualityValueTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/StringQualityValueTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/VariantQualityTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/request/VariantSelectionTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/AcceptParameterHttpPreprocessorTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/ContextResolverTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/CookieObjectTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/SegmentTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/TrailingSlashTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/CacheControlTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/CaseInsentiveMapTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/GroupParameterParserTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/InterfaceTypeUtilTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/LinkTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/MultivaluedMapTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/ObjectToURITest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/PasswordColonTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/ResponseBuilderTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/ResteasyUriBuilderTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/TypeConverterTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/TypesBuiltInTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/TypesGenericTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/UriBuilderTest.java
M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/WildcardTypeTest.java
Log Message:
-----------
[RESTEASY-1361] Replacing a bunch of references to EAP with proper RESTEasy version refs, removing some useless logs and few other minor changes
Commit: 31c09e7c809b067152c9dc470229b321230e08bd
https://github.com/resteasy/Resteasy/commit/31c09e7c809b067152c9dc470229b...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-07-12 (Tue, 12 Jul 2016)
Changed paths:
M testsuite/arquillian-utils/pom.xml
R testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/category/NotForForwardInteroperability.java
M testsuite/integration-tests/pom.xml
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/InjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/MDBInjectionTest.java
Log Message:
-----------
[RESTEASY-1361] Removing NotForForwardInteroperability stuff
Compare: https://github.com/resteasy/Resteasy/compare/46bce22b29e6...31c09e7c809b
8 years, 5 months
[resteasy/Resteasy] d42021: RESTEASY-1429 Pick random port when port=0
by GitHub
Branch: refs/heads/3.0.x
Home: https://github.com/resteasy/Resteasy
Commit: d42021d3abd67e09d64e88cb69dd5f6900f37edc
https://github.com/resteasy/Resteasy/commit/d42021d3abd67e09d64e88cb69dd5...
Author: Sebastian Laskawiec <slaskawi(a)redhat.com>
Date: 2016-07-05 (Tue, 05 Jul 2016)
Changed paths:
M jaxrs/server-adapters/resteasy-jdk-http/src/main/java/org/jboss/resteasy/plugins/server/sun/http/SunHttpJaxrsServer.java
A jaxrs/server-adapters/resteasy-jdk-http/src/test/java/org/jboss/resteasy/test/PortAssigningTest.java
M jaxrs/server-adapters/resteasy-netty/src/main/java/org/jboss/resteasy/plugins/server/netty/NettyJaxrsServer.java
A jaxrs/server-adapters/resteasy-netty/src/test/java/org/jboss/resteasy/test/PortAssigningTest.java
M jaxrs/server-adapters/resteasy-netty4/src/main/java/org/jboss/resteasy/plugins/server/netty/NettyJaxrsServer.java
A jaxrs/server-adapters/resteasy-netty4/src/test/java/org/jboss/resteasy/test/PortAssigningTest.java
Log Message:
-----------
RESTEASY-1429 Pick random port when port=0
Commit: 11b5c49e189ade12501a119ef977f16bbe9bdf1e
https://github.com/resteasy/Resteasy/commit/11b5c49e189ade12501a119ef977f...
Author: Alessio Soldano <soldano.servizi(a)email.it>
Date: 2016-07-08 (Fri, 08 Jul 2016)
Changed paths:
M jaxrs/server-adapters/resteasy-jdk-http/src/main/java/org/jboss/resteasy/plugins/server/sun/http/SunHttpJaxrsServer.java
A jaxrs/server-adapters/resteasy-jdk-http/src/test/java/org/jboss/resteasy/test/PortAssigningTest.java
M jaxrs/server-adapters/resteasy-netty/src/main/java/org/jboss/resteasy/plugins/server/netty/NettyJaxrsServer.java
A jaxrs/server-adapters/resteasy-netty/src/test/java/org/jboss/resteasy/test/PortAssigningTest.java
M jaxrs/server-adapters/resteasy-netty4/src/main/java/org/jboss/resteasy/plugins/server/netty/NettyJaxrsServer.java
A jaxrs/server-adapters/resteasy-netty4/src/test/java/org/jboss/resteasy/test/PortAssigningTest.java
Log Message:
-----------
Merge pull request #856 from slaskawi/RESTEASY-1429/returnProperPortWithNetty-3.0.x
RESTEASY-1429 Pick random port when port=0
Compare: https://github.com/resteasy/Resteasy/compare/156638c464d8...11b5c49e189a
8 years, 5 months
[resteasy/Resteasy] d5bd4b: RESTEASY-1429 Pick random port when port=0
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: d5bd4b27797d9b1e02626dfcacf50b71bbe02d92
https://github.com/resteasy/Resteasy/commit/d5bd4b27797d9b1e02626dfcacf50...
Author: Sebastian Laskawiec <slaskawi(a)redhat.com>
Date: 2016-06-30 (Thu, 30 Jun 2016)
Changed paths:
M server-adapters/resteasy-jdk-http/src/main/java/org/jboss/resteasy/plugins/server/sun/http/SunHttpJaxrsServer.java
A server-adapters/resteasy-jdk-http/src/test/java/org/jboss/resteasy/test/PortAssigningTest.java
M server-adapters/resteasy-netty/src/main/java/org/jboss/resteasy/plugins/server/netty/NettyJaxrsServer.java
A server-adapters/resteasy-netty/src/test/java/org/jboss/resteasy/test/PortAssigningTest.java
M server-adapters/resteasy-netty4/src/main/java/org/jboss/resteasy/plugins/server/netty/NettyJaxrsServer.java
A server-adapters/resteasy-netty4/src/test/java/org/jboss/resteasy/test/PortAssigningTest.java
Log Message:
-----------
RESTEASY-1429 Pick random port when port=0
Commit: a5c386ccbf156cd9f4f018d43813c326c0291c8d
https://github.com/resteasy/Resteasy/commit/a5c386ccbf156cd9f4f018d43813c...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-07-08 (Fri, 08 Jul 2016)
Changed paths:
M server-adapters/resteasy-jdk-http/src/main/java/org/jboss/resteasy/plugins/server/sun/http/SunHttpJaxrsServer.java
A server-adapters/resteasy-jdk-http/src/test/java/org/jboss/resteasy/test/PortAssigningTest.java
M server-adapters/resteasy-netty/src/main/java/org/jboss/resteasy/plugins/server/netty/NettyJaxrsServer.java
A server-adapters/resteasy-netty/src/test/java/org/jboss/resteasy/test/PortAssigningTest.java
M server-adapters/resteasy-netty4/src/main/java/org/jboss/resteasy/plugins/server/netty/NettyJaxrsServer.java
A server-adapters/resteasy-netty4/src/test/java/org/jboss/resteasy/test/PortAssigningTest.java
Log Message:
-----------
Merge branch 'RESTEASY-1429/returnProperPortWithNetty' of https://github.com/slaskawi/Resteasy into slaskawi-RESTEASY-1429/returnProperPortWithNetty
Commit: 46bce22b29e6e78c403d81607cfade5dee8e2042
https://github.com/resteasy/Resteasy/commit/46bce22b29e6e78c403d81607cfad...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-07-08 (Fri, 08 Jul 2016)
Changed paths:
M server-adapters/resteasy-jdk-http/src/main/java/org/jboss/resteasy/plugins/server/sun/http/SunHttpJaxrsServer.java
A server-adapters/resteasy-jdk-http/src/test/java/org/jboss/resteasy/test/PortAssigningTest.java
M server-adapters/resteasy-netty/src/main/java/org/jboss/resteasy/plugins/server/netty/NettyJaxrsServer.java
A server-adapters/resteasy-netty/src/test/java/org/jboss/resteasy/test/PortAssigningTest.java
M server-adapters/resteasy-netty4/src/main/java/org/jboss/resteasy/plugins/server/netty/NettyJaxrsServer.java
A server-adapters/resteasy-netty4/src/test/java/org/jboss/resteasy/test/PortAssigningTest.java
Log Message:
-----------
Merge branch 'slaskawi-RESTEASY-1429/returnProperPortWithNetty'
Compare: https://github.com/resteasy/Resteasy/compare/e194eb6fd65a...46bce22b29e6
8 years, 5 months
[resteasy/Resteasy] 5d8754: RESTEASY-1365 HEAD should return the same content ...
by GitHub
Branch: refs/heads/3.0.x
Home: https://github.com/resteasy/Resteasy
Commit: 5d875437e1f2dde4c9ac1595cf65bf2a96ae9bf3
https://github.com/resteasy/Resteasy/commit/5d875437e1f2dde4c9ac1595cf65b...
Author: Ivo Studensky <istudens(a)redhat.com>
Date: 2016-07-01 (Fri, 01 Jul 2016)
Changed paths:
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ServerResponseWriter.java
M jaxrs/server-adapters/resteasy-netty/src/main/java/org/jboss/resteasy/plugins/server/netty/NettyHttpResponse.java
M jaxrs/server-adapters/resteasy-netty/src/main/java/org/jboss/resteasy/plugins/server/netty/RestEasyHttpRequestDecoder.java
M jaxrs/server-adapters/resteasy-netty/src/main/java/org/jboss/resteasy/plugins/server/netty/RestEasyHttpResponseEncoder.java
M jaxrs/server-adapters/resteasy-netty/src/test/java/org/jboss/resteasy/test/NettyTest.java
Log Message:
-----------
RESTEASY-1365 HEAD should return the same content length as GET
Commit: 670df0bc0ad4f968a4a9eb5cec65ae7179b384df
https://github.com/resteasy/Resteasy/commit/670df0bc0ad4f968a4a9eb5cec65a...
Author: Ivo Studensky <istudens(a)redhat.com>
Date: 2016-07-01 (Fri, 01 Jul 2016)
Changed paths:
A arquillian/RESTEASY-TEST-WF10/src/main/java/org/jboss/resteasy/resteasy1365/HeadContentLengthApplication.java
A arquillian/RESTEASY-TEST-WF10/src/main/java/org/jboss/resteasy/resteasy1365/SimpleResource.java
A arquillian/RESTEASY-TEST-WF10/src/test/java/org/jboss/resteasy/test/resteasy1365/HeadContentLengthTest.java
Log Message:
-----------
RESTEASY-1365 add an integration test with Arquillian and WildFly server
Commit: 156638c464d82e9a0ce59d4b3c41d0259a55b0c8
https://github.com/resteasy/Resteasy/commit/156638c464d82e9a0ce59d4b3c41d...
Author: Alessio Soldano <soldano.servizi(a)email.it>
Date: 2016-07-08 (Fri, 08 Jul 2016)
Changed paths:
A arquillian/RESTEASY-TEST-WF10/src/main/java/org/jboss/resteasy/resteasy1365/HeadContentLengthApplication.java
A arquillian/RESTEASY-TEST-WF10/src/main/java/org/jboss/resteasy/resteasy1365/SimpleResource.java
A arquillian/RESTEASY-TEST-WF10/src/test/java/org/jboss/resteasy/test/resteasy1365/HeadContentLengthTest.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ServerResponseWriter.java
M jaxrs/server-adapters/resteasy-netty/src/main/java/org/jboss/resteasy/plugins/server/netty/NettyHttpResponse.java
M jaxrs/server-adapters/resteasy-netty/src/main/java/org/jboss/resteasy/plugins/server/netty/RestEasyHttpRequestDecoder.java
M jaxrs/server-adapters/resteasy-netty/src/main/java/org/jboss/resteasy/plugins/server/netty/RestEasyHttpResponseEncoder.java
M jaxrs/server-adapters/resteasy-netty/src/test/java/org/jboss/resteasy/test/NettyTest.java
Log Message:
-----------
Merge pull request #852 from istudens/RESTEASY-1365-3.0.x
[RESTEASY-1365] resteasy-netty: HEAD requests always return Content-Length: 0
Compare: https://github.com/resteasy/Resteasy/compare/d8d50e157bd8...156638c464d8
8 years, 5 months
[resteasy/Resteasy] d8d50e: [RESTEASY-1420] (#858)
by GitHub
Branch: refs/heads/3.0.x
Home: https://github.com/resteasy/Resteasy
Commit: d8d50e157bd840662c7c4dcc0f204e0607931702
https://github.com/resteasy/Resteasy/commit/d8d50e157bd840662c7c4dcc0f204...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2016-07-06 (Wed, 06 Jul 2016)
Changed paths:
M jaxrs/providers/jaxb/src/main/java/org/jboss/resteasy/plugins/providers/jaxb/JAXBContextWrapper.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/annotations/ClientResponseType.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/annotations/interception/ClientInterceptor.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/annotations/interception/DecoderPrecedence.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/annotations/interception/EncoderPrecedence.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/annotations/interception/HeaderDecoratorPrecedence.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/annotations/interception/Precedence.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/annotations/interception/RedirectPrecedence.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/annotations/interception/SecurityPrecedence.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/annotations/interception/ServerInterceptor.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/BaseClientResponse.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/ClientErrorInterceptor.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/ClientInterceptorRepository.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/ClientInterceptorRepositoryImpl.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/ClientInvoker.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/ClientInvokerInterceptorFactory.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/ClientInvokerModifier.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/ClientProxy.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/MethodInvoker.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/SelfExpandingBufferredInputStream.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/SubResourceInvoker.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/VoidEntityTypeFactory.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/executors/ApacheHttpClient4Executor.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/executors/InMemoryClientExecutor.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/executors/URLConnectionClientExecutor.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/extractors/BodyEntityExtractor.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/extractors/ClientErrorHandler.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/extractors/ClientRequestContext.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/extractors/ClientResponseProxy.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/extractors/DefaultEntityExtractorFactory.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/extractors/EntityExtractor.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/extractors/EntityExtractorFactory.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/extractors/ResponseObjectEntityExtractorFactory.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/extractors/ResponseObjectProxy.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/marshallers/ClientMarshallerFactory.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/marshallers/CookieParamMarshaller.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/marshallers/FormMarshaller.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/marshallers/FormParamMarshaller.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/marshallers/HeaderParamMarshaller.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/marshallers/Marshaller.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/marshallers/MatrixParamMarshaller.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/marshallers/MessageBodyParameterMarshaller.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/marshallers/NOOPMarshaller.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/marshallers/PathParamMarshaller.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/marshallers/QueryParamMarshaller.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/marshallers/ResteasyClientProxy.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/marshallers/URIParamMarshaller.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyAuthChallengeException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyAuthenticationException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyCircularRedirectException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyClientException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyClientProtocolException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyConnectTimeoutException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyConnectionClosedException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyConnectionPoolTimeoutException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyCookieRestrictionViolationException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyCredentialsNotAvailableException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyHttpContentTooLargeException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyHttpException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyHttpHostConnectException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyHttpRecoverableException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyIOException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyInvalidCredentialsException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyInvalidRedirectLocationException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyMalformedChallengeException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyMalformedChunkCodingException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyMalformedCookieException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyMethodNotSupportedException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyNTLMEngineException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyNoHttpResponseException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyNonRepeatableRequestException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyProtocolException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyRedirectException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyTunnelRefusedException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyURIException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/ResteasyUnsupportedHttpVersionException.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/mapper/ApacheHttpClient4ExceptionMapper.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/exception/mapper/ClientExceptionMapper.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ResteasyHttpServletRequestWrapper.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ResteasyHttpServletResponseWrapper.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/interception/LegacyPrecedence.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/logging/Logger.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/logging/impl/JULLogger.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/logging/impl/Log4jLogger.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/logging/impl/Slf4jLogger.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/delegates/ServerCookie.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/interceptors/encoding/AcceptEncodingGZIPInterceptor.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/test/TestPortProvider.java
M jaxrs/security/resteasy-crypto/src/main/java/org/jboss/resteasy/security/doseta/DigitalSigningHeaderDecoratorClientExecutionInterceptor.java
M jaxrs/security/resteasy-crypto/src/main/java/org/jboss/resteasy/security/doseta/DigitalVerificationHeaderDecoratorClientExecutionInterceptor.java
M jaxrs/tjws/src/main/java/Acme/Serve/Serve.java
Log Message:
-----------
[RESTEASY-1420] (#858)
Deprecated various classes:
* old client framework
* old client executors
* client exception mapping
* old proxy framework
* old interceptor framework
* old cache facility
* Resteasy logger
* Resteasy Link
* Resteasy GenericType
* Resteasy asynchronous facility
8 years, 5 months