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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8357803  Change release to 8.2.0.
8357803 is described below

commit 8357803d1c23808df2894481133b60ad95c9b40f
Author: JamesBognar <[email protected]>
AuthorDate: Thu Oct 1 14:34:01 2020 -0400

    Change release to 8.2.0.
---
 juneau-core/juneau-config/pom.xml                  |   2 +-
 juneau-core/juneau-core-utest/pom.xml              |   2 +-
 juneau-core/juneau-dto/pom.xml                     |   2 +-
 juneau-core/juneau-marshall-rdf/pom.xml            |   2 +-
 juneau-core/juneau-marshall/pom.xml                |   2 +-
 juneau-core/pom.xml                                |   2 +-
 juneau-doc/docs/ReleaseNotes/8.1.3.html            |   2 +-
 .../docs/ReleaseNotes/{8.1.4.html => 8.2.0.html}   |  31 +--
 .../02.juneau-marshall/04.JavaBeansSupport.html    |   2 +-
 .../04.JavaBeansSupport/01.BeanAnnotation.html     |   2 +-
 .../02.juneau-marshall/05.HttpPartSerializers.html |   2 +-
 .../02.juneau-marshall/06.HttpPartParsers.html     |   2 +-
 .../08.ConfigurableAnnotations.html                |   2 +-
 .../docs/Topics/02.juneau-marshall/09.OMap.html    |   2 +-
 .../12.Transforms/01.PojoSwaps.html                |   2 +-
 .../12.Transforms/04.PerMediaTypePojoSwaps.html    |   2 +-
 .../17.ParsingIntoGenericModels.html               |   2 +-
 .../02.juneau-marshall/28.OpenApiDetails.html      |   2 +-
 .../28.OpenApiDetails/01.OpenApiMethodology.html   |   2 +-
 .../28.OpenApiDetails/02.OpenApiSerializers.html   |   2 +-
 .../28.OpenApiDetails/03.OpenApiParsers.html       |   2 +-
 .../06.juneau-rest-server/22.RestMessages.html     |   2 +-
 .../33.RestLoggingAndDebugging.html                |   2 +-
 juneau-doc/docs/Topics/09.juneau-rest-client.html  |   2 +-
 .../01.RestcPojoMarshalling.html                   |   2 +-
 .../02.RestcRequestHeaders.html                    |   2 +-
 .../03.RestcRequestQueryParameters.html            |   2 +-
 .../04.RestcRequestFormData.html                   |   2 +-
 .../09.juneau-rest-client/05.RestcRequestBody.html |   2 +-
 .../06.RestcResponseStatus.html                    |   2 +-
 .../07.RestcResponseHeaders.html                   |   2 +-
 .../08.RestcResponseBody.html                      |   2 +-
 .../09.RestcCustomCallHandlers.html                |   2 +-
 .../10.RestcInterceptors.html                      |   2 +-
 .../09.juneau-rest-client/11.RestcProxies.html     |   2 +-
 .../11.RestcProxies/01.RestcRemote.html            |   2 +-
 .../11.RestcProxies/02.RestcRemoteMethod.html      |   2 +-
 .../11.RestcProxies/03.RestcBody.html              |   2 +-
 .../11.RestcProxies/04.RestcFormData.html          |   2 +-
 .../11.RestcProxies/05.RestcQuery.html             |   2 +-
 .../11.RestcProxies/06.RestcHeader.html            |   2 +-
 .../11.RestcProxies/07.RestcPath.html              |   2 +-
 .../12.RestcLoggingAndDebugging.html               |   2 +-
 .../13.RestcCustomizingHttpClient.html             |   2 +-
 .../14.RestcExtendingRestClient.html               |   2 +-
 .../15.RestAuthentication.html                     |   2 +-
 juneau-doc/docs/Topics/10.juneau-rest-mock.html    |   2 +-
 .../10.juneau-rest-mock/01.MockRestClient.html     |   2 +-
 juneau-doc/docs/Topics/19.juneau-petstore.html     |   2 +-
 .../19.juneau-petstore/01.PetStoreInstalling.html  |   2 +-
 .../19.juneau-petstore/02.PetStoreRunning.html     |   2 +-
 .../19.juneau-petstore/03.PetStoreBuilding.html    |   2 +-
 .../Topics/19.juneau-petstore/04.PetstoreApp.html  |   2 +-
 juneau-doc/pom.xml                                 |   2 +-
 juneau-doc/src/main/javadoc/overview.html          | 221 +++++++++++----------
 .../main/javadoc/resources/fragments/rntoc.html    |   4 +-
 .../src/main/javadoc/resources/fragments/toc.html  |  90 ++++-----
 juneau-examples/juneau-examples-core/pom.xml       |   2 +-
 .../juneau-examples-rest-jetty-ftest/pom.xml       |   2 +-
 juneau-examples/juneau-examples-rest-jetty/pom.xml |   2 +-
 .../juneau-examples-rest-springboot/pom.xml        |   2 +-
 juneau-examples/juneau-examples-rest/pom.xml       |   2 +-
 juneau-examples/pom.xml                            |   2 +-
 .../juneau-microservice-core/pom.xml               |   2 +-
 .../juneau-microservice-ftest/pom.xml              |   2 +-
 .../juneau-microservice-jetty/pom.xml              |   2 +-
 .../juneau-my-jetty-microservice/pom.xml           |   4 +-
 .../juneau-my-springboot-microservice/pom.xml      |   4 +-
 juneau-microservice/pom.xml                        |   2 +-
 juneau-releng/juneau-all/pom.xml                   |   2 +-
 juneau-releng/juneau-distrib/pom.xml               |   2 +-
 juneau-releng/pom.xml                              |   2 +-
 juneau-rest/juneau-rest-client-utest/pom.xml       |   2 +-
 juneau-rest/juneau-rest-client/pom.xml             |   2 +-
 juneau-rest/juneau-rest-mock-utest/pom.xml         |   2 +-
 juneau-rest/juneau-rest-mock/pom.xml               |   2 +-
 juneau-rest/juneau-rest-server-jaxrs/pom.xml       |   2 +-
 juneau-rest/juneau-rest-server-rdf/pom.xml         |   2 +-
 juneau-rest/juneau-rest-server-springboot/pom.xml  |   2 +-
 juneau-rest/juneau-rest-server-utest/pom.xml       |   2 +-
 juneau-rest/juneau-rest-server/pom.xml             |   2 +-
 juneau-rest/pom.xml                                |   2 +-
 juneau-sc/juneau-sc-client/pom.xml                 |   2 +-
 juneau-sc/juneau-sc-server/pom.xml                 |   2 +-
 juneau-sc/pom.xml                                  |   2 +-
 launches/juneau-env.sh                             |   2 +-
 pom.xml                                            |   8 +-
 87 files changed, 266 insertions(+), 256 deletions(-)

diff --git a/juneau-core/juneau-config/pom.xml 
b/juneau-core/juneau-config/pom.xml
index c71a1bd..9426e48 100644
--- a/juneau-core/juneau-config/pom.xml
+++ b/juneau-core/juneau-config/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-core</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-config</artifactId>
diff --git a/juneau-core/juneau-core-utest/pom.xml 
b/juneau-core/juneau-core-utest/pom.xml
index 11f3f56..488f48a 100644
--- a/juneau-core/juneau-core-utest/pom.xml
+++ b/juneau-core/juneau-core-utest/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-core</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-core-utest</artifactId>
diff --git a/juneau-core/juneau-dto/pom.xml b/juneau-core/juneau-dto/pom.xml
index 0caba19..73f90aa 100644
--- a/juneau-core/juneau-dto/pom.xml
+++ b/juneau-core/juneau-dto/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-core</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-dto</artifactId>
diff --git a/juneau-core/juneau-marshall-rdf/pom.xml 
b/juneau-core/juneau-marshall-rdf/pom.xml
index 8b3f03f..c2884ff 100644
--- a/juneau-core/juneau-marshall-rdf/pom.xml
+++ b/juneau-core/juneau-marshall-rdf/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-core</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-marshall-rdf</artifactId>
diff --git a/juneau-core/juneau-marshall/pom.xml 
b/juneau-core/juneau-marshall/pom.xml
index 0b14e79..52bbd03 100644
--- a/juneau-core/juneau-marshall/pom.xml
+++ b/juneau-core/juneau-marshall/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-core</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-marshall</artifactId>
diff --git a/juneau-core/pom.xml b/juneau-core/pom.xml
index dafc03b..7a72659 100644
--- a/juneau-core/pom.xml
+++ b/juneau-core/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-core</artifactId>
diff --git a/juneau-doc/docs/ReleaseNotes/8.1.3.html 
b/juneau-doc/docs/ReleaseNotes/8.1.3.html
index d3ff6bd..f853917 100644
--- a/juneau-doc/docs/ReleaseNotes/8.1.3.html
+++ b/juneau-doc/docs/ReleaseNotes/8.1.3.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-8.1.3 (TBD)
+8.1.3 (Jan 20, 2020)
 
 <p>
        Juneau 8.1.3 is a moderate release.
diff --git a/juneau-doc/docs/ReleaseNotes/8.1.4.html 
b/juneau-doc/docs/ReleaseNotes/8.2.0.html
similarity index 97%
rename from juneau-doc/docs/ReleaseNotes/8.1.4.html
rename to juneau-doc/docs/ReleaseNotes/8.2.0.html
index d293496..070f739 100644
--- a/juneau-doc/docs/ReleaseNotes/8.1.4.html
+++ b/juneau-doc/docs/ReleaseNotes/8.2.0.html
@@ -13,9 +13,13 @@
  
***************************************************************************************************************************/
  -->
 
-8.1.4 (TBD)
+8.2.0 (TBD)
 
 <p>
+Juneau 8.2.0 is a major release. 
+The most significant change is the addition of an entirely new {@link 
oajr.client2.RestClient} API build from scratch
+with near 100% unit test coverage.
+The new API is located in the <c>org.apache.juneau.rest.client2</c> package 
and will replace the old API in 9.0.
 </p>
 
 <h5 class='topic w800'>juneau-marshall</h5>
@@ -34,7 +38,7 @@
        <li>
                Annotations are now aggregated across the entire class 
hierarchy instead of simply being overridden.
                <br>The following is an example.
