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 7e89bb2 Javadocs.
7e89bb2 is described below
commit 7e89bb2d98023419245cc5972de1bc8ac222c15a
Author: JamesBognar <[email protected]>
AuthorDate: Mon Dec 31 13:40:52 2018 -0500
Javadocs.
---
juneau-doc/docs/ReleaseNotes/8.0.0.html | 5 +-
.../10.Transforms/04.SwapAnnotation.html | 2 +-
.../docs/Topics/05.juneau-svl/02.SvlVariables.html | 2 +-
.../{11.ConfigStores.html => 12.ConfigStores.html} | 0
.../Topics/07.juneau-rest-server/07.restRPC.html | 2 +-
.../12.HandlingMultiPartFormPosts.html | 2 +-
.../Topics/09.juneau-rest-server-springboot.html | 2 +-
.../01.Overview.html | 2 +-
.../01.RestProxies/10.DualPurposeInterfaces.html | 2 +-
.../docs/Topics/11.juneau-microservice-core.html | 2 +-
.../11.juneau-microservice-core/01.Overview.html | 2 +-
.../02.LifecycleMethods.html | 2 +-
.../11.juneau-microservice-core/03.Args.html | 2 +-
.../11.juneau-microservice-core/04.Manifest.html | 2 +-
.../11.juneau-microservice-core/05.Config.html | 2 +-
.../06.SystemProperties.html | 2 +-
.../07.VarResolver.html | 2 +-
.../08.ConsoleCommands.html | 2 +-
.../11.juneau-microservice-core/09.Logging.html | 2 +-
.../11.juneau-microservice-core/10.Listeners.html | 2 +-
.../docs/Topics/12.juneau-microservice-jetty.html | 2 +-
.../12.juneau-microservice-jetty/01.Overview.html | 2 +-
.../02.LifecycleMethods.html | 2 +-
.../03.ResourceClasses.html | 2 +-
.../04.PredefinedResourceClasses.html | 2 +-
.../12.juneau-microservice-jetty/05.Config.html | 2 +-
.../12.juneau-microservice-jetty/06.JettyXml.html | 2 +-
.../07.UiCustomization.html | 2 +-
.../12.juneau-microservice-jetty/08.Extending.html | 2 +-
.../docs/Topics/13.my-jetty-microservice.html | 2 +-
.../13.my-jetty-microservice/01.Installing.html | 2 +-
.../13.my-jetty-microservice/02.Running.html | 2 +-
.../13.my-jetty-microservice/03.Building.html | 2 +-
.../docs/Topics/14.my-springboot-microservice.html | 2 +-
.../01.Installing.html | 2 +-
.../14.my-springboot-microservice/02.Running.html | 2 +-
.../14.my-springboot-microservice/03.Building.html | 2 +-
.../docs/Topics/15.juneau-examples-core.html | 2 +-
.../15.juneau-examples-core/01.Installing.html | 2 +-
.../15.juneau-examples-core/02.Examples.html | 2 +-
.../docs/Topics/16.juneau-examples-rest.html | 2 +-
.../16.juneau-examples-rest/01.RootResources.html | 2 +-
.../02.HelloWorldResource.html | 2 +-
.../03.PetStoreResource.html | 2 +-
.../16.juneau-examples-rest/04.DtoExamples.html | 2 +-
.../docs/Topics/17.juneau-examples-rest-jetty.html | 2 +-
.../01.Installing.html | 2 +-
.../17.juneau-examples-rest-jetty/02.Running.html | 2 +-
.../17.juneau-examples-rest-jetty/03.Building.html | 2 +-
.../Topics/18.juneau-examples-rest-springboot.html | 2 +-
.../01.Installing.html | 2 +-
.../02.Running.html | 2 +-
.../03.Building.html | 2 +-
.../04.DeployingToHeroku.html | 2 +-
juneau-doc/src/main/javadoc/overview.html | 314 ++++++++++++---------
juneau-doc/src/main/javadoc/resources/docs.txt | 1 +
.../src/main/javadoc/resources/fragments/toc.html | 107 +++----
.../src/main/javadoc/resources/juneau-code.css | 2 +
58 files changed, 291 insertions(+), 242 deletions(-)
diff --git a/juneau-doc/docs/ReleaseNotes/8.0.0.html
b/juneau-doc/docs/ReleaseNotes/8.0.0.html
index 834b458..f98ea13 100644
--- a/juneau-doc/docs/ReleaseNotes/8.0.0.html
+++ b/juneau-doc/docs/ReleaseNotes/8.0.0.html
@@ -13,10 +13,11 @@
***************************************************************************************************************************/
-->
-8.0.0 (TBD)
+8.0.0 (Jan 01, 2019)
<p>
- This release primarily cleans up deprecated APIs from the 7.2.0 release.
+ This release cleans up deprecated APIs from the 7.2.0 release and makes
significant modifications
+ to the Microservice APIs.
</p>
<p>
diff --git
a/juneau-doc/docs/Topics/02.juneau-marshall/10.Transforms/04.SwapAnnotation.html
b/juneau-doc/docs/Topics/02.juneau-marshall/10.Transforms/04.SwapAnnotation.html
index eb4c0f3..b9da026 100644
---
a/juneau-doc/docs/Topics/02.juneau-marshall/10.Transforms/04.SwapAnnotation.html
+++
b/juneau-doc/docs/Topics/02.juneau-marshall/10.Transforms/04.SwapAnnotation.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{updated} @Swap Annotation
+@Swap Annotation
<p>
{@link oaj.annotation.Swap @Swap} can be used to associate a swap class
using an
diff --git a/juneau-doc/docs/Topics/05.juneau-svl/02.SvlVariables.html
b/juneau-doc/docs/Topics/05.juneau-svl/02.SvlVariables.html
index 6b6f3d6..f6c4970 100644
--- a/juneau-doc/docs/Topics/05.juneau-svl/02.SvlVariables.html
+++ b/juneau-doc/docs/Topics/05.juneau-svl/02.SvlVariables.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{updated} SVL Variables
+SVL Variables
<p>
Variables are defined through the {@link oaj.svl.Var} API.
diff --git a/juneau-doc/docs/Topics/06.juneau-config/11.ConfigStores.html
b/juneau-doc/docs/Topics/06.juneau-config/12.ConfigStores.html
similarity index 100%
rename from juneau-doc/docs/Topics/06.juneau-config/11.ConfigStores.html
rename to juneau-doc/docs/Topics/06.juneau-config/12.ConfigStores.html
diff --git a/juneau-doc/docs/Topics/07.juneau-rest-server/07.restRPC.html
b/juneau-doc/docs/Topics/07.juneau-rest-server/07.restRPC.html
index fd130a7..1be0a1a 100644
--- a/juneau-doc/docs/Topics/07.juneau-rest-server/07.restRPC.html
+++ b/juneau-doc/docs/Topics/07.juneau-rest-server/07.restRPC.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{updated} restRPC
+restRPC
<p>
The restRPC (RPC over REST) API allows the creation of client-side
remote proxy interfaces for calling methods on server-side POJOs using entirely
REST.
diff --git
a/juneau-doc/docs/Topics/07.juneau-rest-server/12.HandlingMultiPartFormPosts.html
b/juneau-doc/docs/Topics/07.juneau-rest-server/12.HandlingMultiPartFormPosts.html
index 5b0709d..0308e11 100644
---
a/juneau-doc/docs/Topics/07.juneau-rest-server/12.HandlingMultiPartFormPosts.html
+++
b/juneau-doc/docs/Topics/07.juneau-rest-server/12.HandlingMultiPartFormPosts.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{updated} Handling Multi-Part Form Posts
+Handling Multi-Part Form Posts
<p>
The Juneau framework does not natively support multipart form posts.
diff --git a/juneau-doc/docs/Topics/09.juneau-rest-server-springboot.html
b/juneau-doc/docs/Topics/09.juneau-rest-server-springboot.html
index eb8774a..aa1c9aa 100644
--- a/juneau-doc/docs/Topics/09.juneau-rest-server-springboot.html
+++ b/juneau-doc/docs/Topics/09.juneau-rest-server-springboot.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} juneau-rest-server-springboot
+juneau-rest-server-springboot
<h5 class='figure'>Maven Dependency</h5>
<p class='bpcode w500'>
diff --git
a/juneau-doc/docs/Topics/09.juneau-rest-server-springboot/01.Overview.html
b/juneau-doc/docs/Topics/09.juneau-rest-server-springboot/01.Overview.html
index 5e1d3ae..7d22757 100644
--- a/juneau-doc/docs/Topics/09.juneau-rest-server-springboot/01.Overview.html
+++ b/juneau-doc/docs/Topics/09.juneau-rest-server-springboot/01.Overview.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Overview
+Overview
<p>
The Juneau integration component for Spring Boot consists of the
following classes:
diff --git
a/juneau-doc/docs/Topics/10.juneau-rest-client/01.RestProxies/10.DualPurposeInterfaces.html
b/juneau-doc/docs/Topics/10.juneau-rest-client/01.RestProxies/10.DualPurposeInterfaces.html
index 7ee18c0..e2afff1 100644
---
a/juneau-doc/docs/Topics/10.juneau-rest-client/01.RestProxies/10.DualPurposeInterfaces.html
+++
b/juneau-doc/docs/Topics/10.juneau-rest-client/01.RestProxies/10.DualPurposeInterfaces.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Dual-purpose (end-to-end) interfaces
+Dual-purpose (end-to-end) interfaces
<p>
A common coding practice is to use the same Java interface to define
both your server and client side REST interfaces.
diff --git a/juneau-doc/docs/Topics/11.juneau-microservice-core.html
b/juneau-doc/docs/Topics/11.juneau-microservice-core.html
index 61dde09..b5ffb01 100644
--- a/juneau-doc/docs/Topics/11.juneau-microservice-core.html
+++ b/juneau-doc/docs/Topics/11.juneau-microservice-core.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} juneau-microservice-core
+juneau-microservice-core
<h5 class='figure'>Maven Dependency</h5>
<p class='bpcode w500'>
diff --git
a/juneau-doc/docs/Topics/11.juneau-microservice-core/01.Overview.html
b/juneau-doc/docs/Topics/11.juneau-microservice-core/01.Overview.html
index 9ba5ee8..bd01d35 100644
--- a/juneau-doc/docs/Topics/11.juneau-microservice-core/01.Overview.html
+++ b/juneau-doc/docs/Topics/11.juneau-microservice-core/01.Overview.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Microservice Overview
+Microservice Overview
<p>
The Microservice API consists of a base class for defining executable
microservices.
diff --git
a/juneau-doc/docs/Topics/11.juneau-microservice-core/02.LifecycleMethods.html
b/juneau-doc/docs/Topics/11.juneau-microservice-core/02.LifecycleMethods.html
index feebe88..5486576 100644
---
a/juneau-doc/docs/Topics/11.juneau-microservice-core/02.LifecycleMethods.html
+++
b/juneau-doc/docs/Topics/11.juneau-microservice-core/02.LifecycleMethods.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Lifecycle Methods
+Lifecycle Methods
<p>
The lifecycle methods of the {@link oaj.microservice.Microservice}
class consists of the following:
diff --git a/juneau-doc/docs/Topics/11.juneau-microservice-core/03.Args.html
b/juneau-doc/docs/Topics/11.juneau-microservice-core/03.Args.html
index 6daf47b..8415626 100644
--- a/juneau-doc/docs/Topics/11.juneau-microservice-core/03.Args.html
+++ b/juneau-doc/docs/Topics/11.juneau-microservice-core/03.Args.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Args
+Args
<p>
Command-line arguments can be associated with a microservice using the
{@link oaj.microservice.MicroserviceBuilder#args(String...)} method.
diff --git
a/juneau-doc/docs/Topics/11.juneau-microservice-core/04.Manifest.html
b/juneau-doc/docs/Topics/11.juneau-microservice-core/04.Manifest.html
index 34eb999..b4cc2d0 100644
--- a/juneau-doc/docs/Topics/11.juneau-microservice-core/04.Manifest.html
+++ b/juneau-doc/docs/Topics/11.juneau-microservice-core/04.Manifest.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Manifest
+Manifest
<p>
The {@link oaj.microservice.MicroserviceBuilder#manifest(Object)}
method can be used to specify the contents or location of of the main
diff --git a/juneau-doc/docs/Topics/11.juneau-microservice-core/05.Config.html
b/juneau-doc/docs/Topics/11.juneau-microservice-core/05.Config.html
index 6711431..af4d724 100644
--- a/juneau-doc/docs/Topics/11.juneau-microservice-core/05.Config.html
+++ b/juneau-doc/docs/Topics/11.juneau-microservice-core/05.Config.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Config
+Config
<p>
The following methods can be used to define the configuration for your
microservice using the powerful Config API:
diff --git
a/juneau-doc/docs/Topics/11.juneau-microservice-core/06.SystemProperties.html
b/juneau-doc/docs/Topics/11.juneau-microservice-core/06.SystemProperties.html
index 9a00e27..2996fee 100644
---
a/juneau-doc/docs/Topics/11.juneau-microservice-core/06.SystemProperties.html
+++
b/juneau-doc/docs/Topics/11.juneau-microservice-core/06.SystemProperties.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} System properties
+System properties
<p>
As a convenience, the <code>SystemProperties</code> section of your
configuration file can be used to define system
diff --git
a/juneau-doc/docs/Topics/11.juneau-microservice-core/07.VarResolver.html
b/juneau-doc/docs/Topics/11.juneau-microservice-core/07.VarResolver.html
index 0687e91..7424cbe 100644
--- a/juneau-doc/docs/Topics/11.juneau-microservice-core/07.VarResolver.html
+++ b/juneau-doc/docs/Topics/11.juneau-microservice-core/07.VarResolver.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} VarResolver
+VarResolver
<p>
The Microservice API incorporates the {@doc juneau-svl Simple Variable
Resolver} API.
diff --git
a/juneau-doc/docs/Topics/11.juneau-microservice-core/08.ConsoleCommands.html
b/juneau-doc/docs/Topics/11.juneau-microservice-core/08.ConsoleCommands.html
index 812d9c8..0d2e004 100644
--- a/juneau-doc/docs/Topics/11.juneau-microservice-core/08.ConsoleCommands.html
+++ b/juneau-doc/docs/Topics/11.juneau-microservice-core/08.ConsoleCommands.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Console Commands
+Console Commands
<p>
The Microservice API provides support for simple console commands.
diff --git a/juneau-doc/docs/Topics/11.juneau-microservice-core/09.Logging.html
b/juneau-doc/docs/Topics/11.juneau-microservice-core/09.Logging.html
index 3cc5518..55eb40c 100644
--- a/juneau-doc/docs/Topics/11.juneau-microservice-core/09.Logging.html
+++ b/juneau-doc/docs/Topics/11.juneau-microservice-core/09.Logging.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Logging
+Logging
<p>
The Microservice API provides build-in but configurable and overridable
support for logging.
diff --git
a/juneau-doc/docs/Topics/11.juneau-microservice-core/10.Listeners.html
b/juneau-doc/docs/Topics/11.juneau-microservice-core/10.Listeners.html
index ddb350c..ba2bb8d 100644
--- a/juneau-doc/docs/Topics/11.juneau-microservice-core/10.Listeners.html
+++ b/juneau-doc/docs/Topics/11.juneau-microservice-core/10.Listeners.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Listeners
+Listeners
<p>
As mentioned previously, the lifecycle methods for the {@link
oaj.microservice.Microservice} class are explicitly
diff --git a/juneau-doc/docs/Topics/12.juneau-microservice-jetty.html
b/juneau-doc/docs/Topics/12.juneau-microservice-jetty.html
index 0ea1e31..f961d00 100644
--- a/juneau-doc/docs/Topics/12.juneau-microservice-jetty.html
+++ b/juneau-doc/docs/Topics/12.juneau-microservice-jetty.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} juneau-microservice-jetty
+juneau-microservice-jetty
<h5 class='figure'>Maven Dependency</h5>
<p class='bpcode w500'>
diff --git
a/juneau-doc/docs/Topics/12.juneau-microservice-jetty/01.Overview.html
b/juneau-doc/docs/Topics/12.juneau-microservice-jetty/01.Overview.html
index 42b057c..7fe33e8 100644
--- a/juneau-doc/docs/Topics/12.juneau-microservice-jetty/01.Overview.html
+++ b/juneau-doc/docs/Topics/12.juneau-microservice-jetty/01.Overview.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Overview
+Overview
<p>
The Jetty Microservice API consists of a combination of the Juneau
Core, Server, and Client APIs and an embedded
diff --git
a/juneau-doc/docs/Topics/12.juneau-microservice-jetty/02.LifecycleMethods.html
b/juneau-doc/docs/Topics/12.juneau-microservice-jetty/02.LifecycleMethods.html
index 0917b97..18bab7f 100644
---
a/juneau-doc/docs/Topics/12.juneau-microservice-jetty/02.LifecycleMethods.html
+++
b/juneau-doc/docs/Topics/12.juneau-microservice-jetty/02.LifecycleMethods.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Lifecycle Methods
+Lifecycle Methods
<p>
To review, the {@link oaj.microservice.Microservice} class contains the
following lifecycle methods:
diff --git
a/juneau-doc/docs/Topics/12.juneau-microservice-jetty/03.ResourceClasses.html
b/juneau-doc/docs/Topics/12.juneau-microservice-jetty/03.ResourceClasses.html
index 0286677..18c97d9 100644
---
a/juneau-doc/docs/Topics/12.juneau-microservice-jetty/03.ResourceClasses.html
+++
b/juneau-doc/docs/Topics/12.juneau-microservice-jetty/03.ResourceClasses.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Resource Classes
+Resource Classes
<p>
This section describes how to define a top-level REST resource page and
deploy it in our microservice.
diff --git
a/juneau-doc/docs/Topics/12.juneau-microservice-jetty/04.PredefinedResourceClasses.html
b/juneau-doc/docs/Topics/12.juneau-microservice-jetty/04.PredefinedResourceClasses.html
index af6c1d0..d99fe27 100644
---
a/juneau-doc/docs/Topics/12.juneau-microservice-jetty/04.PredefinedResourceClasses.html
+++
b/juneau-doc/docs/Topics/12.juneau-microservice-jetty/04.PredefinedResourceClasses.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Predefined Resource Classes
+Predefined Resource Classes
<p>
The following predefined resource classes are also provided for easy
inclusion into your microservice:
diff --git a/juneau-doc/docs/Topics/12.juneau-microservice-jetty/05.Config.html
b/juneau-doc/docs/Topics/12.juneau-microservice-jetty/05.Config.html
index 45ceb5f..fae8126 100644
--- a/juneau-doc/docs/Topics/12.juneau-microservice-jetty/05.Config.html
+++ b/juneau-doc/docs/Topics/12.juneau-microservice-jetty/05.Config.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Config
+Config
<p>
In {@doc juneau-microservice-core.Config}, we described how to
associate a configuration file with your
diff --git
a/juneau-doc/docs/Topics/12.juneau-microservice-jetty/06.JettyXml.html
b/juneau-doc/docs/Topics/12.juneau-microservice-jetty/06.JettyXml.html
index fd23bdc..873acfc 100644
--- a/juneau-doc/docs/Topics/12.juneau-microservice-jetty/06.JettyXml.html
+++ b/juneau-doc/docs/Topics/12.juneau-microservice-jetty/06.JettyXml.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Jetty.xml file
+Jetty.xml file
<p>
The Jetty microservice comes with a bare-bones <code>jetty.xml</code>
file which can be modified to suite any needs.
diff --git
a/juneau-doc/docs/Topics/12.juneau-microservice-jetty/07.UiCustomization.html
b/juneau-doc/docs/Topics/12.juneau-microservice-jetty/07.UiCustomization.html
index e2e3692..ffdb5bd 100644
---
a/juneau-doc/docs/Topics/12.juneau-microservice-jetty/07.UiCustomization.html
+++
b/juneau-doc/docs/Topics/12.juneau-microservice-jetty/07.UiCustomization.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} UI Customization
+UI Customization
<p>
The Microservice project contains a <code>files/htdocs</code> folder
with predefined stylesheets and
diff --git
a/juneau-doc/docs/Topics/12.juneau-microservice-jetty/08.Extending.html
b/juneau-doc/docs/Topics/12.juneau-microservice-jetty/08.Extending.html
index 044f482..bd97d7b 100644
--- a/juneau-doc/docs/Topics/12.juneau-microservice-jetty/08.Extending.html
+++ b/juneau-doc/docs/Topics/12.juneau-microservice-jetty/08.Extending.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Extending JettyMicroservice
+Extending JettyMicroservice
<p>
This example shows how the {@link
oaj.microservice.jetty.JettyMicroservice} class
diff --git a/juneau-doc/docs/Topics/13.my-jetty-microservice.html
b/juneau-doc/docs/Topics/13.my-jetty-microservice.html
index dcc6305..5213f62 100644
--- a/juneau-doc/docs/Topics/13.my-jetty-microservice.html
+++ b/juneau-doc/docs/Topics/13.my-jetty-microservice.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} my-jetty-microservice
+my-jetty-microservice
<h5 class='figure'>Starter Project Zip</h5>
<p class='bpcode w500'>
diff --git a/juneau-doc/docs/Topics/13.my-jetty-microservice/01.Installing.html
b/juneau-doc/docs/Topics/13.my-jetty-microservice/01.Installing.html
index 7f930ac..3a3bbff 100644
--- a/juneau-doc/docs/Topics/13.my-jetty-microservice/01.Installing.html
+++ b/juneau-doc/docs/Topics/13.my-jetty-microservice/01.Installing.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{updated} Installing in Eclipse
+Installing in Eclipse
<p>
Follow these instructions to create a new template project in Eclipse.
diff --git a/juneau-doc/docs/Topics/13.my-jetty-microservice/02.Running.html
b/juneau-doc/docs/Topics/13.my-jetty-microservice/02.Running.html
index e7434e7..081d34e 100644
--- a/juneau-doc/docs/Topics/13.my-jetty-microservice/02.Running.html
+++ b/juneau-doc/docs/Topics/13.my-jetty-microservice/02.Running.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{updated} Running in Eclipse
+Running in Eclipse
<p>
The <l>my-jetty-microservice.launch</l> file is already provided to
allow you to quickly start
diff --git a/juneau-doc/docs/Topics/13.my-jetty-microservice/03.Building.html
b/juneau-doc/docs/Topics/13.my-jetty-microservice/03.Building.html
index 3769ac5..abded94 100644
--- a/juneau-doc/docs/Topics/13.my-jetty-microservice/03.Building.html
+++ b/juneau-doc/docs/Topics/13.my-jetty-microservice/03.Building.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{updated} Building and Running from Command-Line
+Building and Running from Command-Line
<p>
The <l>pom.xml</l> file is a basic Maven build script for creating your
microservice
diff --git a/juneau-doc/docs/Topics/14.my-springboot-microservice.html
b/juneau-doc/docs/Topics/14.my-springboot-microservice.html
index c391a76..6f5770c 100644
--- a/juneau-doc/docs/Topics/14.my-springboot-microservice.html
+++ b/juneau-doc/docs/Topics/14.my-springboot-microservice.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} my-springboot-microservice
+my-springboot-microservice
<h5 class='figure'>Starter Project Zip</h5>
<p class='bpcode w500'>
diff --git
a/juneau-doc/docs/Topics/14.my-springboot-microservice/01.Installing.html
b/juneau-doc/docs/Topics/14.my-springboot-microservice/01.Installing.html
index bb841c6..6026f7a 100644
--- a/juneau-doc/docs/Topics/14.my-springboot-microservice/01.Installing.html
+++ b/juneau-doc/docs/Topics/14.my-springboot-microservice/01.Installing.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Installing in Eclipse
+Installing in Eclipse
<p>
Follow these instructions to create a new template project in Eclipse.
diff --git
a/juneau-doc/docs/Topics/14.my-springboot-microservice/02.Running.html
b/juneau-doc/docs/Topics/14.my-springboot-microservice/02.Running.html
index c74daed..d647b00 100644
--- a/juneau-doc/docs/Topics/14.my-springboot-microservice/02.Running.html
+++ b/juneau-doc/docs/Topics/14.my-springboot-microservice/02.Running.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Running in Eclipse
+Running in Eclipse
<p>
The <l>my-springboot-microservice.launch</l> file is already provided
to allow you to quickly start
diff --git
a/juneau-doc/docs/Topics/14.my-springboot-microservice/03.Building.html
b/juneau-doc/docs/Topics/14.my-springboot-microservice/03.Building.html
index 9247801..863c796 100644
--- a/juneau-doc/docs/Topics/14.my-springboot-microservice/03.Building.html
+++ b/juneau-doc/docs/Topics/14.my-springboot-microservice/03.Building.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Building and Running from Command-Line
+Building and Running from Command-Line
<p>
The <l>pom.xml</l> file is a basic Maven build script for creating your
microservice
diff --git a/juneau-doc/docs/Topics/15.juneau-examples-core.html
b/juneau-doc/docs/Topics/15.juneau-examples-core.html
index 930eb82..81db306 100644
--- a/juneau-doc/docs/Topics/15.juneau-examples-core.html
+++ b/juneau-doc/docs/Topics/15.juneau-examples-core.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{updated} juneau-examples-core
+juneau-examples-core
<h5 class='figure'>Archive File</h5>
<p class='bpcode w500'>
diff --git a/juneau-doc/docs/Topics/15.juneau-examples-core/01.Installing.html
b/juneau-doc/docs/Topics/15.juneau-examples-core/01.Installing.html
index e4dd1f8..89f5f1b 100644
--- a/juneau-doc/docs/Topics/15.juneau-examples-core/01.Installing.html
+++ b/juneau-doc/docs/Topics/15.juneau-examples-core/01.Installing.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Installing in Eclipse
+Installing in Eclipse
<p>
Follow these instructions to import the Juneau project into Eclipse.
diff --git a/juneau-doc/docs/Topics/15.juneau-examples-core/02.Examples.html
b/juneau-doc/docs/Topics/15.juneau-examples-core/02.Examples.html
index 7b01d1d..e43cd6c 100644
--- a/juneau-doc/docs/Topics/15.juneau-examples-core/02.Examples.html
+++ b/juneau-doc/docs/Topics/15.juneau-examples-core/02.Examples.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Examples
+Examples
<p>
The following shows the core examples provided:
diff --git a/juneau-doc/docs/Topics/16.juneau-examples-rest.html
b/juneau-doc/docs/Topics/16.juneau-examples-rest.html
index 2f58d8e..145ec49 100644
--- a/juneau-doc/docs/Topics/16.juneau-examples-rest.html
+++ b/juneau-doc/docs/Topics/16.juneau-examples-rest.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{updated} juneau-examples-rest
+juneau-examples-rest
<h5 class='figure'>Maven Dependency</h5>
<p class='bpcode w500'>
diff --git
a/juneau-doc/docs/Topics/16.juneau-examples-rest/01.RootResources.html
b/juneau-doc/docs/Topics/16.juneau-examples-rest/01.RootResources.html
index 8ac660c..17862f2 100644
--- a/juneau-doc/docs/Topics/16.juneau-examples-rest/01.RootResources.html
+++ b/juneau-doc/docs/Topics/16.juneau-examples-rest/01.RootResources.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{updated} RootResources
+RootResources
<p>
The <l>RootResources</l> class is the main page for the REST
microservice.
diff --git
a/juneau-doc/docs/Topics/16.juneau-examples-rest/02.HelloWorldResource.html
b/juneau-doc/docs/Topics/16.juneau-examples-rest/02.HelloWorldResource.html
index e75b14a..82ddab3 100644
--- a/juneau-doc/docs/Topics/16.juneau-examples-rest/02.HelloWorldResource.html
+++ b/juneau-doc/docs/Topics/16.juneau-examples-rest/02.HelloWorldResource.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{updated} HelloWorldResource
+HelloWorldResource
<p>
The <l>HelloWorldResource</l> class is a simple resource that prints a
"Hello world!" message.
diff --git
a/juneau-doc/docs/Topics/16.juneau-examples-rest/03.PetStoreResource.html
b/juneau-doc/docs/Topics/16.juneau-examples-rest/03.PetStoreResource.html
index 0e83192..7ea2c4f 100644
--- a/juneau-doc/docs/Topics/16.juneau-examples-rest/03.PetStoreResource.html
+++ b/juneau-doc/docs/Topics/16.juneau-examples-rest/03.PetStoreResource.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} PetStore
+PetStore
<p>
The <code>PetStore</code> application is an functional application
meant to demonstrate the following:
diff --git a/juneau-doc/docs/Topics/16.juneau-examples-rest/04.DtoExamples.html
b/juneau-doc/docs/Topics/16.juneau-examples-rest/04.DtoExamples.html
index d458ad8..7319665 100644
--- a/juneau-doc/docs/Topics/16.juneau-examples-rest/04.DtoExamples.html
+++ b/juneau-doc/docs/Topics/16.juneau-examples-rest/04.DtoExamples.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} DtoExamples
+DtoExamples
<p>
The <l>DtoExamples</l> resource is a resource group for demonstrating
various DTO examples.
diff --git a/juneau-doc/docs/Topics/17.juneau-examples-rest-jetty.html
b/juneau-doc/docs/Topics/17.juneau-examples-rest-jetty.html
index cf24241..03e5dac 100644
--- a/juneau-doc/docs/Topics/17.juneau-examples-rest-jetty.html
+++ b/juneau-doc/docs/Topics/17.juneau-examples-rest-jetty.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} juneau-examples-rest-jetty
+juneau-examples-rest-jetty
<h5 class='figure'>Starter Project Zip</h5>
<p class='bpcode w500'>
diff --git
a/juneau-doc/docs/Topics/17.juneau-examples-rest-jetty/01.Installing.html
b/juneau-doc/docs/Topics/17.juneau-examples-rest-jetty/01.Installing.html
index 96b1da7..abf8e6a 100644
--- a/juneau-doc/docs/Topics/17.juneau-examples-rest-jetty/01.Installing.html
+++ b/juneau-doc/docs/Topics/17.juneau-examples-rest-jetty/01.Installing.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Installing in Eclipse
+Installing in Eclipse
<p>
Follow these instructions to import the REST examples project using
Jetty into Eclipse.
diff --git
a/juneau-doc/docs/Topics/17.juneau-examples-rest-jetty/02.Running.html
b/juneau-doc/docs/Topics/17.juneau-examples-rest-jetty/02.Running.html
index 047b42b..6560cd5 100644
--- a/juneau-doc/docs/Topics/17.juneau-examples-rest-jetty/02.Running.html
+++ b/juneau-doc/docs/Topics/17.juneau-examples-rest-jetty/02.Running.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Running in Eclipse
+Running in Eclipse
<p>
The <l>juneau-examples-rest-jetty.launch</l> file is already provided
to allow you to quickly start
diff --git
a/juneau-doc/docs/Topics/17.juneau-examples-rest-jetty/03.Building.html
b/juneau-doc/docs/Topics/17.juneau-examples-rest-jetty/03.Building.html
index d2d0fac..f162a65 100644
--- a/juneau-doc/docs/Topics/17.juneau-examples-rest-jetty/03.Building.html
+++ b/juneau-doc/docs/Topics/17.juneau-examples-rest-jetty/03.Building.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Building and Running from Command-Line
+Building and Running from Command-Line
<p>
The <l>pom.xml</l> file is a basic Maven build script for creating the
examples microservice
diff --git a/juneau-doc/docs/Topics/18.juneau-examples-rest-springboot.html
b/juneau-doc/docs/Topics/18.juneau-examples-rest-springboot.html
index 9885f0a..7e7dbc9 100644
--- a/juneau-doc/docs/Topics/18.juneau-examples-rest-springboot.html
+++ b/juneau-doc/docs/Topics/18.juneau-examples-rest-springboot.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} juneau-examples-rest-springboot
+juneau-examples-rest-springboot
<h5 class='figure'>Starter Project Zip</h5>
<p class='bpcode w500'>
diff --git
a/juneau-doc/docs/Topics/18.juneau-examples-rest-springboot/01.Installing.html
b/juneau-doc/docs/Topics/18.juneau-examples-rest-springboot/01.Installing.html
index 3964c43..0c4b81e 100644
---
a/juneau-doc/docs/Topics/18.juneau-examples-rest-springboot/01.Installing.html
+++
b/juneau-doc/docs/Topics/18.juneau-examples-rest-springboot/01.Installing.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Installing in Eclipse
+Installing in Eclipse
<p>
Follow these instructions to import the REST examples project using
Spring Boot into Eclipse.
diff --git
a/juneau-doc/docs/Topics/18.juneau-examples-rest-springboot/02.Running.html
b/juneau-doc/docs/Topics/18.juneau-examples-rest-springboot/02.Running.html
index 2121e7d..ad2ec6a 100644
--- a/juneau-doc/docs/Topics/18.juneau-examples-rest-springboot/02.Running.html
+++ b/juneau-doc/docs/Topics/18.juneau-examples-rest-springboot/02.Running.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Running in Eclipse
+Running in Eclipse
<p>
The <l>juneau-examples-rest-springboot.launch</l> file is already
provided to allow you to quickly start
diff --git
a/juneau-doc/docs/Topics/18.juneau-examples-rest-springboot/03.Building.html
b/juneau-doc/docs/Topics/18.juneau-examples-rest-springboot/03.Building.html
index 43b0002..689c1a2 100644
--- a/juneau-doc/docs/Topics/18.juneau-examples-rest-springboot/03.Building.html
+++ b/juneau-doc/docs/Topics/18.juneau-examples-rest-springboot/03.Building.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Building and Running from Command-Line
+Building and Running from Command-Line
<p>
The <l>pom.xml</l> file is a basic Maven build script for creating your
microservice
diff --git
a/juneau-doc/docs/Topics/18.juneau-examples-rest-springboot/04.DeployingToHeroku.html
b/juneau-doc/docs/Topics/18.juneau-examples-rest-springboot/04.DeployingToHeroku.html
index 7f90d1a..7bfb55d 100644
---
a/juneau-doc/docs/Topics/18.juneau-examples-rest-springboot/04.DeployingToHeroku.html
+++
b/juneau-doc/docs/Topics/18.juneau-examples-rest-springboot/04.DeployingToHeroku.html
@@ -13,7 +13,7 @@
***************************************************************************************************************************/
-->
-{new} Deploying to Heroku
+Deploying to Heroku
<p>
<a href='https://www.heroku.com'>Heroku</a> is a platform-as-a-service
that allows applications to be quickly hosted
diff --git a/juneau-doc/src/main/javadoc/overview.html
b/juneau-doc/src/main/javadoc/overview.html
index a777392..2655b09 100644
--- a/juneau-doc/src/main/javadoc/overview.html
+++ b/juneau-doc/src/main/javadoc/overview.html
@@ -96,7 +96,7 @@
<li><p class=''><a class='doclink'
href='#juneau-marshall.Transforms.PojoSwaps'>PojoSwaps</a></p>
<li><p class=''><a class='doclink'
href='#juneau-marshall.Transforms.PerMediaTypePojoSwaps'>Per-media-type
PojoSwaps</a></p>
<li><p class=''><a class='doclink'
href='#juneau-marshall.Transforms.OneWayPojoSwaps'>One-way PojoSwaps</a></p>
- <li><p class='updated'><a class='doclink'
href='#juneau-marshall.Transforms.SwapAnnotation'>@Swap Annotation</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-marshall.Transforms.SwapAnnotation'>@Swap Annotation</a></p>
<li><p class=''><a class='doclink'
href='#juneau-marshall.Transforms.TemplatedSwaps'>Templated Swaps</a></p>
<li><p class=''><a class='doclink'
href='#juneau-marshall.Transforms.SwapMethods'>Swap Methods</a></p>
<li><p class=''><a class='doclink'
href='#juneau-marshall.Transforms.SurrogateClasses'>Surrogate Classes</a></p>
@@ -204,7 +204,7 @@
<li><p class='toc2'><a class='doclink'
href='#juneau-svl'>juneau-svl</a></p>
<ol>
<li><p class=''><a class='doclink'
href='#juneau-svl.SimpleVarLanguage'>Simple Variable Language</a></p>
- <li><p class='updated'><a class='doclink'
href='#juneau-svl.SvlVariables'>SVL Variables</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-svl.SvlVariables'>SVL Variables</a></p>
<li><p class=''><a class='doclink'
href='#juneau-svl.VarResolvers'>VarResolvers and VarResolverSessions</a></p>
<li><p class=''><a class='doclink'
href='#juneau-svl.OtherNotes'>Other Notes</a></p>
</ol>
@@ -237,6 +237,7 @@
<li><p class=''><a class='doclink'
href='#juneau-config.SettingValues.BulkSettingValues'>Setting Values in
Bulk</a></p>
</ol>
<li><p class=''><a class='doclink'
href='#juneau-config.Listeners'>Listeners</a></p>
+ <li><p class='todo'><a class='doclink'
href='#juneau-config.Imports'>Imports</a></p>
<li><p class=''><a class='doclink'
href='#juneau-config.Serializing'>Serializing</a></p>
<li><p class=''><a class='doclink'
href='#juneau-config.ConfigStores'>Config Stores</a></p>
<ol>
@@ -247,7 +248,7 @@
</ol>
<li><p class=''><a class='doclink'
href='#juneau-config.ReadOnlyConfigs'>Read-only Configs</a></p>
<li><p class=''><a class='doclink'
href='#juneau-config.ClosingConfigs'>Closing Configs</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-config.SystemDefaultConfig'>System Default Config</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-config.SystemDefaultConfig'>System Default Config</a></p>
</ol>
<li><p class='toc2'><a class='doclink'
href='#juneau-rest-server'>juneau-rest-server</a></p>
<ol>
@@ -286,7 +287,7 @@
<li><p class=''><a class='doclink'
href='#juneau-rest-server.RestMethod.PredefinedExceptions'>Predefined
Exceptions</a></p>
<li><p class=''><a class='doclink'
href='#juneau-rest-server.RestMethod.PredefinedHelperBeans'>Predefined Helper
Beans</a></p>
</ol>
- <li><p class='updated'><a class='doclink'
href='#juneau-rest-server.restRPC'>restRPC</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-rest-server.restRPC'>restRPC</a></p>
<li><p class=''><a class='doclink'
href='#juneau-rest-server.OpenApiSchemaPartParsing'>OpenAPI Schema Part
Parsing</a></p>
<li><p class=''><a class='doclink'
href='#juneau-rest-server.OpenApiSchemaPartSerializing'>OpenAPI Schema Part
Serializing</a></p>
<li><p class=''><a class='doclink'
href='#juneau-rest-server.HttpPartAnnotations'>HTTP-Part Annotations</a></p>
@@ -304,7 +305,7 @@
<li><p class=''><a class='doclink'
href='#juneau-rest-server.HttpPartAnnotations.ResponseStatus'>@ResponseStatus</a></p>
</ol>
<li><p class=''><a class='doclink'
href='#juneau-rest-server.HandlingFormPosts'>Handling Form Posts</a></p>
- <li><p class='updated'><a class='doclink'
href='#juneau-rest-server.HandlingMultiPartFormPosts'>Handling Multi-Part Form
Posts</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-rest-server.HandlingMultiPartFormPosts'>Handling Multi-Part Form
Posts</a></p>
<li><p class=''><a class='doclink'
href='#juneau-rest-server.Serializers'>Serializers</a></p>
<li><p class=''><a class='doclink'
href='#juneau-rest-server.Parsers'>Parsers</a></p>
<li><p class=''><a class='doclink'
href='#juneau-rest-server.Properties'>Properties</a></p>
@@ -359,9 +360,9 @@
<ol>
<li><p class=''><a class='doclink'
href='#juneau-rest-server-jaxrs.BaseProvider'>Juneau JAX-RS Provider</a></p>
</ol>
- <li><p class='new'><a class='doclink'
href='#juneau-rest-server-springboot'>juneau-rest-server-springboot</a></p>
+ <li><p class='toc2'><a class='doclink'
href='#juneau-rest-server-springboot'>juneau-rest-server-springboot</a></p>
<ol>
- <li><p class='new'><a class='doclink'
href='#juneau-rest-server-springboot.Overview'>Overview</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-rest-server-springboot.Overview'>Overview</a></p>
</ol>
<li><p class='toc2'><a class='doclink'
href='#juneau-rest-client'>juneau-rest-client</a></p>
<ol>
@@ -376,7 +377,7 @@
<li><p class=''><a class='doclink'
href='#juneau-rest-client.RestProxies.Path'>@Path</a></p>
<li><p class=''><a class='doclink'
href='#juneau-rest-client.RestProxies.Request'>@Request</a></p>
<li><p class=''><a class='doclink'
href='#juneau-rest-client.RestProxies.Response'>@Response</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-rest-client.RestProxies.DualPurposeInterfaces'>Dual-purpose
(end-to-end) interfaces</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-rest-client.RestProxies.DualPurposeInterfaces'>Dual-purpose
(end-to-end) interfaces</a></p>
</ol>
<li><p class=''><a class='doclink'
href='#juneau-rest-client.SSL'>SSL Support</a></p>
<li><p class=''><a class='doclink'
href='#juneau-rest-client.Authentication'>Authentication</a></p>
@@ -393,68 +394,68 @@
<li><p class=''><a class='doclink'
href='#juneau-rest-client.UnitTesting'>Serverless Unit Testing</a></p>
<li><p class=''><a class='doclink'
href='#juneau-rest-client.Other'>Other Useful Methods</a></p>
</ol>
- <li><p class='new'><a class='doclink'
href='#juneau-microservice-core'>juneau-microservice-core</a></p>
+ <li><p class='toc2'><a class='doclink'
href='#juneau-microservice-core'>juneau-microservice-core</a></p>
<ol>
- <li><p class='new'><a class='doclink'
href='#juneau-microservice-core.Overview'>Microservice Overview</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-microservice-core.LifecycleMethods'>Lifecycle Methods</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-microservice-core.Args'>Args</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-microservice-core.Manifest'>Manifest</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-microservice-core.Config'>Config</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-microservice-core.SystemProperties'>System properties</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-microservice-core.VarResolver'>VarResolver</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-microservice-core.ConsoleCommands'>Console Commands</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-microservice-core.Logging'>Logging</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-microservice-core.Listeners'>Listeners</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-microservice-core.Overview'>Microservice Overview</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-microservice-core.LifecycleMethods'>Lifecycle Methods</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-microservice-core.Args'>Args</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-microservice-core.Manifest'>Manifest</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-microservice-core.Config'>Config</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-microservice-core.SystemProperties'>System properties</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-microservice-core.VarResolver'>VarResolver</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-microservice-core.ConsoleCommands'>Console Commands</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-microservice-core.Logging'>Logging</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-microservice-core.Listeners'>Listeners</a></p>
</ol>
- <li><p class='new'><a class='doclink'
href='#juneau-microservice-jetty'>juneau-microservice-jetty</a></p>
+ <li><p class='toc2'><a class='doclink'
href='#juneau-microservice-jetty'>juneau-microservice-jetty</a></p>
<ol>
- <li><p class='new'><a class='doclink'
href='#juneau-microservice-jetty.Overview'>Overview</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-microservice-jetty.LifecycleMethods'>Lifecycle Methods</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-microservice-jetty.ResourceClasses'>Resource Classes</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-microservice-jetty.PredefinedResourceClasses'>Predefined Resource
Classes</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-microservice-jetty.Config'>Config</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-microservice-jetty.JettyXml'>Jetty.xml file</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-microservice-jetty.UiCustomization'>UI Customization</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-microservice-jetty.Extending'>Extending JettyMicroservice</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-microservice-jetty.Overview'>Overview</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-microservice-jetty.LifecycleMethods'>Lifecycle Methods</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-microservice-jetty.ResourceClasses'>Resource Classes</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-microservice-jetty.PredefinedResourceClasses'>Predefined Resource
Classes</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-microservice-jetty.Config'>Config</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-microservice-jetty.JettyXml'>Jetty.xml file</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-microservice-jetty.UiCustomization'>UI Customization</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-microservice-jetty.Extending'>Extending JettyMicroservice</a></p>
</ol>
- <li><p class='new'><a class='doclink'
href='#my-jetty-microservice'>my-jetty-microservice</a></p>
+ <li><p class='toc2'><a class='doclink'
href='#my-jetty-microservice'>my-jetty-microservice</a></p>
<ol>
- <li><p class='updated'><a class='doclink'
href='#my-jetty-microservice.Installing'>Installing in Eclipse</a></p>
- <li><p class='updated'><a class='doclink'
href='#my-jetty-microservice.Running'>Running in Eclipse</a></p>
- <li><p class='updated'><a class='doclink'
href='#my-jetty-microservice.Building'>Building and Running from
Command-Line</a></p>
+ <li><p class=''><a class='doclink'
href='#my-jetty-microservice.Installing'>Installing in Eclipse</a></p>
+ <li><p class=''><a class='doclink'
href='#my-jetty-microservice.Running'>Running in Eclipse</a></p>
+ <li><p class=''><a class='doclink'
href='#my-jetty-microservice.Building'>Building and Running from
Command-Line</a></p>
</ol>
- <li><p class='new'><a class='doclink'
href='#my-springboot-microservice'>my-springboot-microservice</a></p>
+ <li><p class='toc2'><a class='doclink'
href='#my-springboot-microservice'>my-springboot-microservice</a></p>
<ol>
- <li><p class='new'><a class='doclink'
href='#my-springboot-microservice.Installing'>Installing in Eclipse</a></p>
- <li><p class='new'><a class='doclink'
href='#my-springboot-microservice.Running'>Running in Eclipse</a></p>
- <li><p class='new'><a class='doclink'
href='#my-springboot-microservice.Building'>Building and Running from
Command-Line</a></p>
+ <li><p class=''><a class='doclink'
href='#my-springboot-microservice.Installing'>Installing in Eclipse</a></p>
+ <li><p class=''><a class='doclink'
href='#my-springboot-microservice.Running'>Running in Eclipse</a></p>
+ <li><p class=''><a class='doclink'
href='#my-springboot-microservice.Building'>Building and Running from
Command-Line</a></p>
</ol>
- <li><p class='updated'><a class='doclink'
href='#juneau-examples-core'>juneau-examples-core</a></p>
+ <li><p class='toc2'><a class='doclink'
href='#juneau-examples-core'>juneau-examples-core</a></p>
<ol>
- <li><p class='new'><a class='doclink'
href='#juneau-examples-core.Installing'>Installing in Eclipse</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-examples-core.Examples'>Examples</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-examples-core.Installing'>Installing in Eclipse</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-examples-core.Examples'>Examples</a></p>
</ol>
- <li><p class='updated'><a class='doclink'
href='#juneau-examples-rest'>juneau-examples-rest</a></p>
+ <li><p class='toc2'><a class='doclink'
href='#juneau-examples-rest'>juneau-examples-rest</a></p>
<ol>
- <li><p class='updated'><a class='doclink'
href='#juneau-examples-rest.RootResources'>RootResources</a></p>
- <li><p class='updated'><a class='doclink'
href='#juneau-examples-rest.HelloWorldResource'>HelloWorldResource</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-examples-rest.PetStoreResource'>PetStore</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-examples-rest.DtoExamples'>DtoExamples</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-examples-rest.RootResources'>RootResources</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-examples-rest.HelloWorldResource'>HelloWorldResource</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-examples-rest.PetStoreResource'>PetStore</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-examples-rest.DtoExamples'>DtoExamples</a></p>
<li><p class=''><a class='doclink'
href='#juneau-examples-rest.ConfigResource'>ConfigResource</a></p>
<li><p class=''><a class='doclink'
href='#juneau-examples-rest.LogsResource'>LogsResource</a></p>
</ol>
- <li><p class='new'><a class='doclink'
href='#juneau-examples-rest-jetty'>juneau-examples-rest-jetty</a></p>
+ <li><p class='toc2'><a class='doclink'
href='#juneau-examples-rest-jetty'>juneau-examples-rest-jetty</a></p>
<ol>
- <li><p class='new'><a class='doclink'
href='#juneau-examples-rest-jetty.Installing'>Installing in Eclipse</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-examples-rest-jetty.Running'>Running in Eclipse</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-examples-rest-jetty.Building'>Building and Running from
Command-Line</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-examples-rest-jetty.Installing'>Installing in Eclipse</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-examples-rest-jetty.Running'>Running in Eclipse</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-examples-rest-jetty.Building'>Building and Running from
Command-Line</a></p>
</ol>
- <li><p class='new'><a class='doclink'
href='#juneau-examples-rest-springboot'>juneau-examples-rest-springboot</a></p>
+ <li><p class='toc2'><a class='doclink'
href='#juneau-examples-rest-springboot'>juneau-examples-rest-springboot</a></p>
<ol>
- <li><p class='new'><a class='doclink'
href='#juneau-examples-rest-springboot.Installing'>Installing in Eclipse</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-examples-rest-springboot.Running'>Running in Eclipse</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-examples-rest-springboot.Building'>Building and Running from
Command-Line</a></p>
- <li><p class='new'><a class='doclink'
href='#juneau-examples-rest-springboot.DeployingToHeroku'>Deploying to
Heroku</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-examples-rest-springboot.Installing'>Installing in Eclipse</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-examples-rest-springboot.Running'>Running in Eclipse</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-examples-rest-springboot.Building'>Building and Running from
Command-Line</a></p>
+ <li><p class=''><a class='doclink'
href='#juneau-examples-rest-springboot.DeployingToHeroku'>Deploying to
Heroku</a></p>
</ol>
<li><p class='toc2'><a class='doclink' href='#Security'>Security
Best-Practices</a></p>
<ol>
@@ -2117,7 +2118,7 @@
<!--
====================================================================================================
-->
-<h4 class='topic updated' onclick='toggle(this)'><a
href='#juneau-marshall.Transforms.SwapAnnotation'
id='juneau-marshall.Transforms.SwapAnnotation'>2.10.4 - @Swap
Annotation</a></h4>
+<h4 class='topic ' onclick='toggle(this)'><a
href='#juneau-marshall.Transforms.SwapAnnotation'
id='juneau-marshall.Transforms.SwapAnnotation'>2.10.4 - @Swap
Annotation</a></h4>
<div class='topic'><!-- START: 2.10.4 -
juneau-marshall.Transforms.SwapAnnotation -->
<p>
{@link org.apache.juneau.annotation.Swap @Swap} can be used to
associate a swap class using an
@@ -10942,7 +10943,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic updated' onclick='toggle(this)'><a
href='#juneau-svl.SvlVariables' id='juneau-svl.SvlVariables'>5.2 - SVL
Variables</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a href='#juneau-svl.SvlVariables'
id='juneau-svl.SvlVariables'>5.2 - SVL Variables</a></h3>
<div class='topic'><!-- START: 5.2 - juneau-svl.SvlVariables -->
<p>
Variables are defined through the {@link org.apache.juneau.svl.Var} API.
@@ -12336,8 +12337,17 @@
<!--
====================================================================================================
-->
-<h3 class='topic ' onclick='toggle(this)'><a href='#juneau-config.Serializing'
id='juneau-config.Serializing'>6.10 - Serializing</a></h3>
-<div class='topic'><!-- START: 6.10 - juneau-config.Serializing -->
+<h3 class='topic todo' onclick='toggle(this)'><a href='#juneau-config.Imports'
id='juneau-config.Imports'>6.10 - Imports</a></h3>
+<div class='topic'><!-- START: 6.10 - juneau-config.Imports -->
+<p>
+ TODO
+</p>
+</div><!-- END: 6.10 - juneau-config.Imports -->
+
+<!--
====================================================================================================
-->
+
+<h3 class='topic ' onclick='toggle(this)'><a href='#juneau-config.Serializing'
id='juneau-config.Serializing'>6.11 - Serializing</a></h3>
+<div class='topic'><!-- START: 6.11 - juneau-config.Serializing -->
<p>
The following methods are used for serializing <code>Config</code>
objects back into INI files:
</p>
@@ -12355,12 +12365,12 @@
The <code>Config</code> class implements the {@link
org.apache.juneau.Writable} which means it can be
returned as-is by REST methods to be serialized as INI text.
</p>
-</div><!-- END: 6.10 - juneau-config.Serializing -->
+</div><!-- END: 6.11 - juneau-config.Serializing -->
<!--
====================================================================================================
-->
-<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-config.ConfigStores' id='juneau-config.ConfigStores'>6.11 -
Config Stores</a></h3>
-<div class='topic'><!-- START: 6.11 - juneau-config.ConfigStores -->
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-config.ConfigStores' id='juneau-config.ConfigStores'>6.12 -
Config Stores</a></h3>
+<div class='topic'><!-- START: 6.12 - juneau-config.ConfigStores -->
<p>
Configuration files are stored in entities called Stores.
</p>
@@ -12432,8 +12442,8 @@
<!--
====================================================================================================
-->
-<h4 class='topic ' onclick='toggle(this)'><a
href='#juneau-config.ConfigStores.ConfigMemoryStore'
id='juneau-config.ConfigStores.ConfigMemoryStore'>6.11.1 -
ConfigMemoryStore</a></h4>
-<div class='topic'><!-- START: 6.11.1 -
juneau-config.ConfigStores.ConfigMemoryStore -->
+<h4 class='topic ' onclick='toggle(this)'><a
href='#juneau-config.ConfigStores.ConfigMemoryStore'
id='juneau-config.ConfigStores.ConfigMemoryStore'>6.12.1 -
ConfigMemoryStore</a></h4>
+<div class='topic'><!-- START: 6.12.1 -
juneau-config.ConfigStores.ConfigMemoryStore -->
<p>
The {@link org.apache.juneau.config.store.ConfigMemoryStore} class is
simply an in-memory storage
location for configuration files.
@@ -12481,12 +12491,12 @@
}
}
</p>
-</div><!-- END: 6.11.1 - juneau-config.ConfigStores.ConfigMemoryStore -->
+</div><!-- END: 6.12.1 - juneau-config.ConfigStores.ConfigMemoryStore -->
<!--
====================================================================================================
-->
-<h4 class='topic ' onclick='toggle(this)'><a
href='#juneau-config.ConfigStores.ConfigFileStore'
id='juneau-config.ConfigStores.ConfigFileStore'>6.11.2 -
ConfigFileStore</a></h4>
-<div class='topic'><!-- START: 6.11.2 -
juneau-config.ConfigStores.ConfigFileStore -->
+<h4 class='topic ' onclick='toggle(this)'><a
href='#juneau-config.ConfigStores.ConfigFileStore'
id='juneau-config.ConfigStores.ConfigFileStore'>6.12.2 -
ConfigFileStore</a></h4>
+<div class='topic'><!-- START: 6.12.2 -
juneau-config.ConfigStores.ConfigFileStore -->
<p>
The {@link org.apache.juneau.config.store.ConfigFileStore} is the
typical store used for configuration files.
It provides the following configurable settings:
@@ -12510,12 +12520,12 @@
<jc>// Create a config using the store defined above.</jc>
Config c =
Config.<jsm>create</jsm>(<js>"MyConfig.cfg"</js>).store(fs).build();
</p>
-</div><!-- END: 6.11.2 - juneau-config.ConfigStores.ConfigFileStore -->
+</div><!-- END: 6.12.2 - juneau-config.ConfigStores.ConfigFileStore -->
<!--
====================================================================================================
-->
-<h4 class='topic ' onclick='toggle(this)'><a
href='#juneau-config.ConfigStores.CustomConfigStores'
id='juneau-config.ConfigStores.CustomConfigStores'>6.11.3 - Custom
ConfigStores</a></h4>
-<div class='topic'><!-- START: 6.11.3 -
juneau-config.ConfigStores.CustomConfigStores -->
+<h4 class='topic ' onclick='toggle(this)'><a
href='#juneau-config.ConfigStores.CustomConfigStores'
id='juneau-config.ConfigStores.CustomConfigStores'>6.12.3 - Custom
ConfigStores</a></h4>
+<div class='topic'><!-- START: 6.12.3 -
juneau-config.ConfigStores.CustomConfigStores -->
<p>
The <code>ConfigStore</code> API has been written to allow easy
development of custom configuration storage classes.
</p>
@@ -12674,12 +12684,12 @@
}
}
</p>
-</div><!-- END: 6.11.3 - juneau-config.ConfigStores.CustomConfigStores -->
+</div><!-- END: 6.12.3 - juneau-config.ConfigStores.CustomConfigStores -->
<!--
====================================================================================================
-->
-<h4 class='topic ' onclick='toggle(this)'><a
href='#juneau-config.ConfigStores.ConfigStoreListeners'
id='juneau-config.ConfigStores.ConfigStoreListeners'>6.11.4 - ConfigStore
Listeners</a></h4>
-<div class='topic'><!-- START: 6.11.4 -
juneau-config.ConfigStores.ConfigStoreListeners -->
+<h4 class='topic ' onclick='toggle(this)'><a
href='#juneau-config.ConfigStores.ConfigStoreListeners'
id='juneau-config.ConfigStores.ConfigStoreListeners'>6.12.4 - ConfigStore
Listeners</a></h4>
+<div class='topic'><!-- START: 6.12.4 -
juneau-config.ConfigStores.ConfigStoreListeners -->
<p>
The <code>ConfigStore</code> class has the following listener methods:
</p>
@@ -12704,13 +12714,13 @@
This listener is used by the <code>Config</code> class to listen for
changes on the file system so that it can be
updated in real-time.
</p>
-</div><!-- END: 6.11.4 - juneau-config.ConfigStores.ConfigStoreListeners -->
-</div><!-- END: 6.11 - juneau-config.ConfigStores -->
+</div><!-- END: 6.12.4 - juneau-config.ConfigStores.ConfigStoreListeners -->
+</div><!-- END: 6.12 - juneau-config.ConfigStores -->
<!--
====================================================================================================
-->
-<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-config.ReadOnlyConfigs' id='juneau-config.ReadOnlyConfigs'>6.12 -
Read-only Configs</a></h3>
-<div class='topic'><!-- START: 6.12 - juneau-config.ReadOnlyConfigs -->
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-config.ReadOnlyConfigs' id='juneau-config.ReadOnlyConfigs'>6.13 -
Read-only Configs</a></h3>
+<div class='topic'><!-- START: 6.13 - juneau-config.ReadOnlyConfigs -->
<p>
The following settings can be used to create read-only
<code>Config</code> objects:
</p>
@@ -12725,12 +12735,12 @@
<p>
This causes all methods that make modifications to throw {@link
java.lang.UnsupportedOperationException}.
</p>
-</div><!-- END: 6.12 - juneau-config.ReadOnlyConfigs -->
+</div><!-- END: 6.13 - juneau-config.ReadOnlyConfigs -->
<!--
====================================================================================================
-->
-<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-config.ClosingConfigs' id='juneau-config.ClosingConfigs'>6.13 -
Closing Configs</a></h3>
-<div class='topic'><!-- START: 6.13 - juneau-config.ClosingConfigs -->
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-config.ClosingConfigs' id='juneau-config.ClosingConfigs'>6.14 -
Closing Configs</a></h3>
+<div class='topic'><!-- START: 6.14 - juneau-config.ClosingConfigs -->
<p>
In general, it's good practice to close Config if you're only creating
them temporarily so that
their listeners get unregistered from the underlying storage APIs.
@@ -12745,12 +12755,12 @@
<jc>// Then close the config to unregister the listeners.</jc>
c.close();
</p>
-</div><!-- END: 6.13 - juneau-config.ClosingConfigs -->
+</div><!-- END: 6.14 - juneau-config.ClosingConfigs -->
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-config.SystemDefaultConfig'
id='juneau-config.SystemDefaultConfig'>6.14 - System Default Config</a></h3>
-<div class='topic'><!-- START: 6.14 - juneau-config.SystemDefaultConfig -->
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-config.SystemDefaultConfig'
id='juneau-config.SystemDefaultConfig'>6.15 - System Default Config</a></h3>
+<div class='topic'><!-- START: 6.15 - juneau-config.SystemDefaultConfig -->
<p>
Each JVM has a system default config. This is a configuration file
that serves as the default
configuration for the system. It's accessed using the following static
methods:
@@ -12796,7 +12806,7 @@
<jc>// Use system property if set or the system default if not.</jc>
<ja>@RestResource</ja>(config=<js>"$S{juneau.configFile,SYSTEM_DEFAULT}"</js>)
</p>
-</div><!-- END: 6.14 - juneau-config.SystemDefaultConfig -->
+</div><!-- END: 6.15 - juneau-config.SystemDefaultConfig -->
</div><!-- END: 6 - juneau-config -->
<!--
====================================================================================================
-->
@@ -14983,7 +14993,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic updated' onclick='toggle(this)'><a
href='#juneau-rest-server.restRPC' id='juneau-rest-server.restRPC'>7.7 -
restRPC</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-rest-server.restRPC' id='juneau-rest-server.restRPC'>7.7 -
restRPC</a></h3>
<div class='topic'><!-- START: 7.7 - juneau-rest-server.restRPC -->
<p>
The restRPC (RPC over REST) API allows the creation of client-side
remote proxy interfaces for calling methods on server-side POJOs using entirely
REST.
@@ -17219,7 +17229,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic updated' onclick='toggle(this)'><a
href='#juneau-rest-server.HandlingMultiPartFormPosts'
id='juneau-rest-server.HandlingMultiPartFormPosts'>7.12 - Handling Multi-Part
Form Posts</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-rest-server.HandlingMultiPartFormPosts'
id='juneau-rest-server.HandlingMultiPartFormPosts'>7.12 - Handling Multi-Part
Form Posts</a></h3>
<div class='topic'><!-- START: 7.12 -
juneau-rest-server.HandlingMultiPartFormPosts -->
<p>
The Juneau framework does not natively support multipart form posts.
@@ -21430,7 +21440,7 @@
<!--
====================================================================================================
-->
-<h2 class='topic new' onclick='toggle(this)'><a
href='#juneau-rest-server-springboot' id='juneau-rest-server-springboot'>9 -
juneau-rest-server-springboot</a></h2>
+<h2 class='topic ' onclick='toggle(this)'><a
href='#juneau-rest-server-springboot' id='juneau-rest-server-springboot'>9 -
juneau-rest-server-springboot</a></h2>
<div class='topic'><!-- START: 9 - juneau-rest-server-springboot -->
<h5 class='figure'>Maven Dependency</h5>
<p class='bpcode w500'>
@@ -21458,7 +21468,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-rest-server-springboot.Overview'
id='juneau-rest-server-springboot.Overview'>9.1 - Overview</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-rest-server-springboot.Overview'
id='juneau-rest-server-springboot.Overview'>9.1 - Overview</a></h3>
<div class='topic'><!-- START: 9.1 - juneau-rest-server-springboot.Overview -->
<p>
The Juneau integration component for Spring Boot consists of the
following classes:
@@ -22689,7 +22699,7 @@
<!--
====================================================================================================
-->
-<h4 class='topic new' onclick='toggle(this)'><a
href='#juneau-rest-client.RestProxies.DualPurposeInterfaces'
id='juneau-rest-client.RestProxies.DualPurposeInterfaces'>10.1.10 -
Dual-purpose (end-to-end) interfaces</a></h4>
+<h4 class='topic ' onclick='toggle(this)'><a
href='#juneau-rest-client.RestProxies.DualPurposeInterfaces'
id='juneau-rest-client.RestProxies.DualPurposeInterfaces'>10.1.10 -
Dual-purpose (end-to-end) interfaces</a></h4>
<div class='topic'><!-- START: 10.1.10 -
juneau-rest-client.RestProxies.DualPurposeInterfaces -->
<p>
A common coding practice is to use the same Java interface to define
both your server and client side REST interfaces.
@@ -23524,7 +23534,7 @@
<!--
====================================================================================================
-->
-<h2 class='topic new' onclick='toggle(this)'><a
href='#juneau-microservice-core' id='juneau-microservice-core'>11 -
juneau-microservice-core</a></h2>
+<h2 class='topic ' onclick='toggle(this)'><a href='#juneau-microservice-core'
id='juneau-microservice-core'>11 - juneau-microservice-core</a></h2>
<div class='topic'><!-- START: 11 - juneau-microservice-core -->
<h5 class='figure'>Maven Dependency</h5>
<p class='bpcode w500'>
@@ -23565,7 +23575,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-microservice-core.Overview'
id='juneau-microservice-core.Overview'>11.1 - Microservice Overview</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-microservice-core.Overview'
id='juneau-microservice-core.Overview'>11.1 - Microservice Overview</a></h3>
<div class='topic'><!-- START: 11.1 - juneau-microservice-core.Overview -->
<p>
The Microservice API consists of a base class for defining executable
microservices.
@@ -23622,7 +23632,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-microservice-core.LifecycleMethods'
id='juneau-microservice-core.LifecycleMethods'>11.2 - Lifecycle Methods</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-microservice-core.LifecycleMethods'
id='juneau-microservice-core.LifecycleMethods'>11.2 - Lifecycle Methods</a></h3>
<div class='topic'><!-- START: 11.2 -
juneau-microservice-core.LifecycleMethods -->
<p>
The lifecycle methods of the {@link
org.apache.juneau.microservice.Microservice} class consists of the following:
@@ -23708,7 +23718,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-microservice-core.Args' id='juneau-microservice-core.Args'>11.3 -
Args</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-microservice-core.Args' id='juneau-microservice-core.Args'>11.3 -
Args</a></h3>
<div class='topic'><!-- START: 11.3 - juneau-microservice-core.Args -->
<p>
Command-line arguments can be associated with a microservice using the
{@link org.apache.juneau.microservice.MicroserviceBuilder#args(String...)}
method.
@@ -23786,7 +23796,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-microservice-core.Manifest'
id='juneau-microservice-core.Manifest'>11.4 - Manifest</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-microservice-core.Manifest'
id='juneau-microservice-core.Manifest'>11.4 - Manifest</a></h3>
<div class='topic'><!-- START: 11.4 - juneau-microservice-core.Manifest -->
<p>
The {@link
org.apache.juneau.microservice.MicroserviceBuilder#manifest(Object)} method can
be used to specify the contents or location of of the main
@@ -23849,7 +23859,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-microservice-core.Config'
id='juneau-microservice-core.Config'>11.5 - Config</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-microservice-core.Config'
id='juneau-microservice-core.Config'>11.5 - Config</a></h3>
<div class='topic'><!-- START: 11.5 - juneau-microservice-core.Config -->
<p>
The following methods can be used to define the configuration for your
microservice using the powerful Config API:
@@ -23973,7 +23983,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-microservice-core.SystemProperties'
id='juneau-microservice-core.SystemProperties'>11.6 - System properties</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-microservice-core.SystemProperties'
id='juneau-microservice-core.SystemProperties'>11.6 - System properties</a></h3>
<div class='topic'><!-- START: 11.6 -
juneau-microservice-core.SystemProperties -->
<p>
As a convenience, the <code>SystemProperties</code> section of your
configuration file can be used to define system
@@ -24003,7 +24013,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-microservice-core.VarResolver'
id='juneau-microservice-core.VarResolver'>11.7 - VarResolver</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-microservice-core.VarResolver'
id='juneau-microservice-core.VarResolver'>11.7 - VarResolver</a></h3>
<div class='topic'><!-- START: 11.7 - juneau-microservice-core.VarResolver -->
<p>
The Microservice API incorporates the {@doc juneau-svl Simple Variable
Resolver} API.
@@ -24051,7 +24061,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-microservice-core.ConsoleCommands'
id='juneau-microservice-core.ConsoleCommands'>11.8 - Console Commands</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-microservice-core.ConsoleCommands'
id='juneau-microservice-core.ConsoleCommands'>11.8 - Console Commands</a></h3>
<div class='topic'><!-- START: 11.8 - juneau-microservice-core.ConsoleCommands
-->
<p>
The Microservice API provides support for simple console commands.
@@ -24140,7 +24150,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-microservice-core.Logging'
id='juneau-microservice-core.Logging'>11.9 - Logging</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-microservice-core.Logging'
id='juneau-microservice-core.Logging'>11.9 - Logging</a></h3>
<div class='topic'><!-- START: 11.9 - juneau-microservice-core.Logging -->
<p>
The Microservice API provides build-in but configurable and overridable
support for logging.
@@ -24286,7 +24296,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-microservice-core.Listeners'
id='juneau-microservice-core.Listeners'>11.10 - Listeners</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-microservice-core.Listeners'
id='juneau-microservice-core.Listeners'>11.10 - Listeners</a></h3>
<div class='topic'><!-- START: 11.10 - juneau-microservice-core.Listeners -->
<p>
As mentioned previously, the lifecycle methods for the {@link
org.apache.juneau.microservice.Microservice} class are explicitly
@@ -24344,7 +24354,7 @@
<!--
====================================================================================================
-->
-<h2 class='topic new' onclick='toggle(this)'><a
href='#juneau-microservice-jetty' id='juneau-microservice-jetty'>12 -
juneau-microservice-jetty</a></h2>
+<h2 class='topic ' onclick='toggle(this)'><a href='#juneau-microservice-jetty'
id='juneau-microservice-jetty'>12 - juneau-microservice-jetty</a></h2>
<div class='topic'><!-- START: 12 - juneau-microservice-jetty -->
<h5 class='figure'>Maven Dependency</h5>
<p class='bpcode w500'>
@@ -24372,7 +24382,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-microservice-jetty.Overview'
id='juneau-microservice-jetty.Overview'>12.1 - Overview</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-microservice-jetty.Overview'
id='juneau-microservice-jetty.Overview'>12.1 - Overview</a></h3>
<div class='topic'><!-- START: 12.1 - juneau-microservice-jetty.Overview -->
<p>
The Jetty Microservice API consists of a combination of the Juneau
Core, Server, and Client APIs and an embedded
@@ -24422,7 +24432,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-microservice-jetty.LifecycleMethods'
id='juneau-microservice-jetty.LifecycleMethods'>12.2 - Lifecycle
Methods</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-microservice-jetty.LifecycleMethods'
id='juneau-microservice-jetty.LifecycleMethods'>12.2 - Lifecycle
Methods</a></h3>
<div class='topic'><!-- START: 12.2 -
juneau-microservice-jetty.LifecycleMethods -->
<p>
To review, the {@link org.apache.juneau.microservice.Microservice}
class contains the following lifecycle methods:
@@ -24517,7 +24527,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-microservice-jetty.ResourceClasses'
id='juneau-microservice-jetty.ResourceClasses'>12.3 - Resource Classes</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-microservice-jetty.ResourceClasses'
id='juneau-microservice-jetty.ResourceClasses'>12.3 - Resource Classes</a></h3>
<div class='topic'><!-- START: 12.3 -
juneau-microservice-jetty.ResourceClasses -->
<p>
This section describes how to define a top-level REST resource page and
deploy it in our microservice.
@@ -24659,7 +24669,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-microservice-jetty.PredefinedResourceClasses'
id='juneau-microservice-jetty.PredefinedResourceClasses'>12.4 - Predefined
Resource Classes</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-microservice-jetty.PredefinedResourceClasses'
id='juneau-microservice-jetty.PredefinedResourceClasses'>12.4 - Predefined
Resource Classes</a></h3>
<div class='topic'><!-- START: 12.4 -
juneau-microservice-jetty.PredefinedResourceClasses -->
<p>
The following predefined resource classes are also provided for easy
inclusion into your microservice:
@@ -24680,7 +24690,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-microservice-jetty.Config'
id='juneau-microservice-jetty.Config'>12.5 - Config</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-microservice-jetty.Config'
id='juneau-microservice-jetty.Config'>12.5 - Config</a></h3>
<div class='topic'><!-- START: 12.5 - juneau-microservice-jetty.Config -->
<p>
In {@doc juneau-microservice-core.Config}, we described how to
associate a configuration file with your
@@ -24889,7 +24899,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-microservice-jetty.JettyXml'
id='juneau-microservice-jetty.JettyXml'>12.6 - Jetty.xml file</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-microservice-jetty.JettyXml'
id='juneau-microservice-jetty.JettyXml'>12.6 - Jetty.xml file</a></h3>
<div class='topic'><!-- START: 12.6 - juneau-microservice-jetty.JettyXml -->
<p>
The Jetty microservice comes with a bare-bones <code>jetty.xml</code>
file which can be modified to suite any needs.
@@ -24977,7 +24987,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-microservice-jetty.UiCustomization'
id='juneau-microservice-jetty.UiCustomization'>12.7 - UI Customization</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-microservice-jetty.UiCustomization'
id='juneau-microservice-jetty.UiCustomization'>12.7 - UI Customization</a></h3>
<div class='topic'><!-- START: 12.7 -
juneau-microservice-jetty.UiCustomization -->
<p>
The Microservice project contains a <code>files/htdocs</code> folder
with predefined stylesheets and
@@ -25092,7 +25102,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-microservice-jetty.Extending'
id='juneau-microservice-jetty.Extending'>12.8 - Extending
JettyMicroservice</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-microservice-jetty.Extending'
id='juneau-microservice-jetty.Extending'>12.8 - Extending
JettyMicroservice</a></h3>
<div class='topic'><!-- START: 12.8 - juneau-microservice-jetty.Extending -->
<p>
This example shows how the {@link
org.apache.juneau.microservice.jetty.JettyMicroservice} class
@@ -25172,7 +25182,7 @@
<!--
====================================================================================================
-->
-<h2 class='topic new' onclick='toggle(this)'><a href='#my-jetty-microservice'
id='my-jetty-microservice'>13 - my-jetty-microservice</a></h2>
+<h2 class='topic ' onclick='toggle(this)'><a href='#my-jetty-microservice'
id='my-jetty-microservice'>13 - my-jetty-microservice</a></h2>
<div class='topic'><!-- START: 13 - my-jetty-microservice -->
<h5 class='figure'>Starter Project Zip</h5>
<p class='bpcode w500'>
@@ -25189,7 +25199,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic updated' onclick='toggle(this)'><a
href='#my-jetty-microservice.Installing'
id='my-jetty-microservice.Installing'>13.1 - Installing in Eclipse</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#my-jetty-microservice.Installing'
id='my-jetty-microservice.Installing'>13.1 - Installing in Eclipse</a></h3>
<div class='topic'><!-- START: 13.1 - my-jetty-microservice.Installing -->
<p>
Follow these instructions to create a new template project in Eclipse.
@@ -25446,7 +25456,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic updated' onclick='toggle(this)'><a
href='#my-jetty-microservice.Running' id='my-jetty-microservice.Running'>13.2 -
Running in Eclipse</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#my-jetty-microservice.Running' id='my-jetty-microservice.Running'>13.2 -
Running in Eclipse</a></h3>
<div class='topic'><!-- START: 13.2 - my-jetty-microservice.Running -->
<p>
The <l>my-jetty-microservice.launch</l> file is already provided to
allow you to quickly start
@@ -25482,7 +25492,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic updated' onclick='toggle(this)'><a
href='#my-jetty-microservice.Building' id='my-jetty-microservice.Building'>13.3
- Building and Running from Command-Line</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#my-jetty-microservice.Building' id='my-jetty-microservice.Building'>13.3
- Building and Running from Command-Line</a></h3>
<div class='topic'><!-- START: 13.3 - my-jetty-microservice.Building -->
<p>
The <l>pom.xml</l> file is a basic Maven build script for creating your
microservice
@@ -25530,7 +25540,7 @@
<!--
====================================================================================================
-->
-<h2 class='topic new' onclick='toggle(this)'><a
href='#my-springboot-microservice' id='my-springboot-microservice'>14 -
my-springboot-microservice</a></h2>
+<h2 class='topic ' onclick='toggle(this)'><a
href='#my-springboot-microservice' id='my-springboot-microservice'>14 -
my-springboot-microservice</a></h2>
<div class='topic'><!-- START: 14 - my-springboot-microservice -->
<h5 class='figure'>Starter Project Zip</h5>
<p class='bpcode w500'>
@@ -25551,7 +25561,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#my-springboot-microservice.Installing'
id='my-springboot-microservice.Installing'>14.1 - Installing in Eclipse</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#my-springboot-microservice.Installing'
id='my-springboot-microservice.Installing'>14.1 - Installing in Eclipse</a></h3>
<div class='topic'><!-- START: 14.1 - my-springboot-microservice.Installing -->
<p>
Follow these instructions to create a new template project in Eclipse.
@@ -25684,7 +25694,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#my-springboot-microservice.Running'
id='my-springboot-microservice.Running'>14.2 - Running in Eclipse</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#my-springboot-microservice.Running'
id='my-springboot-microservice.Running'>14.2 - Running in Eclipse</a></h3>
<div class='topic'><!-- START: 14.2 - my-springboot-microservice.Running -->
<p>
The <l>my-springboot-microservice.launch</l> file is already provided
to allow you to quickly start
@@ -25719,7 +25729,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#my-springboot-microservice.Building'
id='my-springboot-microservice.Building'>14.3 - Building and Running from
Command-Line</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#my-springboot-microservice.Building'
id='my-springboot-microservice.Building'>14.3 - Building and Running from
Command-Line</a></h3>
<div class='topic'><!-- START: 14.3 - my-springboot-microservice.Building -->
<p>
The <l>pom.xml</l> file is a basic Maven build script for creating your
microservice
@@ -25764,7 +25774,7 @@
<!--
====================================================================================================
-->
-<h2 class='topic updated' onclick='toggle(this)'><a
href='#juneau-examples-core' id='juneau-examples-core'>15 -
juneau-examples-core</a></h2>
+<h2 class='topic ' onclick='toggle(this)'><a href='#juneau-examples-core'
id='juneau-examples-core'>15 - juneau-examples-core</a></h2>
<div class='topic'><!-- START: 15 - juneau-examples-core -->
<h5 class='figure'>Archive File</h5>
<p class='bpcode w500'>
@@ -25777,7 +25787,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-examples-core.Installing'
id='juneau-examples-core.Installing'>15.1 - Installing in Eclipse</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-examples-core.Installing'
id='juneau-examples-core.Installing'>15.1 - Installing in Eclipse</a></h3>
<div class='topic'><!-- START: 15.1 - juneau-examples-core.Installing -->
<p>
Follow these instructions to import the Juneau project into Eclipse.
@@ -25801,7 +25811,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-examples-core.Examples' id='juneau-examples-core.Examples'>15.2 -
Examples</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-examples-core.Examples' id='juneau-examples-core.Examples'>15.2 -
Examples</a></h3>
<div class='topic'><!-- START: 15.2 - juneau-examples-core.Examples -->
<p>
The following shows the core examples provided:
@@ -25848,7 +25858,7 @@
<!--
====================================================================================================
-->
-<h2 class='topic updated' onclick='toggle(this)'><a
href='#juneau-examples-rest' id='juneau-examples-rest'>16 -
juneau-examples-rest</a></h2>
+<h2 class='topic ' onclick='toggle(this)'><a href='#juneau-examples-rest'
id='juneau-examples-rest'>16 - juneau-examples-rest</a></h2>
<div class='topic'><!-- START: 16 - juneau-examples-rest -->
<h5 class='figure'>Maven Dependency</h5>
<p class='bpcode w500'>
@@ -25884,7 +25894,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic updated' onclick='toggle(this)'><a
href='#juneau-examples-rest.RootResources'
id='juneau-examples-rest.RootResources'>16.1 - RootResources</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-examples-rest.RootResources'
id='juneau-examples-rest.RootResources'>16.1 - RootResources</a></h3>
<div class='topic'><!-- START: 16.1 - juneau-examples-rest.RootResources -->
<p>
The <l>RootResources</l> class is the main page for the REST
microservice.
@@ -26029,7 +26039,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic updated' onclick='toggle(this)'><a
href='#juneau-examples-rest.HelloWorldResource'
id='juneau-examples-rest.HelloWorldResource'>16.2 - HelloWorldResource</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-examples-rest.HelloWorldResource'
id='juneau-examples-rest.HelloWorldResource'>16.2 - HelloWorldResource</a></h3>
<div class='topic'><!-- START: 16.2 - juneau-examples-rest.HelloWorldResource
-->
<p>
The <l>HelloWorldResource</l> class is a simple resource that prints a
"Hello world!" message.
@@ -26098,7 +26108,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-examples-rest.PetStoreResource'
id='juneau-examples-rest.PetStoreResource'>16.3 - PetStore</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-examples-rest.PetStoreResource'
id='juneau-examples-rest.PetStoreResource'>16.3 - PetStore</a></h3>
<div class='topic'><!-- START: 16.3 - juneau-examples-rest.PetStoreResource -->
<p>
The <code>PetStore</code> application is an functional application
meant to demonstrate the following:
@@ -27466,7 +27476,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-examples-rest.DtoExamples'
id='juneau-examples-rest.DtoExamples'>16.4 - DtoExamples</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-examples-rest.DtoExamples'
id='juneau-examples-rest.DtoExamples'>16.4 - DtoExamples</a></h3>
<div class='topic'><!-- START: 16.4 - juneau-examples-rest.DtoExamples -->
<p>
The <l>DtoExamples</l> resource is a resource group for demonstrating
various DTO examples.
@@ -27863,7 +27873,7 @@
<!--
====================================================================================================
-->
-<h2 class='topic new' onclick='toggle(this)'><a
href='#juneau-examples-rest-jetty' id='juneau-examples-rest-jetty'>17 -
juneau-examples-rest-jetty</a></h2>
+<h2 class='topic ' onclick='toggle(this)'><a
href='#juneau-examples-rest-jetty' id='juneau-examples-rest-jetty'>17 -
juneau-examples-rest-jetty</a></h2>
<div class='topic'><!-- START: 17 - juneau-examples-rest-jetty -->
<h5 class='figure'>Starter Project Zip</h5>
<p class='bpcode w500'>
@@ -27877,7 +27887,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-examples-rest-jetty.Installing'
id='juneau-examples-rest-jetty.Installing'>17.1 - Installing in Eclipse</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-examples-rest-jetty.Installing'
id='juneau-examples-rest-jetty.Installing'>17.1 - Installing in Eclipse</a></h3>
<div class='topic'><!-- START: 17.1 - juneau-examples-rest-jetty.Installing -->
<p>
Follow these instructions to import the REST examples project using
Jetty into Eclipse.
@@ -28156,7 +28166,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-examples-rest-jetty.Running'
id='juneau-examples-rest-jetty.Running'>17.2 - Running in Eclipse</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-examples-rest-jetty.Running'
id='juneau-examples-rest-jetty.Running'>17.2 - Running in Eclipse</a></h3>
<div class='topic'><!-- START: 17.2 - juneau-examples-rest-jetty.Running -->
<p>
The <l>juneau-examples-rest-jetty.launch</l> file is already provided
to allow you to quickly start
@@ -28192,7 +28202,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-examples-rest-jetty.Building'
id='juneau-examples-rest-jetty.Building'>17.3 - Building and Running from
Command-Line</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-examples-rest-jetty.Building'
id='juneau-examples-rest-jetty.Building'>17.3 - Building and Running from
Command-Line</a></h3>
<div class='topic'><!-- START: 17.3 - juneau-examples-rest-jetty.Building -->
<p>
The <l>pom.xml</l> file is a basic Maven build script for creating the
examples microservice
@@ -28240,7 +28250,7 @@
<!--
====================================================================================================
-->
-<h2 class='topic new' onclick='toggle(this)'><a
href='#juneau-examples-rest-springboot' id='juneau-examples-rest-springboot'>18
- juneau-examples-rest-springboot</a></h2>
+<h2 class='topic ' onclick='toggle(this)'><a
href='#juneau-examples-rest-springboot' id='juneau-examples-rest-springboot'>18
- juneau-examples-rest-springboot</a></h2>
<div class='topic'><!-- START: 18 - juneau-examples-rest-springboot -->
<h5 class='figure'>Starter Project Zip</h5>
<p class='bpcode w500'>
@@ -28264,7 +28274,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-examples-rest-springboot.Installing'
id='juneau-examples-rest-springboot.Installing'>18.1 - Installing in
Eclipse</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-examples-rest-springboot.Installing'
id='juneau-examples-rest-springboot.Installing'>18.1 - Installing in
Eclipse</a></h3>
<div class='topic'><!-- START: 18.1 -
juneau-examples-rest-springboot.Installing -->
<p>
Follow these instructions to import the REST examples project using
Spring Boot into Eclipse.
@@ -28409,7 +28419,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-examples-rest-springboot.Running'
id='juneau-examples-rest-springboot.Running'>18.2 - Running in Eclipse</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-examples-rest-springboot.Running'
id='juneau-examples-rest-springboot.Running'>18.2 - Running in Eclipse</a></h3>
<div class='topic'><!-- START: 18.2 - juneau-examples-rest-springboot.Running
-->
<p>
The <l>juneau-examples-rest-springboot.launch</l> file is already
provided to allow you to quickly start
@@ -28444,7 +28454,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-examples-rest-springboot.Building'
id='juneau-examples-rest-springboot.Building'>18.3 - Building and Running from
Command-Line</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-examples-rest-springboot.Building'
id='juneau-examples-rest-springboot.Building'>18.3 - Building and Running from
Command-Line</a></h3>
<div class='topic'><!-- START: 18.3 - juneau-examples-rest-springboot.Building
-->
<p>
The <l>pom.xml</l> file is a basic Maven build script for creating your
microservice
@@ -28488,7 +28498,7 @@
<!--
====================================================================================================
-->
-<h3 class='topic new' onclick='toggle(this)'><a
href='#juneau-examples-rest-springboot.DeployingToHeroku'
id='juneau-examples-rest-springboot.DeployingToHeroku'>18.4 - Deploying to
Heroku</a></h3>
+<h3 class='topic ' onclick='toggle(this)'><a
href='#juneau-examples-rest-springboot.DeployingToHeroku'
id='juneau-examples-rest-springboot.DeployingToHeroku'>18.4 - Deploying to
Heroku</a></h3>
<div class='topic'><!-- START: 18.4 -
juneau-examples-rest-springboot.DeployingToHeroku -->
<p>
<a href='https://www.heroku.com'>Heroku</a> is a platform-as-a-service
that allows applications to be quickly hosted
@@ -28864,7 +28874,8 @@
<li><p><a class='doclink' href='#7.2.0'>7.2.1 (Sept 25, 2018)</a></p>
<li><p><a class='doclink' href='#7.2.1'>7.2.1 (Oct 23, 2018)</a></p>
<li><p><a class='doclink' href='#7.2.2'>7.2.2 (Nov 7, 2018)</a></p>
-<li><p><a class='doclink' href='#8.0.0'>8.0.0 (TBD)</a></p>
+<li><p><a class='doclink' href='#8.0.0'>8.0.0 (Jan 01, 2019)</a></p>
+<li><p><a class='doclink' href='#8.0.1'>8.0.0 (TBD)</a></p>
</ul>
@@ -34865,10 +34876,11 @@
<!--
====================================================================================================
-->
-<h3 class='topic' onclick='toggle(this)'><a href='#8.0.0' id='8.0.0'>8.0.0
(TBD)</a></h3>
+<h3 class='topic' onclick='toggle(this)'><a href='#8.0.0' id='8.0.0'>8.0.0
(Jan 01, 2019)</a></h3>
<div class='topic'><!-- START: 8.0.0 -->
<p>
- This release primarily cleans up deprecated APIs from the 7.2.0 release.
+ This release cleans up deprecated APIs from the 7.2.0 release and makes
significant modifications
+ to the Microservice APIs.
</p>
<p>
@@ -34999,5 +35011,37 @@
</ul>
</div><!-- END: 8.0.0 -->
+<!--
====================================================================================================
-->
+
+<h3 class='topic' onclick='toggle(this)'><a href='#8.0.1' id='8.0.1'>8.0.0
(TBD)</a></h3>
+<div class='topic'><!-- START: 8.0.1 -->
+<p>
+ TBD
+</p>
+
+<h5 class='topic w800'>juneau-config</h5>
+<ul class='spaced-list'>
+ <li>
+ Support for import statements:
+ <p class='bpcode'>
+ <cc># Import values from another configuration:</cc>
+ <ci><ParentConfig1></ci>
+
+ <cs>[Foo]</cs>
+ <ck>bar</ck> = <cv>baz</cv>
+ </p>
+ <li>
+ The {@link org.apache.juneau.config.store.ConfigFileStore} now
automatically resolves file extensions.
+ <br>New configuration property for specifying search paths for
file extensions:
+ <ul class='doctree'>
+ <li class='jf'>{@link
org.apache.juneau.config.store.ConfigFileStore#FILESTORE_extensions}
+ </ul>
+ <li>
+ Fixed a bug where instances of {@link
org.apache.juneau.config.store.ConfigMemoryStore} ended up resolving to the
same object.
+ <li>
+
+</ul>
+</div><!-- END: 8.0.1 -->
+
</div>
</body>
diff --git a/juneau-doc/src/main/javadoc/resources/docs.txt
b/juneau-doc/src/main/javadoc/resources/docs.txt
index 907d015..a273bde 100644
--- a/juneau-doc/src/main/javadoc/resources/docs.txt
+++ b/juneau-doc/src/main/javadoc/resources/docs.txt
@@ -75,6 +75,7 @@ juneau-config.EntryTypes.BinaryData =
#juneau-config.EntryTypes.BinaryData, Over
juneau-config.EntryTypes.Collections = #juneau-config.EntryTypes.Collections,
Overview > juneau-config > Entry Types > Collections
juneau-config.EntryTypes.POJOs = #juneau-config.EntryTypes.POJOs, Overview >
juneau-config > Entry Types > POJOs
juneau-config.EntryTypes.PrimitiveTypes =
#juneau-config.EntryTypes.PrimitiveTypes, Overview > juneau-config > Entry
Types > Primitive Types
+juneau-config.Imports = #juneau-config.Imports, Overview > juneau-config >
Imports
juneau-config.Listeners = #juneau-config.Listeners, Overview > juneau-config >
Listeners
juneau-config.Overview = #juneau-config.Overview, Overview > juneau-config >
Overview
juneau-config.Overview.SyntaxRules = #juneau-config.Overview.SyntaxRules,
Overview > juneau-config > Overview > Syntax Rules
diff --git a/juneau-doc/src/main/javadoc/resources/fragments/toc.html
b/juneau-doc/src/main/javadoc/resources/fragments/toc.html
index 22a9b56..f7c146f 100644
--- a/juneau-doc/src/main/javadoc/resources/fragments/toc.html
+++ b/juneau-doc/src/main/javadoc/resources/fragments/toc.html
@@ -39,7 +39,7 @@
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-marshall.Transforms.PojoSwaps'>PojoSwaps</a></p>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-marshall.Transforms.PerMediaTypePojoSwaps'>Per-media-type
PojoSwaps</a></p>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-marshall.Transforms.OneWayPojoSwaps'>One-way
PojoSwaps</a></p>
- <li><p class='updated'><a class='doclink'
href='{OVERVIEW_URL}#juneau-marshall.Transforms.SwapAnnotation'>@Swap
Annotation</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-marshall.Transforms.SwapAnnotation'>@Swap
Annotation</a></p>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-marshall.Transforms.TemplatedSwaps'>Templated
Swaps</a></p>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-marshall.Transforms.SwapMethods'>Swap
Methods</a></p>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-marshall.Transforms.SurrogateClasses'>Surrogate
Classes</a></p>
@@ -147,7 +147,7 @@
<li><p class='toc2'><a class='doclink'
href='{OVERVIEW_URL}#juneau-svl'>juneau-svl</a></p>
<ol>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-svl.SimpleVarLanguage'>Simple Variable
Language</a></p>
- <li><p class='updated'><a class='doclink'
href='{OVERVIEW_URL}#juneau-svl.SvlVariables'>SVL Variables</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-svl.SvlVariables'>SVL Variables</a></p>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-svl.VarResolvers'>VarResolvers and
VarResolverSessions</a></p>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-svl.OtherNotes'>Other Notes</a></p>
</ol>
@@ -180,6 +180,7 @@
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-config.SettingValues.BulkSettingValues'>Setting
Values in Bulk</a></p>
</ol>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-config.Listeners'>Listeners</a></p>
+ <li><p class='todo'><a class='doclink'
href='{OVERVIEW_URL}#juneau-config.Imports'>Imports</a></p>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-config.Serializing'>Serializing</a></p>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-config.ConfigStores'>Config Stores</a></p>
<ol>
@@ -190,7 +191,7 @@
</ol>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-config.ReadOnlyConfigs'>Read-only Configs</a></p>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-config.ClosingConfigs'>Closing Configs</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-config.SystemDefaultConfig'>System Default
Config</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-config.SystemDefaultConfig'>System Default
Config</a></p>
</ol>
<li><p class='toc2'><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-server'>juneau-rest-server</a></p>
<ol>
@@ -229,7 +230,7 @@
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-server.RestMethod.PredefinedExceptions'>Predefined
Exceptions</a></p>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-server.RestMethod.PredefinedHelperBeans'>Predefined
Helper Beans</a></p>
</ol>
- <li><p class='updated'><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-server.restRPC'>restRPC</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-server.restRPC'>restRPC</a></p>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-server.OpenApiSchemaPartParsing'>OpenAPI
Schema Part Parsing</a></p>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-server.OpenApiSchemaPartSerializing'>OpenAPI
Schema Part Serializing</a></p>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-server.HttpPartAnnotations'>HTTP-Part
Annotations</a></p>
@@ -247,7 +248,7 @@
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-server.HttpPartAnnotations.ResponseStatus'>@ResponseStatus</a></p>
</ol>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-server.HandlingFormPosts'>Handling Form
Posts</a></p>
- <li><p class='updated'><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-server.HandlingMultiPartFormPosts'>Handling
Multi-Part Form Posts</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-server.HandlingMultiPartFormPosts'>Handling
Multi-Part Form Posts</a></p>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-server.Serializers'>Serializers</a></p>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-server.Parsers'>Parsers</a></p>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-server.Properties'>Properties</a></p>
@@ -302,9 +303,9 @@
<ol>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-server-jaxrs.BaseProvider'>Juneau JAX-RS
Provider</a></p>
</ol>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-server-springboot'>juneau-rest-server-springboot</a></p>
+ <li><p class='toc2'><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-server-springboot'>juneau-rest-server-springboot</a></p>
<ol>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-server-springboot.Overview'>Overview</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-server-springboot.Overview'>Overview</a></p>
</ol>
<li><p class='toc2'><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-client'>juneau-rest-client</a></p>
<ol>
@@ -319,7 +320,7 @@
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-client.RestProxies.Path'>@Path</a></p>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-client.RestProxies.Request'>@Request</a></p>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-client.RestProxies.Response'>@Response</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-client.RestProxies.DualPurposeInterfaces'>Dual-purpose
(end-to-end) interfaces</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-client.RestProxies.DualPurposeInterfaces'>Dual-purpose
(end-to-end) interfaces</a></p>
</ol>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-client.SSL'>SSL Support</a></p>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-client.Authentication'>Authentication</a></p>
@@ -336,68 +337,68 @@
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-client.UnitTesting'>Serverless Unit
Testing</a></p>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-rest-client.Other'>Other Useful Methods</a></p>
</ol>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-core'>juneau-microservice-core</a></p>
+ <li><p class='toc2'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-core'>juneau-microservice-core</a></p>
<ol>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-core.Overview'>Microservice
Overview</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-core.LifecycleMethods'>Lifecycle
Methods</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-core.Args'>Args</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-core.Manifest'>Manifest</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-core.Config'>Config</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-core.SystemProperties'>System
properties</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-core.VarResolver'>VarResolver</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-core.ConsoleCommands'>Console
Commands</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-core.Logging'>Logging</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-core.Listeners'>Listeners</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-core.Overview'>Microservice
Overview</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-core.LifecycleMethods'>Lifecycle
Methods</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-core.Args'>Args</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-core.Manifest'>Manifest</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-core.Config'>Config</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-core.SystemProperties'>System
properties</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-core.VarResolver'>VarResolver</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-core.ConsoleCommands'>Console
Commands</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-core.Logging'>Logging</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-core.Listeners'>Listeners</a></p>
</ol>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-jetty'>juneau-microservice-jetty</a></p>
+ <li><p class='toc2'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-jetty'>juneau-microservice-jetty</a></p>
<ol>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-jetty.Overview'>Overview</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-jetty.LifecycleMethods'>Lifecycle
Methods</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-jetty.ResourceClasses'>Resource
Classes</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-jetty.PredefinedResourceClasses'>Predefined
Resource Classes</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-jetty.Config'>Config</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-jetty.JettyXml'>Jetty.xml file</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-jetty.UiCustomization'>UI
Customization</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-jetty.Extending'>Extending
JettyMicroservice</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-jetty.Overview'>Overview</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-jetty.LifecycleMethods'>Lifecycle
Methods</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-jetty.ResourceClasses'>Resource
Classes</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-jetty.PredefinedResourceClasses'>Predefined
Resource Classes</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-jetty.Config'>Config</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-jetty.JettyXml'>Jetty.xml file</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-jetty.UiCustomization'>UI
Customization</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-microservice-jetty.Extending'>Extending
JettyMicroservice</a></p>
</ol>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#my-jetty-microservice'>my-jetty-microservice</a></p>
+ <li><p class='toc2'><a class='doclink'
href='{OVERVIEW_URL}#my-jetty-microservice'>my-jetty-microservice</a></p>
<ol>
- <li><p class='updated'><a class='doclink'
href='{OVERVIEW_URL}#my-jetty-microservice.Installing'>Installing in
Eclipse</a></p>
- <li><p class='updated'><a class='doclink'
href='{OVERVIEW_URL}#my-jetty-microservice.Running'>Running in Eclipse</a></p>
- <li><p class='updated'><a class='doclink'
href='{OVERVIEW_URL}#my-jetty-microservice.Building'>Building and Running from
Command-Line</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#my-jetty-microservice.Installing'>Installing in
Eclipse</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#my-jetty-microservice.Running'>Running in Eclipse</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#my-jetty-microservice.Building'>Building and Running from
Command-Line</a></p>
</ol>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#my-springboot-microservice'>my-springboot-microservice</a></p>
+ <li><p class='toc2'><a class='doclink'
href='{OVERVIEW_URL}#my-springboot-microservice'>my-springboot-microservice</a></p>
<ol>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#my-springboot-microservice.Installing'>Installing in
Eclipse</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#my-springboot-microservice.Running'>Running in
Eclipse</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#my-springboot-microservice.Building'>Building and Running
from Command-Line</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#my-springboot-microservice.Installing'>Installing in
Eclipse</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#my-springboot-microservice.Running'>Running in
Eclipse</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#my-springboot-microservice.Building'>Building and Running
from Command-Line</a></p>
</ol>
- <li><p class='updated'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-core'>juneau-examples-core</a></p>
+ <li><p class='toc2'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-core'>juneau-examples-core</a></p>
<ol>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-core.Installing'>Installing in
Eclipse</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-core.Examples'>Examples</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-core.Installing'>Installing in
Eclipse</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-core.Examples'>Examples</a></p>
</ol>
- <li><p class='updated'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest'>juneau-examples-rest</a></p>
+ <li><p class='toc2'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest'>juneau-examples-rest</a></p>
<ol>
- <li><p class='updated'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest.RootResources'>RootResources</a></p>
- <li><p class='updated'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest.HelloWorldResource'>HelloWorldResource</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest.PetStoreResource'>PetStore</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest.DtoExamples'>DtoExamples</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest.RootResources'>RootResources</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest.HelloWorldResource'>HelloWorldResource</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest.PetStoreResource'>PetStore</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest.DtoExamples'>DtoExamples</a></p>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest.ConfigResource'>ConfigResource</a></p>
<li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest.LogsResource'>LogsResource</a></p>
</ol>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest-jetty'>juneau-examples-rest-jetty</a></p>
+ <li><p class='toc2'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest-jetty'>juneau-examples-rest-jetty</a></p>
<ol>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest-jetty.Installing'>Installing in
Eclipse</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest-jetty.Running'>Running in
Eclipse</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest-jetty.Building'>Building and Running
from Command-Line</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest-jetty.Installing'>Installing in
Eclipse</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest-jetty.Running'>Running in
Eclipse</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest-jetty.Building'>Building and Running
from Command-Line</a></p>
</ol>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest-springboot'>juneau-examples-rest-springboot</a></p>
+ <li><p class='toc2'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest-springboot'>juneau-examples-rest-springboot</a></p>
<ol>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest-springboot.Installing'>Installing in
Eclipse</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest-springboot.Running'>Running in
Eclipse</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest-springboot.Building'>Building and
Running from Command-Line</a></p>
- <li><p class='new'><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest-springboot.DeployingToHeroku'>Deploying
to Heroku</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest-springboot.Installing'>Installing in
Eclipse</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest-springboot.Running'>Running in
Eclipse</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest-springboot.Building'>Building and
Running from Command-Line</a></p>
+ <li><p class=''><a class='doclink'
href='{OVERVIEW_URL}#juneau-examples-rest-springboot.DeployingToHeroku'>Deploying
to Heroku</a></p>
</ol>
<li><p class='toc2'><a class='doclink'
href='{OVERVIEW_URL}#Security'>Security Best-Practices</a></p>
<ol>
diff --git a/juneau-doc/src/main/javadoc/resources/juneau-code.css
b/juneau-doc/src/main/javadoc/resources/juneau-code.css
index 20a2324..801d121 100644
--- a/juneau-doc/src/main/javadoc/resources/juneau-code.css
+++ b/juneau-doc/src/main/javadoc/resources/juneau-code.css
@@ -134,9 +134,11 @@ us { color: #00B; } /* String value */
mc { color: green; }
mk { color: DarkRed; font-weight: bold; }
mv { color: DarkBlue;}
+mi { color: DarkBlue; font-style: italic; }
/*--- Config file effects ---*/
cc { color: green; }
cs { color: DarkRed;font-weight: bold;}
ck { color: DarkRed; }
cv { color: DarkBlue; }
+ci { color: purple; font-style: italic; }