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 4da3663 Update README.md
4da3663 is described below
commit 4da3663d79b7889ba19ffe58b5ea9b600763c6bd
Author: James Bognar <[email protected]>
AuthorDate: Mon Jun 20 04:46:53 2022 -0400
Update README.md
---
README.md | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/README.md b/README.md
index 0273caf..a234e65 100755
--- a/README.md
+++ b/README.md
@@ -31,13 +31,3 @@ The project is broken down into the following subprojects:
- 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)
-
-## 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.