-               <p class='bpcode w800'>
+               <p class='bcode w800'>
        <jc>// Parent class with properties a,b,c</jc>
        <ja>@Bean</ja>(bpi=<js>"a,b,c"</js>)
        <jk>public class</jk> MyClass {
@@ -68,7 +72,7 @@
        <li>
                Config annotations now override class-level annotations.
                <br>For example, only the 'a' and 'b' properties get serialized 
on the bean below:
-               <p class='bpcode w800'>
+               <p class='bcode w800'>
        <jc>// Parent class with properties a,b,c</jc>
        <ja>@Bean</ja>(bpi=<js>"a,b,c"</js>)
        <jk>public class</jk> MyClass {
@@ -105,7 +109,7 @@
                        <li class'jc'>{@link oaj.xml.annotation.XmlAnnotation} 
<jk>implements</jk> {@link oaj.xml.annotation.Xml}
                </ul>
                <br>Example:
-               <p class='bpcode w800'>
+               <p class='bcode w800'>
        <ja>@Bean</ja>(bpi=<js>"street,city"</js>) <jc>// Will be 
overridden</jc>
        <jk>public class</jk> AddressBean {...}
        
@@ -116,7 +120,7 @@
        <li>
                Bean maps now have the concept of "hidden" properties 
(properties that aren't serialized but otherwise accessible).
                <br>For example, the {@link oaj.html.annotation.Html#link()} 
can now reference hidden properties:
-               <p class='bpcode w800'>
+               <p class='bcode w800'>
        <ja>@Bean</ja>(bpi=<js>"a"</js>) <jc>// Will be overridden</jc>
        <jk>public class</jk> MyBean {
                
@@ -170,7 +174,7 @@
        <li>
                All classes in the {@link oaj.http.response} and {@link 
oaj.http.exception} now have <c>header(String,Object)</c>
                methods for adding response headers.
-               <p class='bpcode w800'>
+               <p class='bcode w800'>
        <jc>// Method that performs a BASIC Auth handshake.</jc>
        <ja>@RestMethod</ja>
        <jk>public</jk> Ok 
checkBasicAuth(<ja>@Header</ja>(<js>"Authorization"</js>) String auth) 
<jk>throws</jk> Unauthorized {
@@ -207,7 +211,7 @@
                </ul>
        <li>
                Convenience methods added to {@link 
oaj.httppart.HttpPartSchema} and related classes to simplify schema definitions:
-               <p class='bpcode w800'>
+               <p class='bcode w800'>
        <jk>import static</jk> org.apache.juneau.httppart.HttpPartSchema.*;
                
        <jc>// Old</jc>
@@ -232,7 +236,7 @@
                <c>JuneauLogger</c> class is being deprecated.  Improvements in 
logging in Java 8 make it obsolete.
        <li>
                Bean filters can now be specified programmatically through a 
builder API.
-               <p class='bpcode w800'>
+               <p class='bcode w800'>
        <jc>// Create a JSON serializer that only includes specified fields on 
a specific class.</jc>
        WriterSerializer s = JsonSerializer
                .<jsm>create</jsm>()
@@ -250,7 +254,7 @@
                </ul>
        <li>
                Fluent setters that follow the <c>withX</c> convention are now 
automatically detected by all parsers.
-               <p class='bpcode w800'>
+               <p class='bcode w800'>
        <jc>// A bean with a fluent setter.</jc>
        <jk>public class</jk> MyBean {
                <jk>public</jk> MyBean withFoo(String <jv>foo</jv>) {
@@ -390,7 +394,7 @@
        <li>
                New {@link oaj.http.annotation.Path#required() @Path(required)} 
annotation support.
                <br>A path can be marked as not-required when the path variable 
is resolved by a parent resource like so:
-               <p class='bpcode w800'>
+               <p class='bcode w800'>
        
<ja>@Rest</ja>(path=<js>"/parent/{p1}"</js>,children=Child.<jk>class</jk>)
        <jk>public class</jk> Parent {
                ...
@@ -412,7 +416,7 @@
                New {@link oajr.annotation.RestMethod#paths() 
@RestMethod(paths)} annotation that allows you to map multiple
                paths to the same Java method.
                <br>Example:
-               <p class='bpcode w800'>
+               <p class='bcode w800'>
        <ja>@RestMethod</ja>(
                name=<jsf>GET</jsf>,
                paths={<js>"/"</js>,<js>"/{foo}"</js>}
@@ -422,7 +426,7 @@
        <li>
                The {@link oajr.annotation.RestMethod @RestMethod} annotation 
is now implied on all unannotated methods of a {@link oajr.annotation.Rest 
@Rest}-annotated
                interface.
-               <p class='bpcode w800'>
+               <p class='bcode w800'>
        <ja>@Rest
        <jk>public interface</jk> MyRest {
                String getFoo();  <jc>// @RestMethod(name=GET,path="/foo") is 
implied.</jc>
@@ -452,12 +456,13 @@
                        <li>All APIs now extend from HttpClient interfaces.
                        <li>Better integration with HttpClient.
                        <li>New fluent-style methods with many new convenience 
methods.
+                       <li>Updated {@doc juneau-rest-client documentation}.
                </ul>
        <li>
                <ja>@RemoteMethod</ja>-annotated methods can now return {@link 
java.util.concurrent.Future Futures} and 
                {@link java.util.concurrent.CompletableFuture 
CompletableFutures} for concurrent processing of requests.
                <br>Example:
-               <p class='bpcode w800'>
+               <p class='bcode w800'>
        <ja>@Remote</ja>
        <jk>public interface</jk> MyInterface {
                <jk>public</jk> Future&lt;String&gt; doGet();
diff --git a/juneau-doc/docs/Topics/02.juneau-marshall/04.JavaBeansSupport.html 
b/juneau-doc/docs/Topics/02.juneau-marshall/04.JavaBeansSupport.html
index 17aafa4..adeabde 100644
--- a/juneau-doc/docs/Topics/02.juneau-marshall/04.JavaBeansSupport.html
+++ b/juneau-doc/docs/Topics/02.juneau-marshall/04.JavaBeansSupport.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-new}
+{8.2.0-new}
 Java Beans Support
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/02.juneau-marshall/04.JavaBeansSupport/01.BeanAnnotation.html
 
b/juneau-doc/docs/Topics/02.juneau-marshall/04.JavaBeansSupport/01.BeanAnnotation.html
index 1ede259..15f38e8 100644
--- 
a/juneau-doc/docs/Topics/02.juneau-marshall/04.JavaBeansSupport/01.BeanAnnotation.html
+++ 
b/juneau-doc/docs/Topics/02.juneau-marshall/04.JavaBeansSupport/01.BeanAnnotation.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-updated}
+{8.2.0-updated}
 @Bean Annotation
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/02.juneau-marshall/05.HttpPartSerializers.html 
b/juneau-doc/docs/Topics/02.juneau-marshall/05.HttpPartSerializers.html
index 9893afd..d6ca3bb 100644
--- a/juneau-doc/docs/Topics/02.juneau-marshall/05.HttpPartSerializers.html
+++ b/juneau-doc/docs/Topics/02.juneau-marshall/05.HttpPartSerializers.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-updated}
+{8.2.0-updated}
 HTTP Part Serializers
 
 <p>
diff --git a/juneau-doc/docs/Topics/02.juneau-marshall/06.HttpPartParsers.html 
b/juneau-doc/docs/Topics/02.juneau-marshall/06.HttpPartParsers.html
index 3d9d066..c12c527 100644
--- a/juneau-doc/docs/Topics/02.juneau-marshall/06.HttpPartParsers.html
+++ b/juneau-doc/docs/Topics/02.juneau-marshall/06.HttpPartParsers.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-updated}
+{8.2.0-updated}
 HTTP Part Parsers
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/02.juneau-marshall/08.ConfigurableAnnotations.html 
b/juneau-doc/docs/Topics/02.juneau-marshall/08.ConfigurableAnnotations.html
index ab69a45..a1e88dd 100644
--- a/juneau-doc/docs/Topics/02.juneau-marshall/08.ConfigurableAnnotations.html
+++ b/juneau-doc/docs/Topics/02.juneau-marshall/08.ConfigurableAnnotations.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.0-new, 8.1.3-updated, 8.1.4-updated} 
+{8.1.0-new, 8.1.3-updated, 8.2.0-updated} 
 Configurable Annotations
 
 <p>
diff --git a/juneau-doc/docs/Topics/02.juneau-marshall/09.OMap.html 
b/juneau-doc/docs/Topics/02.juneau-marshall/09.OMap.html
index f45f137..1fd8201 100644
--- a/juneau-doc/docs/Topics/02.juneau-marshall/09.OMap.html
+++ b/juneau-doc/docs/Topics/02.juneau-marshall/09.OMap.html
@@ -12,7 +12,7 @@
  * specific language governing permissions and limitations under the License.
  
***************************************************************************************************************************/
  -->
-{updated-8.1.4}
+{updated-8.2.0}
 OMap and OList
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/02.juneau-marshall/12.Transforms/01.PojoSwaps.html 
b/juneau-doc/docs/Topics/02.juneau-marshall/12.Transforms/01.PojoSwaps.html
index 5875860..d0e5d23 100644
--- a/juneau-doc/docs/Topics/02.juneau-marshall/12.Transforms/01.PojoSwaps.html
+++ b/juneau-doc/docs/Topics/02.juneau-marshall/12.Transforms/01.PojoSwaps.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.0-updated,8.1.4-updated} 
+{8.1.0-updated,8.2.0-updated} 
 Swaps
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/02.juneau-marshall/12.Transforms/04.PerMediaTypePojoSwaps.html
 
b/juneau-doc/docs/Topics/02.juneau-marshall/12.Transforms/04.PerMediaTypePojoSwaps.html
index 11afb62..9b80838 100644
--- 
a/juneau-doc/docs/Topics/02.juneau-marshall/12.Transforms/04.PerMediaTypePojoSwaps.html
+++ 
b/juneau-doc/docs/Topics/02.juneau-marshall/12.Transforms/04.PerMediaTypePojoSwaps.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.0-updated,8.1.4-updated} 
+{8.1.0-updated,8.2.0-updated} 
 Per-media-type Swaps
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/02.juneau-marshall/17.ParsingIntoGenericModels.html 
b/juneau-doc/docs/Topics/02.juneau-marshall/17.ParsingIntoGenericModels.html
index a07c930..68f8821 100644
--- a/juneau-doc/docs/Topics/02.juneau-marshall/17.ParsingIntoGenericModels.html
+++ b/juneau-doc/docs/Topics/02.juneau-marshall/17.ParsingIntoGenericModels.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{updated-8.1.4}
+{updated-8.2.0}
 Parsing into Generic Models
 
 <p>
diff --git a/juneau-doc/docs/Topics/02.juneau-marshall/28.OpenApiDetails.html 
b/juneau-doc/docs/Topics/02.juneau-marshall/28.OpenApiDetails.html
index 0c50b6d..7373e83 100644
--- a/juneau-doc/docs/Topics/02.juneau-marshall/28.OpenApiDetails.html
+++ b/juneau-doc/docs/Topics/02.juneau-marshall/28.OpenApiDetails.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-updated}
+{8.2.0-updated}
 OpenAPI Details
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/02.juneau-marshall/28.OpenApiDetails/01.OpenApiMethodology.html
 
b/juneau-doc/docs/Topics/02.juneau-marshall/28.OpenApiDetails/01.OpenApiMethodology.html
index fd56984..3e362d3 100644
--- 
a/juneau-doc/docs/Topics/02.juneau-marshall/28.OpenApiDetails/01.OpenApiMethodology.html
+++ 
b/juneau-doc/docs/Topics/02.juneau-marshall/28.OpenApiDetails/01.OpenApiMethodology.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-updated}
+{8.2.0-updated}
 OpenAPI Methodology
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/02.juneau-marshall/28.OpenApiDetails/02.OpenApiSerializers.html
 
b/juneau-doc/docs/Topics/02.juneau-marshall/28.OpenApiDetails/02.OpenApiSerializers.html
index af475f8..e18fce4 100644
--- 
a/juneau-doc/docs/Topics/02.juneau-marshall/28.OpenApiDetails/02.OpenApiSerializers.html
+++ 
b/juneau-doc/docs/Topics/02.juneau-marshall/28.OpenApiDetails/02.OpenApiSerializers.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-updated}
+{8.2.0-updated}
 OpenAPI Serializers
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/02.juneau-marshall/28.OpenApiDetails/03.OpenApiParsers.html
 
b/juneau-doc/docs/Topics/02.juneau-marshall/28.OpenApiDetails/03.OpenApiParsers.html
index a8b5ab6..89ccb6e 100644
--- 
a/juneau-doc/docs/Topics/02.juneau-marshall/28.OpenApiDetails/03.OpenApiParsers.html
+++ 
b/juneau-doc/docs/Topics/02.juneau-marshall/28.OpenApiDetails/03.OpenApiParsers.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-updated}
+{8.2.0-updated}
 OpenAPI Parsers
 
 <p>
diff --git a/juneau-doc/docs/Topics/06.juneau-rest-server/22.RestMessages.html 
b/juneau-doc/docs/Topics/06.juneau-rest-server/22.RestMessages.html
index c2e39fa..38e82f0 100644
--- a/juneau-doc/docs/Topics/06.juneau-rest-server/22.RestMessages.html
+++ b/juneau-doc/docs/Topics/06.juneau-rest-server/22.RestMessages.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-updated} 
+{8.2.0-updated} 
 Messages
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/06.juneau-rest-server/33.RestLoggingAndDebugging.html 
b/juneau-doc/docs/Topics/06.juneau-rest-server/33.RestLoggingAndDebugging.html
index 1b74b4a..0d9f2e2 100644
--- 
a/juneau-doc/docs/Topics/06.juneau-rest-server/33.RestLoggingAndDebugging.html
+++ 
b/juneau-doc/docs/Topics/06.juneau-rest-server/33.RestLoggingAndDebugging.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.0-new,8.1.4-updated} 
+{8.1.0-new,8.2.0-updated} 
 Logging / Debugging
 
 <p>
diff --git a/juneau-doc/docs/Topics/09.juneau-rest-client.html 
b/juneau-doc/docs/Topics/09.juneau-rest-client.html
index 68d8702..40cb394 100644
--- a/juneau-doc/docs/Topics/09.juneau-rest-client.html
+++ b/juneau-doc/docs/Topics/09.juneau-rest-client.html
@@ -13,7 +13,7 @@ specific language governing permissions and limitations under 
the License.
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-updated} 
+{8.2.0-updated} 
 juneau-rest-client
 
 <h5 class='figure'>Maven Dependency</h5>
diff --git 
a/juneau-doc/docs/Topics/09.juneau-rest-client/01.RestcPojoMarshalling.html 
b/juneau-doc/docs/Topics/09.juneau-rest-client/01.RestcPojoMarshalling.html
index 565e59a..df4bc5b 100644
--- a/juneau-doc/docs/Topics/09.juneau-rest-client/01.RestcPojoMarshalling.html
+++ b/juneau-doc/docs/Topics/09.juneau-rest-client/01.RestcPojoMarshalling.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-new} 
+{8.2.0-new} 
 POJO Marshalling
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/09.juneau-rest-client/02.RestcRequestHeaders.html 
b/juneau-doc/docs/Topics/09.juneau-rest-client/02.RestcRequestHeaders.html
index fc7d5f6..cbe9016 100644
--- a/juneau-doc/docs/Topics/09.juneau-rest-client/02.RestcRequestHeaders.html
+++ b/juneau-doc/docs/Topics/09.juneau-rest-client/02.RestcRequestHeaders.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-new} 
+{8.2.0-new} 
 Request Headers
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/09.juneau-rest-client/03.RestcRequestQueryParameters.html
 
b/juneau-doc/docs/Topics/09.juneau-rest-client/03.RestcRequestQueryParameters.html
index bf67db8..d1371fd 100644
--- 
a/juneau-doc/docs/Topics/09.juneau-rest-client/03.RestcRequestQueryParameters.html
+++ 
b/juneau-doc/docs/Topics/09.juneau-rest-client/03.RestcRequestQueryParameters.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-new} 
+{8.2.0-new} 
 Request Query Parameters
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/09.juneau-rest-client/04.RestcRequestFormData.html 
b/juneau-doc/docs/Topics/09.juneau-rest-client/04.RestcRequestFormData.html
index 4f85cae..a27f773 100644
--- a/juneau-doc/docs/Topics/09.juneau-rest-client/04.RestcRequestFormData.html
+++ b/juneau-doc/docs/Topics/09.juneau-rest-client/04.RestcRequestFormData.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-new} 
+{8.2.0-new} 
 Request Form Data
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/09.juneau-rest-client/05.RestcRequestBody.html 
b/juneau-doc/docs/Topics/09.juneau-rest-client/05.RestcRequestBody.html
index 3494fed..45df317 100644
--- a/juneau-doc/docs/Topics/09.juneau-rest-client/05.RestcRequestBody.html
+++ b/juneau-doc/docs/Topics/09.juneau-rest-client/05.RestcRequestBody.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-new} 
+{8.2.0-new} 
 Request Body
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/09.juneau-rest-client/06.RestcResponseStatus.html 
b/juneau-doc/docs/Topics/09.juneau-rest-client/06.RestcResponseStatus.html
index 237fc7d..456f292 100644
--- a/juneau-doc/docs/Topics/09.juneau-rest-client/06.RestcResponseStatus.html
+++ b/juneau-doc/docs/Topics/09.juneau-rest-client/06.RestcResponseStatus.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-new} 
+{8.2.0-new} 
 Response Status
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/09.juneau-rest-client/07.RestcResponseHeaders.html 
b/juneau-doc/docs/Topics/09.juneau-rest-client/07.RestcResponseHeaders.html
index 48b3995..467c35a 100644
--- a/juneau-doc/docs/Topics/09.juneau-rest-client/07.RestcResponseHeaders.html
+++ b/juneau-doc/docs/Topics/09.juneau-rest-client/07.RestcResponseHeaders.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-new} 
+{8.2.0-new} 
 Response Headers
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/09.juneau-rest-client/08.RestcResponseBody.html 
b/juneau-doc/docs/Topics/09.juneau-rest-client/08.RestcResponseBody.html
index 451e3b6..b879e02 100644
--- a/juneau-doc/docs/Topics/09.juneau-rest-client/08.RestcResponseBody.html
+++ b/juneau-doc/docs/Topics/09.juneau-rest-client/08.RestcResponseBody.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-new} 
+{8.2.0-new} 
 Response Body
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/09.juneau-rest-client/09.RestcCustomCallHandlers.html 
b/juneau-doc/docs/Topics/09.juneau-rest-client/09.RestcCustomCallHandlers.html
index 18ec529..07143b4 100644
--- 
a/juneau-doc/docs/Topics/09.juneau-rest-client/09.RestcCustomCallHandlers.html
+++ 
b/juneau-doc/docs/Topics/09.juneau-rest-client/09.RestcCustomCallHandlers.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-new} 
+{8.2.0-new} 
 Custom Call Handlers
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/09.juneau-rest-client/10.RestcInterceptors.html 
b/juneau-doc/docs/Topics/09.juneau-rest-client/10.RestcInterceptors.html
index eb201c5..0003750 100644
--- a/juneau-doc/docs/Topics/09.juneau-rest-client/10.RestcInterceptors.html
+++ b/juneau-doc/docs/Topics/09.juneau-rest-client/10.RestcInterceptors.html
@@ -13,7 +13,7 @@ specific language governing permissions and limitations under 
the License.
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-new} 
+{8.2.0-new} 
 Interceptors
 
 <p>
diff --git a/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies.html 
b/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies.html
index 4751779..f25dd40 100644
--- a/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies.html
+++ b/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-updated} 
+{8.2.0-updated} 
 REST Proxies
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/01.RestcRemote.html
 
b/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/01.RestcRemote.html
index af749ca..bc16184 100644
--- 
a/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/01.RestcRemote.html
+++ 
b/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/01.RestcRemote.html
@@ -13,7 +13,7 @@ specific language governing permissions and limitations under 
the License.
  
***************************************************************************************************************************/
  -->
 
-{8.1.2-updated,8.1.4-updated} 
+{8.1.2-updated,8.2.0-updated} 
 @Remote
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/02.RestcRemoteMethod.html
 
b/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/02.RestcRemoteMethod.html
index 292d00b..6844a25 100644
--- 
a/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/02.RestcRemoteMethod.html
+++ 
b/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/02.RestcRemoteMethod.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-updated}
+{8.2.0-updated}
 @RemoteMethod
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/03.RestcBody.html
 
b/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/03.RestcBody.html
index 73fc68a..3f65125 100644
--- 
a/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/03.RestcBody.html
+++ 
b/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/03.RestcBody.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-updated}
+{8.2.0-updated}
 @Body
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/04.RestcFormData.html
 
