This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau-petstore.git
The following commit(s) were added to refs/heads/master by this push:
new b458e9f Add list of Jira issues.
b458e9f is described below
commit b458e9ffcc3a10f7765314340e4988c5d899407b
Author: James Bognar <[email protected]>
AuthorDate: Fri Sep 20 11:57:13 2019 -0400
Add list of Jira issues.
---
README.md | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 26bdf97..0273caf 100644
--- a/README.md
+++ b/README.md
@@ -30,4 +30,14 @@ The project is broken down into the following subprojects:
- juneau-petstore-server - Contains the server-side Java implementation of the
petstore Java interface as a REST resource.
- juneau-petstore-client - Contains the client-side Java proxy of the petstore
Java interface.
-More information for this project can be found
[here](http://juneau.apache.org/index.html#petstore.html)
\ No newline at end of file
+More information for this project can be found
[here](http://juneau.apache.org/index.html#petstore.html)
+
+## Jira Issues
+
+ -
[JUNEAU-148](https://issues.apache.org/jira/projects/JUNEAU/issues/JUNEAU-148)
- Replace exiting persistence with Spring Data.
+ -
[JUNEAU-149](https://issues.apache.org/jira/projects/JUNEAU/issues/JUNEAU-149)
- Add UI on top of PetStore application.
+ -
[JUNEAU-150](https://issues.apache.org/jira/projects/JUNEAU/issues/JUNEAU-150)
- Use Spring Security to add user roles to HTTP requests.
+ -
[JUNEAU-151](https://issues.apache.org/jira/projects/JUNEAU/issues/JUNEAU-151)
- Add Spring Cache support.
+ -
[JUNEAU-152](https://issues.apache.org/jira/projects/JUNEAU/issues/JUNEAU-152)
- Add a docker-compose deployment yaml and documentation.
+ -
[JUNEAU-153](https://issues.apache.org/jira/projects/JUNEAU/issues/JUNEAU-153)
- Add login/logout support.
+ -
[JUNEAU-154](https://issues.apache.org/jira/projects/JUNEAU/issues/JUNEAU-154)
- Add mock testing.