This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/juneau-petstore.git.
from 8a547cd Merge pull request #2 from ishita20/dev
new d40d899 spring data added
new 7d0b9ed create and update methods added to the service
new 30759e6 service find by tags and status
new c4b980f spring data
new c8415d4 spring data
new 0b6a461 spring data
new b846a9e conflict solving
new b78304a pom conflict solved
new 52a945f Merge pull request #3 from fiammara/master
The 22 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/juneau/petstore/dto/Pet.java | 4 +-
juneau-petstore-server/pom.xml | 17 +-
.../main/java/org/apache/juneau/petstore/App.java | 2 +
.../petstore/repository/OrderRepository.java | 10 +
.../juneau/petstore/repository/PetRepository.java | 19 ++
.../juneau/petstore/repository/UserRepository.java | 14 ++
.../service/AbstractPersistenceService.java | 275 ---------------------
.../juneau/petstore/service/PetStoreService.java | 105 ++++----
.../src/main/resources/META-INF/persistence.xml | 2 +-
9 files changed, 110 insertions(+), 338 deletions(-)
create mode 100644
juneau-petstore-server/src/main/java/org/apache/juneau/petstore/repository/OrderRepository.java
create mode 100644
juneau-petstore-server/src/main/java/org/apache/juneau/petstore/repository/PetRepository.java
create mode 100644
juneau-petstore-server/src/main/java/org/apache/juneau/petstore/repository/UserRepository.java
delete mode 100644
juneau-petstore-server/src/main/java/org/apache/juneau/petstore/service/AbstractPersistenceService.java