b/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/04.RestcFormData.html
index 28adc26..7371f0d 100644
--- 
a/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/04.RestcFormData.html
+++ 
b/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/04.RestcFormData.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-updated}
+{8.2.0-updated}
 @FormData
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/05.RestcQuery.html
 
b/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/05.RestcQuery.html
index 9d305f8..75efa37 100644
--- 
a/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/05.RestcQuery.html
+++ 
b/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/05.RestcQuery.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-updated}
+{8.2.0-updated}
 @Query
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/06.RestcHeader.html
 
b/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/06.RestcHeader.html
index 629c9fc..d2815fc 100644
--- 
a/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/06.RestcHeader.html
+++ 
b/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/06.RestcHeader.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-updated}
+{8.2.0-updated}
 @Header
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/07.RestcPath.html
 
b/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/07.RestcPath.html
index 214bcb8..558ae84 100644
--- 
a/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/07.RestcPath.html
+++ 
b/juneau-doc/docs/Topics/09.juneau-rest-client/11.RestcProxies/07.RestcPath.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-updated}
+{8.2.0-updated}
 @Path
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/09.juneau-rest-client/12.RestcLoggingAndDebugging.html 
b/juneau-doc/docs/Topics/09.juneau-rest-client/12.RestcLoggingAndDebugging.html
index ac81d49..50692c6 100644
--- 
a/juneau-doc/docs/Topics/09.juneau-rest-client/12.RestcLoggingAndDebugging.html
+++ 
b/juneau-doc/docs/Topics/09.juneau-rest-client/12.RestcLoggingAndDebugging.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-new} 
+{8.2.0-new} 
 Logging and Debugging
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/09.juneau-rest-client/13.RestcCustomizingHttpClient.html
 
b/juneau-doc/docs/Topics/09.juneau-rest-client/13.RestcCustomizingHttpClient.html
index 4afbafb..6873ff2 100644
--- 
a/juneau-doc/docs/Topics/09.juneau-rest-client/13.RestcCustomizingHttpClient.html
+++ 
b/juneau-doc/docs/Topics/09.juneau-rest-client/13.RestcCustomizingHttpClient.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-new} 
+{8.2.0-new} 
 Customizing HttpClient
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/09.juneau-rest-client/14.RestcExtendingRestClient.html 
b/juneau-doc/docs/Topics/09.juneau-rest-client/14.RestcExtendingRestClient.html
index af95ab8..4c08ac3 100644
--- 
a/juneau-doc/docs/Topics/09.juneau-rest-client/14.RestcExtendingRestClient.html
+++ 
b/juneau-doc/docs/Topics/09.juneau-rest-client/14.RestcExtendingRestClient.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-new} 
+{8.2.0-new} 
 Extending RestClient
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/09.juneau-rest-client/15.RestAuthentication.html 
b/juneau-doc/docs/Topics/09.juneau-rest-client/15.RestAuthentication.html
index 74eeca7..11b995e 100644
--- a/juneau-doc/docs/Topics/09.juneau-rest-client/15.RestAuthentication.html
+++ b/juneau-doc/docs/Topics/09.juneau-rest-client/15.RestAuthentication.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-updated} 
+{8.2.0-updated} 
 Authentication
 
 <p>
diff --git a/juneau-doc/docs/Topics/10.juneau-rest-mock.html 
b/juneau-doc/docs/Topics/10.juneau-rest-mock.html
index 7161095..ddd8841 100644
--- a/juneau-doc/docs/Topics/10.juneau-rest-mock.html
+++ b/juneau-doc/docs/Topics/10.juneau-rest-mock.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.0-new,8.1.4-updated} 
+{8.1.0-new,8.2.0-updated} 
 juneau-rest-mock
 
 <h5 class='figure'>Maven Dependency</h5>
diff --git a/juneau-doc/docs/Topics/10.juneau-rest-mock/01.MockRestClient.html 
b/juneau-doc/docs/Topics/10.juneau-rest-mock/01.MockRestClient.html
index b345bed..8d58b34 100644
--- a/juneau-doc/docs/Topics/10.juneau-rest-mock/01.MockRestClient.html
+++ b/juneau-doc/docs/Topics/10.juneau-rest-mock/01.MockRestClient.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-new} 
+{8.2.0-new} 
 MockRestClient
 
 <p>
diff --git a/juneau-doc/docs/Topics/19.juneau-petstore.html 
b/juneau-doc/docs/Topics/19.juneau-petstore.html
index f14977b..1618385 100644
--- a/juneau-doc/docs/Topics/19.juneau-petstore.html
+++ b/juneau-doc/docs/Topics/19.juneau-petstore.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-new} 
+{8.2.0-new} 
 juneau-pestore
 
 <p>
diff --git 
a/juneau-doc/docs/Topics/19.juneau-petstore/01.PetStoreInstalling.html 
b/juneau-doc/docs/Topics/19.juneau-petstore/01.PetStoreInstalling.html
index 2bc6f73..e5d7550 100644
--- a/juneau-doc/docs/Topics/19.juneau-petstore/01.PetStoreInstalling.html
+++ b/juneau-doc/docs/Topics/19.juneau-petstore/01.PetStoreInstalling.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-new} 
+{8.2.0-new} 
 Installing in Eclipse
 
 <p>
diff --git a/juneau-doc/docs/Topics/19.juneau-petstore/02.PetStoreRunning.html 
b/juneau-doc/docs/Topics/19.juneau-petstore/02.PetStoreRunning.html
index 27dad19..bf2db1c 100644
--- a/juneau-doc/docs/Topics/19.juneau-petstore/02.PetStoreRunning.html
+++ b/juneau-doc/docs/Topics/19.juneau-petstore/02.PetStoreRunning.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-new} 
+{8.2.0-new} 
 Running Petstore manually
 
 <p>
diff --git a/juneau-doc/docs/Topics/19.juneau-petstore/03.PetStoreBuilding.html 
b/juneau-doc/docs/Topics/19.juneau-petstore/03.PetStoreBuilding.html
index 3fe7313..ad67c5d 100644
--- a/juneau-doc/docs/Topics/19.juneau-petstore/03.PetStoreBuilding.html
+++ b/juneau-doc/docs/Topics/19.juneau-petstore/03.PetStoreBuilding.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-new} 
+{8.2.0-new} 
 Building and Running from Command-Line (Using Dockerfiles)
 
 <p>
diff --git a/juneau-doc/docs/Topics/19.juneau-petstore/04.PetstoreApp.html 
b/juneau-doc/docs/Topics/19.juneau-petstore/04.PetstoreApp.html
index 430f497..615a5c8 100644
--- a/juneau-doc/docs/Topics/19.juneau-petstore/04.PetstoreApp.html
+++ b/juneau-doc/docs/Topics/19.juneau-petstore/04.PetstoreApp.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{8.1.4-new}
+{8.2.0-new}
 About Petstore App <br>
 <div style="width: 70%;">
     <h3 style="color: blue;">
diff --git a/juneau-doc/pom.xml b/juneau-doc/pom.xml
index e3e3f5f..5f0a007 100644
--- a/juneau-doc/pom.xml
+++ b/juneau-doc/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-doc</artifactId>
diff --git a/juneau-doc/src/main/javadoc/overview.html 
b/juneau-doc/src/main/javadoc/overview.html
index ef49cae..9f7ebda 100644
--- a/juneau-doc/src/main/javadoc/overview.html
+++ b/juneau-doc/src/main/javadoc/overview.html
@@ -169,9 +169,9 @@
                <li><p><a class='doclink' 
href='#juneau-marshall.Serializers'>Serializers</a></p>
                <li><p><a class='doclink' 
href='#juneau-marshall.Parsers'>Parsers</a></p>
                <li><p><a class='doclink' 
href='#juneau-marshall.Marshalls'>Marshalls</a></p>
-               <li><p><a class='doclink' 
href='#juneau-marshall.JavaBeansSupport'>Java Beans Support</a><span 
class='update'><b>8.1.4-new</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-marshall.JavaBeansSupport'>Java Beans Support</a><span 
class='update'><b>8.2.0-new</b></span></p>
                <ol>
-                       <li><p><a class='doclink' 
href='#juneau-marshall.JavaBeansSupport.BeanAnnotation'>@Bean 
Annotation</a><span class='update'><b>8.1.4-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='#juneau-marshall.JavaBeansSupport.BeanAnnotation'>@Bean 
Annotation</a><span class='update'><b>8.2.0-updated</b></span></p>
                        <li><p><a class='doclink' 
href='#juneau-marshall.JavaBeansSupport.BeanpAnnotation'>@Beanp 
Annotation</a><span class='update'>8.1.0-updated, 8.1.2-updated</span></p>
                        <li><p><a class='doclink' 
href='#juneau-marshall.JavaBeansSupport.BeancAnnotation'>@Beanc 
Annotation</a><span class='update'>8.1.0-updated, 8.1.2-updated</span></p>
                        <li><p><a class='doclink' 
href='#juneau-marshall.JavaBeansSupport.BeanIgnoreAnnotation'>@BeanIgnore 
Annotation</a></p>
@@ -183,19 +183,19 @@
                        <li><p><a class='doclink' 
href='#juneau-marshall.JavaBeansSupport.StopClasses'>Stop Classes</a></p>
                        <li><p><a class='doclink' 
href='#juneau-marshall.JavaBeansSupport.BypassSerialization'>Bypass 
Serialization using Readers and InputStreams</a></p>
                </ol>
-               <li><p><a class='doclink' 
href='#juneau-marshall.HttpPartSerializers'>HTTP Part Serializers</a><span 
class='update'><b>8.1.4-updated</b></span></p>
-               <li><p><a class='doclink' 
href='#juneau-marshall.HttpPartParsers'>HTTP Part Parsers</a><span 
class='update'><b>8.1.4-updated</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-marshall.HttpPartSerializers'>HTTP Part Serializers</a><span 
class='update'><b>8.2.0-updated</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-marshall.HttpPartParsers'>HTTP Part Parsers</a><span 
class='update'><b>8.2.0-updated</b></span></p>
                <li><p><a class='doclink' 
href='#juneau-marshall.MarshallConfigurableProperties'>Configurable 
Properties</a><span class='update'>8.1.3-updated</span></p>
-               <li><p><a class='doclink' 
href='#juneau-marshall.ConfigurableAnnotations'>Configurable 
Annotations</a><span class='update'>8.1.0-new, 8.1.3-updated, 
<b>8.1.4-updated</b></span></p>
-               <li><p><a class='doclink' href='#juneau-marshall.OMap'>OMap and 
OList</a><span class='update'>updated-8.1.4</span></p>
+               <li><p><a class='doclink' 
href='#juneau-marshall.ConfigurableAnnotations'>Configurable 
Annotations</a><span class='update'>8.1.0-new, 8.1.3-updated, 
<b>8.2.0-updated</b></span></p>
+               <li><p><a class='doclink' href='#juneau-marshall.OMap'>OMap and 
OList</a><span class='update'>updated-8.2.0</span></p>
                <li><p><a class='doclink' 
href='#juneau-marshall.Groups'>SerializerGroups and ParserGroups</a></p>
                <li><p><a class='doclink' 
href='#juneau-marshall.ContextsBuildersSessionsPropertyStores'>Contexts, 
Builders, Sessions, and PropertyStores</a></p>
                <li><p><a class='doclink' 
href='#juneau-marshall.Transforms'>Transforms</a></p>
                <ol>
-                       <li><p><a class='doclink' 
href='#juneau-marshall.Transforms.PojoSwaps'>Swaps</a><span 
class='update'>8.1.0-updated,<b>8.1.4-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='#juneau-marshall.Transforms.PojoSwaps'>Swaps</a><span 
class='update'>8.1.0-updated,<b>8.2.0-updated</b></span></p>
                        <li><p><a class='doclink' 
href='#juneau-marshall.Transforms.DefaultPojoSwaps'>Default PojoSwaps</a></p>
                        <li><p><a class='doclink' 
href='#juneau-marshall.Transforms.AutoPojoSwaps'>Auto-detected POJO 
swaps</a><span class='update'>8.1.0-new</span></p>
-                       <li><p><a class='doclink' 
href='#juneau-marshall.Transforms.PerMediaTypePojoSwaps'>Per-media-type 
Swaps</a><span class='update'>8.1.0-updated,<b>8.1.4-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='#juneau-marshall.Transforms.PerMediaTypePojoSwaps'>Per-media-type 
Swaps</a><span class='update'>8.1.0-updated,<b>8.2.0-updated</b></span></p>
                        <li><p><a class='doclink' 
href='#juneau-marshall.Transforms.OneWayPojoSwaps'>One-way Swaps</a></p>
                        <li><p><a class='doclink' 
href='#juneau-marshall.Transforms.SwapAnnotation'>@Swap Annotation</a><span 
class='update'>8.0.0-updated</span></p>
                        <li><p><a class='doclink' 
href='#juneau-marshall.Transforms.TemplatedSwaps'>Templated Swaps</a></p>
@@ -208,7 +208,7 @@
                </ol>
                <li><p><a class='doclink' 
href='#juneau-marshall.VirtualBeans'>Virtual Beans</a></p>
                <li><p><a class='doclink' 
href='#juneau-marshall.Recursion'>Non-Tree Models and Recursion 
Detection</a></p>
-               <li><p><a class='doclink' 
href='#juneau-marshall.ParsingIntoGenericModels'>Parsing into Generic 
Models</a><span class='update'>updated-8.1.4</span></p>
+               <li><p><a class='doclink' 
href='#juneau-marshall.ParsingIntoGenericModels'>Parsing into Generic 
Models</a><span class='update'>updated-8.2.0</span></p>
                <li><p><a class='doclink' 
href='#juneau-marshall.ReadingContinuousStreams'>Reading Continuous 
Streams</a></p>
                <li><p><a class='doclink' 
href='#juneau-marshall.MarshallingUris'>URIs</a></p>
                <li><p><a class='doclink' 
href='#juneau-marshall.JacksonComparison'>Comparison with Jackson</a></p>
@@ -262,11 +262,11 @@
                        <li><p><a class='doclink' 
href='#juneau-marshall.MsgPackDetails.MsgPackSerializers'>MessagePack 
Serializers</a></p>
                        <li><p><a class='doclink' 
href='#juneau-marshall.MsgPackDetails.MsgPackParsers'>MessagePack 
Parsers</a></p>
                </ol>
-               <li><p><a class='doclink' 
href='#juneau-marshall.OpenApiDetails'>OpenAPI Details</a><span 
class='update'><b>8.1.4-updated</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-marshall.OpenApiDetails'>OpenAPI Details</a><span 
class='update'><b>8.2.0-updated</b></span></p>
                <ol>
-                       <li><p><a class='doclink' 
href='#juneau-marshall.OpenApiDetails.OpenApiMethodology'>OpenAPI 
Methodology</a><span class='update'><b>8.1.4-updated</b></span></p>
-                       <li><p><a class='doclink' 
href='#juneau-marshall.OpenApiDetails.OpenApiSerializers'>OpenAPI 
Serializers</a><span class='update'><b>8.1.4-updated</b></span></p>
-                       <li><p><a class='doclink' 
href='#juneau-marshall.OpenApiDetails.OpenApiParsers'>OpenAPI Parsers</a><span 
class='update'><b>8.1.4-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='#juneau-marshall.OpenApiDetails.OpenApiMethodology'>OpenAPI 
Methodology</a><span class='update'><b>8.2.0-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='#juneau-marshall.OpenApiDetails.OpenApiSerializers'>OpenAPI 
Serializers</a><span class='update'><b>8.2.0-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='#juneau-marshall.OpenApiDetails.OpenApiParsers'>OpenAPI Parsers</a><span 
class='update'><b>8.2.0-updated</b></span></p>
                </ol>
                <li><p><a class='doclink' 
