This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/juneau-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7c2b981  Add what's-new in 8.1.1
7c2b981 is described below

commit 7c2b9817b4ce210080a07a988832113f04610077
Author: JamesBognar <[email protected]>
AuthorDate: Fri Sep 20 11:03:01 2019 -0400

    Add what's-new in 8.1.1
---
 content/whatsnew.html   | 25 +++++++++++++++++++++++++
 templates/whatsnew.html | 25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/content/whatsnew.html b/content/whatsnew.html
index fe0f828..65bcd47 100644
--- a/content/whatsnew.html
+++ b/content/whatsnew.html
@@ -25,6 +25,31 @@
        <!-- === What's New 
============================================================================================
 -->
        <!-- 
===========================================================================================================
 -->
        
+       <h5 class='toc'>What's New in Juneau 8.1.1</h5>
+       <div>
+               <p>
+                       8.1.1 is a minor release with mostly bug fixes.
+               </p>
+               <ul class='spaced-list'>
+                       <li>
+                               New <a 
href='https://github.com/apache/juneau-petstore'>Pet Store Application</a> in 
GitHub.
+                       <li>
+                               Full serializing/parsing support for 
<code>Optional</code> objects.
+                       <li>
+                               Cleaned up library dependencies:
+                               <ul>
+                                       <li>
+                                               <code>juneau-rest-client</code> 
no longer depends on <code>juneau-rest-server</code>
+                                       <li>
+                                               Annotations for common 
client/server REST interfaces are now in <code>juneau-marshall</code> and no 
longer depend on 
<code>juneau.rest.client</code>/<code>juneau.rest.server</code>.
+                               </ul>
+                       <li>
+                               Improved support for Spring Boot.
+                       <li>
+                               Improved support for serving up static files.
+               </ul>
+       </div>          
+
        <h5 class='toc'>What's New in Juneau 8.1.0</h5>
        <div>
                <p>
diff --git a/templates/whatsnew.html b/templates/whatsnew.html
index fe0f828..65bcd47 100644
--- a/templates/whatsnew.html
+++ b/templates/whatsnew.html
@@ -25,6 +25,31 @@
        <!-- === What's New 
============================================================================================
 -->
        <!-- 
===========================================================================================================
 -->
        
+       <h5 class='toc'>What's New in Juneau 8.1.1</h5>
+       <div>
+               <p>
+                       8.1.1 is a minor release with mostly bug fixes.
+               </p>
+               <ul class='spaced-list'>
+                       <li>
+                               New <a 
href='https://github.com/apache/juneau-petstore'>Pet Store Application</a> in 
GitHub.
+                       <li>
+                               Full serializing/parsing support for 
<code>Optional</code> objects.
+                       <li>
+                               Cleaned up library dependencies:
+                               <ul>
+                                       <li>
+                                               <code>juneau-rest-client</code> 
no longer depends on <code>juneau-rest-server</code>
+                                       <li>
+                                               Annotations for common 
client/server REST interfaces are now in <code>juneau-marshall</code> and no 
longer depend on 
<code>juneau.rest.client</code>/<code>juneau.rest.server</code>.
+                               </ul>
+                       <li>
+                               Improved support for Spring Boot.
+                       <li>
+                               Improved support for serving up static files.
+               </ul>
+       </div>          
+
        <h5 class='toc'>What's New in Juneau 8.1.0</h5>
        <div>
                <p>

Reply via email to