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