href='#juneau-marshall.SimpleVariableLanguage'>Simple Variable Language</a></p>
                <ol>
@@ -405,7 +405,7 @@
                <li><p><a class='doclink' 
href='#juneau-rest-server.RestGuards'>Guards</a></p>
                <li><p><a class='doclink' 
href='#juneau-rest-server.RestRoleGuards'>Role guards</a><span 
class='update'>8.1.0-new</span></p>
                <li><p><a class='doclink' 
href='#juneau-rest-server.RestConverters'>Converters</a></p>
-               <li><p><a class='doclink' 
href='#juneau-rest-server.RestMessages'>Messages</a><span 
class='update'><b>8.1.4-updated</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-rest-server.RestMessages'>Messages</a><span 
class='update'><b>8.2.0-updated</b></span></p>
                <li><p><a class='doclink' 
href='#juneau-rest-server.RestEncoders'>Encoders</a></p>
                <li><p><a class='doclink' 
href='#juneau-rest-server.RestSvlVariables'>SVL Variables</a></p>
                <li><p><a class='doclink' 
href='#juneau-rest-server.RestConfigurationFiles'>Configuration Files</a></p>
@@ -438,7 +438,7 @@
                        <li><p><a class='doclink' 
href='#juneau-rest-server.RestHtmlDocAnnotation.RestHtmlStylesheets'>Stylesheets</a><span
 class='update'>8.1.0-updated</span></p>
                </ol>
                <li><p><a class='doclink' 
href='#juneau-rest-server.RestDefaultHeaders'>Default Headers</a></p>
-               <li><p><a class='doclink' 
href='#juneau-rest-server.RestLoggingAndDebugging'>Logging / Debugging</a><span 
class='update'>8.1.0-new,<b>8.1.4-updated</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-rest-server.RestLoggingAndDebugging'>Logging / Debugging</a><span 
class='update'>8.1.0-new,<b>8.2.0-updated</b></span></p>
                <li><p><a class='doclink' 
href='#juneau-rest-server.RestHttpStatusCodes'>HTTP Status Codes</a></p>
                <li><p><a class='doclink' 
href='#juneau-rest-server.RestOverloadingHttpMethods'>Overloading HTTP 
Methods</a></p>
                <li><p><a class='doclink' 
href='#juneau-rest-server.RestBuiltInParameters'>Built-in Parameters</a></p>
@@ -457,39 +457,39 @@
                <li><p><a class='doclink' 
href='#juneau-rest-server-springboot.SpringBootOverview'>Overview</a><span 
class='update'>8.0.0-new</span></p>
                <li><p><a class='doclink' 
href='#juneau-rest-server-springboot.SpringBootChildResources'>Child 
Resources</a><span class='update'>8.1.0-new</span></p>
        </ol>
-       <li><p class='toc2'><a class='doclink' 
href='#juneau-rest-client'>juneau-rest-client</a><span 
class='update'><b>8.1.4-updated</b></span></p>
+       <li><p class='toc2'><a class='doclink' 
href='#juneau-rest-client'>juneau-rest-client</a><span 
class='update'><b>8.2.0-updated</b></span></p>
        <ol>
-               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcPojoMarshalling'>POJO Marshalling</a><span 
class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcRequestHeaders'>Request Headers</a><span 
class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcRequestQueryParameters'>Request Query 
Parameters</a><span class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcRequestFormData'>Request Form Data</a><span 
class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcRequestBody'>Request Body</a><span 
class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcResponseStatus'>Response Status</a><span 
class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcResponseHeaders'>Response Headers</a><span 
class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcResponseBody'>Response Body</a><span 
class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcCustomCallHandlers'>Custom Call 
Handlers</a><span class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcInterceptors'>Interceptors</a><span 
class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcProxies'>REST Proxies</a><span 
class='update'><b>8.1.4-updated</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcPojoMarshalling'>POJO Marshalling</a><span 
class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcRequestHeaders'>Request Headers</a><span 
class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcRequestQueryParameters'>Request Query 
Parameters</a><span class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcRequestFormData'>Request Form Data</a><span 
class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcRequestBody'>Request Body</a><span 
class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcResponseStatus'>Response Status</a><span 
class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcResponseHeaders'>Response Headers</a><span 
class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcResponseBody'>Response Body</a><span 
class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcCustomCallHandlers'>Custom Call 
Handlers</a><span class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcInterceptors'>Interceptors</a><span 
class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcProxies'>REST Proxies</a><span 
class='update'><b>8.2.0-updated</b></span></p>
                <ol>
-                       <li><p><a class='doclink' 
href='#juneau-rest-client.RestcProxies.RestcRemote'>@Remote</a><span 
class='update'>8.1.2-updated,<b>8.1.4-updated</b></span></p>
-                       <li><p><a class='doclink' 
href='#juneau-rest-client.RestcProxies.RestcRemoteMethod'>@RemoteMethod</a><span
 class='update'><b>8.1.4-updated</b></span></p>
-                       <li><p><a class='doclink' 
href='#juneau-rest-client.RestcProxies.RestcBody'>@Body</a><span 
class='update'><b>8.1.4-updated</b></span></p>
-                       <li><p><a class='doclink' 
href='#juneau-rest-client.RestcProxies.RestcFormData'>@FormData</a><span 
class='update'><b>8.1.4-updated</b></span></p>
-                       <li><p><a class='doclink' 
href='#juneau-rest-client.RestcProxies.RestcQuery'>@Query</a><span 
class='update'><b>8.1.4-updated</b></span></p>
-                       <li><p><a class='doclink' 
href='#juneau-rest-client.RestcProxies.RestcHeader'>@Header</a><span 
class='update'><b>8.1.4-updated</b></span></p>
-                       <li><p><a class='doclink' 
href='#juneau-rest-client.RestcProxies.RestcPath'>@Path</a><span 
class='update'><b>8.1.4-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='#juneau-rest-client.RestcProxies.RestcRemote'>@Remote</a><span 
class='update'>8.1.2-updated,<b>8.2.0-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='#juneau-rest-client.RestcProxies.RestcRemoteMethod'>@RemoteMethod</a><span
 class='update'><b>8.2.0-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='#juneau-rest-client.RestcProxies.RestcBody'>@Body</a><span 
class='update'><b>8.2.0-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='#juneau-rest-client.RestcProxies.RestcFormData'>@FormData</a><span 
class='update'><b>8.2.0-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='#juneau-rest-client.RestcProxies.RestcQuery'>@Query</a><span 
class='update'><b>8.2.0-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='#juneau-rest-client.RestcProxies.RestcHeader'>@Header</a><span 
class='update'><b>8.2.0-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='#juneau-rest-client.RestcProxies.RestcPath'>@Path</a><span 
class='update'><b>8.2.0-updated</b></span></p>
                        <li><p><a class='doclink' 
href='#juneau-rest-client.RestcProxies.RestcRequest'>@Request</a></p>
                        <li><p><a class='doclink' 
href='#juneau-rest-client.RestcProxies.RestcResponse'>@Response</a></p>
                        <li><p><a class='doclink' 
href='#juneau-rest-client.RestcProxies.RestcDualPurposeInterfaces'>Dual-purpose 
(end-to-end) interfaces</a><span class='update'>8.0.0-new</span></p>
                </ol>
-               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcLoggingAndDebugging'>Logging and 
Debugging</a><span class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcCustomizingHttpClient'>Customizing 
HttpClient</a><span class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcExtendingRestClient'>Extending 
RestClient</a><span class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='#juneau-rest-client.RestAuthentication'>Authentication</a><span 
class='update'><b>8.1.4-updated</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcLoggingAndDebugging'>Logging and 
Debugging</a><span class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcCustomizingHttpClient'>Customizing 
HttpClient</a><span class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-rest-client.RestcExtendingRestClient'>Extending 
RestClient</a><span class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-rest-client.RestAuthentication'>Authentication</a><span 
class='update'><b>8.2.0-updated</b></span></p>
        </ol>
-       <li><p class='toc2'><a class='doclink' 
href='#juneau-rest-mock'>juneau-rest-mock</a><span 
class='update'>8.1.0-new,<b>8.1.4-updated</b></span></p>
+       <li><p class='toc2'><a class='doclink' 
href='#juneau-rest-mock'>juneau-rest-mock</a><span 
class='update'>8.1.0-new,<b>8.2.0-updated</b></span></p>
        <ol>
-               <li><p><a class='doclink' 
href='#juneau-rest-mock.MockRestClient'>MockRestClient</a><span 
class='update'><b>8.1.4-new</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-rest-mock.MockRestClient'>MockRestClient</a><span 
class='update'><b>8.2.0-new</b></span></p>
        </ol>
        <li><p class='toc2'><a class='doclink' 
href='#juneau-microservice-core'>juneau-microservice-core</a><span 
class='update'>8.0.0-new, 8.1.2-deprecated</span></p>
        <ol>
@@ -553,12 +553,12 @@
                <li><p><a class='doclink' 
href='#juneau-examples-rest-springboot.RestSpringBootExamplesBuilding'>Building 
and Running from Command-Line</a><span class='update'>8.0.0-new</span></p>
                <li><p><a class='doclink' 
href='#juneau-examples-rest-springboot.RestSpringBootExamplesDeployingToHeroku'>Deploying
 to Heroku</a><span class='update'>8.0.0-new</span></p>
        </ol>
-       <li><p class='toc2'><a class='doclink' 
href='#juneau-petstore'>juneau-pestore</a><span 
class='update'><b>8.1.4-new</b></span></p>
+       <li><p class='toc2'><a class='doclink' 
href='#juneau-petstore'>juneau-pestore</a><span 
class='update'><b>8.2.0-new</b></span></p>
        <ol>
-               <li><p><a class='doclink' 
href='#juneau-petstore.PetStoreInstalling'>Installing in Eclipse</a><span 
class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='#juneau-petstore.PetStoreRunning'>Running Petstore manually</a><span 
class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='#juneau-petstore.PetStoreBuilding'>Building and Running from Command-Line 
(Using Dockerfiles)</a><span class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='#juneau-petstore.PetstoreApp'>About Petstore App <br></a><span 
class='update'><b>8.1.4-new</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-petstore.PetStoreInstalling'>Installing in Eclipse</a><span 
class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-petstore.PetStoreRunning'>Running Petstore manually</a><span 
class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-petstore.PetStoreBuilding'>Building and Running from Command-Line 
(Using Dockerfiles)</a><span class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='#juneau-petstore.PetstoreApp'>About Petstore App <br></a><span 
class='update'><b>8.2.0-new</b></span></p>
        </ol>
        <li><p class='toc2'><a class='doclink' 
href='#Glossaries'>Glossaries</a><span class='update'>8.1.3-new</span></p>
        <ol>
@@ -1242,7 +1242,7 @@
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-marshall.JavaBeansSupport' 
id='juneau-marshall.JavaBeansSupport'>2.4 - Java Beans Support</a><span 
class='update'><b>8.1.4-new</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-marshall.JavaBeansSupport' 
id='juneau-marshall.JavaBeansSupport'>2.4 - Java Beans Support</a><span 
class='update'><b>8.2.0-new</b></span></h3>
 <div class='topic'><!-- START: 2.4 - juneau-marshall.JavaBeansSupport -->
 <p>
        Out-of-the-box, Juneau supports marshalling of Java beans with standard 
public getters and setters, public
@@ -1359,7 +1359,7 @@
 
 <!-- 
====================================================================================================
 -->
 
-<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-marshall.JavaBeansSupport.BeanAnnotation' 
id='juneau-marshall.JavaBeansSupport.BeanAnnotation'>2.4.1 - @Bean 
Annotation</a><span class='update'><b>8.1.4-updated</b></span></h4>
+<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-marshall.JavaBeansSupport.BeanAnnotation' 
id='juneau-marshall.JavaBeansSupport.BeanAnnotation'>2.4.1 - @Bean 
Annotation</a><span class='update'><b>8.2.0-updated</b></span></h4>
 <div class='topic'><!-- START: 2.4.1 - 
juneau-marshall.JavaBeansSupport.BeanAnnotation -->
 <p>
        The {@link org.apache.juneau.annotation.Bean @Bean} annotation is used 
to tailor how beans are 
@@ -2253,7 +2253,7 @@
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-marshall.HttpPartSerializers' 
id='juneau-marshall.HttpPartSerializers'>2.5 - HTTP Part Serializers</a><span 
class='update'><b>8.1.4-updated</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-marshall.HttpPartSerializers' 
id='juneau-marshall.HttpPartSerializers'>2.5 - HTTP Part Serializers</a><span 
class='update'><b>8.2.0-updated</b></span></h3>
 <div class='topic'><!-- START: 2.5 - juneau-marshall.HttpPartSerializers -->
 <p>
        There is a separate set of serializers for serializing HTTP parts 
(query, form-data, headers, path variables, and plain-text request bodies).
@@ -2308,7 +2308,7 @@
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-marshall.HttpPartParsers' 
id='juneau-marshall.HttpPartParsers'>2.6 - HTTP Part Parsers</a><span 
class='update'><b>8.1.4-updated</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-marshall.HttpPartParsers' 
id='juneau-marshall.HttpPartParsers'>2.6 - HTTP Part Parsers</a><span 
class='update'><b>8.2.0-updated</b></span></h3>
 <div class='topic'><!-- START: 2.6 - juneau-marshall.HttpPartParsers -->
 <p>
        There is a separate set of parsers for parsing HTTP parts (query, 
form-data, headers, path variables, and plain-text request bodies).
@@ -2427,7 +2427,7 @@
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-marshall.ConfigurableAnnotations' 
id='juneau-marshall.ConfigurableAnnotations'>2.8 - Configurable 
Annotations</a><span class='update'>8.1.0-new, 8.1.3-updated, 
<b>8.1.4-updated</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-marshall.ConfigurableAnnotations' 
id='juneau-marshall.ConfigurableAnnotations'>2.8 - Configurable 
Annotations</a><span class='update'>8.1.0-new, 8.1.3-updated, 
<b>8.2.0-updated</b></span></h3>
 <div class='topic'><!-- START: 2.8 - juneau-marshall.ConfigurableAnnotations 
-->
 <p>
        All configurable properties described in the previous section have 
annotation equivalents that can be applied on
@@ -2585,7 +2585,7 @@
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a href='#juneau-marshall.OMap' 
id='juneau-marshall.OMap'>2.9 - OMap and OList</a><span 
class='update'>updated-8.1.4</span></h3>
+<h3 class='topic' onclick='toggle(this)'><a href='#juneau-marshall.OMap' 
id='juneau-marshall.OMap'>2.9 - OMap and OList</a><span 
class='update'>updated-8.2.0</span></h3>
 <div class='topic'><!-- START: 2.9 - juneau-marshall.OMap -->
 <p>
        The {@link org.apache.juneau.collections.OMap} and {@link 
org.apache.juneau.collections.OList} classes are generic Java 
@@ -2935,7 +2935,7 @@
 
 <!-- 
====================================================================================================
 -->
 
-<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-marshall.Transforms.PojoSwaps' 
id='juneau-marshall.Transforms.PojoSwaps'>2.12.1 - Swaps</a><span 
class='update'>8.1.0-updated,<b>8.1.4-updated</b></span></h4>
+<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-marshall.Transforms.PojoSwaps' 
id='juneau-marshall.Transforms.PojoSwaps'>2.12.1 - Swaps</a><span 
class='update'>8.1.0-updated,<b>8.2.0-updated</b></span></h4>
 <div class='topic'><!-- START: 2.12.1 - juneau-marshall.Transforms.PojoSwaps 
