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.git
The following commit(s) were added to refs/heads/master by this push:
new b68a54c Release notes.
b68a54c is described below
commit b68a54cca8f885ce0b9668c438f94a70a85597f1
Author: JamesBognar <[email protected]>
AuthorDate: Sun Sep 15 19:59:34 2019 -0400
Release notes.
---
juneau-doc/docs/ReleaseNotes/8.1.1.html | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/juneau-doc/docs/ReleaseNotes/8.1.1.html
b/juneau-doc/docs/ReleaseNotes/8.1.1.html
index f6e5b90..2bda47c 100644
--- a/juneau-doc/docs/ReleaseNotes/8.1.1.html
+++ b/juneau-doc/docs/ReleaseNotes/8.1.1.html
@@ -97,3 +97,13 @@
Removed the dependency on the <c>juneau-rest-server</c> module.
Allows the client API to be used without pulling in all the
javax.servlet and server dependencies.
</ul>
+
+<h5 class='topic w800'>juneau-examples</h5>
+<ul class='spaced-list'>
+ <li>
+ The PetStore application has been moved to a separate Git
repository.
+ <ul>
+ <li><a class='doclink'
href='https://github.com/apache/juneau-petstore'>GitHub Repo</a>
+ <li><a class='doclink'
href='http://juneau.apache.org/index.html#petstore.html'>Documentation</a>
+ </ul>
+</ul>