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 0c2d3ed Javadocs.
0c2d3ed is described below
commit 0c2d3edcda0be17feb67580061425fc8cd2e3453
Author: JamesBognar <[email protected]>
AuthorDate: Mon Dec 17 19:56:13 2018 -0500
Javadocs.
---
content/site/apidocs-8.0.0/overview-summary.html | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/content/site/apidocs-8.0.0/overview-summary.html
b/content/site/apidocs-8.0.0/overview-summary.html
index fee5fc7..c776c96 100644
--- a/content/site/apidocs-8.0.0/overview-summary.html
+++ b/content/site/apidocs-8.0.0/overview-summary.html
@@ -35436,7 +35436,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.
@@ -35480,7 +35480,7 @@
<ul>
<li class='jm'><a
href="org/apache/juneau/config/store/ConfigStore.html#exists-java.lang.String-"><code>exists(String)</code></a>
</ul>
-
+ </ul>
</ul>
<h5 class='topic w800'>juneau-server</h5>
@@ -35510,6 +35510,9 @@
directory that ends with <js>".cfg"</js>.
<li>
New <a href="org/apache/juneau/microservice/MicroserviceListener.html"
title="interface in
org.apache.juneau.microservice"><code>MicroserviceListener</code></a> API for
defining lifecycle event listeners.
+ <li>
+ New <a href="org/apache/juneau/microservice/console/ConfigCommand.html"
title="class in
org.apache.juneau.microservice.console"><code>ConfigCommand</code></a> class
for performing config queries and updates through
+ the microservice console.
</ul>
<h5 class='topic w800'>juneau-microservice-jetty</h5>