-->
 <p>
        {@link org.apache.juneau.transform.PojoSwap Swaps} are a critical 
component of Juneau.
@@ -3301,7 +3301,7 @@
 
 <!-- 
====================================================================================================
 -->
 
-<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-marshall.Transforms.PerMediaTypePojoSwaps' 
id='juneau-marshall.Transforms.PerMediaTypePojoSwaps'>2.12.4 - Per-media-type 
Swaps</a><span class='update'>8.1.0-updated,<b>8.1.4-updated</b></span></h4>
+<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-marshall.Transforms.PerMediaTypePojoSwaps' 
id='juneau-marshall.Transforms.PerMediaTypePojoSwaps'>2.12.4 - Per-media-type 
Swaps</a><span class='update'>8.1.0-updated,<b>8.2.0-updated</b></span></h4>
 <div class='topic'><!-- START: 2.12.4 - 
juneau-marshall.Transforms.PerMediaTypePojoSwaps -->
 <p>
        Swaps can also be defined per-media-type.               
@@ -4170,7 +4170,7 @@
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-marshall.ParsingIntoGenericModels' 
id='juneau-marshall.ParsingIntoGenericModels'>2.17 - Parsing into Generic 
Models</a><span class='update'>updated-8.1.4</span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-marshall.ParsingIntoGenericModels' 
id='juneau-marshall.ParsingIntoGenericModels'>2.17 - Parsing into Generic 
Models</a><span class='update'>updated-8.2.0</span></h3>
 <div class='topic'><!-- START: 2.17 - juneau-marshall.ParsingIntoGenericModels 
-->
 <p>
        The Juneau parsers are not limited to parsing back into the original 
bean classes.
@@ -8956,7 +8956,7 @@
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-marshall.OpenApiDetails' id='juneau-marshall.OpenApiDetails'>2.28 
- OpenAPI Details</a><span class='update'><b>8.1.4-updated</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-marshall.OpenApiDetails' id='juneau-marshall.OpenApiDetails'>2.28 
- OpenAPI Details</a><span class='update'><b>8.2.0-updated</b></span></h3>
 <div class='topic'><!-- START: 2.28 - juneau-marshall.OpenApiDetails -->
 <p>
        Juneau supports converting arbitrary POJOs to and from strings using 
OpenAPI-based schema rules. 
@@ -8991,7 +8991,7 @@
 
 <!-- 
====================================================================================================
 -->
 
-<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-marshall.OpenApiDetails.OpenApiMethodology' 
id='juneau-marshall.OpenApiDetails.OpenApiMethodology'>2.28.1 - OpenAPI 
Methodology</a><span class='update'><b>8.1.4-updated</b></span></h4>
+<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-marshall.OpenApiDetails.OpenApiMethodology' 
id='juneau-marshall.OpenApiDetails.OpenApiMethodology'>2.28.1 - OpenAPI 
Methodology</a><span class='update'><b>8.2.0-updated</b></span></h4>
 <div class='topic'><!-- START: 2.28.1 - 
juneau-marshall.OpenApiDetails.OpenApiMethodology -->
 <p>
        Unlike the other Juneau serializers and parsers that convert input and 
output directly to-and-from POJOs,
@@ -9137,7 +9137,7 @@
 
 <!-- 
====================================================================================================
 -->
 
-<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-marshall.OpenApiDetails.OpenApiSerializers' 
id='juneau-marshall.OpenApiDetails.OpenApiSerializers'>2.28.2 - OpenAPI 
Serializers</a><span class='update'><b>8.1.4-updated</b></span></h4>
+<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-marshall.OpenApiDetails.OpenApiSerializers' 
id='juneau-marshall.OpenApiDetails.OpenApiSerializers'>2.28.2 - OpenAPI 
Serializers</a><span class='update'><b>8.2.0-updated</b></span></h4>
 <div class='topic'><!-- START: 2.28.2 - 
juneau-marshall.OpenApiDetails.OpenApiSerializers -->
 <p>
        The {@link org.apache.juneau.oapi.OpenApiSerializer} class is used to 
convert POJOs to HTTP parts.
@@ -9618,7 +9618,7 @@
 
 <!-- 
====================================================================================================
 -->
 
-<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-marshall.OpenApiDetails.OpenApiParsers' 
id='juneau-marshall.OpenApiDetails.OpenApiParsers'>2.28.3 - OpenAPI 
Parsers</a><span class='update'><b>8.1.4-updated</b></span></h4>
+<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-marshall.OpenApiDetails.OpenApiParsers' 
id='juneau-marshall.OpenApiDetails.OpenApiParsers'>2.28.3 - OpenAPI 
Parsers</a><span class='update'><b>8.2.0-updated</b></span></h4>
 <div class='topic'><!-- START: 2.28.3 - 
juneau-marshall.OpenApiDetails.OpenApiParsers -->
 <p>
        The {@link org.apache.juneau.oapi.OpenApiParser} class is used to 
convert HTTP parts back into POJOs.
@@ -18525,7 +18525,7 @@
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-server.RestMessages' 
id='juneau-rest-server.RestMessages'>6.22 - Messages</a><span 
class='update'><b>8.1.4-updated</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-server.RestMessages' 
id='juneau-rest-server.RestMessages'>6.22 - Messages</a><span 
class='update'><b>8.2.0-updated</b></span></h3>
 <div class='topic'><!-- START: 6.22 - juneau-rest-server.RestMessages -->
 <p>
        The {@link org.apache.juneau.rest.annotation.Rest#messages 
@Rest(messages)} annotation identifies the location of the resource bundle 
@@ -21300,7 +21300,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-server.RestLoggingAndDebugging' 
id='juneau-rest-server.RestLoggingAndDebugging'>6.33 - Logging / 
Debugging</a><span class='update'>8.1.0-new,<b>8.1.4-updated</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-server.RestLoggingAndDebugging' 
id='juneau-rest-server.RestLoggingAndDebugging'>6.33 - Logging / 
Debugging</a><span class='update'>8.1.0-new,<b>8.2.0-updated</b></span></h3>
 <div class='topic'><!-- START: 6.33 - 
juneau-rest-server.RestLoggingAndDebugging -->
 <p>
        The REST APIs provides support for fine-tuned control of logging for 
HTTP requests and responses.
@@ -22390,7 +22390,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h2 class='topic' onclick='toggle(this)'><a href='#juneau-rest-client' 
id='juneau-rest-client'>9 - juneau-rest-client</a><span 
class='update'><b>8.1.4-updated</b></span></h2>
+<h2 class='topic' onclick='toggle(this)'><a href='#juneau-rest-client' 
id='juneau-rest-client'>9 - juneau-rest-client</a><span 
class='update'><b>8.2.0-updated</b></span></h2>
 <div class='topic'><!-- START: 9 - juneau-rest-client -->
 <h5 class='figure'>Maven Dependency</h5>
 <p class='bpcode w500'>
@@ -22555,7 +22555,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcPojoMarshalling' 
id='juneau-rest-client.RestcPojoMarshalling'>9.1 - POJO Marshalling</a><span 
class='update'><b>8.1.4-new</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcPojoMarshalling' 
id='juneau-rest-client.RestcPojoMarshalling'>9.1 - POJO Marshalling</a><span 
class='update'><b>8.2.0-new</b></span></h3>
 <div class='topic'><!-- START: 9.1 - juneau-rest-client.RestcPojoMarshalling 
-->
 <p>
        By default, JSON support is provided for HTTP request and response 
bodies.
@@ -22670,7 +22670,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcRequestHeaders' 
id='juneau-rest-client.RestcRequestHeaders'>9.2 - Request Headers</a><span 
class='update'><b>8.1.4-new</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcRequestHeaders' 
id='juneau-rest-client.RestcRequestHeaders'>9.2 - Request Headers</a><span 
class='update'><b>8.2.0-new</b></span></h3>
 <div class='topic'><!-- START: 9.2 - juneau-rest-client.RestcRequestHeaders -->
 <p>
        Per-client or per-request headers can be specified using the following 
methods:
@@ -22788,7 +22788,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcRequestQueryParameters' 
id='juneau-rest-client.RestcRequestQueryParameters'>9.3 - Request Query 
Parameters</a><span class='update'><b>8.1.4-new</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcRequestQueryParameters' 
id='juneau-rest-client.RestcRequestQueryParameters'>9.3 - Request Query 
Parameters</a><span class='update'><b>8.2.0-new</b></span></h3>
 <div class='topic'><!-- START: 9.3 - 
juneau-rest-client.RestcRequestQueryParameters -->
 <p>
        Per-client or per-request query parameters can be specified using the 
following methods:
@@ -22871,7 +22871,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcRequestFormData' 
id='juneau-rest-client.RestcRequestFormData'>9.4 - Request Form Data</a><span 
class='update'><b>8.1.4-new</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcRequestFormData' 
id='juneau-rest-client.RestcRequestFormData'>9.4 - Request Form Data</a><span 
class='update'><b>8.2.0-new</b></span></h3>
 <div class='topic'><!-- START: 9.4 - juneau-rest-client.RestcRequestFormData 
-->
 <p>
        Per-client or per-request form-data parameters can be specified using 
the following methods:
@@ -22955,7 +22955,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcRequestBody' 
id='juneau-rest-client.RestcRequestBody'>9.5 - Request Body</a><span 
class='update'><b>8.1.4-new</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcRequestBody' 
id='juneau-rest-client.RestcRequestBody'>9.5 - Request Body</a><span 
class='update'><b>8.2.0-new</b></span></h3>
 <div class='topic'><!-- START: 9.5 - juneau-rest-client.RestcRequestBody -->
 <p>
        The request body can either be passed in with the client creator method 
