[juneau-website] branch asf-site updated: Javadocs.

2020-10-02 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 8cb77c3  Javadocs.
8cb77c3 is described below

commit 8cb77c3b1c81ba96e73c1dc114b46f5179fa3162
Author: JamesBognar 
AuthorDate: Fri Oct 2 10:36:16 2020 -0400

Javadocs.
---
 content/site/apidocs-8.2.0/overview-summary.html | 32 
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/content/site/apidocs-8.2.0/overview-summary.html 
b/content/site/apidocs-8.2.0/overview-summary.html
index 9668714..d3d7e60 100644
--- a/content/site/apidocs-8.2.0/overview-summary.html
+++ b/content/site/apidocs-8.2.0/overview-summary.html
@@ -23476,14 +23476,14 @@ Resource bundles are searched using the following 
base name patterns:
RestClient client = RestClient
   .create()
   .headers(
- 
AMap.of("Foo","bar","Baz","qux") 
 // Arbitrary key/value pairs.
- BasicStringHeader.of("Foo","bar")  
// A Header object.
- BasicStringHeader.of("Foo",()->getBar())  // 
A dynamic Header object.
- Accept.of("application/json")  // Predefined 
Header objects.
- HeaderSupplier.ofPairs("Foo","bar")  
// A dynamically changing list of Header objects.
+ 
AMap.of("Foo","bar","Baz","qux"),
  // Arbitrary key/value pairs.
+ BasicStringHeader.of("Foo","bar"),  
// A Header object.
+ BasicStringHeader.of("Foo",()->getBar()),  // 
A dynamic Header object.
+ Accept.of("application/json"),  // Predefined 
Header objects.
+ HeaderSupplier.ofPairs("Foo","bar"),  
// A dynamically changing list of Header objects.
  
AList.of(ContentType.of("application/json"))  
// A list of anything else on this list.
   )
-  .headerPairs("Foo","bar","Baz","qux")
+  
.headerPairs("Foo","bar","Baz","qux")  
// Arbitrary key/value pairs.
   .build();
 
 
@@ -23591,13 +23591,13 @@ Resource bundles are searched using the following 
base name patterns:
RestClient client = RestClient
   .create()
   .queries(
- 
AMap.of("foo","bar","baz","qux") 
 // Arbitrary key/value pairs.
- BasicNameValuePair.of("foo","bar")  
// A NameValuePair object.
- BasicNameValuePair.of("foo",()->getBar())  // 
A dynamic NameValuePair object.
- 
NameValuePairSupplier.ofPairs("foo","bar")  // 
A dynamically changing list of NameValuePair objects.
+ 
AMap.of("foo","bar","baz","qux"),
  // Arbitrary key/value pairs.
+ BasicNameValuePair.of("foo","bar"),  
// A NameValuePair object.
+ BasicNameValuePair.of("foo",()->getBar()),  
// A dynamic NameValuePair object.
+ 
NameValuePairSupplier.ofPairs("foo","bar"),  
// A dynamically changing list of NameValuePair objects.
  
AList.of(BasicNameValuePair.of("foo","bar"))
  // A list of anything else on this list.
   )
-  .queryPairs("foo","bar","baz","qux")
+  .queryPairs("foo","bar","baz","qux") 
 // Arbitrary key/value pairs.
   .build();
 
 
@@ -23674,13 +23674,13 @@ Resource bundles are searched using the following 
base name patterns:
RestClient client = RestClient
   .create()
   .formDatas(
- 
AMap.of("foo","bar","baz","qux") 
 // Arbitrary key/value pairs.
- BasicNameValuePair.of("foo","bar")  
// A NameValuePair object.
- BasicNameValuePair.of("foo",()->getBar())  // 
A dynamic NameValuePair object.
- 
NameValuePairSupplier.ofPairs("foo","bar")  // 
A dynamically changing list of NameValuePair objects.
+ 
AMap.of("foo","bar","baz","qux"),
  // Arbitrary key/value pairs.
+ BasicNameValuePair.of("foo","bar"),  
// A NameValuePair object.
+ BasicNameValuePair.of("foo",()->getBar()),  
// A dynamic NameValuePair object.
+ 
NameValuePairSupplier.ofPairs("foo","bar"),  
// A dynamically changing list of NameValuePair objects.
  
AList.of(BasicNameValuePair.of("foo","bar"))
  // A list of anything else on this list.
   )
-  
.formDataPairs("foo","bar","baz","qux")
+  
.formDataPairs("foo","bar","baz","qux")  
// Arbitrary key/value pairs.
   .build();
 
 



[juneau-website] branch asf-site updated: Javadocs.

2020-10-01 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new eeb25ea  Javadocs.
eeb25ea is described below

commit eeb25ea61e0a819fa352bc145c4f7ca1eaf59541
Author: JamesBognar 
AuthorDate: Thu Oct 1 14:05:47 2020 -0400

Javadocs.
---
 content/site/apidocs-8.1.4/overview-summary.html | 33 ++--
 1 file changed, 19 insertions(+), 14 deletions(-)

diff --git a/content/site/apidocs-8.1.4/overview-summary.html 
b/content/site/apidocs-8.1.4/overview-summary.html
index a8c9ff2..3263dd0 100644
--- a/content/site/apidocs-8.1.4/overview-summary.html
+++ b/content/site/apidocs-8.1.4/overview-summary.html
@@ -32035,7 +32035,7 @@ Resource bundles are searched using the following base 
name patterns:
 8.1.1 (Sept 20, 2019)
 8.1.2 (Dec 01, 2019)
 8.1.3 (TBD)
-8.1.4 (TBD)
+8.2.0 (TBD)
 
 

@@ -38753,9 +38753,13 @@ Resource bundles are searched using the following base 
name patterns:
 
 
 
-8.1.4 
(TBD)
+8.2.0 
(TBD)
 
 
+Juneau 8.2.0 is a major release. 
+The most significant change is the addition of an entirely new RestClient API build from 
scratch
+with near 100% unit test coverage.
+The new API is located in the org.apache.juneau.rest.client2 package 
and will replace the old API in 9.0.
 
 
 juneau-marshall
@@ -38774,7 +38778,7 @@ Resource bundles are searched using the following base 
name patterns:

   Annotations are now aggregated across the entire class hierarchy instead 
of simply being overridden.
   The following is an example.
-  
+  
// Parent class with properties a,b,c
@Bean(bpi="a,b,c")
public class MyClass {
@@ -38808,7 +38812,7 @@ Resource bundles are searched using the following base 
name patterns:

   Config annotations now override class-level annotations.
   For example, only the 'a' and 'b' properties get serialized on the 
bean below:
-  
+  
// Parent class with properties a,b,c
@Bean(bpi="a,b,c")
public class MyClass {
@@ -38845,7 +38849,7 @@ Resource bundles are searched using the following base 
name patterns:
  XmlAnnotation 
implements Xml
   
   Example:
-  
+  
@Bean(bpi="street,city") // Will be overridden
public class AddressBean {...}

@@ -38856,7 +38860,7 @@ Resource bundles are searched using the following base 
name patterns:

   Bean maps now have the concept of "hidden" properties (properties that 
aren't serialized but otherwise accessible).
   For example, the Html.link()
 can now reference hidden properties:
-  
+  
@Bean(bpi="a") // Will be overridden
public class MyBean {
   
@@ -38910,7 +38914,7 @@ Resource bundles are searched using the following base 
name patterns:

   All classes in the org.apache.juneau.http.response
 and org.apache.juneau.http.exception
 now have header(String,Object)
   methods for adding response headers.
-  
+  
// Method that performs a BASIC Auth handshake.
@RestMethod
public Ok 
checkBasicAuth(@Header("Authorization") String auth) 
throws Unauthorized {
@@ -38947,7 +38951,7 @@ Resource bundles are searched using the following base 
name patterns:
   

   Convenience methods added to HttpPartSchema and related classes 
to simplify schema definitions:
-  
+  
import static org.apache.juneau.httppart.HttpPartSchema.*;
   
// Old
@@ -38972,7 +38976,7 @@ Resource bundles are searched using the following base 
name patterns:
   JuneauLogger class is being deprecated.  Improvements in logging 
in Java 8 make it obsolete.

   Bean filters can now be specified programmatically through a builder API.
-  
+  
// Create a JSON serializer that only includes specified fields on a 
specific class.
WriterSerializer s = JsonSerializer
   .create()
@@ -38990,7 +38994,7 @@ Resource bundles are searched using the following base 
name patterns:
   

   Fluent setters that follow the withX convention are now 
automatically detected by all parsers.
-  
+  
// A bean with a fluent setter.
public class MyBean {
   public MyBean withFoo(String foo) {
@@ -39130,7 +39134,7 @@ Resource bundles are searched using the following base 
name patterns:

   New @Path(required)
 annotation support.
   A path can be marked as not-required when the path variable is 
resolved by a parent resource like so:
-  
+  
@Rest(path="/parent/{p1}",children=Child.class)
public class Parent {
   ...
@@ -39152,7 +39156,7 @@ Resource bundles are searched using the following base 
name patterns:
   New @RestMethod(paths)
 annotation that allows you to map multiple
   paths to the same Java method.
   Example:
-  
+  
@RestMethod(
   name=GET,
   

[juneau-website] branch asf-site updated: Javadocs

2019-09-23 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 2aa9c9a  Javadocs
2aa9c9a is described below

commit 2aa9c9a08efd174f92587544d24bbf184cce476b
Author: JamesBognar 
AuthorDate: Mon Sep 23 14:17:17 2019 -0400

Javadocs
---
 content/site/apidocs-8.1.0/overview-summary.html   |   4 +-
 .../juneau/examples/core/svl/SvlExample.html   |   2 +-
 content/site/apidocs-8.1.1/overview-summary.html   | 116 ++---
 3 files changed, 61 insertions(+), 61 deletions(-)

diff --git a/content/site/apidocs-8.1.0/overview-summary.html 
b/content/site/apidocs-8.1.0/overview-summary.html
index 8e72565..151bd79 100644
--- a/content/site/apidocs-8.1.0/overview-summary.html
+++ b/content/site/apidocs-8.1.0/overview-summary.html
@@ -30510,7 +30510,7 @@
  This class tells Heroku how to deploy our application using the Web 
dyno.
   
   
-   web: java -jar target/juneau-examples-rest-springboot-8.0.0.jar
+   web: java -jar target/juneau-examples-rest-springboot-8.1.0.jar
   

   settings.xml 
@@ -30860,7 +30860,7 @@
 7.2.1 (Sept 25, 2018)
 7.2.1 (Oct 23, 2018)
 7.2.2 (Nov 7, 2018)
-8.0.0 (Jan 01, 2019)
+8.1.0 (Jan 01, 2019)
 8.1.0 (TBD)
 
 
diff --git 
a/content/site/apidocs-8.1.0/src-html/org/apache/juneau/examples/core/svl/SvlExample.html
 
b/content/site/apidocs-8.1.0/src-html/org/apache/juneau/examples/core/svl/SvlExample.html
index 40b0c31..9f80fa8 100644
--- 
a/content/site/apidocs-8.1.0/src-html/org/apache/juneau/examples/core/svl/SvlExample.html
+++ 
b/content/site/apidocs-8.1.0/src-html/org/apache/juneau/examples/core/svl/SvlExample.html
@@ -70,7 +70,7 @@
 062
 063  /*
 064   *  See all supported variable 
types at,
-065   *  
http://juneau.apache.org/site/apidocs-8.0.0/overview-summary.html#juneau-svl
+065   *  
http://juneau.apache.org/site/apidocs-8.1.0/overview-summary.html#juneau-svl
 066   *  NOTE - juneau-svl supports 
nested variables well
 067   * */
 068   }
diff --git a/content/site/apidocs-8.1.1/overview-summary.html 
b/content/site/apidocs-8.1.1/overview-summary.html
index 1951fa2..7b311eb 100644
--- a/content/site/apidocs-8.1.1/overview-summary.html
+++ b/content/site/apidocs-8.1.1/overview-summary.html
@@ -73,7 +73,7 @@
 
 
 
-Apache Juneau 8.1.0 Documentation
+Apache Juneau 8.1.1 Documentation
 
 See: Description
 
@@ -751,11 +751,11 @@
 
 
 
-Apache Juneau 8.1.0 Documentation
-Apache Juneau 8.1.0 Documentation Preview
+Apache Juneau 8.1.1 Documentation
+Apache Juneau 8.1.1 Documentation Preview
 Documentation in progress
-New documentation in 8.1.0
-Updated documentation in 8.1.0
+New documentation in 8.1.1
+Updated documentation in 8.1.1
 
 

[juneau-website] branch asf-site updated: Javadocs

2019-09-15 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 109881a  Javadocs
109881a is described below

commit 109881a5e8bf48f5f4c9c221d574c3c2b8fd71ac
Author: JamesBognar 
AuthorDate: Sun Sep 15 18:36:26 2019 -0400

Javadocs
---
 content/site/apidocs-8.1.1/overview-summary.html| 4 ++--
 content/site/apidocs-8.1.1/resources/fragments/toc.html | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/site/apidocs-8.1.1/overview-summary.html 
b/content/site/apidocs-8.1.1/overview-summary.html
index badb188..22a8274 100644
--- a/content/site/apidocs-8.1.1/overview-summary.html
+++ b/content/site/apidocs-8.1.1/overview-summary.html
@@ -1126,7 +1126,7 @@
   Encoders
   SVL Variables
   Configuration Files
-  Static files
+  Static files
   Client Versioning
   RestInfoProvider
   
@@ -19987,7 +19987,7 @@
 
 
 
-7.26 
- Static files
+7.26 
- Static files
 
 
The @RestResource(staticFiles)
 
diff --git a/content/site/apidocs-8.1.1/resources/fragments/toc.html 
b/content/site/apidocs-8.1.1/resources/fragments/toc.html
index 24eb6d2..316eb6e 100644
--- a/content/site/apidocs-8.1.1/resources/fragments/toc.html
+++ b/content/site/apidocs-8.1.1/resources/fragments/toc.html
@@ -269,7 +269,7 @@
Encoders
SVL Variables
Configuration 
Files
-   Static files
+   Static files
Client 
Versioning
RestInfoProvider




[juneau-website] branch asf-site updated: Javadocs

2019-08-13 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 9986250  Javadocs
9986250 is described below

commit 9986250ea03f5e96b538d8155592d7392308c462
Author: JamesBognar 
AuthorDate: Tue Aug 13 12:51:49 2019 -0400

Javadocs
---
 content/site/apidocs-8.1.0/overview-summary.html|  4 ++--
 content/site/apidocs-8.1.0/resources/juneau-doc.css | 19 +++
 content/styles/juneau-doc.css   | 19 +++
 3 files changed, 24 insertions(+), 18 deletions(-)

diff --git a/content/site/apidocs-8.1.0/overview-summary.html 
b/content/site/apidocs-8.1.0/overview-summary.html
index c4fb45e..959113b 100644
--- a/content/site/apidocs-8.1.0/overview-summary.html
+++ b/content/site/apidocs-8.1.0/overview-summary.html
@@ -1678,7 +1678,7 @@
/dependency
   
 
-   If you would like to work with the bleeding-edge code, you can access the 
8.1.0
+   If you would like to work with the bleeding-edge code, you can access the 
8.1.1
version through the following repository:
 
 
@@ -30486,7 +30486,7 @@
  This class tells Heroku how to deploy our application using the Web 
dyno.
   
   
-   web: java -jar target/juneau-examples-rest-springboot-8.0.0-SNAPSHOT.jar
+   web: java -jar target/juneau-examples-rest-springboot-8.0.0.jar
   

   settings.xml 
diff --git a/content/site/apidocs-8.1.0/resources/juneau-doc.css 
b/content/site/apidocs-8.1.0/resources/juneau-doc.css
index fae3df5..6236e11 100644
--- a/content/site/apidocs-8.1.0/resources/juneau-doc.css
+++ b/content/site/apidocs-8.1.0/resources/juneau-doc.css
@@ -110,9 +110,20 @@ h4.topic {
cursor: zoom-out;
max-width: 1000px;
 }
+h5.topic {
+   margin-bottom: 20px;
+   margin-top: 40px;
+   padding-top: 3px;
+   padding-left: 10px;
+   color: #2c4557;
+   border-top: 1px groove #9eadc0;
+   max-width: 1000px;
+}
+
 h2.topic { font-size: 14pt; }
 h3.topic { font-size: 13pt; }
 h4.topic { font-size: 12pt; }
+h5.topic { font-size: 11pt; }
 
 .topic p {
max-width: 800px;
@@ -213,7 +224,6 @@ p.toc2 {
 
 /* Light-colored background headers */
 h5.toc, 
-h5.topic, 
 h2.title,
 div.docSummary > div.block,
 div.contentContainer > div.block > p:first-child {
@@ -245,13 +255,6 @@ h5.toc {
box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
 }
 
-h5.topic {
-   color: #2C4557;
-   padding: 5px 20px;
-   margin: 30px 10px 10px 0px;
-   text-decoration: none;
-}
-
 /* Light-colored title on package summary pages */
 div.docSummary > div.block,
 div.contentContainer > div.block > p:first-child {
diff --git a/content/styles/juneau-doc.css b/content/styles/juneau-doc.css
index fae3df5..6236e11 100755
--- a/content/styles/juneau-doc.css
+++ b/content/styles/juneau-doc.css
@@ -110,9 +110,20 @@ h4.topic {
cursor: zoom-out;
max-width: 1000px;
 }
+h5.topic {
+   margin-bottom: 20px;
+   margin-top: 40px;
+   padding-top: 3px;
+   padding-left: 10px;
+   color: #2c4557;
+   border-top: 1px groove #9eadc0;
+   max-width: 1000px;
+}
+
 h2.topic { font-size: 14pt; }
 h3.topic { font-size: 13pt; }
 h4.topic { font-size: 12pt; }
+h5.topic { font-size: 11pt; }
 
 .topic p {
max-width: 800px;
@@ -213,7 +224,6 @@ p.toc2 {
 
 /* Light-colored background headers */
 h5.toc, 
-h5.topic, 
 h2.title,
 div.docSummary > div.block,
 div.contentContainer > div.block > p:first-child {
@@ -245,13 +255,6 @@ h5.toc {
box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
 }
 
-h5.topic {
-   color: #2C4557;
-   padding: 5px 20px;
-   margin: 30px 10px 10px 0px;
-   text-decoration: none;
-}
-
 /* Light-colored title on package summary pages */
 div.docSummary > div.block,
 div.contentContainer > div.block > p:first-child {



[juneau-website] branch asf-site updated: Javadocs

2019-08-12 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new af7eb6e  Javadocs
af7eb6e is described below

commit af7eb6e7e28409434a21f89b6fd8c9b63b3a3c3d
Author: JamesBognar 
AuthorDate: Mon Aug 12 14:50:41 2019 -0400

Javadocs
---
 content/site/apidocs-8.1.0/javadoc.css | 13 
 .../juneau/config/store/ConfigFileStore.html   |  4 +-
 content/site/apidocs-8.1.0/overview-summary.html   |  8 +--
 .../site/apidocs-8.1.0/resources/juneau-doc.css| 13 +++-
 .../juneau/config/store/ConfigFileStore.html   |  4 +-
 content/styles/juneau-doc.css  | 84 +-
 6 files changed, 86 insertions(+), 40 deletions(-)

diff --git a/content/site/apidocs-8.1.0/javadoc.css 
b/content/site/apidocs-8.1.0/javadoc.css
index dde428d..5788027 100644
--- a/content/site/apidocs-8.1.0/javadoc.css
+++ b/content/site/apidocs-8.1.0/javadoc.css
@@ -703,16 +703,3 @@ h2.preview-section {
border-radius:10px;
font-size: 1.2em;
 }
-
-.new {
-   background-color:lightgreen;
-}
-
-.updated {
-   background-color:#CFC;
-}
-
-.todo {
-   background-color:#FD8;
-}
-
diff --git 
a/content/site/apidocs-8.1.0/org/apache/juneau/config/store/ConfigFileStore.html
 
b/content/site/apidocs-8.1.0/org/apache/juneau/config/store/ConfigFileStore.html
index 8469a12..8fe82f5 100644
--- 
a/content/site/apidocs-8.1.0/org/apache/juneau/config/store/ConfigFileStore.html
+++ 
b/content/site/apidocs-8.1.0/org/apache/juneau/config/store/ConfigFileStore.html
@@ -407,7 +407,7 @@ extends 
-   Calling close()
 on this object closes the watcher.
+   Calling close()
 on this object closes the watcher.
  
 
 See Also:
@@ -441,7 +441,7 @@ extends 
-   This relies on internal Sun packages and may not work on 
all JVMs.
+   This relies on internal Sun packages and may not work on all JVMs.
  
 
 See Also:
diff --git a/content/site/apidocs-8.1.0/overview-summary.html 
b/content/site/apidocs-8.1.0/overview-summary.html
index 15d8d48..f309997 100644
--- a/content/site/apidocs-8.1.0/overview-summary.html
+++ b/content/site/apidocs-8.1.0/overview-summary.html
@@ -10389,15 +10389,15 @@
)
 
 
-   
+   
   Array properties can also use CSV/SSV/PIPES for array notation.
   Various notations can be mixed throughout.
-   
+   
   Schemas and POJOs can be defined arbitrarily deep.
-   
+   
   Schemas are optional.
   They can be skipped or partially defined.
-   
+   
   We make our best attempt to convert the input to the matching type.  
   However, you will get SerializeExceptions if you attempt an 
impossible conversion.
   (e.g. trying to serialize the string "foo" as a boolean). 
diff --git a/content/site/apidocs-8.1.0/resources/juneau-doc.css 
b/content/site/apidocs-8.1.0/resources/juneau-doc.css
index b280e58..fae3df5 100644
--- a/content/site/apidocs-8.1.0/resources/juneau-doc.css
+++ b/content/site/apidocs-8.1.0/resources/juneau-doc.css
@@ -366,7 +366,6 @@ ul.seealso:before {
 }
 ul.notes:before {
content: 'Notes:';
-   
 }
 ul.seealso:before, ul.notes:before {
white-space: pre;
@@ -488,3 +487,15 @@ div.severe {
background-color: #faced3;
border-left: 3px solid #b32400;
 }
+
+.new {
+   background-color:lightgreen;
+}
+
+.updated {
+   background-color:#CFC;
+}
+
+.todo {
+   background-color:#FD8;
+}
diff --git 
a/content/site/apidocs-8.1.0/src-html/org/apache/juneau/config/store/ConfigFileStore.html
 
b/content/site/apidocs-8.1.0/src-html/org/apache/juneau/config/store/ConfigFileStore.html
index cf06525..53e3679 100644
--- 
a/content/site/apidocs-8.1.0/src-html/org/apache/juneau/config/store/ConfigFileStore.html
+++ 
b/content/site/apidocs-8.1.0/src-html/org/apache/juneau/config/store/ConfigFileStore.html
@@ -111,7 +111,7 @@
 103* Use a file system watcher for file 
system changes.
 104*
 105* ul class='notes'
-106*li class='note'Calling 
{@link #close()} on this object closes the watcher.
+106*liCalling {@link 
#close()} on this object closes the watcher.
 107* /ul
 108*/
 109   public static final String 
FILESTORE_useWatcher = PREFIX + ".useWatcher.s";
@@ -136,7 +136,7 @@
 128* Determines how frequently the file 
system is polled for updates.
 129*
 130* ul class='notes'
-131*li class='note'This 
relies on internal Sun packages and may not work on all JVMs.
+131*liThis relies on 
internal Sun packages and may not work on all JVMs.
 132* /ul
 133*/
 134   public static final String 
FILESTORE_watcherSensitivity = PREFIX + ".watcherSensitivity.s";
diff --git a/content/styles/juneau-doc.css b/content/styles/juneau-doc.css
index 696e025..fae3df5 100755
--- a/content/styles/juneau-doc.css
+++ b/content/styles/juneau-doc.css
@@ 

[juneau-website] branch asf-site updated: Javadocs

2019-07-30 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 98060fd  Javadocs
98060fd is described below

commit 98060fd8204d3b76c9b4fe814a9f7b051967404d
Author: JamesBognar 
AuthorDate: Tue Jul 30 15:23:56 2019 -0400

Javadocs
---
 content/components.html  |   2 +-
 content/documentation.html   |   2 +-
 content/site/apidocs-8.1.0/overview-summary.html | 114 +++
 juneau-website.properties|   2 +-
 4 files changed, 60 insertions(+), 60 deletions(-)

diff --git a/content/components.html b/content/components.html
index ecc977d..5d87f06 100644
--- a/content/components.html
+++ b/content/components.html
@@ -271,7 +271,7 @@
/dependency


-   If you would like to work with the bleeding-edge code, 
you can access the 8.0.1-SNAPSHOT
+   If you would like to work with the bleeding-edge code, 
you can access the 8.1.0-SNAPSHOT
version through the following repository:


diff --git a/content/documentation.html b/content/documentation.html
index 4bdfac6..c9fea8f 100644
--- a/content/documentation.html
+++ b/content/documentation.html
@@ -30,7 +30,7 @@


Javadocs - 8.0.0
-   Javadocs - 8.0.1 (preview)
+   Javadocs - 8.1.0 (preview)


Table of Contents - 8.0.0 
newupdated
diff --git a/content/site/apidocs-8.1.0/overview-summary.html 
b/content/site/apidocs-8.1.0/overview-summary.html
index 3b689bd..9eb2a1a 100644
--- a/content/site/apidocs-8.1.0/overview-summary.html
+++ b/content/site/apidocs-8.1.0/overview-summary.html
@@ -73,7 +73,7 @@
 
 
 
-Apache Juneau 8.0.1 Documentation
+Apache Juneau 8.1.0 Documentation
 
 See: Description
 
@@ -751,11 +751,11 @@
 
 
 
-Apache Juneau 8.0.1 Documentation
-Apache Juneau 8.0.1 Documentation Preview
+Apache Juneau 8.1.0 Documentation
+Apache Juneau 8.1.0 Documentation Preview
 Documentation in progress
-New documentation in 8.0.1
-Updated documentation in 8.0.1
+New documentation in 8.1.0
+Updated documentation in 8.1.0
 
 

[juneau-website] branch asf-site updated: Javadocs

2019-07-30 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new ce81403  Javadocs
ce81403 is described below

commit ce81403df239728471abf13a65ed98beb1f53a50
Author: JamesBognar 
AuthorDate: Tue Jul 30 11:45:46 2019 -0400

Javadocs
---
 content/site/apidocs-8.0.1/overview-summary.html   | 145 +
 .../apidocs-8.0.1/resources/fragments/toc.html |   6 +-
 2 files changed, 92 insertions(+), 59 deletions(-)

diff --git a/content/site/apidocs-8.0.1/overview-summary.html 
b/content/site/apidocs-8.0.1/overview-summary.html
index 797eeb1..0b5236e 100644
--- a/content/site/apidocs-8.0.1/overview-summary.html
+++ b/content/site/apidocs-8.0.1/overview-summary.html
@@ -1115,13 +1115,13 @@
   Handling Multi-Part Form 
Posts
   Serializers
   Parsers
-  Configurable 
Properties
+  Configurable 
Properties
   Configurable 
Annotations
-  Transforms
+  Transforms
   URIs
   Guards
+  Role guards
   Converters
-  Role guards
   Messages
   Encoders
   SVL Variables
@@ -1401,7 +1401,9 @@
 
 

-  Safe parsing.  Parsers are not susceptible to deserialization attacks.
+  Fast memory-efficient serialization.
+   
+  Fast, safe, memory-efficient parsing.  Parsers are not susceptible to 
deserialization attacks.

   KISS is our mantra!  No auto-wiring.  No code generation.  No dependency 
injection.  Just add it to your classpath and use it.  Extremely simple unit 
testing!

@@ -18907,7 +18909,7 @@
 
 
 
-7.15 - Configurable 
Properties
+7.15 - Configurable 
Properties
 
 
As shown in previous sections, Juneau serializers and parsers are 
highly-configurable through properties.
@@ -18983,42 +18985,12 @@
   ...
}
 
-
-   Using the RequestProperties 
object:
-
-
-   // Access it from RestRequest.
-   public Object doGet(RestRequest req) {
-  RequestProperties properties = req.getProperties();
-  properties.put(JSON_escapeSolidus, true);
-   }
-
-   // Or just pass in a RequestProperties object.
-   public Object doGet(RequestProperties properties) {
-  properties.put(JSON_escapeSolidus, true);
-   }
-
-
-   Properties set via RequestProperties are 
session-override
-   properties that are passed in through SerializerSessionArgs
-   and ParserSessionArgs and can only be 
used on configuration settings
-   marked as Session property: true.
-
-
-   Properties are open-ended and can be used for other purposes.
-   They're made available through the following methods:
-
-
-   RestContext.getProperties()
-   RestRequest.getProperties()
-
 See Also:
 
RestResource(flags)
 - Shorthand for boolean properties.
RestMethod(flags)
 - Shorthand for boolean properties.
RestContextProperties 
RestMethodProperties 
-   RequestProperties 
 
 
 
@@ -19087,7 +19059,7 @@
 
 
 
-7.17 - 
Transforms
+7.17 - 
Transforms
 
 
The Juneau serializers and parsers can be configured on how to handle POJOs 
through the use of Transforms.
@@ -19097,26 +19069,28 @@
Transforms are associated serializers and parsers registered on a REST 
resource via the following:
 
 
-   RestResource(beanFilters)
 
-   RestResource(pojoSwaps)
 
-   RestMethod(beanFilters)
 
-   RestMethod(pojoSwaps)
+   BeanConfig(beanFilters)
 - On class or methods. 
+   BeanConfig(pojoSwaps)
 - On class or methods. 
RestContextBuilder.beanFilters(Object...)
 
RestContextBuilder.pojoSwaps(Object...)
 
 
 
// Servlet with transforms applied
@RestResource(
+  ...
+   )
+   @BeanConfig(
   pojoSwaps={
  // Calendars should be serialized/parsed as ISO8601 date-time 
strings
- CalendarSwap.DEFAULT_ISO8601DT.class,
+ TemporalCalendarSwap.IsoInstant.class,
 
  // Byte arrays should be serialized/parsed as BASE64-encoded 
strings
- ByteArrayBase64Swap.class
+ ByteArraySwap.Base64.class
   },
   beanFilters={
  // Subclasses of MyInterface will be treated as MyInterface 
objects.
  // Bean properties not defined on that interface will be 
ignored.
+ MyInterface.class
   }
)
public MyRestServlet extends BasicRestServlet {...}
@@ -19133,8 +19107,8 @@
  
  builder
 .pojoSwaps(
-   CalendarSwap.DEFAULT_ISO8601DT.class,
-   ByteArrayBase64Swap.class
+   TemporalCalendarSwap.IsoInstant.class,
+   ByteArraySwap.Base64.class
 ) 
 .beanFilters(MyInterface.class);
   }
@@ -19308,8 +19282,76 @@
 
 
 
-7.20 - 
Converters
-
+7.20 - 
Role guards
+
+
+   Specialized guards are provided for controlling access to servlet classes 
and methods based on user roles.
+   These are controlled via annotations on the REST class and methods:
+
+

[juneau-website] branch asf-site updated: Javadocs.

2019-07-30 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 4b7ef54  Javadocs.
4b7ef54 is described below

commit 4b7ef540b4f4192e13adb7c5a0ea16429714568b
Author: JamesBognar 
AuthorDate: Tue Jul 30 09:52:34 2019 -0400

Javadocs.
---
 content/about.html | 119 +--
 content/site/apidocs-8.0.1/overview-summary.html   | 379 +
 .../apidocs-8.0.1/resources/fragments/about.html   | 110 --
 .../apidocs-8.0.1/resources/fragments/toc.html |   4 +-
 templates/about.html   | 119 +--
 templates/index.html   |  11 +-
 6 files changed, 574 insertions(+), 168 deletions(-)

diff --git a/content/about.html b/content/about.html
index ebc4406..01f5202 100644
--- a/content/about.html
+++ b/content/about.html
@@ -30,37 +30,94 @@

Apache Juneau is a single cohesive Java 
ecosystem consisting of the following parts:

-   
-   
-   juneau-marshall
-   A universal toolkit for marshalling POJOs 
to a wide variety of content types using a common framework.
-   
-   juneau-dto
-   A set of predefined DTOs for serializing 
and parsing languages such as HTML5, Swagger and ATOM.
-   
-   juneau-svl
-   A simple yet powerful variable replacement 
language API.
-   
-   juneau-config
-   A sophisticated configuration API.
-   
-   juneau-rest-server
-   A universal REST server API for creating 
REST interfaces using POJOs simply deployed in any Servlet 3.1.0+ container.
-   Includes auto-generation of Swagger and 
self-hosting of Swagger UI through OPTIONS page requests.
-   
-   juneau-rest-server-springboot
-   Integration support for deploying 
Juneau-based REST resources as Spring beans in a Spring Boot application.
-   
-   juneau-rest-client
-   A universal REST client API for interacting 
with Juneau or 3rd-party REST interfaces using POJOs and proxy interfaces.
-   
-   juneau-microservice
-   A builder-based API for creating 
microservices.
-   
-   juneau-microservice-jetty
-   REST microservice API that combines all the 
features above as a simple configurable Jetty server for 
-   creating lightweight standalone REST interfaces 
that start up in milliseconds.
-   
+   
+   
+   
GroupComponentDescription
+   
+   
+   juneau-core
+   juneau-marshall
+   
+   A universal toolkit for marshalling 
POJOs to a wide variety of content types using a common framework with no 
external library dependencies.
+   
+   
+   
+   juneau-marshall-rdf
+   
+   Extended marshalling support for RDF 
languages. 
+   
+   
+   
+   juneau-dto
+   
+   A variety of predefined DTOs for 
serializing and parsing languages such as HTML5, Swagger and ATOM.
+   
+   
+   
+   juneau-svl
+   
+   A simple yet powerful variable 
replacement language API.
+   
+   
+   
+   juneau-config
+   
+   A sophisticated configuration file API.
+   
+   
+   
+   juneau-rest
+   juneau-rest-server
+   
+

[juneau-website] branch asf-site updated: Javadocs.

2018-12-31 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new a0bc518  Javadocs.
a0bc518 is described below

commit a0bc518c5e7f8e2a6380603d08427d2022b22111
Author: JamesBognar 
AuthorDate: Mon Dec 31 14:44:14 2018 -0500

Javadocs.
---
 content/site/apidocs-8.0.1/overview-summary.html | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/content/site/apidocs-8.0.1/overview-summary.html 
b/content/site/apidocs-8.0.1/overview-summary.html
index 6ac55c5..23694d1 100644
--- a/content/site/apidocs-8.0.1/overview-summary.html
+++ b/content/site/apidocs-8.0.1/overview-summary.html
@@ -13030,7 +13030,7 @@
 
A configuration can contain zero or more imports anywhere in the file.
However, for clarity, imports should normally be placed in the default 
section of the configuration file.
-   The resolved configuration is retrieved from the configuration store used 
on the child configuration.
+   The resolved configuration is retrieved from the configuration store used 
for the child configuration.
 
 
Configuration imports can be nested arbitrarily deep.
@@ -13063,7 +13063,7 @@
ParentConfig1

[Foo]
-   bar = quux
+   bar = baz
 
 
# ParentConfig1 contents
@@ -13075,11 +13075,11 @@
 
# ParentConfig2 contents
[Foo]
-   bar = baz
+   bar = quux
 
 
Config c = ConfigBuilder.create("MyConfig").build();
-   String foo = c.getString("Foo/bar");  // == "quux"
+   String foo = c.getString("Foo/bar");  // == "baz"
 
 
 
@@ -13118,14 +13118,14 @@
  triggered[0] = events.isKeyModified("Foo", "bar"));
   }
};
-   c.addListener(c);
+   c.addListener(l);

// Dynamically add an import to ParentConfig in the default 
section.
c.setImport("", "ParentConfig");
c.commit();

// The new import statement should have triggered a config changes for 
imported values.
-   assertTrue(triggered[0]);   
+   assertTrue(triggered[0]);   
 
 
Dynamically removing an import has the same effect as removing keys and 
generates REMOVE_ENTRY events.



[juneau-website] branch asf-site updated: Javadocs

2018-12-19 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 7c00a56  Javadocs
7c00a56 is described below

commit 7c00a56f73bdc1c78c7b176813a877a5b80fd82b
Author: JamesBognar 
AuthorDate: Wed Dec 19 21:13:47 2018 -0500

Javadocs
---
 .../org/apache/juneau/config/Config.html   |  2 +-
 content/site/apidocs-7.1.0/overview-summary.html   |  2 +-
 content/site/apidocs-7.2.0/index-all.html  |  7 ++--
 .../org/apache/juneau/BinaryFormat.html|  4 +--
 .../org/apache/juneau/config/Config.html   |  4 +--
 .../juneau/dto/html5/HtmlElementRawText.html   |  2 +-
 .../apache/juneau/dto/html5/HtmlElementVoid.html   |  4 +--
 .../apache/juneau/dto/html5/package-summary.html   |  2 +-
 .../juneau/httppart/HttpPartSchemaBuilder.html |  2 +-
 .../org/apache/juneau/jena/RdfCommon.html  |  2 +-
 .../apache/juneau/jsonschema/package-summary.html  |  1 +
 .../juneau/parser/InputStreamParserSession.html|  1 -
 .../org/apache/juneau/rest/RestContext.html|  2 +-
 .../apache/juneau/rest/widget/MenuItemWidget.html  |  2 +-
 content/site/apidocs-7.2.0/overview-summary.html   | 21 ++--
 content/site/apidocs-7.2.1/deprecated-list.html|  2 +-
 content/site/apidocs-7.2.1/index-all.html  | 11 +++---
 .../org/apache/juneau/BinaryFormat.html|  4 +--
 .../org/apache/juneau/config/Config.html   |  4 +--
 .../juneau/dto/html5/HtmlElementRawText.html   |  2 +-
 .../apache/juneau/dto/html5/HtmlElementVoid.html   |  2 +-
 .../apache/juneau/dto/html5/package-summary.html   |  2 +-
 .../juneau/httppart/HttpPartSchemaBuilder.html |  2 +-
 .../org/apache/juneau/internal/ClassUtils.html |  4 +--
 .../org/apache/juneau/jena/RdfCommon.html  |  2 +-
 .../apache/juneau/jsonschema/package-summary.html  |  1 +
 .../juneau/parser/InputStreamParserSession.html|  1 -
 .../org/apache/juneau/rest/RestContext.html|  2 +-
 .../juneau/rest/remote/RemoteInterfaceServlet.html |  2 +-
 .../apache/juneau/rest/widget/MenuItemWidget.html  |  2 +-
 content/site/apidocs-7.2.1/overview-summary.html   | 21 ++--
 content/site/apidocs-7.2.2/deprecated-list.html|  2 +-
 content/site/apidocs-7.2.2/index-all.html  | 11 +++---
 .../org/apache/juneau/BinaryFormat.html|  4 +--
 .../org/apache/juneau/config/Config.html   |  4 +--
 .../juneau/dto/html5/HtmlElementRawText.html   |  2 +-
 .../apache/juneau/dto/html5/HtmlElementVoid.html   |  2 +-
 .../apache/juneau/dto/html5/package-summary.html   |  2 +-
 .../juneau/httppart/HttpPartSchemaBuilder.html |  2 +-
 .../org/apache/juneau/internal/ClassUtils.html |  4 +--
 .../org/apache/juneau/jena/RdfCommon.html  |  2 +-
 .../apache/juneau/jsonschema/package-summary.html  |  1 +
 .../juneau/parser/InputStreamParserSession.html|  1 -
 .../org/apache/juneau/rest/RestContext.html|  2 +-
 .../juneau/rest/remote/RemoteInterfaceServlet.html |  2 +-
 .../apache/juneau/rest/widget/MenuItemWidget.html  |  2 +-
 content/site/apidocs-7.2.2/overview-summary.html   | 36 ++--
 content/site/apidocs-8.0.0/overview-summary.html   |  2 +-
 content/site/apidocs/deprecated-list.html  |  2 +-
 content/site/apidocs/index-all.html| 11 +++---
 .../apidocs/org/apache/juneau/BinaryFormat.html|  4 +--
 .../apidocs/org/apache/juneau/config/Config.html   |  4 +--
 .../juneau/dto/html5/HtmlElementRawText.html   |  2 +-
 .../apache/juneau/dto/html5/HtmlElementVoid.html   |  2 +-
 .../apache/juneau/dto/html5/package-summary.html   |  2 +-
 .../juneau/httppart/HttpPartSchemaBuilder.html |  2 +-
 .../org/apache/juneau/internal/ClassUtils.html |  4 +--
 .../apidocs/org/apache/juneau/jena/RdfCommon.html  |  2 +-
 .../apache/juneau/jsonschema/package-summary.html  |  1 +
 .../juneau/parser/InputStreamParserSession.html|  1 -
 .../org/apache/juneau/rest/RestContext.html|  2 +-
 .../juneau/rest/remote/RemoteInterfaceServlet.html |  2 +-
 .../apache/juneau/rest/widget/MenuItemWidget.html  |  2 +-
 content/site/apidocs/overview-summary.html | 39 +++---
 64 files changed, 144 insertions(+), 141 deletions(-)

diff --git a/content/site/apidocs-7.1.0/org/apache/juneau/config/Config.html 
b/content/site/apidocs-7.1.0/org/apache/juneau/config/Config.html
index e4cee6b..53d5d24 100644
--- a/content/site/apidocs-7.1.0/org/apache/juneau/config/Config.html
+++ b/content/site/apidocs-7.1.0/org/apache/juneau/config/Config.html
@@ -2179,7 +2179,7 @@ implements http://docs.oracle.com/javase/7/docs/api/java/lang/UnsupportedOperationException.html?is-external=true;
 title="class or interface in 
java.lang">UnsupportedOperationException to be thrown.
  
diff --git 

[juneau-website] branch asf-site updated: Javadocs

2018-12-19 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 0c8ff08  Javadocs
0c8ff08 is described below

commit 0c8ff08e890bbd081ae21546970018b78fe4c028
Author: JamesBognar 
AuthorDate: Wed Dec 19 20:10:28 2018 -0500

Javadocs
---
 .settings/org.eclipse.wst.html.core.prefs  |  2 +-
 .../apidocs-7.2.0/org/apache/juneau/Value.html |  2 +-
 .../apidocs-7.2.1/org/apache/juneau/Value.html |  2 +-
 .../apidocs-7.2.2/org/apache/juneau/Value.html |  2 +-
 content/site/apidocs-8.0.0/index-all.html  | 21 +++---
 .../org/apache/juneau/BinaryFormat.html|  4 +-
 .../org/apache/juneau/config/Config.html   |  2 +-
 .../juneau/dto/html5/HtmlElementRawText.html   |  2 +-
 .../apache/juneau/dto/html5/HtmlElementVoid.html   |  2 +-
 .../apache/juneau/dto/html5/package-summary.html   |  2 +-
 .../rest/petstore/rest/AddOrderMenuItem.html   |  2 +-
 .../org/apache/juneau/httppart/Constants.html  |  8 +--
 .../juneau/httppart/HttpPartSchemaBuilder.html |  2 +-
 .../org/apache/juneau/internal/ClassUtils.html | 16 ++---
 .../org/apache/juneau/jena/RdfCommon.html  |  2 +-
 .../org/apache/juneau/jsonschema/TypeCategory.html |  2 +-
 .../apache/juneau/jsonschema/package-summary.html  |  7 +-
 .../juneau/parser/InputStreamParserSession.html|  7 +-
 .../apache/juneau/rest/widget/MenuItemWidget.html  |  2 +-
 .../site/apidocs-8.0.0/resources/juneau-code.css   |  2 +-
 .../src-html/org/apache/juneau/BinaryFormat.html   |  4 +-
 .../src-html/org/apache/juneau/config/Config.html  |  2 +-
 .../juneau/dto/html5/HtmlElementRawText.html   |  2 +-
 .../apache/juneau/dto/html5/HtmlElementVoid.html   |  2 +-
 .../org/apache/juneau/httppart/Constants.html  |  4 +-
 .../juneau/httppart/HttpPartSchemaBuilder.html |  2 +-
 .../juneau/internal/ClassUtils.MethodInfo.html |  8 +--
 .../org/apache/juneau/internal/ClassUtils.html |  8 +--
 .../src-html/org/apache/juneau/jena/RdfCommon.html |  2 +-
 .../org/apache/juneau/jsonschema/TypeCategory.html |  2 +-
 .../juneau/parser/InputStreamParserSession.html| 79 +++---
 .../apache/juneau/rest/widget/MenuItemWidget.html  |  2 +-
 content/site/apidocs/org/apache/juneau/Value.html  |  2 +-
 33 files changed, 99 insertions(+), 111 deletions(-)

diff --git a/.settings/org.eclipse.wst.html.core.prefs 
b/.settings/org.eclipse.wst.html.core.prefs
index 16e679b..866780e 100644
--- a/.settings/org.eclipse.wst.html.core.prefs
+++ b/.settings/org.eclipse.wst.html.core.prefs
@@ -32,7 +32,7 @@ elemUnclosedEndTag=1
 elemUnclosedStartTag=1
 elemUnknownName=2
 elemUnnecessaryEnd=2
-elementNamesToIgnore=jc,jd,jt,jk,js,jf,jsf,jsm,ja,xt,xa,xc,xs,xv,mk,mv,cc,cs,ck,ce,cv,l,properties,property,ua,uk,un,us,jok,jov,joc
+elementNamesToIgnore=jc,jd,jt,jk,js,jf,jsf,jsm,ja,xt,xa,xc,xs,xv,mc,mk,mv,cc,cs,ck,ce,cv,l,properties,property,ua,uk,un,us,jok,jov,joc
 ignoreAttrNames=false
 ignoreElementNames=true
 piInvalidContent=2
diff --git a/content/site/apidocs-7.2.0/org/apache/juneau/Value.html 
b/content/site/apidocs-7.2.0/org/apache/juneau/Value.html
index 49a59ac..e369759 100644
--- a/content/site/apidocs-7.2.0/org/apache/juneau/Value.html
+++ b/content/site/apidocs-7.2.0/org/apache/juneau/Value.html
@@ -276,7 +276,7 @@ extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
}
  
  
-   Class t = 
Value.getValueType(A.class.getMethod("doX", 
Value.class));
+   Class? t = 
Value.getValueType(A.class.getMethod("doX", 
Value.class));
assertTrue(t == Foo.class);
  
 
diff --git a/content/site/apidocs-7.2.1/org/apache/juneau/Value.html 
b/content/site/apidocs-7.2.1/org/apache/juneau/Value.html
index 677565f..375646e 100644
--- a/content/site/apidocs-7.2.1/org/apache/juneau/Value.html
+++ b/content/site/apidocs-7.2.1/org/apache/juneau/Value.html
@@ -276,7 +276,7 @@ extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
}
  
  
-   Class t = 
Value.getValueType(A.class.getMethod("doX", 
Value.class));
+   Class? t = 
Value.getValueType(A.class.getMethod("doX", 
Value.class));
assertTrue(t == Foo.class);
  
 
diff --git a/content/site/apidocs-7.2.2/org/apache/juneau/Value.html 
b/content/site/apidocs-7.2.2/org/apache/juneau/Value.html
index 2049534..768cb3a 100644
--- a/content/site/apidocs-7.2.2/org/apache/juneau/Value.html
+++ b/content/site/apidocs-7.2.2/org/apache/juneau/Value.html
@@ -276,7 +276,7 @@ extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
}
  
  
-   Class t = 
Value.getValueType(A.class.getMethod("doX", 
Value.class));
+   Class? t = 
Value.getValueType(A.class.getMethod("doX", 
Value.class));
assertTrue(t == Foo.class);
  
 
diff --git a/content/site/apidocs-8.0.0/index-all.html 
b/content/site/apidocs-8.0.0/index-all.html

[juneau-website] branch asf-site updated: Javadocs.

2018-12-17 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 0c2d3ed  Javadocs.
0c2d3ed is described below

commit 0c2d3edcda0be17feb67580061425fc8cd2e3453
Author: JamesBognar 
AuthorDate: Mon Dec 17 19:56:13 2018 -0500

Javadocs.
---
 content/site/apidocs-8.0.0/overview-summary.html | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/content/site/apidocs-8.0.0/overview-summary.html 
b/content/site/apidocs-8.0.0/overview-summary.html
index fee5fc7..c776c96 100644
--- a/content/site/apidocs-8.0.0/overview-summary.html
+++ b/content/site/apidocs-8.0.0/overview-summary.html
@@ -35436,7 +35436,7 @@
   juneau-my-jetty-microservice - New.  Template 
starter project for Jetty-based microservices.
   juneau-my-springboot-microservice - New.  
Template starter project for Spring-Boot-based microservices.

-   juneau-
+   juneau-examples

   juneau-core
   juneau-microservice-rest - Now contains only 
servlet example classes.  No Jetty configuration.
@@ -35480,7 +35480,7 @@
  
 exists(String)
  
- 
+  
 
 
 juneau-server
@@ -35510,6 +35510,9 @@
   directory that ends with ".cfg".

   New MicroserviceListener API for 
defining lifecycle event listeners.
+   
+  New ConfigCommand class 
for performing config queries and updates through 
+  the microservice console.
 
 
 juneau-microservice-jetty



[juneau-website] branch asf-site updated: Javadocs

2018-12-17 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new d1877c1  Javadocs
d1877c1 is described below

commit d1877c102f227c2f4ea0aeea1ee9a6072897ec7e
Author: JamesBognar 
AuthorDate: Mon Dec 17 16:15:21 2018 -0500

Javadocs
---
 content/site/apidocs-8.0.0/overview-summary.html| 20 ++--
 content/site/apidocs-8.0.0/resources/juneau-doc.css |  8 
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/content/site/apidocs-8.0.0/overview-summary.html 
b/content/site/apidocs-8.0.0/overview-summary.html
index 74ee104..c77ec66 100644
--- a/content/site/apidocs-8.0.0/overview-summary.html
+++ b/content/site/apidocs-8.0.0/overview-summary.html
@@ -23792,7 +23792,7 @@
This causes the following output to be generated by the Java 
org.apache.juneau.rest.client 
logger at WARNING level:
 
-
+
=== HTTP Call (outgoing) 
===
=== REQUEST ===
POST http://localhost:1/testUrl HTTP/1.1
@@ -23818,7 +23818,7 @@
This setting also causes a Debug: true header value to trigger 
logging of the request on the 
server side as well.
 
-
+
=== HTTP Request (incoming) 

HTTP POST /testUrl
---Headers---
@@ -24628,7 +24628,7 @@
 
When started, the console renders the following output:
 
-
+
Running class 'Microservice' using config file 'my-microservice.cfg'.

List of available commands:
@@ -26013,7 +26013,7 @@
Go to Run - Run Configurations - Java Application - 
my-jetty-microservice and click Run.
In your console view, you should see the following output:
 
-
+
Running class 'JettyMicroservice' using config file 
'my-jetty-microservice.cfg'.
Server started on port 1

@@ -26067,7 +26067,7 @@
 
You should see the following console output:
 
-
+
Running class 'JettyMicroservice' using config file 
'my-jetty-microservice.cfg'.
Server started on port 1

@@ -26303,7 +26303,7 @@
 
You should see the following console output:
 
-
+
  .     ___ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
@@ -28710,7 +28710,7 @@
Go to Run - Run Configurations - Java Application - 
juneau-examples-rest-jetty and click Run.
In your console view, you should see the following output:
 
-
+
Running class 'JettyMicroservice' using config file 
'juneau-examples-rest-jetty.cfg'.
Server started on port 1

@@ -28764,7 +28764,7 @@
 
You should see the following console output:
 
-
+
Running class 'JettyMicroservice' using config file 
'juneau-examples-rest-jetty.cfg'.
Server started on port 1

@@ -28963,7 +28963,7 @@
Go to Run - Run Configurations - Java Application - 
juneau-examples-rest-springboot and click Run.
In your console view, you should see the following output:
 
-
+
  .     ___ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
@@ -29015,7 +29015,7 @@
 
You should see the following console output:
 
-
+
  .     ___ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
diff --git a/content/site/apidocs-8.0.0/resources/juneau-doc.css 
b/content/site/apidocs-8.0.0/resources/juneau-doc.css
index 72d9e1e..aa9848d 100644
--- a/content/site/apidocs-8.0.0/resources/juneau-doc.css
+++ b/content/site/apidocs-8.0.0/resources/juneau-doc.css
@@ -346,13 +346,13 @@ li.extlink {
 list-style-image: 
url('data:image/png;base64,iVBORw0KGgoNSUhEUgAAABAQCAYf8/9hBGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8CXBIWXMAAAsTAAALEwEAmpwYAAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZ
 [...]
 }
 li.info {
-list-style-image: 
url('data:image/png;base64,iVBORw0KGgoNSUhEUgAAABAQCAYf8/9hAAABTklEQVQ4T2M0T3iVLyHKWvnvH4M4AwmAiYnh5adP/7oYvQrevmBmZiJJM8wekCGMvsXv/5NgMYrS33/+M1BkwOOX//AbUJ/M9V9Flokhv/8rw7uP/xnRXbrn9C/8BpTGcPxXl2NmKJv6DcOAC7f+MDx+hccFPtYs/y11WBk+fv3HMGnVT4YfvxjgLoBpBrkIZxhEuLL8D7JnZfj3n4GhePIPhqev/jO+/fif4crdPwyfviHCHW8gtqaz/1eQZGCIqv/BcPzyH8a3nzAjjFHW981/TnaM8GH49PU/w7oO9v/aiswMxgnfGO48/YepCOQFBvNXONPB4ekc/7UVGRnMkn+SZ8DBqWz/9VSYGSxSfjDcfIwZjeBAxOeCA1PY/qvJMjDYZv5muPu
 [...]
+list-style-image: 

[juneau-website] branch asf-site updated: Javadocs

2018-12-17 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 0f0d060  Javadocs
0f0d060 is described below

commit 0f0d0601ae9a5ef9e3dd8e4124294ff23892048c
Author: JamesBognar 
AuthorDate: Mon Dec 17 12:07:42 2018 -0500

Javadocs
---
 .../juneau-examples-rest-springboot.Heroku.1.png   | Bin 0 -> 100781 bytes
 .../juneau-examples-rest-springboot.Heroku.2.png   | Bin 0 -> 136990 bytes
 .../juneau-examples-rest-springboot.Heroku.3.png   | Bin 0 -> 293130 bytes
 .../juneau-examples-rest-springboot.Heroku.4.png   | Bin 0 -> 105931 bytes
 .../juneau-examples-rest-springboot.Heroku.4a.png  | Bin 0 -> 257041 bytes
 .../juneau-examples-rest-springboot.Heroku.5.png   | Bin 0 -> 13946 bytes
 .../juneau-examples-rest-springboot.Heroku.6.png   | Bin 0 -> 243630 bytes
 .../apache/juneau/rest/jaxrs/BasicProvider.html|   8 +-
 content/site/apidocs-8.0.0/overview-summary.html   | 137 -
 .../apidocs-8.0.0/resources/fragments/toc.html |   2 +-
 .../site/apidocs-8.0.0/resources/juneau-doc.css|  14 +++
 .../apache/juneau/rest/jaxrs/BasicProvider.html| 113 +
 12 files changed, 212 insertions(+), 62 deletions(-)

diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Heroku.1.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Heroku.1.png
new file mode 100644
index 000..d44ee06
Binary files /dev/null and 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Heroku.1.png
 differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Heroku.2.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Heroku.2.png
new file mode 100644
index 000..24d3c26
Binary files /dev/null and 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Heroku.2.png
 differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Heroku.3.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Heroku.3.png
new file mode 100644
index 000..47abc87
Binary files /dev/null and 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Heroku.3.png
 differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Heroku.4.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Heroku.4.png
new file mode 100644
index 000..7aa189e
Binary files /dev/null and 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Heroku.4.png
 differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Heroku.4a.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Heroku.4a.png
new file mode 100644
index 000..10be677
Binary files /dev/null and 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Heroku.4a.png
 differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Heroku.5.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Heroku.5.png
new file mode 100644
index 000..d32ce52
Binary files /dev/null and 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Heroku.5.png
 differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Heroku.6.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Heroku.6.png
new file mode 100644
index 000..7bbce5d
Binary files /dev/null and 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Heroku.6.png
 differ
diff --git 
a/content/site/apidocs-8.0.0/org/apache/juneau/rest/jaxrs/BasicProvider.html 
b/content/site/apidocs-8.0.0/org/apache/juneau/rest/jaxrs/BasicProvider.html
index 42fd28f..77fbaf2 100644
--- a/content/site/apidocs-8.0.0/org/apache/juneau/rest/jaxrs/BasicProvider.html
+++ b/content/site/apidocs-8.0.0/org/apache/juneau/rest/jaxrs/BasicProvider.html
@@ -112,9 +112,9 @@
 
 
 @Provider
- @JuneauProvider(serializers={JsonSerializer.class,parsers={JsonParser.class,XmlParser.class,HtmlParser.class,BasicProvider
+ @JuneauProvider(serializers={JsonSerializer.class,parsers={JsonParser.class,XmlParser.class,HtmlParser.class,BasicProvider
 extends BaseProvider
 JAX-RS provider for the same serialize/parse support 
provided by the BasicRestServlet class.
 
@@ -185,7 +185,7 @@ extends 
 
 BasicProvider
-publicBasicProvider()
+publicBasicProvider()
 
 
 
diff --git a/content/site/apidocs-8.0.0/overview-summary.html 
b/content/site/apidocs-8.0.0/overview-summary.html
index e6bb869..74ee104 100644
--- a/content/site/apidocs-8.0.0/overview-summary.html
+++ b/content/site/apidocs-8.0.0/overview-summary.html
@@ -1077,7 +1077,7 @@
   Installing in Eclipse
   Running in Eclipse
   

[juneau-website] branch asf-site updated: Javadocs

2018-12-17 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 8ee9ce8  Javadocs
8ee9ce8 is described below

commit 8ee9ce88241481018e05bab0d16d1f371f0590c3
Author: JamesBognar 
AuthorDate: Mon Dec 17 09:03:44 2018 -0500

Javadocs
---
 .../doc-files/juneau-examples-core.3.png   | Bin 133875 -> 79555 bytes
 .../juneau-examples-core.Installing.1.png  | Bin 0 -> 84524 bytes
 .../juneau-examples-core.Installing.2.png  | Bin 0 -> 91900 bytes
 .../juneau-examples-core.Installing.3.png  | Bin 0 -> 79555 bytes
 .../juneau-examples-rest-jetty.Installing.1.png| Bin 160013 -> 84524 bytes
 .../juneau-examples-rest-jetty.Installing.2.png| Bin 158863 -> 160013 bytes
 ...=> juneau-examples-rest-jetty.Installing.3.png} | Bin
 ...uneau-examples-rest-springboot.Installing.1.png | Bin 162296 -> 84524 bytes
 ...uneau-examples-rest-springboot.Installing.2.png | Bin 173827 -> 162296 bytes
 ...neau-examples-rest-springboot.Installing.3.png} | Bin
 .../my-jetty-microservice.Installing.1.png | Bin 159036 -> 84524 bytes
 .../my-jetty-microservice.Installing.2.png | Bin 93366 -> 159036 bytes
 png => my-jetty-microservice.Installing.3.png} | Bin
 .../my-springboot-microservice.Installing.1.png| Bin 162034 -> 84524 bytes
 .../my-springboot-microservice.Installing.2.png| Bin 97545 -> 162034 bytes
 ...=> my-springboot-microservice.Installing.3.png} | Bin
 content/site/apidocs-8.0.0/overview-summary.html   |  81 +++--
 17 files changed, 43 insertions(+), 38 deletions(-)

diff --git a/content/site/apidocs-8.0.0/doc-files/juneau-examples-core.3.png 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-core.3.png
index 6c8521c..0e572bb 100644
Binary files a/content/site/apidocs-8.0.0/doc-files/juneau-examples-core.3.png 
and b/content/site/apidocs-8.0.0/doc-files/juneau-examples-core.3.png differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-examples-core.Installing.1.png 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-core.Installing.1.png
new file mode 100644
index 000..3b9b4e1
Binary files /dev/null and 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-core.Installing.1.png 
differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-examples-core.Installing.2.png 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-core.Installing.2.png
new file mode 100644
index 000..dc73f29
Binary files /dev/null and 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-core.Installing.2.png 
differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-examples-core.Installing.3.png 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-core.Installing.3.png
new file mode 100644
index 000..0e572bb
Binary files /dev/null and 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-core.Installing.3.png 
differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-jetty.Installing.1.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-jetty.Installing.1.png
index 38ffe39..3b9b4e1 100644
Binary files 
a/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-jetty.Installing.1.png
 and 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-jetty.Installing.1.png
 differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-jetty.Installing.2.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-jetty.Installing.2.png
index d01d24f..38ffe39 100644
Binary files 
a/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-jetty.Installing.2.png
 and 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-jetty.Installing.2.png
 differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-jetty.Installing.2.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-jetty.Installing.3.png
similarity index 100%
copy from 
content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-jetty.Installing.2.png
copy to 
content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-jetty.Installing.3.png
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Installing.1.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Installing.1.png
index 045030b..3b9b4e1 100644
Binary files 
a/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Installing.1.png
 and 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Installing.1.png
 differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Installing.2.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Installing.2.png
index 0563e0b..045030b 100644
Binary files 
a/content/site/apidocs-8.0.0/doc-files/juneau-examples-rest-springboot.Installing.2.png
 

[juneau-website] branch asf-site updated: Javadocs.

2018-12-16 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 9a20fb8  Javadocs.
9a20fb8 is described below

commit 9a20fb87e94958cbb555a4c6a5aa515f4aeb15b6
Author: JamesBognar 
AuthorDate: Sun Dec 16 19:08:43 2018 -0500

Javadocs.
---
 content/site/apidocs-8.0.0/resources/juneau-doc.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/site/apidocs-8.0.0/resources/juneau-doc.css 
b/content/site/apidocs-8.0.0/resources/juneau-doc.css
index 84bcef7..91ce80b 100644
--- a/content/site/apidocs-8.0.0/resources/juneau-doc.css
+++ b/content/site/apidocs-8.0.0/resources/juneau-doc.css
@@ -337,13 +337,13 @@ li.normal {
 list-style-image:none; 
 }
 li.link {
-list-style-image: 
url('data:image/png;base64,iVBORw0KGgoNSUhEUgAAABAQCAYf8/9hAAABEElEQVQ4T2M0T3iVLyHKWvnvH4M4AwmAiYnh5adP/7oYvQrevmBmZiJJM8wekCGMvsXv/5NgMYrS33/+M1BkwOOX/ygzYM/pX8QZwMfN+L8lnZOhf+VPhvtP/zKC/HHh1h+Gx6+IdAEHG8P/WRVcDP///2con/aDYcfx34wgzSCAEgatGez/1WSZwDbgAm8//v8v7fcJrgbFAE1Fpv86iowMv/8gzPj7j4Hh7cd/DOkBrAzsrAwM9XN/MvQs/YUwQNb3zX9OdkxLP339z/Dtx3+GT9/+M/BwMv6/sZyTYdKa3wxdS36jKGZkMH9FdjoAh8GwMOD1AwYGBnky88NDRgbTNwkMTP8byDDkIcM/xgYA0dJ4nW6TgR4ASUVORK5CYII=');
+list-style-image: 
url('data:image/png;base64,iVBORw0KGgoNSUhEUgAAABAQCAYf8/9hBGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8CXBIWXMAAAsTAAALEwEAmpwYAAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZ
 [...]
 }
 li.sublink {
-list-style-image: 
url('data:image/png;base64,iVBORw0KGgoNSUhEUgAAABAQCAYf8/9hAAABXElEQVQ4T2M0T3iVLyHKWvnvH4M4AwmAiYnh5adP/7oYvQrevmBmZiJJM8wekCGMvsXv/8MErPVY/ytKMzMs2f6DkRjH/P7znwHFgLxwzv/G6qwM8U2fiDLg8ct/qAZkB3P8N1BjYUht/0KUAXtO/0I1ICuIHWxAWsdXFAP4uBn/9+RxMcza8JPhzPU/YLkLt/4wPH6F5oLMQLb/+qrMDBld31EM4GBj+D+rgouBlYWBoWvpT4b5m38ygjSDAEoYZASy/Xc2Ycbr/K8//v/Xi/7C8PTNP7A6FAPkJJj+G6kxoUTA338MDO8+/WPIDGQFu2DWht8MBRMRscQo6/vmPyc7pqWfvv5n+PbjP8Onb/8ZeDgZ/99excmwau8fhvwJv1AUMzKYv4K
 [...]
+list-style-image: 
url('data:image/png;base64,iVBORw0KGgoNSUhEUgAAABAQCAYf8/9hBGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8CXBIWXMAAAsTAAALEwEAmpwYAAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZ
 [...]
 }
 li.extlink {
-list-style-image: 
url('data:image/png;base64,iVBORw0KGgoNSUhEUgAAABAQCAYf8/9hAAABcklEQVQ4T52SvUtCYRTGn/Nq3VtBDRFmGGHg4FZQuPQXSLb0B+TiUAYFQeBWS9kHDRXNLg5Wa5s1uEVD0tCQQYVRaUogCeX9OHEvZWik3c76nuf3nPc5h3zB/FxvT0tE1+GAhRICuVJJXyf/fPHJZhOWxF8+BoQCCy9swbimVVEZTQHBcZkDYxI0DWixA5l7DYs7r2SQsjm9OcDlEOx2Ckz5ZXR3ET0WdJ7ZKJuA5FmlOcBojIbb2eMSuLjWoGiMldgbpa9UZPN/mGAtLPNgn8BG/B0jXhu6OwmTkTIZYqMaZhCdkUzx7qGCVFqlDhl886Dh9FIzv9AQsDrdym4nYftARSKpUDanoVj6uTDqDxS4TaoCTWp8WWLvAGF2q4LYkVL7WLdzgi9
 [...]
+list-style-image: 
url('data:image/png;base64,iVBORw0KGgoNSUhEUgAAABAQCAYf8/9hBGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8CXBIWXMAAAsTAAALEwEAmpwYAAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZ
 [...]
 }
 li.info {
 list-style-image: 
url('data:image/png;base64,iVBORw0KGgoNSUhEUgAAABAQCAYf8/9hAAABTklEQVQ4T2M0T3iVLyHKWvnvH4M4AwmAiYnh5adP/7oYvQrevmBmZiJJM8wekCGMvsXv/5NgMYrS33/+M1BkwOOX//AbUJ/M9V9Flokhv/8rw7uP/xnRXbrn9C/8BpTGcPxXl2NmKJv6DcOAC7f+MDx+hccFPtYs/y11WBk+fv3HMGnVT4YfvxjgLoBpBrkIZxhEuLL8D7JnZfj3n4GhePIPhqev/jO+/fif4crdPwyfviHCHW8gtqaz/1eQZGCIqv/BcPzyH8a3nzAjjFHW981/TnaM8GH49PU/w7oO9v/aiswMxgnfGO48/YepCOQFBvNXONPB4ekc/7UVGRnMkn+SZ8DBqWz/9VSYGSxSfjDcfIwZjeBAxOeCA1PY/qvJMjDYZv5muPu
 [...]



[juneau-website] branch asf-site updated: Javadocs.

2018-12-12 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new ce1df79  Javadocs.
ce1df79 is described below

commit ce1df7997ee2ea5a7fb90263a880cf5c150bc973
Author: JamesBognar 
AuthorDate: Wed Dec 12 12:06:36 2018 -0500

Javadocs.
---
 content/site/apidocs-8.0.0/allclasses-frame.html   |   2 +-
 content/site/apidocs-8.0.0/allclasses-noframe.html |   2 +-
 ...croservice-springboot-template.Installing.2.png | Bin 103957 -> 92377 bytes
 content/site/apidocs-8.0.0/index-all.html  |  10 ++--
 .../juneau/examples/rest/springboot/App.html   |   2 +-
 .../rest/springboot/JuneauRestInitializer.html |   2 +-
 .../rest/springboot/JuneauRestPostProcessor.html   |   2 +-
 .../{JuneauRest.html => JuneauRestRoot.html}   |  20 +++
 .../rest/springboot/annotation/package-frame.html  |   2 +-
 .../springboot/annotation/package-summary.html |   2 +-
 .../rest/springboot/annotation/package-tree.html   |   2 +-
 .../juneau/rest/springboot/package-summary.html|   2 +-
 content/site/apidocs-8.0.0/overview-summary.html   |  60 ++---
 content/site/apidocs-8.0.0/overview-tree.html  |   2 +-
 .../apidocs-8.0.0/resources/fragments/toc.html |   6 +--
 .../juneau/examples/rest/springboot/App.html   |   2 +-
 .../rest/springboot/JuneauRestInitializer.html |   2 +-
 .../rest/springboot/JuneauRestPostProcessor.html   |  14 ++---
 .../{JuneauRest.html => JuneauRestRoot.html}   |   2 +-
 19 files changed, 79 insertions(+), 57 deletions(-)

diff --git a/content/site/apidocs-8.0.0/allclasses-frame.html 
b/content/site/apidocs-8.0.0/allclasses-frame.html
index acf22d6..d42bdd4 100644
--- a/content/site/apidocs-8.0.0/allclasses-frame.html
+++ b/content/site/apidocs-8.0.0/allclasses-frame.html
@@ -530,9 +530,9 @@
 JsoSerializerSession
 JuneauLogger
 JuneauProvider
-JuneauRest
 JuneauRestInitializer
 JuneauRestPostProcessor
+JuneauRestRoot
 Kbd
 Keygen
 KeywordSet
diff --git a/content/site/apidocs-8.0.0/allclasses-noframe.html 
b/content/site/apidocs-8.0.0/allclasses-noframe.html
index b39a33d..2721f2c 100644
--- a/content/site/apidocs-8.0.0/allclasses-noframe.html
+++ b/content/site/apidocs-8.0.0/allclasses-noframe.html
@@ -530,9 +530,9 @@
 JsoSerializerSession
 JuneauLogger
 JuneauProvider
-JuneauRest
 JuneauRestInitializer
 JuneauRestPostProcessor
+JuneauRestRoot
 Kbd
 Keygen
 KeywordSet
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice-springboot-template.Installing.2.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-springboot-template.Installing.2.png
index 6e81fa5..c3a681a 100644
Binary files 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice-springboot-template.Installing.2.png
 and 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-springboot-template.Installing.2.png
 differ
diff --git a/content/site/apidocs-8.0.0/index-all.html 
b/content/site/apidocs-8.0.0/index-all.html
index b3a2a36..15ab90a 100644
--- a/content/site/apidocs-8.0.0/index-all.html
+++ b/content/site/apidocs-8.0.0/index-all.html
@@ -24223,10 +24223,6 @@
 
 Annotations applicable to subclasses of BaseProvider.
 
-JuneauRest - Annotation Type in org.apache.juneau.rest.springboot.annotation
-
-Added to Spring application classes to denote Juneau REST 
resource classes to deploy as servlets.
-
 JuneauRestInitializer - Class in org.apache.juneau.rest.springboot
 
 Spring Boot context initializer for Juneau REST 
resources.
@@ -24237,12 +24233,16 @@
 
 JuneauRestPostProcessor - Class in org.apache.juneau.rest.springboot
 
-Processes the JuneauRest 
annotation on the Spring application class and @Bean methods.
+Processes the JuneauRestRoot 
annotation on the Spring application class and @Bean methods.
 
 JuneauRestPostProcessor(ConfigurableApplicationContext,
 Class?) - Constructor for class 
org.apache.juneau.rest.springboot.JuneauRestPostProcess [...]
 
 Constructor.
 
+JuneauRestRoot - Annotation Type in org.apache.juneau.rest.springboot.annotation
+
+Added to Spring application classes to denote Juneau REST 
resource classes to deploy as servlets.
+
 
 
 
diff --git 
a/content/site/apidocs-8.0.0/org/apache/juneau/examples/rest/springboot/App.html
 
b/content/site/apidocs-8.0.0/org/apache/juneau/examples/rest/springboot/App.html
index 8792882..074cae6 100644
--- 
a/content/site/apidocs-8.0.0/org/apache/juneau/examples/rest/springboot/App.html
+++ 
b/content/site/apidocs-8.0.0/org/apache/juneau/examples/rest/springboot/App.html
@@ -213,7 +213,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 getRootResources
 @Bean
- @JuneauRest
+ @JuneauRestRoot
 publicRootResourcesgetRootResources()
 Our root resource.
 
diff --git 
a/content/site/apidocs-8.0.0/org/apache/juneau/rest/springboot/JuneauRestInitializer.html
 

[juneau-website] branch asf-site updated: Javadocs.

2018-12-11 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 1246a56  Javadocs.
1246a56 is described below

commit 1246a56882b6d3cc97dab3b282f679082d4d738b
Author: JamesBognar 
AuthorDate: Tue Dec 11 20:02:42 2018 -0500

Javadocs.
---
 ...au-microservice-jetty-template.ResourceClasses.1.png | Bin 42699 -> 0 bytes
 ...au-microservice-jetty-template.UiCustomization.1.png | Bin 56726 -> 0 bytes
 content/site/apidocs-8.0.0/overview-summary.html|   7 ---
 content/site/apidocs-8.0.0/resources/fragments/toc.html |   2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice-jetty-template.ResourceClasses.1.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-jetty-template.ResourceClasses.1.png
deleted file mode 100644
index 91f7275..000
Binary files 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice-jetty-template.ResourceClasses.1.png
 and /dev/null differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice-jetty-template.UiCustomization.1.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-jetty-template.UiCustomization.1.png
deleted file mode 100644
index 490cf48..000
Binary files 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice-jetty-template.UiCustomization.1.png
 and /dev/null differ
diff --git a/content/site/apidocs-8.0.0/overview-summary.html 
b/content/site/apidocs-8.0.0/overview-summary.html
index 76d4c20..6e5d244 100644
--- a/content/site/apidocs-8.0.0/overview-summary.html
+++ b/content/site/apidocs-8.0.0/overview-summary.html
@@ -1054,7 +1054,7 @@

juneau-examples-rest-springboot

-  Classes
+  Classes
   Deploying to 
Heroku

Security 
Best-Practices
@@ -26149,10 +26149,11 @@
}
   

-  my-microservice.cfg - The external configuration file. 
+  juneau.cfg - The configuration file. 
   Contains various useful settings.
   Can be used for your own resource configurations.
   Note that the Jetty configuration is not present.
+  Also it's located in the classpath so that our microservice can be 
built as a single executable jar. 
   
   

#===
@@ -28468,7 +28469,7 @@
 
 
 
-18.1 - Classes
+18.1 - Classes
 
 
The juneau-examples-rest-springboot project contains the same 
classes as found in juneau-examples-rest
diff --git a/content/site/apidocs-8.0.0/resources/fragments/toc.html 
b/content/site/apidocs-8.0.0/resources/fragments/toc.html
index 7398437..206ab16 100644
--- a/content/site/apidocs-8.0.0/resources/fragments/toc.html
+++ b/content/site/apidocs-8.0.0/resources/fragments/toc.html
@@ -392,7 +392,7 @@

juneau-examples-rest-springboot

-   Classes
+   Classes
Deploying
 to Heroku

Security Best-Practices



[juneau-website] branch asf-site updated: Javadocs.

2018-12-11 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new d435878  Javadocs.
d435878 is described below

commit d435878ea0ff998e819657dafd8a07e29dabbb77
Author: JamesBognar 
AuthorDate: Tue Dec 11 18:41:22 2018 -0500

Javadocs.
---
 ...croservice-springboot-template.Installing.1.png | Bin 0 -> 156973 bytes
 ...croservice-springboot-template.Installing.2.png | Bin 0 -> 103957 bytes
 ...-microservice-springboot-template.Running.1.png | Bin 0 -> 67578 bytes
 content/site/apidocs-8.0.0/overview-summary.html   | 413 ++---
 content/site/apidocs-8.0.0/resources/docs.txt  |  12 +-
 .../apidocs-8.0.0/resources/fragments/toc.html |  16 +-
 6 files changed, 300 insertions(+), 141 deletions(-)

diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice-springboot-template.Installing.1.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-springboot-template.Installing.1.png
new file mode 100644
index 000..4ea5cec
Binary files /dev/null and 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-springboot-template.Installing.1.png
 differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice-springboot-template.Installing.2.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-springboot-template.Installing.2.png
new file mode 100644
index 000..6e81fa5
Binary files /dev/null and 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-springboot-template.Installing.2.png
 differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice-springboot-template.Running.1.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-springboot-template.Running.1.png
new file mode 100644
index 000..9d75bda
Binary files /dev/null and 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-springboot-template.Running.1.png
 differ
diff --git a/content/site/apidocs-8.0.0/overview-summary.html 
b/content/site/apidocs-8.0.0/overview-summary.html
index 8ab3d75..76d4c20 100644
--- a/content/site/apidocs-8.0.0/overview-summary.html
+++ b/content/site/apidocs-8.0.0/overview-summary.html
@@ -1024,13 +1024,15 @@

juneau-microservice-jetty-template

-  Microservice 
Introduction
-  Getting 
Started
-  
- Installing 
in Eclipse
- Running in 
Eclipse
- Building and 
Running from Command-Line
-  
+  Installing in 
Eclipse
+  Running in Eclipse
+  Building and Running from 
Command-Line
+   
+   juneau-microservice-springboot-template
+   
+  Installing in 
Eclipse
+  Running in 
Eclipse
+  Building and Running 
from Command-Line

juneau-examples-core

@@ -25707,16 +25709,7 @@
 
 13 - 
juneau-microservice-jetty-template
 
-Maven Dependency
-
-   dependency
-  groupIdorg.apache.juneau/groupId
-  
artifactIdjuneau-microservice-jetty-template/artifactId
-  version8.0.0/version
-   /dependency
-  
-
-Microservice Starter Project
+Starter Project Zip
 
my-microservice-jetty-8.0.0.zip 
   
@@ -25725,56 +25718,24 @@
The my-microservice-jetty.zip file is a predefined starter Eclipse 
project for developing
REST microservices using the Overview  juneau-microservice-jetty 
package.
 
-
-
-
-13.1 - Microservice 
Introduction
-
-
-   The Microservice API consists of a combination of the Juneau Core, Server, 
and Client APIs and an embedded
-   Eclipse Jetty Servlet Container.  
-   It includes all libraries needed to execute in a Java 1.8+ environment.
-
 
-   Features include:
+   It includes a combination of the Juneau Core, Server, and Client APIs and 
all libraries needed to execute in a Java 1.8+ environment.
 
-
-   
-  An out-of-the-box zipped Eclipse project to get started quickly.
-   
-  Buildable as a simple executable jar and configuration file.
-   
-  All the power of the Juneau ecosystem for defining REST servlets and 
clients with the ability to 
-  serialize and parse POJOs as HTML, JSON, XML, RDF, URL-Encoding, and 
others.
-   
-  An extensible API that allows you to hook into various lifecycle events.
-   
-  Simple-to-use APIs for accessing manifest file entries, command-line 
arguments, and external configuration 
-  file properties.
-   
-  Predefined REST resources for configuring microservice and accessing log 
files.
-
-
-
-
-
-13.2 - Getting 
Started
-
 
-   The my-microservice-jetty.zip file is a zipped eclipse project that 
includes everything you 
-   need to create a REST microservice in an Eclipse workspace.
+   One significant difference is that we are not using the Juneau Microservice API for our
+   application but instead using the existing Spring Boot API.
 
 
 
 
-13.2.1 - 
Installing in Eclipse
-
+13.1 - Installing in 
Eclipse
+
 
Follow these 

[juneau-website] branch asf-site updated: Javadocs.

2018-12-11 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new abb2571  Javadocs.
abb2571 is described below

commit abb25712965c8feeb8219363d73acba42d0c3f72
Author: JamesBognar 
AuthorDate: Tue Dec 11 16:39:52 2018 -0500

Javadocs.
---
 .../juneau-microservice-server.Installing.1.png| Bin 156973 -> 0 bytes
 .../juneau-microservice-server.Installing.2.png| Bin 78192 -> 0 bytes
 ...uneau-microservice-server.ResourceClasses.1.png | Bin 42699 -> 0 bytes
 .../juneau-microservice-server.Running.1.png   | Bin 67578 -> 0 bytes
 .../juneau-microservice.UiCustomization.1.png  | Bin 56726 -> 0 bytes
 content/site/apidocs-8.0.0/overview-summary.html   |  87 ++---
 .../apidocs-8.0.0/resources/fragments/toc.html |  36 -
 7 files changed, 59 insertions(+), 64 deletions(-)

diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice-server.Installing.1.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-server.Installing.1.png
deleted file mode 100644
index 4ea5cec..000
Binary files 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice-server.Installing.1.png
 and /dev/null differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice-server.Installing.2.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-server.Installing.2.png
deleted file mode 100644
index 9caeff9..000
Binary files 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice-server.Installing.2.png
 and /dev/null differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice-server.ResourceClasses.1.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-server.ResourceClasses.1.png
deleted file mode 100644
index 91f7275..000
Binary files 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice-server.ResourceClasses.1.png
 and /dev/null differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice-server.Running.1.png 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-server.Running.1.png
deleted file mode 100644
index 9d75bda..000
Binary files 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice-server.Running.1.png 
and /dev/null differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice.UiCustomization.1.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice.UiCustomization.1.png
deleted file mode 100644
index 490cf48..000
Binary files 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice.UiCustomization.1.png
 and /dev/null differ
diff --git a/content/site/apidocs-8.0.0/overview-summary.html 
b/content/site/apidocs-8.0.0/overview-summary.html
index ad8be8b..8ab3d75 100644
--- a/content/site/apidocs-8.0.0/overview-summary.html
+++ b/content/site/apidocs-8.0.0/overview-summary.html
@@ -675,12 +675,12 @@
 
 Table of Contents
 
-   Introduction
+   Introduction

   Features
   Components

-   juneau-marshall
+   juneau-marshall

   Serializers
   Parsers
@@ -786,7 +786,7 @@
   
   Best Practices

-   juneau-marshall-rdf
+   juneau-marshall-rdf

   RDF Details
   
@@ -799,21 +799,21 @@
  Typed Literals
   

-   juneau-dto
+   juneau-dto

   HTML5
   Atom
   Swagger
   Swagger 
UI

-   juneau-svl
+   juneau-svl

   Simple Variable Language
   SVL Variables
   VarResolvers and VarResolverSessions
   Other 
Notes

-   juneau-config
+   juneau-config

   Overview
   
@@ -854,7 +854,7 @@
   Closing Configs
   System Default Config

-   juneau-rest-server
+   juneau-rest-server

   Hello World Example
   Class Hierarchy
@@ -960,15 +960,15 @@
   Using HTTP/2 features
   Other Notes

-   juneau-rest-server-jaxrs
+   juneau-rest-server-jaxrs

   Juneau JAX-RS Provider

-   juneau-rest-server-springboot
+   juneau-rest-server-springboot

   Overview

-   juneau-rest-client
+   juneau-rest-client

   REST Proxies
   
@@ -998,7 +998,7 @@
   Serverless Unit Testing
   Other Useful Methods

-   juneau-microservice-core
+   juneau-microservice-core

   Microservice Overview
   Lifecycle Methods
@@ -1011,7 +1011,7 @@
   Logging
   Listeners

-   juneau-microservice-jetty
+   juneau-microservice-jetty

   Overview
   Lifecycle Methods
@@ -1022,7 +1022,7 @@
   UI Customization
   Extending JettyMicroservice

-   juneau-microservice-jetty-template
+   juneau-microservice-jetty-template

   Microservice 
Introduction
   Getting 
Started
@@ -1032,11 +1032,11 @@
  Building and 
Running from Command-Line
   

-   juneau-examples-core
+   juneau-examples-core

   

[juneau-website] branch asf-site updated: Javadocs.

2018-12-11 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 7d66f53  Javadocs.
7d66f53 is described below

commit 7d66f53325c5429dd9745bc53827eae86f184904
Author: JamesBognar 
AuthorDate: Tue Dec 11 15:43:50 2018 -0500

Javadocs.
---
 content/site/apidocs-8.0.0/allclasses-frame.html   |   1 +
 content/site/apidocs-8.0.0/allclasses-noframe.html |   1 +
 ...au-microservice-jetty-template.Installing.1.png | Bin 0 -> 156973 bytes
 ...au-microservice-jetty-template.Installing.2.png | Bin 0 -> 103957 bytes
 ...croservice-jetty-template.ResourceClasses.1.png | Bin 0 -> 42699 bytes
 ...uneau-microservice-jetty-template.Running.1.png | Bin 0 -> 67578 bytes
 ...croservice-jetty-template.UiCustomization.1.png | Bin 0 -> 56726 bytes
 ...juneau-microservice-jetty.ResourceClasses.1.png | Bin 0 -> 42699 bytes
 .../juneau-microservice-jetty.Running.1.png| Bin 0 -> 67578 bytes
 ...juneau-microservice-jetty.UiCustomization.1.png | Bin 0 -> 56726 bytes
 content/site/apidocs-8.0.0/index-all.html  |  10 +
 .../sample/{HelloWorldResource.html => App.html}   | 126 ++---
 .../microservice/sample/HelloWorldResource.html|   4 +-
 .../juneau/microservice/sample/RootResources.html  |   2 +-
 .../juneau/microservice/sample/package-frame.html  |   1 +
 .../microservice/sample/package-summary.html   |   8 +-
 .../juneau/microservice/sample/package-tree.html   |   1 +
 content/site/apidocs-8.0.0/overview-summary.html   | 625 +++--
 content/site/apidocs-8.0.0/overview-tree.html  |   1 +
 content/site/apidocs-8.0.0/resources/docs.txt  |   9 -
 .../apidocs-8.0.0/resources/fragments/toc.html |  27 +-
 .../org/apache/juneau/examples/rest/jetty/App.html |   3 +-
 .../sample/{RootResources.html => App.html}|  61 +-
 .../juneau/microservice/sample/RootResources.html  |   2 +-
 24 files changed, 173 insertions(+), 709 deletions(-)

diff --git a/content/site/apidocs-8.0.0/allclasses-frame.html 
b/content/site/apidocs-8.0.0/allclasses-frame.html
index 7906114..acf22d6 100644
--- a/content/site/apidocs-8.0.0/allclasses-frame.html
+++ b/content/site/apidocs-8.0.0/allclasses-frame.html
@@ -37,6 +37,7 @@
 AnnotationUtils
 App
 App
+App
 Area
 Args
 ArgsVar
diff --git a/content/site/apidocs-8.0.0/allclasses-noframe.html 
b/content/site/apidocs-8.0.0/allclasses-noframe.html
index 4c9c32b..b39a33d 100644
--- a/content/site/apidocs-8.0.0/allclasses-noframe.html
+++ b/content/site/apidocs-8.0.0/allclasses-noframe.html
@@ -37,6 +37,7 @@
 AnnotationUtils
 App
 App
+App
 Area
 Args
 ArgsVar
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice-jetty-template.Installing.1.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-jetty-template.Installing.1.png
new file mode 100644
index 000..4ea5cec
Binary files /dev/null and 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-jetty-template.Installing.1.png
 differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice-jetty-template.Installing.2.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-jetty-template.Installing.2.png
new file mode 100644
index 000..6e81fa5
Binary files /dev/null and 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-jetty-template.Installing.2.png
 differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice-jetty-template.ResourceClasses.1.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-jetty-template.ResourceClasses.1.png
new file mode 100644
index 000..91f7275
Binary files /dev/null and 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-jetty-template.ResourceClasses.1.png
 differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice-jetty-template.Running.1.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-jetty-template.Running.1.png
new file mode 100644
index 000..9d75bda
Binary files /dev/null and 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-jetty-template.Running.1.png
 differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice-jetty-template.UiCustomization.1.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-jetty-template.UiCustomization.1.png
new file mode 100644
index 000..490cf48
Binary files /dev/null and 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-jetty-template.UiCustomization.1.png
 differ
diff --git 
a/content/site/apidocs-8.0.0/doc-files/juneau-microservice-jetty.ResourceClasses.1.png
 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-jetty.ResourceClasses.1.png
new file mode 100644
index 000..91f7275
Binary files /dev/null and 
b/content/site/apidocs-8.0.0/doc-files/juneau-microservice-jetty.ResourceClasses.1.png
 differ
diff --git 

[juneau-website] branch asf-site updated: Javadocs.

2018-12-10 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 20f5aaa  Javadocs.
20f5aaa is described below

commit 20f5aaae647ce6558dd191ec62f6155b6a6c191a
Author: JamesBognar 
AuthorDate: Mon Dec 10 20:12:19 2018 -0500

Javadocs.
---
 content/site/apidocs-8.0.0/allclasses-frame.html   |   2 +
 content/site/apidocs-8.0.0/allclasses-noframe.html |   2 +
 content/site/apidocs-8.0.0/index-all.html  |  30 +-
 .../apache/juneau/encoders/package-summary.html|   4 +-
 .../org/apache/juneau/encoders/package-tree.html   |   4 +-
 .../HtmlComplexExample.html}   |  42 +-
 .../HtmlSimpleExample.html}|  42 +-
 .../juneau/examples/core/html/package-frame.html   |  21 +
 .../core/{json => html}/package-summary.html   |  30 +-
 .../examples/core/{json => html}/package-tree.html |  19 +-
 .../examples/core/json/JsonComplexExample.html |   2 +-
 .../examples/core/json/JsonSimpleExample.html  |   2 +-
 .../juneau/examples/core/json/package-summary.html |   8 +-
 .../juneau/examples/core/json/package-tree.html|   4 +-
 content/site/apidocs-8.0.0/overview-frame.html |   1 +
 content/site/apidocs-8.0.0/overview-summary.html   | 735 ++---
 content/site/apidocs-8.0.0/overview-tree.html  |   3 +
 content/site/apidocs-8.0.0/package-list|   1 +
 content/site/apidocs-8.0.0/resources/docs.txt  |   3 +-
 .../apidocs-8.0.0/resources/fragments/toc.html |  11 +-
 .../examples/core/html/HtmlComplexExample.html | 141 
 .../examples/core/html/HtmlSimpleExample.html  | 123 
 .../examples/core/json/JsonComplexExample.html |   2 +-
 .../examples/core/json/JsonSimpleExample.html  |   2 +-
 24 files changed, 912 insertions(+), 322 deletions(-)

diff --git a/content/site/apidocs-8.0.0/allclasses-frame.html 
b/content/site/apidocs-8.0.0/allclasses-frame.html
index 90c80f2..7906114 100644
--- a/content/site/apidocs-8.0.0/allclasses-frame.html
+++ b/content/site/apidocs-8.0.0/allclasses-frame.html
@@ -375,6 +375,7 @@
 HtmlBeanPropertyMeta
 HtmlBuilder
 HtmlClassMeta
+HtmlComplexExample
 HtmlDoc
 HtmlDocBuilder
 HtmlDocSerializer
@@ -405,6 +406,7 @@
 HtmlSerializer.SqReadable
 HtmlSerializerBuilder
 HtmlSerializerSession
+HtmlSimpleExample
 HtmlStrippedDocSerializer
 HtmlStrippedDocSerializerSession
 HtmlText
diff --git a/content/site/apidocs-8.0.0/allclasses-noframe.html 
b/content/site/apidocs-8.0.0/allclasses-noframe.html
index 9a0fe44..4c9c32b 100644
--- a/content/site/apidocs-8.0.0/allclasses-noframe.html
+++ b/content/site/apidocs-8.0.0/allclasses-noframe.html
@@ -375,6 +375,7 @@
 HtmlBeanPropertyMeta
 HtmlBuilder
 HtmlClassMeta
+HtmlComplexExample
 HtmlDoc
 HtmlDocBuilder
 HtmlDocSerializer
@@ -405,6 +406,7 @@
 HtmlSerializer.SqReadable
 HtmlSerializerBuilder
 HtmlSerializerSession
+HtmlSimpleExample
 HtmlStrippedDocSerializer
 HtmlStrippedDocSerializerSession
 HtmlText
diff --git a/content/site/apidocs-8.0.0/index-all.html 
b/content/site/apidocs-8.0.0/index-all.html
index e219e87..84c5ee2 100644
--- a/content/site/apidocs-8.0.0/index-all.html
+++ b/content/site/apidocs-8.0.0/index-all.html
@@ -19732,6 +19732,12 @@
 
 Constructor.
 
+HtmlComplexExample - Class in org.apache.juneau.examples.core.html
+
+Sample class which shows the complex usage of 
HtmlSerializer and HtmlParser.
+
+HtmlComplexExample()
 - Constructor for class org.apache.juneau.examples.core.html.HtmlComplexExample
+
 HtmlDoc - Annotation Type in org.apache.juneau.rest.annotation
 
 Contains all the configurable annotations for the HtmlDocSerializer.
@@ -20008,6 +20014,12 @@
 
 Create a new session using properties specified in the 
context.
 
+HtmlSimpleExample - Class in org.apache.juneau.examples.core.html
+
+Sample class which shows the simple usage of HtmlSerializer 
and HtmlParser.
+
+HtmlSimpleExample()
 - Constructor for class org.apache.juneau.examples.core.html.HtmlSimpleExample
+
 HtmlStrippedDocSerializer - Class in org.apache.juneau.html
 
 Serializes POJOs to HTTP responses as stripped HTML.
@@ -23799,7 +23811,7 @@
 
 JsonComplexExample - Class in org.apache.juneau.examples.core.json
 
-Sample class which shows the complex usage of 
JsonSerializer.
+Sample class which shows the complex usage of 
JsonSerializer and JsonParser.
 
 JsonComplexExample()
 - Constructor for class org.apache.juneau.examples.core.json.JsonComplexExample
 
@@ -24091,7 +24103,7 @@
 
 JsonSimpleExample - Class in org.apache.juneau.examples.core.json
 
-TODO
+Sample class which shows the simple usage of JsonSerializer 
and JsonParser.
 
 JsonSimpleExample()
 - Constructor for class org.apache.juneau.examples.core.json.JsonSimpleExample
 
@@ -25237,6 +25249,16 @@
 
 Main() - 
Constructor for class org.apache.juneau.dto.html5.Main
 
+main(String[])

[juneau-website] branch asf-site updated: Javadocs.

2018-12-09 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 5240b0f  Javadocs.
5240b0f is described below

commit 5240b0f1d0d59e58c7f0bae0c321f29766a59c85
Author: JamesBognar 
AuthorDate: Sun Dec 9 10:00:12 2018 -0500

Javadocs.
---
 content/site/apidocs-8.0.0/overview-summary.html | 4 
 1 file changed, 4 insertions(+)

diff --git a/content/site/apidocs-8.0.0/overview-summary.html 
b/content/site/apidocs-8.0.0/overview-summary.html
index e1c364c..4c121c2 100644
--- a/content/site/apidocs-8.0.0/overview-summary.html
+++ b/content/site/apidocs-8.0.0/overview-summary.html
@@ -22059,6 +22059,10 @@
The root servlets are given an instance of SpringRestResourceResolver 
which allows
for child resources to be defined as injectable Spring beans.  
 
+
+The Overview 
 juneau-examples-rest-springboot section describes how the Examples 
REST application is deployed
+using Spring Boot and quickly deployable as an online application using 
Heroku.
+
 
 
 



[juneau-website] branch asf-site updated: Javadocs

2018-12-08 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new a4ed25e  Javadocs
a4ed25e is described below

commit a4ed25e033656255c4982fcb6be03393880b924a
Author: JamesBognar 
AuthorDate: Sat Dec 8 15:33:24 2018 -0500

Javadocs
---
 .../examples/core/json/JsonComplexExample.html |   6 +-
 .../examples/core/rdf/RdfComplexExample.html   |   6 +-
 .../juneau/examples/core/xml/XmlSimpleExample.html |   6 +-
 content/site/apidocs-8.0.0/overview-summary.html   |  19 +++-
 .../apidocs-8.0.0/resources/fragments/toc.html |   2 +-
 .../examples/core/json/JsonComplexExample.html | 122 +++--
 .../examples/core/rdf/RdfComplexExample.html   |  89 ---
 .../juneau/examples/core/xml/XmlSimpleExample.html |  95 
 8 files changed, 194 insertions(+), 151 deletions(-)

diff --git 
a/content/site/apidocs-8.0.0/org/apache/juneau/examples/core/json/JsonComplexExample.html
 
b/content/site/apidocs-8.0.0/org/apache/juneau/examples/core/json/JsonComplexExample.html
index 9950dbc..952b360 100644
--- 
a/content/site/apidocs-8.0.0/org/apache/juneau/examples/core/json/JsonComplexExample.html
+++ 
b/content/site/apidocs-8.0.0/org/apache/juneau/examples/core/json/JsonComplexExample.html
@@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-public class JsonComplexExample
+public class JsonComplexExample
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 TODO
 
@@ -180,7 +180,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 JsonComplexExample
-publicJsonComplexExample()
+publicJsonComplexExample()
 
 
 
@@ -197,7 +197,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 main
-public staticvoidmain(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String[]args)
+public staticvoidmain(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String[]args)
  throws http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true;
 title="class or interface in java.lang">Exception
 TODO
 
diff --git 
a/content/site/apidocs-8.0.0/org/apache/juneau/examples/core/rdf/RdfComplexExample.html
 
b/content/site/apidocs-8.0.0/org/apache/juneau/examples/core/rdf/RdfComplexExample.html
index bd84dd2..6353ee8 100644
--- 
a/content/site/apidocs-8.0.0/org/apache/juneau/examples/core/rdf/RdfComplexExample.html
+++ 
b/content/site/apidocs-8.0.0/org/apache/juneau/examples/core/rdf/RdfComplexExample.html
@@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-public class RdfComplexExample
+public class RdfComplexExample
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 
 
@@ -179,7 +179,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 RdfComplexExample
-publicRdfComplexExample()
+publicRdfComplexExample()
 
 
 
@@ -196,7 +196,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 main
-public staticvoidmain(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String[]args)
+public staticvoidmain(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String[]args)
  throws http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true;
 title="class or interface in java.lang">Exception
 TODO
 
diff --git 
a/content/site/apidocs-8.0.0/org/apache/juneau/examples/core/xml/XmlSimpleExample.html
 
b/content/site/apidocs-8.0.0/org/apache/juneau/examples/core/xml/XmlSimpleExample.html
index 0a0890f..67dddbe 100644
--- 
a/content/site/apidocs-8.0.0/org/apache/juneau/examples/core/xml/XmlSimpleExample.html
+++ 
b/content/site/apidocs-8.0.0/org/apache/juneau/examples/core/xml/XmlSimpleExample.html
@@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-public class XmlSimpleExample
+public class XmlSimpleExample
 extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 TODO
 
@@ -180,7 +180,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 XmlSimpleExample
-publicXmlSimpleExample()
+publicXmlSimpleExample()
 
 
 
@@ -197,7 +197,7 @@ extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 
 
 main
-public staticvoidmain(http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class 

[juneau-website] branch asf-site updated: Javadocs.

2018-11-19 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new f54bf11  Javadocs.
f54bf11 is described below

commit f54bf1151219f5fba30033fc27420f1de05f4648
Author: JamesBognar 
AuthorDate: Mon Nov 19 14:56:08 2018 -0500

Javadocs.
---
 content/site/apidocs-8.0.0/overview-summary.html   | 27 ++
 .../apidocs-8.0.0/resources/fragments/toc.html |  2 +-
 2 files changed, 24 insertions(+), 5 deletions(-)

diff --git a/content/site/apidocs-8.0.0/overview-summary.html 
b/content/site/apidocs-8.0.0/overview-summary.html
index 7b26468..95c1730 100644
--- a/content/site/apidocs-8.0.0/overview-summary.html
+++ b/content/site/apidocs-8.0.0/overview-summary.html
@@ -920,7 +920,7 @@
   ConfigResource
   LogsResource

-   juneau-examples-rest-springboot
+   juneau-examples-rest-springboot

   Classes
   Deploying to 
Heroku
@@ -26711,15 +26711,34 @@
 
 
 
-13 
- juneau-examples-rest-springboot
+13 
- juneau-examples-rest-springboot
 
 Archive File
 
-   juneau-examples-rest-springboot-8.0.0.bin.zip 
+   juneau-examples-rest-springboot-8.0.0.zip 
   
 
 
-   TODO
+   The juneau-examples-rest-springboot class contains the same 
examples as juneau-examples-rest
+   but also includes the following:
+
+
+   
+  A starter class for invoking the examples using Spring Boot.
+   
+  A resource resolver for resolving REST resources as injectable beans.
+   
+  A POM that extends from spring-boot-starter-parent that 
allows you to build a fully-shaded executable jar.
+   
+  Configuration files for deploying the microservice to Heroku.
+
+
+
+   The microservice app can be imported into Eclipse just like 
juneau-examples-rest.
+
+
+   The microservice can be started from the 
juneau-examples-rest-springboot.launch file. 
+   It will start up the microservice on port 5000 which you can then view 
through a browser.
 
 
 
diff --git a/content/site/apidocs-8.0.0/resources/fragments/toc.html 
b/content/site/apidocs-8.0.0/resources/fragments/toc.html
index c09c7dc..e3eb254 100644
--- a/content/site/apidocs-8.0.0/resources/fragments/toc.html
+++ b/content/site/apidocs-8.0.0/resources/fragments/toc.html
@@ -366,7 +366,7 @@
ConfigResource
LogsResource

-   juneau-examples-rest-springboot
+   juneau-examples-rest-springboot

Classes
Deploying
 to Heroku



[juneau-website] branch asf-site updated: Javadocs

2018-11-07 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 791a0a3  Javadocs
791a0a3 is described below

commit 791a0a37c004f20389ab037ae1056df55837fe2a
Author: JamesBognar 
AuthorDate: Wed Nov 7 18:11:23 2018 -0500

Javadocs
---
 content/site/apidocs-7.2.2/index-all.html  |  4 ++
 .../apache/juneau/microservice/Microservice.html   | 60 --
 .../juneau/microservice/RestMicroservice.html  |  2 +-
 content/site/apidocs-7.2.2/overview-summary.html   | 10 
 .../apache/juneau/microservice/Microservice.html   | 54 ---
 5 files changed, 93 insertions(+), 37 deletions(-)

diff --git a/content/site/apidocs-7.2.2/index-all.html 
b/content/site/apidocs-7.2.2/index-all.html
index bea31ff..6ed38de 100644
--- a/content/site/apidocs-7.2.2/index-all.html
+++ b/content/site/apidocs-7.2.2/index-all.html
@@ -26908,6 +26908,10 @@
 
 log(LogRecord)
 - Method in class org.apache.juneau.internal.JuneauLogger
 
+log(Level,
 String, Object...) - Method in class 
org.apache.juneau.microservice.Microservice
+
+Logs a message to the log file.
+
 log(Level,
 Throwable, String, Object...) - Method in class 
org.apache.juneau.rest.BasicRestLogger
 
 Log a message to the logger.
diff --git 
a/content/site/apidocs-7.2.2/org/apache/juneau/microservice/Microservice.html 
b/content/site/apidocs-7.2.2/org/apache/juneau/microservice/Microservice.html
index fe4651c..407de53 100644
--- 
a/content/site/apidocs-7.2.2/org/apache/juneau/microservice/Microservice.html
+++ 
b/content/site/apidocs-7.2.2/org/apache/juneau/microservice/Microservice.html
@@ -18,7 +18,7 @@
 catch(err) {
 }
 //-->
-var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":9,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10};
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":9,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -320,24 +320,32 @@ implements 
+protected void
+log(http://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html?is-external=true;
 title="class or interface in java.util.logging">Levellevel,
+   http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringmessage,
+   http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object...args)
+Logs a message to the log file.
+
+
+
 void
 onConfigChange(http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListConfigEventevents)
 Called if one or more changes occur in the config 
file.
 
 
-
+
 protected void
 onStart()
 Called at the beginning of the start()
 call.
 
 
-
+
 protected void
 onStop()
 Called at the end of the stop()
 call.
 
 
-
+
 protected void
 out(MessageBundlemb,
http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringmessageKey,
@@ -345,69 +353,69 @@ implements Prints a localized message to the console writer.
 
 
-
+
 Microservice
 setArgs(Argsargs)
 Sets the arguments for this microservice.
 
 
-
+
 void
 setConfig(Configcf)
 Specifies the config for this microservice.
 
 
-
+
 Microservice
 setConfig(http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringcfPath,
  booleancreate)
 Specifies the path of the config file for this 
microservice.
 
 
-
+
 Microservice
 setManifest(http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">Class?c)
 Same as setManifest(Manifest)
 except finds and loads the manifest file of the jar file that the
  specified class is contained within.
 
 
-
+
 Microservice
 setManifest(http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true;
 title="class or interface in java.io">Filef)
 Same as setManifest(Manifest)
 except specified through a http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true;
 title="class or interface in java.io">File object.
 
 
-
+
 Microservice
 setManifest(http://docs.oracle.com/javase/7/docs/api/java/util/jar/Manifest.html?is-external=true;
 title="class or interface in 

[juneau-website] branch asf-site updated: Javadocs

2018-11-06 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 722fe35  Javadocs
722fe35 is described below

commit 722fe356326ade6e8560d501ae8139264305d848
Author: JamesBognar 
AuthorDate: Tue Nov 6 08:57:49 2018 -0500

Javadocs
---
 content/site/apidocs-7.2.2/overview-summary.html   | 94 +++---
 .../site/apidocs-7.2.2/resources/juneau-doc.css|  6 ++
 2 files changed, 54 insertions(+), 46 deletions(-)

diff --git a/content/site/apidocs-7.2.2/overview-summary.html 
b/content/site/apidocs-7.2.2/overview-summary.html
index 1993b57..83ba119 100644
--- a/content/site/apidocs-7.2.2/overview-summary.html
+++ b/content/site/apidocs-7.2.2/overview-summary.html
@@ -802,7 +802,7 @@
  @ResponseStatus
   
   Handling Form Posts
-  Handling Multi-Part Form 
Posts
+  Handling Multi-Part Form 
Posts
   Serializers
   Parsers
   Properties
@@ -917,7 +917,7 @@

   RootResources
   HelloWorldResource
-  PetStore
+  PetStore
   DtoExamples
   ConfigResource
   LogsResource
@@ -17561,11 +17561,11 @@
 
 
 
-7.12 - Handling Multi-Part 
Form Posts
+7.12 - Handling Multi-Part 
Form Posts
 
 
The Juneau framework does not natively support multipart form posts.  
-   However, it can be done in conjunction with the Apache Commons File 
Upload library.
+   However, it can be done in conjunction with the Apache Commons File 
Upload library or through the Servlet 3.0 API directly.
   
 
The following is an example that uses the File Upload library to allow 
files to be uploaded as multipart form posts.
@@ -17605,6 +17605,35 @@
  }
   }
 
+
+   The following shows using the HttpServletRequest.getParts() method 
to retrieve multi-part form posts when using Jetty.
+   This example is pulled from the PetStore application.
+
+
+   @RestMethod(
+  ...
+   )
+   public SeeOtherRoot uploadFile(RestRequest req) throws 
Exception {
+  
+  // Required for Jetty.
+  MultipartConfigElement mce = new 
MultipartConfigElement((String)null);
+  req.setAttribute("org.eclipse.jetty.multipartConfig", mce);  
+   
+  String id = UUID.randomUUID().toString();
+  BufferedImage img = null;
+  for (Part part : req.getParts()) {
+ switch (part.getName()) {
+case "id":
+   id = IOUtils.read(part.getInputStream());
+   break;
+case "file":
+   img = ImageIO.read(part.getInputStream());
+ }
+  }
+  addPhoto(id, img);
+  return new SeeOtherRoot(); // Redirect to the servlet 
root.
+   }
+
 
 
 
@@ -24895,7 +24924,7 @@
 
 
 
-12.3 - PetStore
+12.3 - PetStore
 
 
The PetStore application is an functional application meant to 
demonstrate the following:
@@ -25006,6 +25035,7 @@
The ResourceDescriptions class used 
above is a convenience class for creating
hyperlinks to child resources. 
 
+
 
The application itself is defined in 3 packages:
 
@@ -25026,7 +25056,7 @@
We also define some static files in the 
org.apache.juneau.rest.examples.rest.petstore package:
 
 
-
+
 
The PetStoreService class is a pretty-straightforward service for 
storing and retrieving JPA beans:
 
@@ -25140,6 +25170,7 @@
   
   ...
 
+
 
The Petstore database is empty by default.
The INIT link brings you to a page to initialize the contents of the 
database
@@ -25410,12 +25441,12 @@
   @Override /* PetStore */
   @RestMethod(
  name=DELETE,
- path="/pet/{petId}",
- summary="Deletes a pet",
+ path="/pet/{petId}",
+ summary="Deletes a pet",
  swagger=@MethodSwagger(
-tags="pet",
+tags="pet",
 value={
-   "security:[ { petstore_auth:[ 'write:pets','read:pets' ] } ]"
+   "security:[ { petstore_auth:[ 'write:pets','read:pets' ] } 
]"
 }
  )
   )
@@ -25430,6 +25461,7 @@
The advantage to using a common interface for both your server-side and 
client-side APIs is that you
have less of a chance of a mismatch between the server and client side 
definitions.
 
+

Now that we've initialized the contents of our database, we can start 
exploring the REST interface.
We can start by click the pet link on the home page which takes you 
to a summary page of Pet
@@ -25539,6 +25571,9 @@
 
 
 
+   Note that we're using the convenience feature for specifying an 
Accept header via a query parameter.
+
+
The THEME menu items allows you to quickly change the stylesheet 
used on the page:
 
 
@@ -25761,6 +25796,7 @@
   }
}
 
+
 
The OPTIONS menu items takes you to the auto-generated Swagger UI 
for the application:
 
@@ -25812,7 +25848,7 @@
At the bottom of the 

[juneau-website] branch asf-site updated: Javadocs

2018-10-27 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 1a159d9  Javadocs
1a159d9 is described below

commit 1a159d927675df6792672be7c435b8a5d0b1c5af
Author: JamesBognar 
AuthorDate: Sat Oct 27 11:30:18 2018 -0400

Javadocs
---
 content/config.html   |  2 +-
 content/downloads.html| 22 +++---
 content/dto.html  |  2 +-
 content/examples.html |  2 +-
 content/marshall.html | 18 +-
 content/microservice.html |  2 +-
 content/rest-client.html  |  6 +++---
 content/rest-server.html  |  4 ++--
 content/svl.html  |  2 +-
 content/whatsnew.html | 28 ++--
 10 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/content/config.html b/content/config.html
index 4f03f43..09b81a4 100644
--- a/content/config.html
+++ b/content/config.html
@@ -162,7 +162,7 @@

More Information:

-   juneau-config
+   juneau-config

  
 
diff --git a/content/downloads.html b/content/downloads.html
index f1a0774..c415252 100644
--- a/content/downloads.html
+++ b/content/downloads.html
@@ -34,7 +34,7 @@
Current release

7.2.0 (Sept 20, 2018) 
-   - Release
 Notes
+   - Release
 Notes
- Binaries
 
(SHA512)
- Source
@@ -106,7 +106,7 @@
Older releases

7.1.0 (Mar 08, 2018) 
-   - Release
 Notes
+   - Release
 Notes
- Binaries
 
(ASC,
MD5,
@@ -118,7 +118,7 @@


7.0.1 (Dec 24, 2017) 
-   - Release
 Notes
+   - Release
 Notes
- Binaries
 
(ASC,
MD5,
@@ -130,7 +130,7 @@


7.0.0 (Oct 25, 2017) 
-   - Release
 Notes
+   - Release
 Notes
- Binaries
 
(ASC,
MD5,
@@ -142,7 +142,7 @@


6.4.0 (Oct 04, 2017) 
-   - Release
 Notes
+   - Release
 Notes
- Binaries
 
(ASC,
MD5,
@@ -154,7 +154,7 @@


6.3.1 (Aug 02, 2017) 
-   - Release
 Notes
+   - Release
 Notes
- Binaries
 
(ASC,
MD5,
@@ -166,7 +166,7 @@


6.3.0 (Jun 28, 2017) 
-   - Release
 Notes
+   - Release
 Notes
- Binaries
 
(ASC,
MD5,
@@ -178,7 +178,7 @@


6.2.0 (Apr 28, 2017) 
-   - Release
 Notes
+   - Release
 Notes
- Binaries
 
(ASC,
MD5,
@@ -190,7 +190,7 @@


6.1.0 (Feb 25, 2017) 
-   - Release
 Notes
+   - Release
 Notes
- Binaries
 
(ASC,
MD5,
@@ -202,7 +202,7 @@


6.0.1 (Jan 03, 2017) 
-   - Release
 Notes
+   - Release
 Notes
- Binaries
 
(ASC,
MD5,
@@ -214,7 +214,7 @@


6.0.0 (Oct 25, 2016) 
-   - Release
 Notes
+   - Release
 Notes
- Binaries
 
(ASC,
MD5,
diff --git a/content/dto.html b/content/dto.html
index 432239c..ed5b6e9 100644
--- a/content/dto.html
+++ b/content/dto.html
@@ -262,7 +262,7 @@

More Information:

-   juneau-dto
+   juneau-dto


 
diff --git a/content/examples.html b/content/examples.html
index 2231123..8c4e60f 100644
--- a/content/examples.html
+++ b/content/examples.html
@@ -62,7 +62,7 @@

More Information:

-   juneau-examples-rest
+   juneau-examples-rest


 
diff --git a/content/marshall.html b/content/marshall.html
index 058a1c9..e8f88b0 100644
--- a/content/marshall.html
+++ b/content/marshall.html
@@ -132,7 +132,7 @@

More Information:

-   juneau-marshall
 > Serializers
+   juneau-marshall
 > Serializers



@@ -193,7 +193,7 @@
 
More Information:

-   

[juneau-website] branch asf-site updated: Javadocs

2018-10-27 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 5ff4cbb  Javadocs
5ff4cbb is described below

commit 5ff4cbb48fedab367c2cf4e69e0d20e45f9cddf6
Author: JamesBognar 
AuthorDate: Sat Oct 27 10:57:39 2018 -0400

Javadocs
---
 content/site/apidocs_preview/overview-summary.html | 1625 +++-
 1 file changed, 177 insertions(+), 1448 deletions(-)

diff --git a/content/site/apidocs_preview/overview-summary.html 
b/content/site/apidocs_preview/overview-summary.html
index 10fb184..cb330b6 100644
--- a/content/site/apidocs_preview/overview-summary.html
+++ b/content/site/apidocs_preview/overview-summary.html
@@ -917,13 +917,9 @@

   RootResources
   HelloWorldResource
-  RequestEchoResource
   PetStoreResource
-  AddressBookResource
-  SampleRrpcServlet
-  AtomFeedResource
+  DtoExamples
   PhotosResource
-  JsonSchemaResource
   SqlQueryResource
   ConfigResource
   LogsResource
@@ -16861,7 +16857,6 @@
   name="name",
   api={
  "description: 'Pet name',",
- "required: true,",
  "example: 'Doggie',"
  "x-extra: 'extra field'"
   }
@@ -24905,144 +24900,8 @@
 
 
 
-12.3 - 
RequestEchoResource
-
-
-   The RequestEchoResource class shows how existing complex POJOs can 
be serialized to a variety of 
-   content types.
-   The example simply takes the incoming HttpServletRequest object and 
serializes it. 
-
-
-   It provides examples of the following:
-
-
-   
-  Using the @RestResource(properties)
-  annotation to set serializer properties.
-   
-  Using the @RestResource(beanFilters)
 
-  and @RestResource(pojoSwaps)
-  annotations to set serializer transforms.
-   
-  Simply passing in an ObjectMap parameter on the 
Java method.
-  This object map contains the modifiable properties on the request. 
-
-
-   The class is shown below:
-
-
-RequestEchoResource.java
-
-   /** 
-* Sample REST resource for echoing HttpServletRequests back to the browser
-*/
-   @RestResource(
-  path="/echo",
-  title="Request echo service",
-  description="Echos the current HttpServletRequest object back to the 
browser.",
-  htmldoc=@HtmlDoc(
- widgets={
-ContentTypeMenuItem.class,
-StyleMenuItem.class
- },
- navlinks={
-"up: request:/..",
-"options: servlet:/?method=OPTIONS",
-"$W{ContentTypeMenuItem}",
-"$W{StyleMenuItem}",
-"source: 
$C{Source/gitHub}/org/apache/juneau/examples/rest/$R{servletClassSimple}.java"
- },
- aside={
-"div style='max-width:400px;min-width:200px' 
class='text'",
-" pShows how even arbitrary POJOs such as 
codeHttpServletRequest/code can be serialized by the 
framework./p",
-" pAlso shows how to specify serializer properties, 
filters, and swaps at the servlet level to control how POJOs are 
serialized./p",
-" pAlso provides an example of how to use the 
Traversable and Queryable APIs./p",
-"/div"
- }
-  ),
-  properties={
- @Property(name=BEANTRAVERSE_maxDepth, 
value="5"),
- @Property(name=BEANTRAVERSE_detectRecursions, 
value="true")
-  },
-  beanFilters={
- // Interpret these as their parent classes, not subclasses
- HttpServletRequest.class, HttpSession.class, 
ServletContext.class,
-  },
-  pojoSwaps={
- // Add a special filter for Enumerations
- EnumerationSwap.class
-  }
-   )
-   public class RequestEchoResource extends BasicRestServlet 
{
-   
-  /** GET request handler */
-  @RestMethod(name=GET, path="/*", 
converters={Queryable.class,Traversable.class})
-  public HttpServletRequest doGet(RestRequest req, RestResponse 
res, ObjectMap properties) {
- // Set the HtmlDocSerializer title programmatically.
- res.setPageTitle(req.getPathInfo());
- 
- // Just echo the request back as the response.
- return req;
-  }
-   }
-
-
-   Again, there's a lot going on here that's new that requires some 
explanation.
-   The HttpServletRequest object is not a tree-shaped POJO model.  
-   Instead, it contains lots of loops that can cause stack overflow errors 
if you were to try to serialize it as-is.
-   Also, you want to look only at the properties defined on the 
HttpServletRequest class, 
-   not implementation-specific (i.e. WAS or Jetty) fields which can get messy.
-
-
-   The @RestResource(properties),
 
-  @RestResopurce(beanFilters),
 and
-  @RestResopurce(pojoSwaps)
 
-  annotations are used to set behavior properties on the resource's 
underlying bean context, serializers, 
-  and parsers.  

[juneau-website] branch asf-site updated: Javadocs

2018-09-13 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new dfcc695  Javadocs
dfcc695 is described below

commit dfcc695bc660192517abdeaa3a0e9b5cb6787e19
Author: JamesBognar 
AuthorDate: Thu Sep 13 20:14:29 2018 -0400

Javadocs
---
 content/site/apidocs_preview/index-all.html|  4 +++-
 .../apache/juneau/dto/cognos/package-summary.html  | 26 ++
 content/site/apidocs_preview/overview-summary.html |  4 +++-
 3 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/content/site/apidocs_preview/index-all.html 
b/content/site/apidocs_preview/index-all.html
index 6620ced..c23c6b9 100644
--- a/content/site/apidocs_preview/index-all.html
+++ b/content/site/apidocs_preview/index-all.html
@@ -27582,7 +27582,9 @@
 ATOM Data Transfer Objects
 
 org.apache.juneau.dto.cognos
 - package org.apache.juneau.dto.cognos
-
+
+Cognos Data Transfer Objects
+
 org.apache.juneau.dto.html5
 - package org.apache.juneau.dto.html5
 
 HTML5 Data Transfer Objects
diff --git 
a/content/site/apidocs_preview/org/apache/juneau/dto/cognos/package-summary.html
 
b/content/site/apidocs_preview/org/apache/juneau/dto/cognos/package-summary.html
index 145680b..48735ca 100644
--- 
a/content/site/apidocs_preview/org/apache/juneau/dto/cognos/package-summary.html
+++ 
b/content/site/apidocs_preview/org/apache/juneau/dto/cognos/package-summary.html
@@ -73,6 +73,10 @@
namespace="http://developer.cognos.com/schemas/xmldata/1/;)
 
 Packageorg.apache.juneau.dto.cognos
+
+Cognos Data Transfer Objects
+
+See:Description
 
 
 
@@ -106,6 +110,28 @@
 
 
 
+
+
+
+Package 
org.apache.juneau.dto.cognos Description
+Cognos Data Transfer Objects
+
+   function toggle(x) {
+  var div = x.nextSibling;
+  while (div != null && div.nodeType != 1)
+ div = div.nextSibling;
+  if (div != null) {
+ var d = div.style.display;
+ if (d == 'block' || d == '') {
+div.style.display = 'none';
+x.className += " closed";
+ } else {
+div.style.display = 'block';
+x.className = x.className.replace(/(?:^|\s)closed(?!\S)/g , '' );
+ }
+  }
+   }
+
 
 
 
diff --git a/content/site/apidocs_preview/overview-summary.html 
b/content/site/apidocs_preview/overview-summary.html
index e17d893..40a85c5 100644
--- a/content/site/apidocs_preview/overview-summary.html
+++ b/content/site/apidocs_preview/overview-summary.html
@@ -153,7 +153,9 @@
 
 
 org.apache.juneau.dto.cognos
-
+
+Cognos Data Transfer Objects
+
 
 
 org.apache.juneau.dto.html5



[juneau-website] branch asf-site updated: Javadocs

2018-09-13 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 9175cdc  Javadocs
9175cdc is described below

commit 9175cdcd729a557637d52dd621762d0a2c7feaa9
Author: JamesBognar 
AuthorDate: Thu Sep 13 19:25:50 2018 -0400

Javadocs
---
 .../juneau-rest-server.Swagger.Responses.1.png | Bin 214470 -> 0 bytes
 .../juneau-rest-server.Swagger.Responses.2.png | Bin 73186 -> 0 bytes
 .../juneau-rest-server.Swagger.Responses.3.png | Bin 69650 -> 0 bytes
 .../juneau-rest-server.Swagger.Responses.4.png | Bin 73190 -> 0 bytes
 content/site/apidocs_preview/overview-summary.html |  15 +--
 5 files changed, 13 insertions(+), 2 deletions(-)

diff --git 
a/content/site/apidocs_preview/doc-files/juneau-rest-server.Swagger.Responses.1.png
 
b/content/site/apidocs_preview/doc-files/juneau-rest-server.Swagger.Responses.1.png
deleted file mode 100644
index be5e34d..000
Binary files 
a/content/site/apidocs_preview/doc-files/juneau-rest-server.Swagger.Responses.1.png
 and /dev/null differ
diff --git 
a/content/site/apidocs_preview/doc-files/juneau-rest-server.Swagger.Responses.2.png
 
b/content/site/apidocs_preview/doc-files/juneau-rest-server.Swagger.Responses.2.png
deleted file mode 100644
index 9276148..000
Binary files 
a/content/site/apidocs_preview/doc-files/juneau-rest-server.Swagger.Responses.2.png
 and /dev/null differ
diff --git 
a/content/site/apidocs_preview/doc-files/juneau-rest-server.Swagger.Responses.3.png
 
b/content/site/apidocs_preview/doc-files/juneau-rest-server.Swagger.Responses.3.png
deleted file mode 100644
index a7c3dca..000
Binary files 
a/content/site/apidocs_preview/doc-files/juneau-rest-server.Swagger.Responses.3.png
 and /dev/null differ
diff --git 
a/content/site/apidocs_preview/doc-files/juneau-rest-server.Swagger.Responses.4.png
 
b/content/site/apidocs_preview/doc-files/juneau-rest-server.Swagger.Responses.4.png
deleted file mode 100644
index ca6002f..000
Binary files 
a/content/site/apidocs_preview/doc-files/juneau-rest-server.Swagger.Responses.4.png
 and /dev/null differ
diff --git a/content/site/apidocs_preview/overview-summary.html 
b/content/site/apidocs_preview/overview-summary.html
index 20a2767..d93d1d7 100644
--- a/content/site/apidocs_preview/overview-summary.html
+++ b/content/site/apidocs_preview/overview-summary.html
@@ -33722,7 +33722,7 @@
 HttpPartSerializer
 
UonPartSerializer
-   SimpleUonPartSerializer}
+   SimpleUonPartSerializer
SimplePartSerializer
 
 HttpPartParser
@@ -34080,8 +34080,16 @@
 7.2.0 
(TBD)
 
 
-   TBD
+   7.2.0 is a major release that introduces several significant new 
functionality:
 
+
+   OpenAPI part serializing and parsing with full support for OpenAPI 
validation of input and output in the REST servlet and client APIs.
+   Swagger UI.
+   New HTTP-Part annotations that are applicable to both the servlet and 
client APIs.
+   Serverless servlet and client unit testing.
+   Simplified UI customization.
+   Marshalls that combines serializers and parsers into a single API.
+
 
 juneau-marshall
 
@@ -34312,6 +34320,8 @@
 juneau-rest-server
 

+  Auto-generated Swagger UI.
+   
   Simplified @RestResource(swagger)
   and @RestMethod(swagger)
 annotations.

@@ -34539,6 +34549,7 @@
 defaultAccept
 defaultContentType
   
+  
 
 
 juneau-rest-client



[juneau-website] branch asf-site updated: Javadocs

2018-08-30 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 1588bc1  Javadocs
1588bc1 is described below

commit 1588bc1fc04dad07ee576f80b118d0f517ef
Author: JamesBognar 
AuthorDate: Thu Aug 30 15:13:51 2018 -0400

Javadocs
---
 content/site/apidocs_preview/overview-summary.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/site/apidocs_preview/overview-summary.html 
b/content/site/apidocs_preview/overview-summary.html
index 0e8853d..f1b972d 100644
--- a/content/site/apidocs_preview/overview-summary.html
+++ b/content/site/apidocs_preview/overview-summary.html
@@ -894,7 +894,7 @@
   MethodExampleResource
   UrlEncodedFormResource
   RequestEchoResource
-  PetStoreResource
+  PetStoreResource
   AddressBookResource
   SampleRemoteInterfaceServlet
   TempDirResource
@@ -24539,7 +24539,7 @@
 
 
 
-12.7 - PetStoreResource
+12.7 - PetStoreResource
 
 
The PetStoreResource class provides examples for creating a 
Swagger-based interface. 



[juneau-website] branch asf-site updated: Javadocs

2018-08-30 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 7244406  Javadocs
7244406 is described below

commit 72444064827cea0bb596860212c97b6fdc2d33fa
Author: JamesBognar 
AuthorDate: Thu Aug 30 15:11:56 2018 -0400

Javadocs
---
 content/site/apidocs_preview/overview-summary.html | 1019 ++--
 1 file changed, 750 insertions(+), 269 deletions(-)

diff --git a/content/site/apidocs_preview/overview-summary.html 
b/content/site/apidocs_preview/overview-summary.html
index af919e9..0e8853d 100644
--- a/content/site/apidocs_preview/overview-summary.html
+++ b/content/site/apidocs_preview/overview-summary.html
@@ -894,6 +894,7 @@
   MethodExampleResource
   UrlEncodedFormResource
   RequestEchoResource
+  PetStoreResource
   AddressBookResource
   SampleRemoteInterfaceServlet
   TempDirResource
@@ -904,7 +905,6 @@
   SqlQueryResource
   ConfigResource
   LogsResource
-  PetStoreResource

Security 
Best-Practices

@@ -24539,8 +24539,727 @@
 
 
 
-12.7 - 
AddressBookResource
-
+12.7 - PetStoreResource
+
+
+   The PetStoreResource class provides examples for creating a 
Swagger-based interface. 
+
+
+PetStoreResource.java
+
+   @RestResource(
+  path="/petstore",
+  title="Petstore application",
+  description= {
+ "This is a sample server Petstore server based on the 
Petstore sample at Swagger.io.",
+ "You can find out more about Swagger at a class='link' 
href='http://swagger.io'http://swagger.io/a.;,
+  },
+  htmldoc=@HtmlDoc(
+ widgets={
+ContentTypeMenuItem.class,
+ThemeMenuItem.class,
+ },
+ navlinks={
+"up: request:/..",
+"options: servlet:/?method=OPTIONS",
+"$W{ContentTypeMenuItem}",
+"$W{ThemeMenuItem}",
+"source: 
$C{Source/gitHub}/org/apache/juneau/examples/rest/petstore/$R{servletClassSimple}.java"
+ },
+ head={
+"link rel='icon' 
href='$U{servlet:/htdocs/cat.png}'/"  // Add a cat icon to the 
page.
+ },
+ header={
+"h1$R{resourceTitle}/h1",
+"h2$R{methodSummary}/h2",
+"$C{PetStore/headerImage}"
+ },
+ aside={
+"div style='max-width:400px' class='text'",
+" pThis page shows a standard nested REST 
resource./p",
+" pIt shows how different properties can be rendered 
on the same bean in different views./p",
+" pIt also shows examples of HtmlRender classes and 
@BeanProperty(format) annotations./p",
+" pIt also shows how the Queryable converter and query 
widget can be used to create searchable interfaces./p",
+"/div"
+ }
+  ),
+  properties= {
+ // Resolve recursive references when showing schema info in the 
swagger.
+ @Property(name=SWAGGERUI_resolveRefsMaxDepth, 
value="99")
+  },
+  swagger=@ResourceSwagger("$F{PetStoreResource.json}"),
+  staticFiles={"htdocs:htdocs"}
+   )
+   public class PetStoreResource extends 
BasicRestServletJena {
+   
+  private PetStore store;
+   
+  @RestHook(INIT)
+  public void initDatabase(RestContextBuilder builder) 
throws Exception {
+ store = new PetStore().init();
+  }
+   
+  @RestMethod(
+ name=GET,
+ path="/",
+ summary="Navigation page"
+  )
+  public ResourceDescriptions getTopPage() {
+ return new ResourceDescriptions()
+.append("pet", "All pets in the store")
+.append("store", "Orders and inventory")
+.append("user", "Petstore users")
+ ;
+  }
+   
+  
//---
+  // Pets
+  
//---
+   
+  @RestMethod(
+ name=GET,
+ path="/pet",
+ summary="All pets in the store",
+ swagger=@MethodSwagger(
+tags="pet",
+parameters={
+   Queryable.SWAGGER_PARAMS
+}
+ ),
+ bpx="Pet: tags",
+ htmldoc=@HtmlDoc(
+widgets={
+   QueryMenuItem.class,
+   AddPetMenuItem.class
+},
+navlinks={
+   "INHERIT",// Inherit links from 
class.
+   "[2]:$W{QueryMenuItem}",  // Insert QUERY link in 
position 2.
+   "[3]:$W{AddPetMenuItem}"  // Insert ADD link in 
position 3.
+

[juneau-website] branch asf-site updated: Javadocs.

2018-08-29 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 90f4267  Javadocs.
90f4267 is described below

commit 90f426745096608e8e2ac6e74a3734637577274e
Author: JamesBognar 
AuthorDate: Wed Aug 29 12:28:11 2018 -0400

Javadocs.
---
 content/site/apidocs_preview/overview-summary.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/site/apidocs_preview/overview-summary.html 
b/content/site/apidocs_preview/overview-summary.html
index 3470d80..6b1032b 100644
--- a/content/site/apidocs_preview/overview-summary.html
+++ b/content/site/apidocs_preview/overview-summary.html
@@ -812,7 +812,7 @@
   
  Widgets
  Predefined 
Widgets
- UI 
Customization
+ UI 
Customization
  Stylesheets
   
   Default Headers
@@ -19228,7 +19228,7 @@ TODO(7.2.0)
 
 
 
-7.27.3 - UI 
Customization
+7.27.3 - UI 
Customization
 
 
The HTML views of POJOs can somewhat be considered a rudimentary User 
Interface.



[juneau-website] branch asf-site updated: Javadocs

2018-07-28 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new baf2911  Javadocs
baf2911 is described below

commit baf29119987822d69318a0237af5e6ea4c892887
Author: JamesBognar 
AuthorDate: Sat Jul 28 17:25:13 2018 -0400

Javadocs
---
 content/site/apidocs_preview/overview-summary.html | 94 +-
 1 file changed, 58 insertions(+), 36 deletions(-)

diff --git a/content/site/apidocs_preview/overview-summary.html 
b/content/site/apidocs_preview/overview-summary.html
index d983827..ed22aae 100644
--- a/content/site/apidocs_preview/overview-summary.html
+++ b/content/site/apidocs_preview/overview-summary.html
@@ -753,7 +753,7 @@
  Redirect
  @RestMethod.matchers()
  Helper Beans
- Predefined 
Throwables
+ Predefined 
Throwables
   
   OpenAPI Schema Part 
Parsing
   OpenAPI Schema Part 
Serializing
@@ -14531,42 +14531,64 @@ StreamResourceBuilder
 
 
 
-7.6.16 - Predefined 
Throwables
+7.6.16 - Predefined 
Throwables
 
-org.apache.juneau.rest.exception
-BadRequest
-Conflict
-ExpectationFailed
-FailedDependency
-Forbidden
-Gone
-HttpVersionNotSupported
-InsufficientStorage
-InternalServerError
-LengthRequired
-Locked
-LoopDetected
-MethodNotAllowed
-MisdirectedRequest
-NetworkAuthenticationRequired
-NotAcceptable
-NotExtended
-NotFound
-NotImplemented
-PayloadTooLarge
-PreconditionFailed
-PreconditionRequired
-RangeNotSatisfiable
-RequestHeaderFieldsTooLarge
-ServiceUnavailable
-TooManyRequests
-Unauthorized
-UnavailableForLegalReasons
-UnprocessableEntity
-UnsupportedMediaType
-UpgradeRequired
-UriTooLong
-VariantAlsoNegotiates
+
+   Exceptions are defined for all standardized HTTP responses.
+   These can be used to trigger HTTP errors simply by throwing an exception.
+
+Example:
+
+   @RestMethod(name="GET", path="/user/login")
+   public String login(
+  @FormData("username") String username, 
+  @FormData("password") String password,
+   ) throws Unauthorized 
+   {
+  if (! isOK(username, password))
+ throw new Unauthorized();
+ 
+  return "OK";
+   }
+
+
+   org.apache.juneau.rest.exception
+   
+  BadRequest
+  Conflict
+  ExpectationFailed
+  FailedDependency
+  Forbidden
+  Gone
+  HttpVersionNotSupported
+  InsufficientStorage
+  InternalServerError
+  LengthRequired
+  Locked
+  LoopDetected
+  MethodNotAllowed
+  MisdirectedRequest
+  NetworkAuthenticationRequired
+  NotAcceptable
+  NotExtended
+  NotFound
+  NotImplemented
+  PayloadTooLarge
+  PreconditionFailed
+  PreconditionRequired
+  RangeNotSatisfiable
+  RequestHeaderFieldsTooLarge
+  ServiceUnavailable
+  TooManyRequests
+  Unauthorized
+  UnavailableForLegalReasons
+  UnprocessableEntity
+  UnsupportedMediaType
+  UpgradeRequired
+  UriTooLong
+  VariantAlsoNegotiates
+   
+
 
 
 



[juneau-website] branch asf-site updated: Javadocs

2018-07-28 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new fe6e35d  Javadocs
fe6e35d is described below

commit fe6e35df187a1d5e84d7bfa506687ef60beb5bf5
Author: JamesBognar 
AuthorDate: Sat Jul 28 17:13:17 2018 -0400

Javadocs
---
 .../juneau/http/annotation/ResponseStatus.html |  55 +--
 .../juneau/http/annotation/ResponseStatuses.html   |  41 +-
 content/site/apidocs_preview/overview-summary.html | 524 +++--
 .../juneau/http/annotation/ResponseStatus.html | 329 ++---
 .../juneau/http/annotation/ResponseStatuses.html   |  93 ++--
 5 files changed, 563 insertions(+), 479 deletions(-)

diff --git 
a/content/site/apidocs_preview/org/apache/juneau/http/annotation/ResponseStatus.html
 
b/content/site/apidocs_preview/org/apache/juneau/http/annotation/ResponseStatus.html
index 3742fe8..aeb9d49 100644
--- 
a/content/site/apidocs_preview/org/apache/juneau/http/annotation/ResponseStatus.html
+++ 
b/content/site/apidocs_preview/org/apache/juneau/http/annotation/ResponseStatus.html
@@ -96,7 +96,7 @@
  http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true;
 title="class or interface in java.lang.annotation">@Target(http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Target.html?is-external=true#value--;
 title="class or interface in java.lang.annotation">value={})
  http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true;
 title="class or interface in java.lang.annotation">@Retention(http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Retention.html?is-external=true#value--;
 title="class or interface in java.lang.annotation">value=http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME;
 title="class or interface in j [...]
  http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Inherited.html?is-external=true;
 title="class or interface in java.lang.annotation">@Inherited
-public @interface ResponseStatus
+public @interface ResponseStatus
 REST response status annotation.
 
  
@@ -108,51 +108,6 @@ public @interface Value class with an http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true;
 title="class or interface in java.lang">Integer type.
- The Value object is mean to be a place-holder 
for the set value.
-
- Examples:
- 
-   // Defined on parameter.
-   @RestMethod(name="GET", path="/user/login")
-   public void login(String username, String password,
- @ResponseStatus(code=401, description="Invalid 
user/pw") ValueInteger status) {
-  if (! isValid(username, password))
- status.set(401);
-   }
- 
- 
-   // Defined on parameter class.
-   @RestMethod(name="GET", path="/user/login")
-   public void login(String username, String password, LoginStatus 
status) {
-  if (! isValid(username, password))
- status.set(401);
-   }
-
-   @ResponseStatus(code=401, description="Invalid user/pw")
-   public class LoginStatus extends ValueInteger {}
- 
-
- 
- The attributes on this annotation are used to populate the generated Swagger 
for the method.
- In this case, the Swagger is populated with the following:
-
- 
-   '/user/login': {
-  get: {
- responses: {
-200: {
-   description: 'OK'
-},
-401: {
-   description: 'Invalid user/pw'
-}
- }
-  }
-   }
- 
-
  See Also:
  
Overview
  juneau-rest-server  @ResponseStatus
@@ -222,7 +177,7 @@ public @interface 
 
 code
-public abstractintcode
+public abstractintcode
 The HTTP status of the response.
 
 Default:
@@ -239,7 +194,7 @@ public @interface 
 
 value
-public abstractintvalue
+public abstractintvalue
 A synonym to code().
 
  
@@ -268,7 +223,7 @@ public @interface 
 
 description
-public abstracthttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String[]description
+public abstracthttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String[]description
 description field of the Swagger https://swagger.io/specification/v2/#responseObject;>Response object.
 
  Used for:
@@ -301,7 +256,7 @@ public @interface 
 
 api
-public abstracthttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String[]api
+public abstracthttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String[]api
 Free-form value for the Swagger https://swagger.io/specification/v2/#responseObject;>Response object.
 
  
diff --git 

[juneau-website] branch asf-site updated: Javadocs.

2018-07-24 Thread jamesbognar
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 6466ee8  Javadocs.
6466ee8 is described below

commit 6466ee86466a313bebd2f3715a56bd8f0f1377cf
Author: JamesBognar 
AuthorDate: Tue Jul 24 21:25:10 2018 -0400

Javadocs.
---
 .../apache/juneau/httppart/SimplePartParser.html   |  18 +--
 content/site/apidocs_preview/overview-summary.html | 135 +++--
 .../apache/juneau/httppart/SimplePartParser.html   | 165 ++---
 3 files changed, 143 insertions(+), 175 deletions(-)

diff --git 
a/content/site/apidocs_preview/org/apache/juneau/httppart/SimplePartParser.html 
b/content/site/apidocs_preview/org/apache/juneau/httppart/SimplePartParser.html
index f4005c6..0da438b 100644
--- 
a/content/site/apidocs_preview/org/apache/juneau/httppart/SimplePartParser.html
+++ 
b/content/site/apidocs_preview/org/apache/juneau/httppart/SimplePartParser.html
@@ -112,7 +112,7 @@ var activeTableTab = "activeTableTab";
 
 
 
-public class SimplePartParser
+public class SimplePartParser
 extends http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 implements HttpPartParser
 An implementation of HttpPartParser 
that takes in the strings and tries to convert them to POJOs using constructors 
and static create methods.
@@ -284,7 +284,7 @@ implements 
 
 DEFAULT
-public static finalSimplePartParser DEFAULT
+public static finalSimplePartParser DEFAULT
 Reusable instance of SimplePartParser, 
all default settings.
 
 
@@ -302,7 +302,7 @@ implements 
 
 SimplePartParser
-publicSimplePartParser()
+publicSimplePartParser()
 
 
 
@@ -319,7 +319,7 @@ implements 
 
 createSession
-publicSimplePartParserSessioncreateSession(ParserSessionArgsargs)
+publicSimplePartParserSessioncreateSession(ParserSessionArgsargs)
 Description copied from 
interface:HttpPartParser
 Creates a new parser session.
 
@@ -338,7 +338,7 @@ implements 
 
 createSession
-publicSimplePartParserSessioncreateSession()
+publicSimplePartParserSessioncreateSession()
 Create a new parser session on the properties defined on 
this context.
 
  
@@ -356,7 +356,7 @@ implements 
 
 parse
-publicTTparse(HttpPartTypepartType,
+publicTTparse(HttpPartTypepartType,
HttpPartSchemaschema,
http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringin,
http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">ClassTtoType)
@@ -388,7 +388,7 @@ implements 
 
 parse
-publicTTparse(HttpPartTypepartType,
+publicTTparse(HttpPartTypepartType,
HttpPartSchemaschema,
http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringin,
http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true;
 title="class or interface in java.lang.reflect">TypetoType,
@@ -422,7 +422,7 @@ implements 
 
 parse
-publicTTparse(HttpPartSchemaschema,
+publicTTparse(HttpPartSchemaschema,
http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringin,
http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true;
 title="class or interface in java.lang">ClassTtoType)
 throws ParseException,
@@ -452,7 +452,7 @@ implements 
 
 parse
-publicTTparse(HttpPartSchemaschema,
+publicTTparse(HttpPartSchemaschema,
http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringin,
http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true;
 title="class or interface in java.lang.reflect">TypetoType,
http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true;
 title="class or interface in java.lang.reflect">Type...toTypeArgs)
diff --git a/content/site/apidocs_preview/overview-summary.html 
b/content/site/apidocs_preview/overview-summary.html
index c2daa18..f315650 100644
--- a/content/site/apidocs_preview/overview-summary.html
+++ b/content/site/apidocs_preview/overview-summary.html
@@ -8648,68 +8648,61 @@ TODO(7.2.0)
 
 
TypeFormatIntermediate Java Type
-   
-  string or empty
+   
+  string or empty
   bytebinarybinary-spaced
   byte[]

-   
-  string or empty
+   
   datedate-time
   http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true;
 title="class or interface in java.util">Calendar

-   
-  string