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 949a7a3  Javadocs
949a7a3 is described below

commit 949a7a37f4c8a1a26a34f59aac47c54e765cb047
Author: JamesBognar <[email protected]>
AuthorDate: Mon Dec 17 19:55:45 2018 -0500

    Javadocs
---
 juneau-doc/docs/ReleaseNotes/8.0.0.html   | 7 +++++--
 juneau-doc/src/main/javadoc/overview.html | 7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/juneau-doc/docs/ReleaseNotes/8.0.0.html 
b/juneau-doc/docs/ReleaseNotes/8.0.0.html
index af9ce9c..15a3047 100644
--- a/juneau-doc/docs/ReleaseNotes/8.0.0.html
+++ b/juneau-doc/docs/ReleaseNotes/8.0.0.html
@@ -40,7 +40,7 @@
                <li><b><code>juneau-my-jetty-microservice</code></b> - New.  
Template starter project for Jetty-based microservices.
                <li><b><code>juneau-my-springboot-microservice</code></b> - 
New.  Template starter project for Spring-Boot-based microservices.
        </ul>
-       <li><code>juneau-<examples/code>
+       <li><code>juneau-examples</code>
        <ul>
                <li><code>juneau-core</code>
                <li><b><code>juneau-microservice-rest</code></b> - Now contains 
only servlet example classes.  No Jetty configuration.
@@ -84,7 +84,7 @@
                        <ul>
                                <li class='jm'>{@link 
oaj.config.store.ConfigStore#exists(String) exists(String)}
                        </ul>
-                       
+               </ul>
 </ul>
 
 <h5 class='topic w800'>juneau-server</h5>
@@ -114,6 +114,9 @@
                directory that ends with <js>".cfg"</js>.
        <li>
                New {@link oaj.microservice.MicroserviceListener} API for 
defining lifecycle event listeners.
+       <li>
+               New {@link oaj.microservice.console.ConfigCommand} class for 
performing config queries and updates through 
+               the microservice console.
 </ul>
 
 <h5 class='topic w800'>juneau-microservice-jetty</h5>
diff --git a/juneau-doc/src/main/javadoc/overview.html 
b/juneau-doc/src/main/javadoc/overview.html
index 7253a52..7681f0c 100644
--- a/juneau-doc/src/main/javadoc/overview.html
+++ b/juneau-doc/src/main/javadoc/overview.html
@@ -34814,7 +34814,7 @@
                <li><b><code>juneau-my-jetty-microservice</code></b> - New.  
Template starter project for Jetty-based microservices.
                <li><b><code>juneau-my-springboot-microservice</code></b> - 
New.  Template starter project for Spring-Boot-based microservices.
        </ul>
-       <li><code>juneau-<examples/code>
+       <li><code>juneau-examples</code>
        <ul>
                <li><code>juneau-core</code>
                <li><b><code>juneau-microservice-rest</code></b> - Now contains 
only servlet example classes.  No Jetty configuration.
@@ -34858,7 +34858,7 @@
                        <ul>
                                <li class='jm'>{@link 
org.apache.juneau.config.store.ConfigStore#exists(String) exists(String)}
                        </ul>
-                       
+               </ul>
 </ul>
 
 <h5 class='topic w800'>juneau-server</h5>
@@ -34888,6 +34888,9 @@
                directory that ends with <js>".cfg"</js>.
        <li>
                New {@link org.apache.juneau.microservice.MicroserviceListener} 
API for defining lifecycle event listeners.
+       <li>
+               New {@link 
org.apache.juneau.microservice.console.ConfigCommand} class for performing 
config queries and updates through 
+               the microservice console.
 </ul>
 
 <h5 class='topic w800'>juneau-microservice-jetty</h5>

Reply via email to