(e.g. {@link org.apache.juneau.rest.client2.RestClient#post(Object,Object) 
post(uri,body)}),
@@ -23023,7 +23023,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcResponseStatus' 
id='juneau-rest-client.RestcResponseStatus'>9.6 - Response Status</a><span 
class='update'><b>8.1.4-new</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcResponseStatus' 
id='juneau-rest-client.RestcResponseStatus'>9.6 - Response Status</a><span 
class='update'><b>8.2.0-new</b></span></h3>
 <div class='topic'><!-- START: 9.6 - juneau-rest-client.RestcResponseStatus -->
 <p>
        After execution using {@link 
org.apache.juneau.rest.client2.RestRequest#run()} or {@link 
org.apache.juneau.rest.client2.RestRequest#complete()}, the following methods 
can be used
@@ -23087,7 +23087,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcResponseHeaders' 
id='juneau-rest-client.RestcResponseHeaders'>9.7 - Response Headers</a><span 
class='update'><b>8.1.4-new</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcResponseHeaders' 
id='juneau-rest-client.RestcResponseHeaders'>9.7 - Response Headers</a><span 
class='update'><b>8.2.0-new</b></span></h3>
 <div class='topic'><!-- START: 9.7 - juneau-rest-client.RestcResponseHeaders 
-->
 <p>
        Response headers are accessed through the following methods:
@@ -23192,7 +23192,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcResponseBody' 
id='juneau-rest-client.RestcResponseBody'>9.8 - Response Body</a><span 
class='update'><b>8.1.4-new</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcResponseBody' 
id='juneau-rest-client.RestcResponseBody'>9.8 - Response Body</a><span 
class='update'><b>8.2.0-new</b></span></h3>
 <div class='topic'><!-- START: 9.8 - juneau-rest-client.RestcResponseBody -->
 <p>
        The response body is accessed through the following method:
@@ -23329,7 +23329,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcCustomCallHandlers' 
id='juneau-rest-client.RestcCustomCallHandlers'>9.9 - Custom Call 
Handlers</a><span class='update'><b>8.1.4-new</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcCustomCallHandlers' 
id='juneau-rest-client.RestcCustomCallHandlers'>9.9 - Custom Call 
Handlers</a><span class='update'><b>8.2.0-new</b></span></h3>
 <div class='topic'><!-- START: 9.9 - 
juneau-rest-client.RestcCustomCallHandlers -->
 <p>
        The {@link org.apache.juneau.rest.client2.RestCallHandler} interface 
provides the ability to provide custom handling of requests.
@@ -23385,7 +23385,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcInterceptors' 
id='juneau-rest-client.RestcInterceptors'>9.10 - Interceptors</a><span 
class='update'><b>8.1.4-new</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcInterceptors' 
id='juneau-rest-client.RestcInterceptors'>9.10 - Interceptors</a><span 
class='update'><b>8.2.0-new</b></span></h3>
 <div class='topic'><!-- START: 9.10 - juneau-rest-client.RestcInterceptors -->
 <p>
        The {@link org.apache.juneau.rest.client2.RestCallInterceptor} API 
provides a quick way of intercepting and manipulating requests and responses 
beyond
@@ -23440,7 +23440,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcProxies' 
id='juneau-rest-client.RestcProxies'>9.11 - REST Proxies</a><span 
class='update'><b>8.1.4-updated</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcProxies' 
id='juneau-rest-client.RestcProxies'>9.11 - REST Proxies</a><span 
class='update'><b>8.2.0-updated</b></span></h3>
 <div class='topic'><!-- START: 9.11 - juneau-rest-client.RestcProxies -->
 <p>
        One of the more powerful features of the REST client class is the 
ability to produce Java interface proxies against
@@ -23541,7 +23541,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcProxies.RestcRemote' 
id='juneau-rest-client.RestcProxies.RestcRemote'>9.11.1 - @Remote</a><span 
class='update'>8.1.2-updated,<b>8.1.4-updated</b></span></h4>
+<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcProxies.RestcRemote' 
id='juneau-rest-client.RestcProxies.RestcRemote'>9.11.1 - @Remote</a><span 
class='update'>8.1.2-updated,<b>8.2.0-updated</b></span></h4>
 <div class='topic'><!-- START: 9.11.1 - 
juneau-rest-client.RestcProxies.RestcRemote -->
 <p>
        The {@link org.apache.juneau.http.remote.Remote @Remote} annotation is 
used on your interface class
@@ -23705,7 +23705,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcProxies.RestcRemoteMethod' 
id='juneau-rest-client.RestcProxies.RestcRemoteMethod'>9.11.2 - 
@RemoteMethod</a><span class='update'><b>8.1.4-updated</b></span></h4>
+<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcProxies.RestcRemoteMethod' 
id='juneau-rest-client.RestcProxies.RestcRemoteMethod'>9.11.2 - 
@RemoteMethod</a><span class='update'><b>8.2.0-updated</b></span></h4>
 <div class='topic'><!-- START: 9.11.2 - 
juneau-rest-client.RestcProxies.RestcRemoteMethod -->
 <p>
        The {@link org.apache.juneau.http.remote.RemoteMethod @RemoteMethod} 
annotation is applied to methods
@@ -23862,7 +23862,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcProxies.RestcBody' 
id='juneau-rest-client.RestcProxies.RestcBody'>9.11.3 - @Body</a><span 
class='update'><b>8.1.4-updated</b></span></h4>
+<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcProxies.RestcBody' 
id='juneau-rest-client.RestcProxies.RestcBody'>9.11.3 - @Body</a><span 
class='update'><b>8.2.0-updated</b></span></h4>
 <div class='topic'><!-- START: 9.11.3 - 
juneau-rest-client.RestcProxies.RestcBody -->
 <p>
        The {@link org.apache.juneau.http.annotation.Body @Body} annotation can 
be applied to arguments of <ja>@RemoteMethod</ja>-annotated methods
@@ -23971,7 +23971,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcProxies.RestcFormData' 
id='juneau-rest-client.RestcProxies.RestcFormData'>9.11.4 - @FormData</a><span 
class='update'><b>8.1.4-updated</b></span></h4>
+<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcProxies.RestcFormData' 
id='juneau-rest-client.RestcProxies.RestcFormData'>9.11.4 - @FormData</a><span 
class='update'><b>8.2.0-updated</b></span></h4>
 <div class='topic'><!-- START: 9.11.4 - 
juneau-rest-client.RestcProxies.RestcFormData -->
 <p>
        The {@link org.apache.juneau.http.annotation.FormData @FormData} 
annotation can be applied to arguments of <ja>@RemoteMethod</ja>-annotated 
methods
@@ -24078,7 +24078,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcProxies.RestcQuery' 
id='juneau-rest-client.RestcProxies.RestcQuery'>9.11.5 - @Query</a><span 
class='update'><b>8.1.4-updated</b></span></h4>
+<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcProxies.RestcQuery' 
id='juneau-rest-client.RestcProxies.RestcQuery'>9.11.5 - @Query</a><span 
class='update'><b>8.2.0-updated</b></span></h4>
 <div class='topic'><!-- START: 9.11.5 - 
juneau-rest-client.RestcProxies.RestcQuery -->
 <p>
        The {@link org.apache.juneau.http.annotation.Query @Query} annotation 
can be applied to arguments of <ja>@RemoteMethod</ja>-annotated methods
@@ -24188,7 +24188,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcProxies.RestcHeader' 
id='juneau-rest-client.RestcProxies.RestcHeader'>9.11.6 - @Header</a><span 
class='update'><b>8.1.4-updated</b></span></h4>
+<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcProxies.RestcHeader' 
id='juneau-rest-client.RestcProxies.RestcHeader'>9.11.6 - @Header</a><span 
class='update'><b>8.2.0-updated</b></span></h4>
 <div class='topic'><!-- START: 9.11.6 - 
juneau-rest-client.RestcProxies.RestcHeader -->
 <p>
        The {@link org.apache.juneau.http.annotation.Header @Header} annotation 
can be applied to arguments of <ja>@RemoteMethod</ja>-annotated methods
@@ -24284,7 +24284,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcProxies.RestcPath' 
id='juneau-rest-client.RestcProxies.RestcPath'>9.11.7 - @Path</a><span 
class='update'><b>8.1.4-updated</b></span></h4>
+<h4 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcProxies.RestcPath' 
id='juneau-rest-client.RestcProxies.RestcPath'>9.11.7 - @Path</a><span 
class='update'><b>8.2.0-updated</b></span></h4>
 <div class='topic'><!-- START: 9.11.7 - 
juneau-rest-client.RestcProxies.RestcPath -->
 <p>
        The {@link org.apache.juneau.http.annotation.Path @Path} annotation can 
be applied to arguments of <ja>@RemoteMethod</ja>-annotated methods
@@ -24662,7 +24662,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcLoggingAndDebugging' 
id='juneau-rest-client.RestcLoggingAndDebugging'>9.12 - Logging and 
Debugging</a><span class='update'><b>8.1.4-new</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcLoggingAndDebugging' 
id='juneau-rest-client.RestcLoggingAndDebugging'>9.12 - Logging and 
Debugging</a><span class='update'><b>8.2.0-new</b></span></h3>
 <div class='topic'><!-- START: 9.12 - 
juneau-rest-client.RestcLoggingAndDebugging -->
 <p>
        The following methods provide logging of requests and responses:
@@ -24749,7 +24749,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcCustomizingHttpClient' 
id='juneau-rest-client.RestcCustomizingHttpClient'>9.13 - Customizing 
HttpClient</a><span class='update'><b>8.1.4-new</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcCustomizingHttpClient' 
id='juneau-rest-client.RestcCustomizingHttpClient'>9.13 - Customizing 
HttpClient</a><span class='update'><b>8.2.0-new</b></span></h3>
 <div class='topic'><!-- START: 9.13 - 
juneau-rest-client.RestcCustomizingHttpClient -->
 <p>
        Several methods are provided for customizing the underlying HTTP client 
and client builder classes:
@@ -24787,7 +24787,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcExtendingRestClient' 
id='juneau-rest-client.RestcExtendingRestClient'>9.14 - Extending 
RestClient</a><span class='update'><b>8.1.4-new</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestcExtendingRestClient' 
id='juneau-rest-client.RestcExtendingRestClient'>9.14 - Extending 
RestClient</a><span class='update'><b>8.2.0-new</b></span></h3>
 <div class='topic'><!-- START: 9.14 - 
juneau-rest-client.RestcExtendingRestClient -->
 <p>
        The <c>RestClient</c> API has been designed to allow for the ability to 
be easily extended.
@@ -24821,7 +24821,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestAuthentication' 
id='juneau-rest-client.RestAuthentication'>9.15 - Authentication</a><span 
class='update'><b>8.1.4-updated</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-client.RestAuthentication' 
id='juneau-rest-client.RestAuthentication'>9.15 - Authentication</a><span 
class='update'><b>8.2.0-updated</b></span></h3>
 <div class='topic'><!-- START: 9.15 - juneau-rest-client.RestAuthentication -->
 <p>
        The Juneau REST client itself does not implement any support for 
authentication.  
@@ -24835,7 +24835,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h2 class='topic' onclick='toggle(this)'><a href='#juneau-rest-mock' 
id='juneau-rest-mock'>10 - juneau-rest-mock</a><span 
class='update'>8.1.0-new,<b>8.1.4-updated</b></span></h2>
+<h2 class='topic' onclick='toggle(this)'><a href='#juneau-rest-mock' 
id='juneau-rest-mock'>10 - juneau-rest-mock</a><span 
class='update'>8.1.0-new,<b>8.2.0-updated</b></span></h2>
 <div class='topic'><!-- START: 10 - juneau-rest-mock -->
 <h5 class='figure'>Maven Dependency</h5>
 <p class='bpcode w500'>
@@ -24865,7 +24865,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-mock.MockRestClient' 
id='juneau-rest-mock.MockRestClient'>10.1 - MockRestClient</a><span 
class='update'><b>8.1.4-new</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-rest-mock.MockRestClient' 
id='juneau-rest-mock.MockRestClient'>10.1 - MockRestClient</a><span 
class='update'><b>8.2.0-new</b></span></h3>
 <div class='topic'><!-- START: 10.1 - juneau-rest-mock.MockRestClient -->
 <p>
        The {@link org.apache.juneau.rest.mock2.MockRestClient} class is used 
for performing serverless unit testing of {@link 
org.apache.juneau.rest.annotation.Rest @Rest}-annotated
@@ -28829,7 +28829,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h2 class='topic' onclick='toggle(this)'><a href='#juneau-petstore' 
id='juneau-petstore'>19 - juneau-pestore</a><span 
class='update'><b>8.1.4-new</b></span></h2>
+<h2 class='topic' onclick='toggle(this)'><a href='#juneau-petstore' 
id='juneau-petstore'>19 - juneau-pestore</a><span 
class='update'><b>8.2.0-new</b></span></h2>
 <div class='topic'><!-- START: 19 - juneau-petstore -->
 <p>
        TODO
@@ -28837,7 +28837,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-petstore.PetStoreInstalling' 
id='juneau-petstore.PetStoreInstalling'>19.1 - Installing in Eclipse</a><span 
class='update'><b>8.1.4-new</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-petstore.PetStoreInstalling' 
id='juneau-petstore.PetStoreInstalling'>19.1 - Installing in Eclipse</a><span 
class='update'><b>8.2.0-new</b></span></h3>
 <div class='topic'><!-- START: 19.1 - juneau-petstore.PetStoreInstalling -->
 <p>
        How to import Petstore to Eclipse or Spring Tool Suite: <br><br>
@@ -28852,7 +28852,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-petstore.PetStoreRunning' 
id='juneau-petstore.PetStoreRunning'>19.2 - Running Petstore manually</a><span 
class='update'><b>8.1.4-new</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-petstore.PetStoreRunning' 
id='juneau-petstore.PetStoreRunning'>19.2 - Running Petstore manually</a><span 
class='update'><b>8.2.0-new</b></span></h3>
 <div class='topic'><!-- START: 19.2 - juneau-petstore.PetStoreRunning -->
 <p>
                How to run Petstore --Java Backend-- in Eclipse or Spring Tool 
Suite: <br><br>
@@ -28873,7 +28873,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-petstore.PetStoreBuilding' 
id='juneau-petstore.PetStoreBuilding'>19.3 - Building and Running from 
Command-Line (Using Dockerfiles)</a><span 
class='update'><b>8.1.4-new</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-petstore.PetStoreBuilding' 
id='juneau-petstore.PetStoreBuilding'>19.3 - Building and Running from 
Command-Line (Using Dockerfiles)</a><span 
class='update'><b>8.2.0-new</b></span></h3>
 <div class='topic'><!-- START: 19.3 - juneau-petstore.PetStoreBuilding -->
 <p>
                How to build and run Petstore using Docker: <br>
@@ -28892,7 +28892,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-petstore.PetstoreApp' id='juneau-petstore.PetstoreApp'>19.4 - 
About Petstore App <br></a><span class='update'><b>8.1.4-new</b></span></h3>
+<h3 class='topic' onclick='toggle(this)'><a 
href='#juneau-petstore.PetstoreApp' id='juneau-petstore.PetstoreApp'>19.4 - 
About Petstore App <br></a><span class='update'><b>8.2.0-new</b></span></h3>
 <div class='topic'><!-- START: 19.4 - juneau-petstore.PetstoreApp -->
 <div style="width: 70%;">
     <h3 style="color: blue;">
@@ -31278,8 +31278,8 @@ Resource bundles are searched using the following base 
name patterns:
 <li><p><a class='doclink' href='#8.1.0'>8.1.0 (Aug 21, 2019)</a></p>
 <li><p><a class='doclink' href='#8.1.1'>8.1.1 (Sept 20, 2019)</a></p>
 <li><p><a class='doclink' href='#8.1.2'>8.1.2 (Dec 01, 2019)</a></p>
-<li><p><a class='doclink' href='#8.1.3'>8.1.3 (TBD)</a></p>
-<li><p><a class='doclink' href='#8.1.4'>8.1.4 (TBD)</a></p>
+<li><p><a class='doclink' href='#8.1.3'>8.1.3 (Jan 20, 2020)</a></p>
+<li><p><a class='doclink' href='#8.2.0'>8.2.0 (TBD)</a></p>
 </ul>
 
        
@@ -37920,7 +37920,7 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a href='#8.1.3' id='8.1.3'>8.1.3 
(TBD)</a></h3>
+<h3 class='topic' onclick='toggle(this)'><a href='#8.1.3' id='8.1.3'>8.1.3 
(Jan 20, 2020)</a></h3>
 <div class='topic'><!-- START: 8.1.3 -->
 <p>
        Juneau 8.1.3 is a moderate release.
@@ -37997,9 +37997,13 @@ Resource bundles are searched using the following base 
name patterns:
 
 <!-- 
====================================================================================================
 -->
 
-<h3 class='topic' onclick='toggle(this)'><a href='#8.1.4' id='8.1.4'>8.1.4 
(TBD)</a></h3>
-<div class='topic'><!-- START: 8.1.4 -->
+<h3 class='topic' onclick='toggle(this)'><a href='#8.2.0' id='8.2.0'>8.2.0 
(TBD)</a></h3>
+<div class='topic'><!-- START: 8.2.0 -->
 <p>
+Juneau 8.2.0 is a major release. 
+The most significant change is the addition of an entirely new {@link 
org.apache.juneau.rest.client2.RestClient} API build from scratch
+with near 100% unit test coverage.
+The new API is located in the <c>org.apache.juneau.rest.client2</c> package 
and will replace the old API in 9.0.
 </p>
 
 <h5 class='topic w800'>juneau-marshall</h5>
@@ -38018,7 +38022,7 @@ Resource bundles are searched using the following base 
name patterns:
        <li>
                Annotations are now aggregated across the entire class 
hierarchy instead of simply being overridden.
                <br>The following is an example.
-               <p class='bpcode w800'>
+               <p class='bcode w800'>
        <jc>// Parent class with properties a,b,c</jc>
        <ja>@Bean</ja>(bpi=<js>"a,b,c"</js>)
        <jk>public class</jk> MyClass {
@@ -38052,7 +38056,7 @@ Resource bundles are searched using the following base 
name patterns:
        <li>
                Config annotations now override class-level annotations.
                <br>For example, only the 'a' and 'b' properties get serialized 
on the bean below:
-               <p class='bpcode w800'>
+               <p class='bcode w800'>
        <jc>// Parent class with properties a,b,c</jc>
        <ja>@Bean</ja>(bpi=<js>"a,b,c"</js>)
        <jk>public class</jk> MyClass {
@@ -38089,7 +38093,7 @@ Resource bundles are searched using the following base 
name patterns:
                        <li class'jc'>{@link 
org.apache.juneau.xml.annotation.XmlAnnotation} <jk>implements</jk> {@link 
org.apache.juneau.xml.annotation.Xml}
                </ul>
                <br>Example:
-               <p class='bpcode w800'>
+               <p class='bcode w800'>
        <ja>@Bean</ja>(bpi=<js>"street,city"</js>) <jc>// Will be 
overridden</jc>
        <jk>public class</jk> AddressBean {...}
        
@@ -38100,7 +38104,7 @@ Resource bundles are searched using the following base 
name patterns:
        <li>
                Bean maps now have the concept of "hidden" properties 
(properties that aren't serialized but otherwise accessible).
                <br>For example, the {@link 
org.apache.juneau.html.annotation.Html#link()} can now reference hidden 
properties:
-               <p class='bpcode w800'>
+               <p class='bcode w800'>
        <ja>@Bean</ja>(bpi=<js>"a"</js>) <jc>// Will be overridden</jc>
        <jk>public class</jk> MyBean {
                
@@ -38154,7 +38158,7 @@ Resource bundles are searched using the following base 
name patterns:
        <li>
                All classes in the {@link org.apache.juneau.http.response} and 
{@link org.apache.juneau.http.exception} now have <c>header(String,Object)</c>
                methods for adding response headers.
-               <p class='bpcode w800'>
+               <p class='bcode w800'>
        <jc>// Method that performs a BASIC Auth handshake.</jc>
        <ja>@RestMethod</ja>
        <jk>public</jk> Ok 
checkBasicAuth(<ja>@Header</ja>(<js>"Authorization"</js>) String auth) 
<jk>throws</jk> Unauthorized {
@@ -38191,7 +38195,7 @@ Resource bundles are searched using the following base 
name patterns:
                </ul>
        <li>
                Convenience methods added to {@link 
org.apache.juneau.httppart.HttpPartSchema} and related classes to simplify 
schema definitions:
-               <p class='bpcode w800'>
+               <p class='bcode w800'>
        <jk>import static</jk> org.apache.juneau.httppart.HttpPartSchema.*;
                
        <jc>// Old</jc>
@@ -38216,7 +38220,7 @@ Resource bundles are searched using the following base 
name patterns:
                <c>JuneauLogger</c> class is being deprecated.  Improvements in 
logging in Java 8 make it obsolete.
        <li>
                Bean filters can now be specified programmatically through a 
builder API.
-               <p class='bpcode w800'>
+               <p class='bcode w800'>
        <jc>// Create a JSON serializer that only includes specified fields on 
a specific class.</jc>
        WriterSerializer s = JsonSerializer
                .<jsm>create</jsm>()
@@ -38234,7 +38238,7 @@ Resource bundles are searched using the following base 
name patterns:
                </ul>
        <li>
                Fluent setters that follow the <c>withX</c> convention are now 
automatically detected by all parsers.
-               <p class='bpcode w800'>
+               <p class='bcode w800'>
        <jc>// A bean with a fluent setter.</jc>
        <jk>public class</jk> MyBean {
                <jk>public</jk> MyBean withFoo(String <jv>foo</jv>) {
@@ -38374,7 +38378,7 @@ Resource bundles are searched using the following base 
name patterns:
        <li>
                New {@link org.apache.juneau.http.annotation.Path#required() 
@Path(required)} annotation support.
                <br>A path can be marked as not-required when the path variable 
is resolved by a parent resource like so:
-               <p class='bpcode w800'>
+               <p class='bcode w800'>
        
<ja>@Rest</ja>(path=<js>"/parent/{p1}"</js>,children=Child.<jk>class</jk>)
        <jk>public class</jk> Parent {
                ...
@@ -38396,7 +38400,7 @@ Resource bundles are searched using the following base 
name patterns:
                New {@link org.apache.juneau.rest.annotation.RestMethod#paths() 
@RestMethod(paths)} annotation that allows you to map multiple
                paths to the same Java method.
                <br>Example:
-               <p class='bpcode w800'>
+               <p class='bcode w800'>
        <ja>@RestMethod</ja>(
                name=<jsf>GET</jsf>,
                paths={<js>"/"</js>,<js>"/{foo}"</js>}
@@ -38406,7 +38410,7 @@ Resource bundles are searched using the following base 
name patterns:
        <li>
                The {@link org.apache.juneau.rest.annotation.RestMethod 
@RestMethod} annotation is now implied on all unannotated methods of a {@link 
org.apache.juneau.rest.annotation.Rest @Rest}-annotated
                interface.
-               <p class='bpcode w800'>
+               <p class='bcode w800'>
        <ja>@Rest
        <jk>public interface</jk> MyRest {
                String getFoo();  <jc>// @RestMethod(name=GET,path="/foo") is 
implied.</jc>
@@ -38436,12 +38440,13 @@ Resource bundles are searched using the following 
base name patterns:
                        <li>All APIs now extend from HttpClient interfaces.
                        <li>Better integration with HttpClient.
                        <li>New fluent-style methods with many new convenience 
methods.
+                       <li>Updated {@doc juneau-rest-client documentation}.
                </ul>
        <li>
                <ja>@RemoteMethod</ja>-annotated methods can now return {@link 
java.util.concurrent.Future Futures} and 
                {@link java.util.concurrent.CompletableFuture 
CompletableFutures} for concurrent processing of requests.
                <br>Example:
-               <p class='bpcode w800'>
+               <p class='bcode w800'>
        <ja>@Remote</ja>
        <jk>public interface</jk> MyInterface {
                <jk>public</jk> Future&lt;String&gt; doGet();
@@ -38467,7 +38472,7 @@ Resource bundles are searched using the following base 
name patterns:
                have been moved into the improved {@link 
org.apache.juneau.rest.mock2.MockRestClient} class.  All REST test mocking can 
be 
                done through this single class.
 </ui>
-</div><!-- END: 8.1.4 -->
+</div><!-- END: 8.2.0 -->
 
 </div>
 </body>                                                                
diff --git a/juneau-doc/src/main/javadoc/resources/fragments/rntoc.html 
b/juneau-doc/src/main/javadoc/resources/fragments/rntoc.html
index e63ce0a..19c6278 100644
--- a/juneau-doc/src/main/javadoc/resources/fragments/rntoc.html
+++ b/juneau-doc/src/main/javadoc/resources/fragments/rntoc.html
@@ -90,6 +90,6 @@
 <li><p><a class='doclink' href='{OVERVIEW_URL}#8.1.0'>8.1.0 (Aug 21, 
2019)</a></p>
 <li><p><a class='doclink' href='{OVERVIEW_URL}#8.1.1'>8.1.1 (Sept 20, 
2019)</a></p>
 <li><p><a class='doclink' href='{OVERVIEW_URL}#8.1.2'>8.1.2 (Dec 01, 
2019)</a></p>
-<li><p><a class='doclink' href='{OVERVIEW_URL}#8.1.3'>8.1.3 (TBD)</a></p>
-<li><p><a class='doclink' href='{OVERVIEW_URL}#8.1.4'>8.1.4 (TBD)</a></p>
+<li><p><a class='doclink' href='{OVERVIEW_URL}#8.1.3'>8.1.3 (Jan 20, 
2020)</a></p>
+<li><p><a class='doclink' href='{OVERVIEW_URL}#8.2.0'>8.2.0 (TBD)</a></p>
 </ul>
diff --git a/juneau-doc/src/main/javadoc/resources/fragments/toc.html 
b/juneau-doc/src/main/javadoc/resources/fragments/toc.html
index 1726310..3d315e8 100644
--- a/juneau-doc/src/main/javadoc/resources/fragments/toc.html
+++ b/juneau-doc/src/main/javadoc/resources/fragments/toc.html
@@ -23,9 +23,9 @@
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.Serializers'>Serializers</a></p>
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.Parsers'>Parsers</a></p>
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.Marshalls'>Marshalls</a></p>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.JavaBeansSupport'>Java Beans 
Support</a><span class='update'><b>8.1.4-new</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.JavaBeansSupport'>Java Beans 
Support</a><span class='update'><b>8.2.0-new</b></span></p>
                <ol>
-                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.JavaBeansSupport.BeanAnnotation'>@Bean 
Annotation</a><span class='update'><b>8.1.4-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.JavaBeansSupport.BeanAnnotation'>@Bean 
Annotation</a><span class='update'><b>8.2.0-updated</b></span></p>
                        <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.JavaBeansSupport.BeanpAnnotation'>@Beanp 
Annotation</a><span class='update'>8.1.0-updated, 8.1.2-updated</span></p>
                        <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.JavaBeansSupport.BeancAnnotation'>@Beanc 
Annotation</a><span class='update'>8.1.0-updated, 8.1.2-updated</span></p>
                        <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.JavaBeansSupport.BeanIgnoreAnnotation'>@BeanIgnore
 Annotation</a></p>
@@ -37,19 +37,19 @@
                        <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.JavaBeansSupport.StopClasses'>Stop 
Classes</a></p>
                        <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.JavaBeansSupport.BypassSerialization'>Bypass
 Serialization using Readers and InputStreams</a></p>
                </ol>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.HttpPartSerializers'>HTTP Part 
Serializers</a><span class='update'><b>8.1.4-updated</b></span></p>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.HttpPartParsers'>HTTP Part 
Parsers</a><span class='update'><b>8.1.4-updated</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.HttpPartSerializers'>HTTP Part 
Serializers</a><span class='update'><b>8.2.0-updated</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.HttpPartParsers'>HTTP Part 
Parsers</a><span class='update'><b>8.2.0-updated</b></span></p>
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.MarshallConfigurableProperties'>Configurable
 Properties</a><span class='update'>8.1.3-updated</span></p>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.ConfigurableAnnotations'>Configurable 
Annotations</a><span class='update'>8.1.0-new, 8.1.3-updated, 
<b>8.1.4-updated</b></span></p>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.OMap'>OMap and OList</a><span 
class='update'>updated-8.1.4</span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.ConfigurableAnnotations'>Configurable 
Annotations</a><span class='update'>8.1.0-new, 8.1.3-updated, 
<b>8.2.0-updated</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.OMap'>OMap and OList</a><span 
class='update'>updated-8.2.0</span></p>
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.Groups'>SerializerGroups and 
ParserGroups</a></p>
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.ContextsBuildersSessionsPropertyStores'>Contexts,
 Builders, Sessions, and PropertyStores</a></p>
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.Transforms'>Transforms</a></p>
                <ol>
-                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.Transforms.PojoSwaps'>Swaps</a><span 
class='update'>8.1.0-updated,<b>8.1.4-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.Transforms.PojoSwaps'>Swaps</a><span 
class='update'>8.1.0-updated,<b>8.2.0-updated</b></span></p>
                        <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.Transforms.DefaultPojoSwaps'>Default 
PojoSwaps</a></p>
                        <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.Transforms.AutoPojoSwaps'>Auto-detected 
POJO swaps</a><span class='update'>8.1.0-new</span></p>
-                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.Transforms.PerMediaTypePojoSwaps'>Per-media-type
 Swaps</a><span class='update'>8.1.0-updated,<b>8.1.4-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.Transforms.PerMediaTypePojoSwaps'>Per-media-type
 Swaps</a><span class='update'>8.1.0-updated,<b>8.2.0-updated</b></span></p>
                        <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.Transforms.OneWayPojoSwaps'>One-way 
Swaps</a></p>
                        <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.Transforms.SwapAnnotation'>@Swap 
Annotation</a><span class='update'>8.0.0-updated</span></p>
                        <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.Transforms.TemplatedSwaps'>Templated 
Swaps</a></p>
@@ -62,7 +62,7 @@
                </ol>
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.VirtualBeans'>Virtual Beans</a></p>
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.Recursion'>Non-Tree Models and Recursion 
Detection</a></p>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.ParsingIntoGenericModels'>Parsing into 
Generic Models</a><span class='update'>updated-8.1.4</span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.ParsingIntoGenericModels'>Parsing into 
Generic Models</a><span class='update'>updated-8.2.0</span></p>
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.ReadingContinuousStreams'>Reading 
Continuous Streams</a></p>
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.MarshallingUris'>URIs</a></p>
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.JacksonComparison'>Comparison with 
Jackson</a></p>
@@ -116,11 +116,11 @@
                        <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.MsgPackDetails.MsgPackSerializers'>MessagePack
 Serializers</a></p>
                        <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.MsgPackDetails.MsgPackParsers'>MessagePack 
Parsers</a></p>
                </ol>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.OpenApiDetails'>OpenAPI Details</a><span 
class='update'><b>8.1.4-updated</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.OpenApiDetails'>OpenAPI Details</a><span 
class='update'><b>8.2.0-updated</b></span></p>
                <ol>
-                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.OpenApiDetails.OpenApiMethodology'>OpenAPI 
Methodology</a><span class='update'><b>8.1.4-updated</b></span></p>
-                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.OpenApiDetails.OpenApiSerializers'>OpenAPI 
Serializers</a><span class='update'><b>8.1.4-updated</b></span></p>
-                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.OpenApiDetails.OpenApiParsers'>OpenAPI 
Parsers</a><span class='update'><b>8.1.4-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.OpenApiDetails.OpenApiMethodology'>OpenAPI 
Methodology</a><span class='update'><b>8.2.0-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.OpenApiDetails.OpenApiSerializers'>OpenAPI 
Serializers</a><span class='update'><b>8.2.0-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.OpenApiDetails.OpenApiParsers'>OpenAPI 
Parsers</a><span class='update'><b>8.2.0-updated</b></span></p>
                </ol>
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-marshall.SimpleVariableLanguage'>Simple Variable 
Language</a></p>
                <ol>
@@ -259,7 +259,7 @@
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-server.RestGuards'>Guards</a></p>
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-server.RestRoleGuards'>Role guards</a><span 
class='update'>8.1.0-new</span></p>
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-server.RestConverters'>Converters</a></p>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-server.RestMessages'>Messages</a><span 
class='update'><b>8.1.4-updated</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-server.RestMessages'>Messages</a><span 
class='update'><b>8.2.0-updated</b></span></p>
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-server.RestEncoders'>Encoders</a></p>
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-server.RestSvlVariables'>SVL Variables</a></p>
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-server.RestConfigurationFiles'>Configuration 
Files</a></p>
@@ -292,7 +292,7 @@
                        <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-server.RestHtmlDocAnnotation.RestHtmlStylesheets'>Stylesheets</a><span
 class='update'>8.1.0-updated</span></p>
                </ol>
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-server.RestDefaultHeaders'>Default 
Headers</a></p>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-server.RestLoggingAndDebugging'>Logging / 
Debugging</a><span class='update'>8.1.0-new,<b>8.1.4-updated</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-server.RestLoggingAndDebugging'>Logging / 
Debugging</a><span class='update'>8.1.0-new,<b>8.2.0-updated</b></span></p>
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-server.RestHttpStatusCodes'>HTTP Status 
Codes</a></p>
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-server.RestOverloadingHttpMethods'>Overloading 
HTTP Methods</a></p>
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-server.RestBuiltInParameters'>Built-in 
Parameters</a></p>
@@ -311,39 +311,39 @@
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-server-springboot.SpringBootOverview'>Overview</a><span
 class='update'>8.0.0-new</span></p>
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-server-springboot.SpringBootChildResources'>Child
 Resources</a><span class='update'>8.1.0-new</span></p>
        </ol>
-       <li><p class='toc2'><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client'>juneau-rest-client</a><span 
class='update'><b>8.1.4-updated</b></span></p>
+       <li><p class='toc2'><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client'>juneau-rest-client</a><span 
class='update'><b>8.2.0-updated</b></span></p>
        <ol>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcPojoMarshalling'>POJO 
Marshalling</a><span class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcRequestHeaders'>Request 
Headers</a><span class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcRequestQueryParameters'>Request 
Query Parameters</a><span class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcRequestFormData'>Request Form 
Data</a><span class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcRequestBody'>Request Body</a><span 
class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcResponseStatus'>Response 
Status</a><span class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcResponseHeaders'>Response 
Headers</a><span class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcResponseBody'>Response 
Body</a><span class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcCustomCallHandlers'>Custom Call 
Handlers</a><span class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcInterceptors'>Interceptors</a><span
 class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcProxies'>REST Proxies</a><span 
class='update'><b>8.1.4-updated</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcPojoMarshalling'>POJO 
Marshalling</a><span class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcRequestHeaders'>Request 
Headers</a><span class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcRequestQueryParameters'>Request 
Query Parameters</a><span class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcRequestFormData'>Request Form 
Data</a><span class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcRequestBody'>Request Body</a><span 
class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcResponseStatus'>Response 
Status</a><span class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcResponseHeaders'>Response 
Headers</a><span class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcResponseBody'>Response 
Body</a><span class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcCustomCallHandlers'>Custom Call 
Handlers</a><span class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcInterceptors'>Interceptors</a><span
 class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcProxies'>REST Proxies</a><span 
class='update'><b>8.2.0-updated</b></span></p>
                <ol>
-                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcProxies.RestcRemote'>@Remote</a><span
 class='update'>8.1.2-updated,<b>8.1.4-updated</b></span></p>
-                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcProxies.RestcRemoteMethod'>@RemoteMethod</a><span
 class='update'><b>8.1.4-updated</b></span></p>
-                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcProxies.RestcBody'>@Body</a><span 
class='update'><b>8.1.4-updated</b></span></p>
-                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcProxies.RestcFormData'>@FormData</a><span
 class='update'><b>8.1.4-updated</b></span></p>
-                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcProxies.RestcQuery'>@Query</a><span
 class='update'><b>8.1.4-updated</b></span></p>
-                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcProxies.RestcHeader'>@Header</a><span
 class='update'><b>8.1.4-updated</b></span></p>
-                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcProxies.RestcPath'>@Path</a><span 
class='update'><b>8.1.4-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcProxies.RestcRemote'>@Remote</a><span
 class='update'>8.1.2-updated,<b>8.2.0-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcProxies.RestcRemoteMethod'>@RemoteMethod</a><span
 class='update'><b>8.2.0-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcProxies.RestcBody'>@Body</a><span 
class='update'><b>8.2.0-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcProxies.RestcFormData'>@FormData</a><span
 class='update'><b>8.2.0-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcProxies.RestcQuery'>@Query</a><span
 class='update'><b>8.2.0-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcProxies.RestcHeader'>@Header</a><span
 class='update'><b>8.2.0-updated</b></span></p>
+                       <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcProxies.RestcPath'>@Path</a><span 
class='update'><b>8.2.0-updated</b></span></p>
                        <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcProxies.RestcRequest'>@Request</a></p>
                        <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcProxies.RestcResponse'>@Response</a></p>
                        <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcProxies.RestcDualPurposeInterfaces'>Dual-purpose
 (end-to-end) interfaces</a><span class='update'>8.0.0-new</span></p>
                </ol>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcLoggingAndDebugging'>Logging and 
Debugging</a><span class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcCustomizingHttpClient'>Customizing 
HttpClient</a><span class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcExtendingRestClient'>Extending 
RestClient</a><span class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestAuthentication'>Authentication</a><span
 class='update'><b>8.1.4-updated</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcLoggingAndDebugging'>Logging and 
Debugging</a><span class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcCustomizingHttpClient'>Customizing 
HttpClient</a><span class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestcExtendingRestClient'>Extending 
RestClient</a><span class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-client.RestAuthentication'>Authentication</a><span
 class='update'><b>8.2.0-updated</b></span></p>
        </ol>
-       <li><p class='toc2'><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-mock'>juneau-rest-mock</a><span 
class='update'>8.1.0-new,<b>8.1.4-updated</b></span></p>
+       <li><p class='toc2'><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-mock'>juneau-rest-mock</a><span 
class='update'>8.1.0-new,<b>8.2.0-updated</b></span></p>
        <ol>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-mock.MockRestClient'>MockRestClient</a><span 
class='update'><b>8.1.4-new</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-rest-mock.MockRestClient'>MockRestClient</a><span 
class='update'><b>8.2.0-new</b></span></p>
        </ol>
        <li><p class='toc2'><a class='doclink' 
href='{OVERVIEW_URL}#juneau-microservice-core'>juneau-microservice-core</a><span
 class='update'>8.0.0-new, 8.1.2-deprecated</span></p>
        <ol>
@@ -407,12 +407,12 @@
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-examples-rest-springboot.RestSpringBootExamplesBuilding'>Building
 and Running from Command-Line</a><span class='update'>8.0.0-new</span></p>
                <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-examples-rest-springboot.RestSpringBootExamplesDeployingToHeroku'>Deploying
 to Heroku</a><span class='update'>8.0.0-new</span></p>
        </ol>
-       <li><p class='toc2'><a class='doclink' 
href='{OVERVIEW_URL}#juneau-petstore'>juneau-pestore</a><span 
class='update'><b>8.1.4-new</b></span></p>
+       <li><p class='toc2'><a class='doclink' 
href='{OVERVIEW_URL}#juneau-petstore'>juneau-pestore</a><span 
class='update'><b>8.2.0-new</b></span></p>
        <ol>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-petstore.PetStoreInstalling'>Installing in 
Eclipse</a><span class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-petstore.PetStoreRunning'>Running Petstore 
manually</a><span class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-petstore.PetStoreBuilding'>Building and Running 
from Command-Line (Using Dockerfiles)</a><span 
class='update'><b>8.1.4-new</b></span></p>
-               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-petstore.PetstoreApp'>About Petstore App 
<br></a><span class='update'><b>8.1.4-new</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-petstore.PetStoreInstalling'>Installing in 
Eclipse</a><span class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-petstore.PetStoreRunning'>Running Petstore 
manually</a><span class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-petstore.PetStoreBuilding'>Building and Running 
from Command-Line (Using Dockerfiles)</a><span 
class='update'><b>8.2.0-new</b></span></p>
+               <li><p><a class='doclink' 
href='{OVERVIEW_URL}#juneau-petstore.PetstoreApp'>About Petstore App 
<br></a><span class='update'><b>8.2.0-new</b></span></p>
        </ol>
        <li><p class='toc2'><a class='doclink' 
href='{OVERVIEW_URL}#Glossaries'>Glossaries</a><span 
class='update'>8.1.3-new</span></p>
        <ol>
diff --git a/juneau-examples/juneau-examples-core/pom.xml 
b/juneau-examples/juneau-examples-core/pom.xml
index 2471f0c..11106ef 100644
--- a/juneau-examples/juneau-examples-core/pom.xml
+++ b/juneau-examples/juneau-examples-core/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <artifactId>juneau-examples</artifactId>
                <groupId>org.apache.juneau</groupId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-examples-core</artifactId>
diff --git a/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml 
b/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml
index f83cb40..2db0173 100644
--- a/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml
+++ b/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-examples</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-examples-rest-jetty-ftest</artifactId>
diff --git a/juneau-examples/juneau-examples-rest-jetty/pom.xml 
b/juneau-examples/juneau-examples-rest-jetty/pom.xml
index e940bc7..62b3de7 100644
--- a/juneau-examples/juneau-examples-rest-jetty/pom.xml
+++ b/juneau-examples/juneau-examples-rest-jetty/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-examples</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-examples-rest-jetty</artifactId>
diff --git a/juneau-examples/juneau-examples-rest-springboot/pom.xml 
b/juneau-examples/juneau-examples-rest-springboot/pom.xml
index a39d694..0b09e40 100644
--- a/juneau-examples/juneau-examples-rest-springboot/pom.xml
+++ b/juneau-examples/juneau-examples-rest-springboot/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-examples</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-examples-rest-springboot</artifactId>
diff --git a/juneau-examples/juneau-examples-rest/pom.xml 
b/juneau-examples/juneau-examples-rest/pom.xml
index 57fb991..f5a8c4f 100644
--- a/juneau-examples/juneau-examples-rest/pom.xml
+++ b/juneau-examples/juneau-examples-rest/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-examples</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-examples-rest</artifactId>
diff --git a/juneau-examples/pom.xml b/juneau-examples/pom.xml
index 8a3dd27..2cb63ed 100644
--- a/juneau-examples/pom.xml
+++ b/juneau-examples/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-examples</artifactId>
diff --git a/juneau-microservice/juneau-microservice-core/pom.xml 
b/juneau-microservice/juneau-microservice-core/pom.xml
index 116ec3b..29d2920 100644
--- a/juneau-microservice/juneau-microservice-core/pom.xml
+++ b/juneau-microservice/juneau-microservice-core/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-microservice</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-microservice-core</artifactId>
diff --git a/juneau-microservice/juneau-microservice-ftest/pom.xml 
b/juneau-microservice/juneau-microservice-ftest/pom.xml
index 160d441..462dd3c 100644
--- a/juneau-microservice/juneau-microservice-ftest/pom.xml
+++ b/juneau-microservice/juneau-microservice-ftest/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-microservice</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-microservice-ftest</artifactId>
diff --git a/juneau-microservice/juneau-microservice-jetty/pom.xml 
b/juneau-microservice/juneau-microservice-jetty/pom.xml
index af2c234..5852e66 100644
--- a/juneau-microservice/juneau-microservice-jetty/pom.xml
+++ b/juneau-microservice/juneau-microservice-jetty/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-microservice</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-microservice-jetty</artifactId>
diff --git a/juneau-microservice/juneau-my-jetty-microservice/pom.xml 
b/juneau-microservice/juneau-my-jetty-microservice/pom.xml
index a7d95c6..88a1614 100644
--- a/juneau-microservice/juneau-my-jetty-microservice/pom.xml
+++ b/juneau-microservice/juneau-my-jetty-microservice/pom.xml
@@ -28,7 +28,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-microservice</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-my-jetty-microservice</artifactId>
@@ -36,7 +36,7 @@
        <description>Apache Juneau Jetty Microservice Template</description>
        
        <properties>
-               <juneau.version>8.1.4-SNAPSHOT</juneau.version>
+               <juneau.version>8.2.0-SNAPSHOT</juneau.version>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
        
diff --git a/juneau-microservice/juneau-my-springboot-microservice/pom.xml 
b/juneau-microservice/juneau-my-springboot-microservice/pom.xml
index ca7d427..9573601 100644
--- a/juneau-microservice/juneau-my-springboot-microservice/pom.xml
+++ b/juneau-microservice/juneau-my-springboot-microservice/pom.xml
@@ -28,7 +28,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-microservice</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-my-springboot-microservice</artifactId>
@@ -36,7 +36,7 @@
        <description>Apache Juneau Spring Boot Microservice 
Template</description>
        
        <properties>
-               <juneau.version>8.1.4-SNAPSHOT</juneau.version>
+               <juneau.version>8.2.0-SNAPSHOT</juneau.version>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
        
diff --git a/juneau-microservice/pom.xml b/juneau-microservice/pom.xml
index 39f6852..d92cff2 100644
--- a/juneau-microservice/pom.xml
+++ b/juneau-microservice/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-microservice</artifactId>
diff --git a/juneau-releng/juneau-all/pom.xml b/juneau-releng/juneau-all/pom.xml
index 4cc6291..47a4a7d 100644
--- a/juneau-releng/juneau-all/pom.xml
+++ b/juneau-releng/juneau-all/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-releng</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-all</artifactId>
diff --git a/juneau-releng/juneau-distrib/pom.xml 
b/juneau-releng/juneau-distrib/pom.xml
index cae6373..0b87ead 100644
--- a/juneau-releng/juneau-distrib/pom.xml
+++ b/juneau-releng/juneau-distrib/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-releng</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-distrib</artifactId>
diff --git a/juneau-releng/pom.xml b/juneau-releng/pom.xml
index 1bc7ee5..fd99fc4 100644
--- a/juneau-releng/pom.xml
+++ b/juneau-releng/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-releng</artifactId>
diff --git a/juneau-rest/juneau-rest-client-utest/pom.xml 
b/juneau-rest/juneau-rest-client-utest/pom.xml
index e8a6135..acbadc9 100644
--- a/juneau-rest/juneau-rest-client-utest/pom.xml
+++ b/juneau-rest/juneau-rest-client-utest/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-rest</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-rest-client-utest</artifactId>
diff --git a/juneau-rest/juneau-rest-client/pom.xml 
b/juneau-rest/juneau-rest-client/pom.xml
index 46e75b9..13d950d 100644
--- a/juneau-rest/juneau-rest-client/pom.xml
+++ b/juneau-rest/juneau-rest-client/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-rest</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-rest-client</artifactId>
diff --git a/juneau-rest/juneau-rest-mock-utest/pom.xml 
b/juneau-rest/juneau-rest-mock-utest/pom.xml
index 5eb18d2..75600c8 100644
--- a/juneau-rest/juneau-rest-mock-utest/pom.xml
+++ b/juneau-rest/juneau-rest-mock-utest/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-rest</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-rest-mock-utest</artifactId>
diff --git a/juneau-rest/juneau-rest-mock/pom.xml 
b/juneau-rest/juneau-rest-mock/pom.xml
index b20334e..13e79e5 100644
--- a/juneau-rest/juneau-rest-mock/pom.xml
+++ b/juneau-rest/juneau-rest-mock/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-rest</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-rest-mock</artifactId>
diff --git a/juneau-rest/juneau-rest-server-jaxrs/pom.xml 
b/juneau-rest/juneau-rest-server-jaxrs/pom.xml
index ca4196c..f52ab93 100644
--- a/juneau-rest/juneau-rest-server-jaxrs/pom.xml
+++ b/juneau-rest/juneau-rest-server-jaxrs/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-rest</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-rest-server-jaxrs</artifactId>
diff --git a/juneau-rest/juneau-rest-server-rdf/pom.xml 
b/juneau-rest/juneau-rest-server-rdf/pom.xml
index 282acee..30037a9 100644
--- a/juneau-rest/juneau-rest-server-rdf/pom.xml
+++ b/juneau-rest/juneau-rest-server-rdf/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-rest</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-rest-server-rdf</artifactId>
diff --git a/juneau-rest/juneau-rest-server-springboot/pom.xml 
b/juneau-rest/juneau-rest-server-springboot/pom.xml
index 5612736..6d4b256 100644
--- a/juneau-rest/juneau-rest-server-springboot/pom.xml
+++ b/juneau-rest/juneau-rest-server-springboot/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-rest</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-rest-server-springboot</artifactId>
diff --git a/juneau-rest/juneau-rest-server-utest/pom.xml 
b/juneau-rest/juneau-rest-server-utest/pom.xml
index fc62c00..aa682fa 100644
--- a/juneau-rest/juneau-rest-server-utest/pom.xml
+++ b/juneau-rest/juneau-rest-server-utest/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-rest</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-rest-server-utest</artifactId>
diff --git a/juneau-rest/juneau-rest-server/pom.xml 
b/juneau-rest/juneau-rest-server/pom.xml
index ecacb46..31dc829 100644
--- a/juneau-rest/juneau-rest-server/pom.xml
+++ b/juneau-rest/juneau-rest-server/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-rest</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-rest-server</artifactId>
diff --git a/juneau-rest/pom.xml b/juneau-rest/pom.xml
index cd67277..c549719 100644
--- a/juneau-rest/pom.xml
+++ b/juneau-rest/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-rest</artifactId>
diff --git a/juneau-sc/juneau-sc-client/pom.xml 
b/juneau-sc/juneau-sc-client/pom.xml
index 5bf669c..c143948 100644
--- a/juneau-sc/juneau-sc-client/pom.xml
+++ b/juneau-sc/juneau-sc-client/pom.xml
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-sc</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <properties>
diff --git a/juneau-sc/juneau-sc-server/pom.xml 
b/juneau-sc/juneau-sc-server/pom.xml
index a12f845..7cb642b 100644
--- a/juneau-sc/juneau-sc-server/pom.xml
+++ b/juneau-sc/juneau-sc-server/pom.xml
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-sc</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <properties>
diff --git a/juneau-sc/pom.xml b/juneau-sc/pom.xml
index a476a9d..df9a94e 100644
--- a/juneau-sc/pom.xml
+++ b/juneau-sc/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>8.1.4-SNAPSHOT</version>
+               <version>8.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>juneau-sc</artifactId>
diff --git a/launches/juneau-env.sh b/launches/juneau-env.sh
index 62573fe..c71ad1e 100755
--- a/launches/juneau-env.sh
+++ b/launches/juneau-env.sh
@@ -13,6 +13,6 @@
 
 . ~/.profile
 set -e
-export JUNEAU_VERSION=8.1.4
+export JUNEAU_VERSION=8.2.0
 export 
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_162.jdk/Contents/Home
 [ -z "$X_VERSION" ] && export X_VERSION="${JUNEAU_VERSION}-SNAPSHOT"
diff --git a/pom.xml b/pom.xml
index 8c7ed5b..e0704b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 
        <groupId>org.apache.juneau</groupId>
        <artifactId>juneau</artifactId>
-       <version>8.1.4-SNAPSHOT</version>
+       <version>8.2.0-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>juneau</name>
        <description>Apache Juneau</description>
@@ -44,9 +44,9 @@
                <httpclient.version>4.5.6</httpclient.version>
                <jetty.version>9.4.13.v20181111</jetty.version>
                <juneau.compare.version>8.0.0</juneau.compare.version>
-               <javadoc.juneau.version>8.1.3</javadoc.juneau.version>
-               <juneauVersion>8.1.3</juneauVersion>
-               <juneauVersionNext>8.1.3</juneauVersionNext>
+               <javadoc.juneau.version>8.2.0</javadoc.juneau.version>
+               <juneauVersion>8.2.0</juneauVersion>
+               <juneauVersionNext>8.2.1</juneauVersionNext>
                <derby.version>10.10.2.0</derby.version>
                <hibernate.version>5.0.9.Final</hibernate.version>
                <javax.inject.version>1</javax.inject.version>

Reply via email to