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 b5a6b8b  Javadoc updates.
b5a6b8b is described below

commit b5a6b8bf35cc839e71b47b443612b2505d0f63b3
Author: JamesBognar <jamesbog...@apache.org>
AuthorDate: Fri Sep 6 17:54:28 2019 -0400

    Javadoc updates.
---
 juneau-doc/docs/ReleaseNotes/8.1.1.html                    |  7 ++++---
 juneau-doc/docs/Topics/01.Introduction/01.Features.html    |  2 +-
 .../06.ConfigurableProperties/02.CommonSerializer.html     |  2 +-
 .../02.juneau-marshall/07.ConfigurableAnnotations.html     |  2 +-
 .../02.juneau-marshall/11.Transforms/01.PojoSwaps.html     |  2 +-
 .../02.juneau-marshall/11.Transforms/03.AutoPojoSwaps.html |  2 +-
 .../11.Transforms/04.PerMediaTypePojoSwaps.html            |  2 +-
 .../11.Transforms/10.BeanPropertyAnnotation.html           |  2 +-
 .../11.Transforms/11.BeanConstructorAnnotation.html        |  2 +-
 juneau-doc/docs/Topics/05.juneau-svl/02.SvlVariables.html  |  2 +-
 .../docs/Topics/05.juneau-svl/04.DefaultVarResolver.html   |  2 +-
 juneau-doc/docs/Topics/06.juneau-config/11.Imports.html    |  2 +-
 .../Topics/06.juneau-config/15.SystemDefaultConfig.html    |  2 +-
 .../Topics/07.juneau-rest-server/02.ClassHierarchy.html    |  2 +-
 .../03.Instantiation/02.BasicRestServlet.html              |  2 +-
 .../03.Instantiation/03.BasicRest.html                     |  2 +-
 .../03.Instantiation/05.BasicRestServletGroup.html         |  2 +-
 .../03.Instantiation/06.BasicRestGroup.html                |  2 +-
 .../04.RestResource/02.RestResourcePath.html               |  2 +-
 .../06.RestMethod/06.RequestAttributes.html                |  2 +-
 .../10.HttpPartAnnotations/01.Body.html                    |  2 +-
 .../10.HttpPartAnnotations/02.FormData.html                |  2 +-
 .../07.juneau-rest-server/15.ConfigurableProperties.html   |  2 +-
 .../07.juneau-rest-server/16.ConfigurableAnnotations.html  |  2 +-
 .../docs/Topics/07.juneau-rest-server/17.Transforms.html   |  2 +-
 .../docs/Topics/07.juneau-rest-server/20.RoleGuards.html   |  2 +-
 .../29.Swagger/01.BasicRestServlet.html                    |  2 +-
 .../29.Swagger/06.ParameterExamples.html                   |  2 +-
 .../Topics/07.juneau-rest-server/30.HtmlDocAnnotation.html |  2 +-
 .../30.HtmlDocAnnotation/05.Stylesheets.html               |  2 +-
 .../07.juneau-rest-server/32.LoggingAndDebugging.html      |  2 +-
 .../32.LoggingAndErrorHandling/01.LOG4J.html               |  2 +-
 .../02.ChildResources.html                                 |  2 +-
 .../docs/Topics/10.juneau-rest-client/01.RestProxies.html  |  6 +++---
 .../01.RestProxies/01.RemoteResource.html                  |  8 ++++----
 .../01.RestProxies/02.RemoteMethod.html                    | 14 +++++++-------
 juneau-doc/docs/Topics/11.juneau-rest-mock.html            |  4 ++--
 .../docs/Topics/11.juneau-rest-mock/01.MockRest.html       |  2 +-
 .../Topics/11.juneau-rest-mock/02.MockRemoteResource.html  |  4 ++--
 .../Topics/17.juneau-examples-rest/01.RootResources.html   |  2 +-
 .../Topics/17.juneau-examples-rest/04.DtoExamples.html     |  2 +-
 .../rest/client/{remote => }/BodyAnnotationTest.java       |  0
 .../rest/client/{remote => }/EndToEndInterfaceTest.java    |  0
 .../rest/client/{remote => }/FormDataAnnotationTest.java   |  0
 .../rest/client/{remote => }/HeaderAnnotationTest.java     |  0
 .../rest/client/{remote => }/PathAnnotationTest.java       |  0
 .../rest/client/{remote => }/QueryAnnotationTest.java      |  0
 .../client/{remote => }/RemoteMethodAnnotationTest.java    |  0
 .../client/{remote => }/RemoteResourceAnnotationTest.java  |  0
 .../rest/client/{remote => }/RequestAnnotationTest.java    |  0
 .../rest/client/{remote => }/ResponseAnnotationTest.java   |  0
 51 files changed, 57 insertions(+), 56 deletions(-)

diff --git a/juneau-doc/docs/ReleaseNotes/8.1.1.html 
b/juneau-doc/docs/ReleaseNotes/8.1.1.html
index 2e9bbcf..fd78f42 100644
--- a/juneau-doc/docs/ReleaseNotes/8.1.1.html
+++ b/juneau-doc/docs/ReleaseNotes/8.1.1.html
@@ -27,13 +27,14 @@
                Fixed a bug in the parsers where the generic subtype of a 
complex bean property type involving both collections and arrays
                was not being found.  (e.g. <c>List&lt;Long&gt;[]</c>)
        <li>
-               New packages of HTTP response/exceptions beans moved from 
<c>juneau-rest-server</c> bundle so that they can be 
-               used when building REST proxy interfaces without having to pull 
in the server bundle.
+               New packages of HTTP response/exceptions beans from 
<c>juneau-rest-server</c> bundle and REST proxy annotations from 
<c>juneau-rest-client</c> 
+               so that they can be used when building REST proxy interfaces 
while only pulling in the marshall bundle.
                <ul>
                        <li class='jp'>{@link oaj.http.response}
                        <li class='jp'>{@link oaj.http.exception}
+                       <li class='jp'>{@link oaj.http.remote}
                </ul>
-               These replace the <c>org.apache.juneau.rest.response</c> and 
<c>org.apache.juneau.rest.exception</c> packages.
+               These replace the <c>org.apache.juneau.rest.response</c>, 
<c>org.apache.juneau.rest.exception</c>, and 
<c>org.apache.juneau.rest.client.remote</c> packages.
 </ul>
 
 <h5 class='topic w800'>juneau-rest-server</h5>
diff --git a/juneau-doc/docs/Topics/01.Introduction/01.Features.html 
b/juneau-doc/docs/Topics/01.Introduction/01.Features.html
index aa65392..7020af7 100644
--- a/juneau-doc/docs/Topics/01.Introduction/01.Features.html
+++ b/juneau-doc/docs/Topics/01.Introduction/01.Features.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
  
-{updated} Features
+Features
 
 <ul class='spaced-list'>
        <li>
diff --git 
a/juneau-doc/docs/Topics/02.juneau-marshall/06.ConfigurableProperties/02.CommonSerializer.html
 
b/juneau-doc/docs/Topics/02.juneau-marshall/06.ConfigurableProperties/02.CommonSerializer.html
index 8884759..692951d 100644
--- 
a/juneau-doc/docs/Topics/02.juneau-marshall/06.ConfigurableProperties/02.CommonSerializer.html
+++ 
b/juneau-doc/docs/Topics/02.juneau-marshall/06.ConfigurableProperties/02.CommonSerializer.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{updated} Common Serializer Properties
+Common Serializer Properties
 
 <p>
        In addition to the common properties above, the following properties 
are common to all serializers:
diff --git 
a/juneau-doc/docs/Topics/02.juneau-marshall/07.ConfigurableAnnotations.html 
b/juneau-doc/docs/Topics/02.juneau-marshall/07.ConfigurableAnnotations.html
index 9953f58..befd2ca 100644
--- a/juneau-doc/docs/Topics/02.juneau-marshall/07.ConfigurableAnnotations.html
+++ b/juneau-doc/docs/Topics/02.juneau-marshall/07.ConfigurableAnnotations.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{new} Configurable Annotations
+Configurable Annotations
 
 <p>
        All configurable properties described in the previous section have 
annotation equivalents that can be applied on
diff --git 
a/juneau-doc/docs/Topics/02.juneau-marshall/11.Transforms/01.PojoSwaps.html 
b/juneau-doc/docs/Topics/02.juneau-marshall/11.Transforms/01.PojoSwaps.html
index 7b412e5..d6f8182 100644
--- a/juneau-doc/docs/Topics/02.juneau-marshall/11.Transforms/01.PojoSwaps.html
+++ b/juneau-doc/docs/Topics/02.juneau-marshall/11.Transforms/01.PojoSwaps.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{updated} PojoSwaps
+PojoSwaps
 
 <p>
        {@link oaj.transform.PojoSwap PojoSwaps} are a critical component of 
Juneau.
diff --git 
a/juneau-doc/docs/Topics/02.juneau-marshall/11.Transforms/03.AutoPojoSwaps.html 
b/juneau-doc/docs/Topics/02.juneau-marshall/11.Transforms/03.AutoPojoSwaps.html
index f222843..0ccbb7b 100644
--- 
a/juneau-doc/docs/Topics/02.juneau-marshall/11.Transforms/03.AutoPojoSwaps.html
+++ 
b/juneau-doc/docs/Topics/02.juneau-marshall/11.Transforms/03.AutoPojoSwaps.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{new} Auto-detected POJO swaps
+Auto-detected POJO swaps
 
 <p>
        Various methods can be defined on a class directly to affect how it 
gets serialized.
diff --git 
a/juneau-doc/docs/Topics/02.juneau-marshall/11.Transforms/04.PerMediaTypePojoSwaps.html
 
b/juneau-doc/docs/Topics/02.juneau-marshall/11.Transforms/04.PerMediaTypePojoSwaps.html
index 0b83bde..801364d 100644
--- 
a/juneau-doc/docs/Topics/02.juneau-marshall/11.Transforms/04.PerMediaTypePojoSwaps.html
+++ 
b/juneau-doc/docs/Topics/02.juneau-marshall/11.Transforms/04.PerMediaTypePojoSwaps.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{updated} Per-media-type PojoSwaps
+Per-media-type PojoSwaps
 
 <p>
        Swaps can also be defined per-media-type.               
diff --git 
a/juneau-doc/docs/Topics/02.juneau-marshall/11.Transforms/10.BeanPropertyAnnotation.html
 
b/juneau-doc/docs/Topics/02.juneau-marshall/11.Transforms/10.BeanPropertyAnnotation.html
index 9b0f7cb..c20764e 100644
--- 
a/juneau-doc/docs/Topics/02.juneau-marshall/11.Transforms/10.BeanPropertyAnnotation.html
+++ 
b/juneau-doc/docs/Topics/02.juneau-marshall/11.Transforms/10.BeanPropertyAnnotation.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{updated} @BeanProperty Annotation
+@BeanProperty Annotation
 
 <p>
        The {@link oaj.annotation.BeanProperty @BeanProperty} annotation is 
used to tailor how 
diff --git 
a/juneau-doc/docs/Topics/02.juneau-marshall/11.Transforms/11.BeanConstructorAnnotation.html
 
b/juneau-doc/docs/Topics/02.juneau-marshall/11.Transforms/11.BeanConstructorAnnotation.html
index bf47665..47219c8 100644
--- 
a/juneau-doc/docs/Topics/02.juneau-marshall/11.Transforms/11.BeanConstructorAnnotation.html
+++ 
b/juneau-doc/docs/Topics/02.juneau-marshall/11.Transforms/11.BeanConstructorAnnotation.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{updated} @BeanConstructor Annotation
+@BeanConstructor Annotation
 
 <p>
        The {@link oaj.annotation.BeanConstructor @BeanConstructor} annotation 
is used to 
diff --git a/juneau-doc/docs/Topics/05.juneau-svl/02.SvlVariables.html 
b/juneau-doc/docs/Topics/05.juneau-svl/02.SvlVariables.html
index 0374e0c..f8ee1b7 100644
--- a/juneau-doc/docs/Topics/05.juneau-svl/02.SvlVariables.html
+++ b/juneau-doc/docs/Topics/05.juneau-svl/02.SvlVariables.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{updated} SVL Variables
+SVL Variables
 
 <p>
        Variables are defined through the {@link oaj.svl.Var} API.
diff --git a/juneau-doc/docs/Topics/05.juneau-svl/04.DefaultVarResolver.html 
b/juneau-doc/docs/Topics/05.juneau-svl/04.DefaultVarResolver.html
index fd7cac8..a977fbc 100644
--- a/juneau-doc/docs/Topics/05.juneau-svl/04.DefaultVarResolver.html
+++ b/juneau-doc/docs/Topics/05.juneau-svl/04.DefaultVarResolver.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{new} VarResolver.DEFAULT
+VarResolver.DEFAULT
 
 <p>
        {@link oaj.svl.VarResolver#DEFAULT} is a reusable variable resolver 
with default support for the following variables:
diff --git a/juneau-doc/docs/Topics/06.juneau-config/11.Imports.html 
b/juneau-doc/docs/Topics/06.juneau-config/11.Imports.html
index 6c4037c..5cf0bc7 100644
--- a/juneau-doc/docs/Topics/06.juneau-config/11.Imports.html
+++ b/juneau-doc/docs/Topics/06.juneau-config/11.Imports.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{new} Imports
+Imports
 
 <p>
        Configurations can import values from other configurations using the 
following syntax: 
diff --git 
a/juneau-doc/docs/Topics/06.juneau-config/15.SystemDefaultConfig.html 
b/juneau-doc/docs/Topics/06.juneau-config/15.SystemDefaultConfig.html
index af95167..fb7b78e 100644
--- a/juneau-doc/docs/Topics/06.juneau-config/15.SystemDefaultConfig.html
+++ b/juneau-doc/docs/Topics/06.juneau-config/15.SystemDefaultConfig.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{updated} System Default Config
+System Default Config
 
 <p>
        Each JVM has a system default config.  This is a configuration file 
that serves as the default
diff --git 
a/juneau-doc/docs/Topics/07.juneau-rest-server/02.ClassHierarchy.html 
b/juneau-doc/docs/Topics/07.juneau-rest-server/02.ClassHierarchy.html
index bab7e63..ddf2477 100644
--- a/juneau-doc/docs/Topics/07.juneau-rest-server/02.ClassHierarchy.html
+++ b/juneau-doc/docs/Topics/07.juneau-rest-server/02.ClassHierarchy.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{updated} Class Hierarchy
+Class Hierarchy
 
 <p>
        The class hierarchy for the REST servlet class is shown below:
diff --git 
a/juneau-doc/docs/Topics/07.juneau-rest-server/03.Instantiation/02.BasicRestServlet.html
 
b/juneau-doc/docs/Topics/07.juneau-rest-server/03.Instantiation/02.BasicRestServlet.html
index 6b51783..ac30ce4 100644
--- 
a/juneau-doc/docs/Topics/07.juneau-rest-server/03.Instantiation/02.BasicRestServlet.html
+++ 
b/juneau-doc/docs/Topics/07.juneau-rest-server/03.Instantiation/02.BasicRestServlet.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{updated} BasicRestServlet
+BasicRestServlet
 
 <p>
        The {@link oajr.BasicRestServlet} class is a subclass of {@link 
oajr.RestServlet}
diff --git 
a/juneau-doc/docs/Topics/07.juneau-rest-server/03.Instantiation/03.BasicRest.html
 
b/juneau-doc/docs/Topics/07.juneau-rest-server/03.Instantiation/03.BasicRest.html
index 2e2a476..2c2b6dc 100644
--- 
a/juneau-doc/docs/Topics/07.juneau-rest-server/03.Instantiation/03.BasicRest.html
+++ 
b/juneau-doc/docs/Topics/07.juneau-rest-server/03.Instantiation/03.BasicRest.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{new} BasicRest
+BasicRest
 
 <p>
        The {@link oajr.BasicRest} class is identical to the {@link 
oajr.BasicRestServlet} class except that
diff --git 
a/juneau-doc/docs/Topics/07.juneau-rest-server/03.Instantiation/05.BasicRestServletGroup.html
 
b/juneau-doc/docs/Topics/07.juneau-rest-server/03.Instantiation/05.BasicRestServletGroup.html
index fedff50..ed382b4 100644
--- 
a/juneau-doc/docs/Topics/07.juneau-rest-server/03.Instantiation/05.BasicRestServletGroup.html
+++ 
b/juneau-doc/docs/Topics/07.juneau-rest-server/03.Instantiation/05.BasicRestServletGroup.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{updated} BasicRestServletGroup
+BasicRestServletGroup
 
 <p>
        The {@link oajr.BasicRestServletGroup} class provides a default 
"router" page for 
diff --git 
a/juneau-doc/docs/Topics/07.juneau-rest-server/03.Instantiation/06.BasicRestGroup.html
 
b/juneau-doc/docs/Topics/07.juneau-rest-server/03.Instantiation/06.BasicRestGroup.html
index 976698e..d6bb44c 100644
--- 
a/juneau-doc/docs/Topics/07.juneau-rest-server/03.Instantiation/06.BasicRestGroup.html
+++ 
b/juneau-doc/docs/Topics/07.juneau-rest-server/03.Instantiation/06.BasicRestGroup.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{new} BasicRestGroup
+BasicRestGroup
 
 <p>
        The {@link oajr.BasicRestGroup} class is identical to the {@link 
oajr.BasicRestServletGroup} class except that
diff --git 
a/juneau-doc/docs/Topics/07.juneau-rest-server/04.RestResource/02.RestResourcePath.html
 
b/juneau-doc/docs/Topics/07.juneau-rest-server/04.RestResource/02.RestResourcePath.html
index 21c9aaf..0f419d3 100644
--- 
a/juneau-doc/docs/Topics/07.juneau-rest-server/04.RestResource/02.RestResourcePath.html
+++ 
b/juneau-doc/docs/Topics/07.juneau-rest-server/04.RestResource/02.RestResourcePath.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{new} @RestResource(path)
+@RestResource(path)
 
 <p>
        The {@link oajr.annotation.RestResource#path() @RestResource(path)} 
annotation is used in the following situations:
diff --git 
a/juneau-doc/docs/Topics/07.juneau-rest-server/06.RestMethod/06.RequestAttributes.html
 
b/juneau-doc/docs/Topics/07.juneau-rest-server/06.RestMethod/06.RequestAttributes.html
index 3b86915..1f2adab 100644
--- 
a/juneau-doc/docs/Topics/07.juneau-rest-server/06.RestMethod/06.RequestAttributes.html
+++ 
b/juneau-doc/docs/Topics/07.juneau-rest-server/06.RestMethod/06.RequestAttributes.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{new} RequestAttributes
+RequestAttributes
 
 <p>
        The {@link oajr.RequestAttributes} object is the API for accessing the 
standard servlet attributes on an HTTP request 
diff --git 
a/juneau-doc/docs/Topics/07.juneau-rest-server/10.HttpPartAnnotations/01.Body.html
 
b/juneau-doc/docs/Topics/07.juneau-rest-server/10.HttpPartAnnotations/01.Body.html
index 37dc260..769e505 100644
--- 
a/juneau-doc/docs/Topics/07.juneau-rest-server/10.HttpPartAnnotations/01.Body.html
+++ 
b/juneau-doc/docs/Topics/07.juneau-rest-server/10.HttpPartAnnotations/01.Body.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{updated} @Body
+@Body
 
 <p>
        The {@link oaj.http.annotation.Body @Body} annotation is used to 
identify POJOs to be used as the body of an HTTP request.
diff --git 
a/juneau-doc/docs/Topics/07.juneau-rest-server/10.HttpPartAnnotations/02.FormData.html
 
b/juneau-doc/docs/Topics/07.juneau-rest-server/10.HttpPartAnnotations/02.FormData.html
index ddd5a0f..f9d72f2 100644
--- 
a/juneau-doc/docs/Topics/07.juneau-rest-server/10.HttpPartAnnotations/02.FormData.html
+++ 
b/juneau-doc/docs/Topics/07.juneau-rest-server/10.HttpPartAnnotations/02.FormData.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{updated} @FormData
+@FormData
 
 <p>
        The {@link oaj.http.annotation.FormData @FormData} annotation is used 
to retrieve request form post entries.
diff --git 
a/juneau-doc/docs/Topics/07.juneau-rest-server/15.ConfigurableProperties.html 
b/juneau-doc/docs/Topics/07.juneau-rest-server/15.ConfigurableProperties.html
index c14d708..23e6f1a 100644
--- 
a/juneau-doc/docs/Topics/07.juneau-rest-server/15.ConfigurableProperties.html
+++ 
b/juneau-doc/docs/Topics/07.juneau-rest-server/15.ConfigurableProperties.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{updated} Configurable Properties
+Configurable Properties
 
 <p>
        As shown in previous sections, Juneau serializers and parsers are 
highly-configurable through properties.
diff --git 
a/juneau-doc/docs/Topics/07.juneau-rest-server/16.ConfigurableAnnotations.html 
b/juneau-doc/docs/Topics/07.juneau-rest-server/16.ConfigurableAnnotations.html
index b0d8d59..42a271a 100644
--- 
a/juneau-doc/docs/Topics/07.juneau-rest-server/16.ConfigurableAnnotations.html
+++ 
b/juneau-doc/docs/Topics/07.juneau-rest-server/16.ConfigurableAnnotations.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{new} Configurable Annotations
+Configurable Annotations
 
 <p>
        Config annotations allow you to define serializer and parser properties 
using specialized annotations.
diff --git a/juneau-doc/docs/Topics/07.juneau-rest-server/17.Transforms.html 
b/juneau-doc/docs/Topics/07.juneau-rest-server/17.Transforms.html
index 1ddaa3a..d8270a3 100644
--- a/juneau-doc/docs/Topics/07.juneau-rest-server/17.Transforms.html
+++ b/juneau-doc/docs/Topics/07.juneau-rest-server/17.Transforms.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{updated} Transforms
+Transforms
 
 <p>
        The Juneau serializers and parsers can be configured on how to handle 
POJOs through the use of Transforms.
diff --git a/juneau-doc/docs/Topics/07.juneau-rest-server/20.RoleGuards.html 
b/juneau-doc/docs/Topics/07.juneau-rest-server/20.RoleGuards.html
index af7c85f..0c0bf1f 100644
--- a/juneau-doc/docs/Topics/07.juneau-rest-server/20.RoleGuards.html
+++ b/juneau-doc/docs/Topics/07.juneau-rest-server/20.RoleGuards.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{new} Role guards
+Role guards
  
 <p>
        Specialized guards are provided for controlling access to servlet 
classes and methods based on user roles.
diff --git 
a/juneau-doc/docs/Topics/07.juneau-rest-server/29.Swagger/01.BasicRestServlet.html
 
b/juneau-doc/docs/Topics/07.juneau-rest-server/29.Swagger/01.BasicRestServlet.html
index c8bc344..66c1551 100644
--- 
a/juneau-doc/docs/Topics/07.juneau-rest-server/29.Swagger/01.BasicRestServlet.html
+++ 
b/juneau-doc/docs/Topics/07.juneau-rest-server/29.Swagger/01.BasicRestServlet.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{updated} BasicRestServlet
+BasicRestServlet
 
 <p>
        Any subclass of {@link oajr.BasicRestServlet} gets an auto-generated 
Swagger UI when performing an <c>OPTIONS</c>
diff --git 
a/juneau-doc/docs/Topics/07.juneau-rest-server/29.Swagger/06.ParameterExamples.html
 
b/juneau-doc/docs/Topics/07.juneau-rest-server/29.Swagger/06.ParameterExamples.html
index 6699b6a..15dab92 100644
--- 
a/juneau-doc/docs/Topics/07.juneau-rest-server/29.Swagger/06.ParameterExamples.html
+++ 
b/juneau-doc/docs/Topics/07.juneau-rest-server/29.Swagger/06.ParameterExamples.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{updated} Parameter Examples
+Parameter Examples
 
 <p>
        The <c>model</c> select box in the parameters can be expanded to show 
examples:
diff --git 
a/juneau-doc/docs/Topics/07.juneau-rest-server/30.HtmlDocAnnotation.html 
b/juneau-doc/docs/Topics/07.juneau-rest-server/30.HtmlDocAnnotation.html
index 885e420..1b161a2 100644
--- a/juneau-doc/docs/Topics/07.juneau-rest-server/30.HtmlDocAnnotation.html
+++ b/juneau-doc/docs/Topics/07.juneau-rest-server/30.HtmlDocAnnotation.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{updated} @HtmlDocConfig
+@HtmlDocConfig
 
 <p>
        The {@link oaj.html.annotation.HtmlDocConfig @HtmlDocConfig} annotation 
is used to customize the HTML 
diff --git 
a/juneau-doc/docs/Topics/07.juneau-rest-server/30.HtmlDocAnnotation/05.Stylesheets.html
 
b/juneau-doc/docs/Topics/07.juneau-rest-server/30.HtmlDocAnnotation/05.Stylesheets.html
index ec660f7..d4191fd 100644
--- 
a/juneau-doc/docs/Topics/07.juneau-rest-server/30.HtmlDocAnnotation/05.Stylesheets.html
+++ 
b/juneau-doc/docs/Topics/07.juneau-rest-server/30.HtmlDocAnnotation/05.Stylesheets.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{updated} Stylesheets
+Stylesheets
 
 <p>
        The sample root page renders in the default "devops" look-and-feel:
diff --git 
a/juneau-doc/docs/Topics/07.juneau-rest-server/32.LoggingAndDebugging.html 
b/juneau-doc/docs/Topics/07.juneau-rest-server/32.LoggingAndDebugging.html
index 66b2d22..cee956d 100644
--- a/juneau-doc/docs/Topics/07.juneau-rest-server/32.LoggingAndDebugging.html
+++ b/juneau-doc/docs/Topics/07.juneau-rest-server/32.LoggingAndDebugging.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{new} Logging / Debugging
+Logging / Debugging
 
 <p>
        The REST APIs provides support for fine-tuned control of logging for 
HTTP requests and responses.
diff --git 
a/juneau-doc/docs/Topics/07.juneau-rest-server/32.LoggingAndErrorHandling/01.LOG4J.html
 
b/juneau-doc/docs/Topics/07.juneau-rest-server/32.LoggingAndErrorHandling/01.LOG4J.html
index 2321677..774f0e4 100644
--- 
a/juneau-doc/docs/Topics/07.juneau-rest-server/32.LoggingAndErrorHandling/01.LOG4J.html
+++ 
b/juneau-doc/docs/Topics/07.juneau-rest-server/32.LoggingAndErrorHandling/01.LOG4J.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{new} Using LOG4J for logging
+Using LOG4J for logging
 
 <p>
        The REST API uses Java logging by default.  If you wish to use LOG4J 
logging, you simple need to add the following
diff --git 
a/juneau-doc/docs/Topics/09.juneau-rest-server-springboot/02.ChildResources.html
 
b/juneau-doc/docs/Topics/09.juneau-rest-server-springboot/02.ChildResources.html
index 44f3975..2e94798 100644
--- 
a/juneau-doc/docs/Topics/09.juneau-rest-server-springboot/02.ChildResources.html
+++ 
b/juneau-doc/docs/Topics/09.juneau-rest-server-springboot/02.ChildResources.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{new} Child Resources
+Child Resources
 
 <p>
        When using the <ja>@JuneauRestRoot</ja> annotation, servlet are given 
an instance of {@link oajr.springboot.SpringRestResourceResolver}.  
diff --git a/juneau-doc/docs/Topics/10.juneau-rest-client/01.RestProxies.html 
b/juneau-doc/docs/Topics/10.juneau-rest-client/01.RestProxies.html
index 96557f9..2662865 100644
--- a/juneau-doc/docs/Topics/10.juneau-rest-client/01.RestProxies.html
+++ b/juneau-doc/docs/Topics/10.juneau-rest-client/01.RestProxies.html
@@ -36,10 +36,10 @@ REST Proxies
        post parameters, or request/response bodies.
 </p>
 <ul class='javatree'>
-       <li class='jp'>{@link oajrc.remote}
+       <li class='jp'>{@link oaj.http.remote}
        <ul>
-               <li class='ja'>{@link oajrc.remote.RemoteResource}
-               <li class='ja'>{@link oajrc.remote.RemoteMethod}
+               <li class='ja'>{@link oaj.http.remote.RemoteResource}
+               <li class='ja'>{@link oaj.http.remote.RemoteMethod}
        </ul>
        <li class='jp'>{@link oaj.http.annotation}
        <ul>
diff --git 
a/juneau-doc/docs/Topics/10.juneau-rest-client/01.RestProxies/01.RemoteResource.html
 
b/juneau-doc/docs/Topics/10.juneau-rest-client/01.RestProxies/01.RemoteResource.html
index 85c82e1..8be5ba7 100644
--- 
a/juneau-doc/docs/Topics/10.juneau-rest-client/01.RestProxies/01.RemoteResource.html
+++ 
b/juneau-doc/docs/Topics/10.juneau-rest-client/01.RestProxies/01.RemoteResource.html
@@ -16,13 +16,13 @@
 @RemoteResource
 
 <p>
-       The {@link oajrc.remote.RemoteResource @RemoteResource} annotation is 
used on your interface class
+       The {@link oaj.http.remote.RemoteResource @RemoteResource} annotation 
is used on your interface class
        to identify it as a REST proxy interface.
 </p>
 <ul class='javatree'>
-       <li class='ja'>{@link oajrc.remote.RemoteResource}
+       <li class='ja'>{@link oaj.http.remote.RemoteResource}
        <ul>
-               <li class='jf'>{@link oajrc.remote.RemoteResource#path path}
+               <li class='jf'>{@link oaj.http.remote.RemoteResource#path path}
        </ul>
 </ul>
 <p>
@@ -31,7 +31,7 @@
 
 <h5 class='topic'>@RemoteResource(path)</h5>
 <p>
-       The {@link oajrc.remote.RemoteResource#path @RemoteResource(path)} 
annotation is used to define the
+       The {@link oaj.http.remote.RemoteResource#path @RemoteResource(path)} 
annotation is used to define the
        HTTP path of the REST service.
 </p>
 <p>
diff --git 
a/juneau-doc/docs/Topics/10.juneau-rest-client/01.RestProxies/02.RemoteMethod.html
 
b/juneau-doc/docs/Topics/10.juneau-rest-client/01.RestProxies/02.RemoteMethod.html
index 67978a3..74aa0a3 100644
--- 
a/juneau-doc/docs/Topics/10.juneau-rest-client/01.RestProxies/02.RemoteMethod.html
+++ 
b/juneau-doc/docs/Topics/10.juneau-rest-client/01.RestProxies/02.RemoteMethod.html
@@ -16,15 +16,15 @@
 @RemoteMethod
 
 <p>
-       The {@link oajrc.remote.RemoteMethod @RemoteMethod} annotation is 
applied to methods
+       The {@link oaj.http.remote.RemoteMethod @RemoteMethod} annotation is 
applied to methods
        of <ja>@RemoteResource</ja>-annotated interfaces to identify REST 
endpoints.
 </p>
 <ul class='javatree'>
-       <li class='ja'>{@link oajrc.remote.RemoteMethod}
+       <li class='ja'>{@link oaj.http.remote.RemoteMethod}
        <ul>
-               <li class='jf'>{@link oajrc.remote.RemoteMethod#method method}
-               <li class='jf'>{@link oajrc.remote.RemoteMethod#path path}
-               <li class='jf'>{@link oajrc.remote.RemoteMethod#returns returns}
+               <li class='jf'>{@link oaj.http.remote.RemoteMethod#method 
method}
+               <li class='jf'>{@link oaj.http.remote.RemoteMethod#path path}
+               <li class='jf'>{@link oaj.http.remote.RemoteMethod#returns 
returns}
        </ul>
 </ul>
 <h5 class='topic'>@RemoteMethod(method/path)</h5>
@@ -146,8 +146,8 @@
 </ul>
 
 <p>
-       If you're only interested in the HTTP status code of the response, you 
can use the {@link oajrc.remote.RemoteMethod#returns() returns}
-       annotation with a value of {@link oajrc.remote.RemoteReturn#STATUS 
STATUS}:
+       If you're only interested in the HTTP status code of the response, you 
can use the {@link oaj.http.remote.RemoteMethod#returns() returns}
+       annotation with a value of {@link oaj.http.remote.RemoteReturn#STATUS 
STATUS}:
 </p>
 <h5 class='figure'>Example:</h5>
 <p class='bpcode w800'>        
diff --git a/juneau-doc/docs/Topics/11.juneau-rest-mock.html 
b/juneau-doc/docs/Topics/11.juneau-rest-mock.html
index b6a3314..c190573 100644
--- a/juneau-doc/docs/Topics/11.juneau-rest-mock.html
+++ b/juneau-doc/docs/Topics/11.juneau-rest-mock.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{new} juneau-rest-mock
+juneau-rest-mock
 
 <h5 class='figure'>Maven Dependency</h5>
 <p class='bpcode w500'>
@@ -48,7 +48,7 @@
        <li class='jp'>{@link oajr.mock2}
        <ul>
                <li class='jc'>{@link oajr.mock2.MockRest} - API for unit 
testing {@link oajr.annotation.RestResource @RestResource}-annotated classes.
-               <li class='jc'>{@link oajr.mock2.MockRemoteResource} - API for 
unit testing {@link oajrc.remote.RemoteResource @RemoteResource}-annotated 
classes.
+               <li class='jc'>{@link oajr.mock2.MockRemoteResource} - API for 
unit testing {@link oaj.http.remote.RemoteResource @RemoteResource}-annotated 
classes.
        </ul>
 </ul>
 
diff --git a/juneau-doc/docs/Topics/11.juneau-rest-mock/01.MockRest.html 
b/juneau-doc/docs/Topics/11.juneau-rest-mock/01.MockRest.html
index bcbc947..d8fff01 100644
--- a/juneau-doc/docs/Topics/11.juneau-rest-mock/01.MockRest.html
+++ b/juneau-doc/docs/Topics/11.juneau-rest-mock/01.MockRest.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{new} MockRest
+MockRest
 
 <p>
        The {@link oajr.mock2.MockRest} class is used for performing serverless 
unit testing of {@link oajr.annotation.RestResource @RestResource}-annotated
diff --git 
a/juneau-doc/docs/Topics/11.juneau-rest-mock/02.MockRemoteResource.html 
b/juneau-doc/docs/Topics/11.juneau-rest-mock/02.MockRemoteResource.html
index 26bac40..8807116 100644
--- a/juneau-doc/docs/Topics/11.juneau-rest-mock/02.MockRemoteResource.html
+++ b/juneau-doc/docs/Topics/11.juneau-rest-mock/02.MockRemoteResource.html
@@ -13,10 +13,10 @@
  
***************************************************************************************************************************/
  -->
 
-{new} MockRemoteResource
+MockRemoteResource
 
 <p>
-       The {@link oajr.mock2.MockRemoteResource} class is used for serverless 
unit testing of {@link oajrc.remote.RemoteResource @RemoteResource}-annotated
+       The {@link oajr.mock2.MockRemoteResource} class is used for serverless 
unit testing of {@link oaj.http.remote.RemoteResource @RemoteResource}-annotated
        classes.  
 </p>
 <p>
diff --git 
a/juneau-doc/docs/Topics/17.juneau-examples-rest/01.RootResources.html 
b/juneau-doc/docs/Topics/17.juneau-examples-rest/01.RootResources.html
index bb0bdef..694fe3e 100644
--- a/juneau-doc/docs/Topics/17.juneau-examples-rest/01.RootResources.html
+++ b/juneau-doc/docs/Topics/17.juneau-examples-rest/01.RootResources.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{updated} RootResources
+RootResources
 
 <p>
        The <l>RootResources</l> class is the main page for the REST 
microservice.
diff --git a/juneau-doc/docs/Topics/17.juneau-examples-rest/04.DtoExamples.html 
b/juneau-doc/docs/Topics/17.juneau-examples-rest/04.DtoExamples.html
index 110b0e7..66e70ac 100644
--- a/juneau-doc/docs/Topics/17.juneau-examples-rest/04.DtoExamples.html
+++ b/juneau-doc/docs/Topics/17.juneau-examples-rest/04.DtoExamples.html
@@ -13,7 +13,7 @@
  
***************************************************************************************************************************/
  -->
 
-{updated} DtoExamples
+DtoExamples
 
 <p>
        The <l>DtoExamples</l> resource is a resource group for demonstrating 
various DTO examples.
diff --git 
a/juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/remote/BodyAnnotationTest.java
 
b/juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/BodyAnnotationTest.java
similarity index 100%
rename from 
juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/remote/BodyAnnotationTest.java
rename to 
juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/BodyAnnotationTest.java
diff --git 
a/juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/remote/EndToEndInterfaceTest.java
 
b/juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/EndToEndInterfaceTest.java
similarity index 100%
rename from 
juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/remote/EndToEndInterfaceTest.java
rename to 
juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/EndToEndInterfaceTest.java
diff --git 
a/juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/remote/FormDataAnnotationTest.java
 
b/juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/FormDataAnnotationTest.java
similarity index 100%
rename from 
juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/remote/FormDataAnnotationTest.java
rename to 
juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/FormDataAnnotationTest.java
diff --git 
a/juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/remote/HeaderAnnotationTest.java
 
b/juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/HeaderAnnotationTest.java
similarity index 100%
rename from 
juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/remote/HeaderAnnotationTest.java
rename to 
juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/HeaderAnnotationTest.java
diff --git 
a/juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/remote/PathAnnotationTest.java
 
b/juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/PathAnnotationTest.java
similarity index 100%
rename from 
juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/remote/PathAnnotationTest.java
rename to 
juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/PathAnnotationTest.java
diff --git 
a/juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/remote/QueryAnnotationTest.java
 
b/juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/QueryAnnotationTest.java
similarity index 100%
rename from 
juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/remote/QueryAnnotationTest.java
rename to 
juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/QueryAnnotationTest.java
diff --git 
a/juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/remote/RemoteMethodAnnotationTest.java
 
b/juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/RemoteMethodAnnotationTest.java
similarity index 100%
rename from 
juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/remote/RemoteMethodAnnotationTest.java
rename to 
juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/RemoteMethodAnnotationTest.java
diff --git 
a/juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/remote/RemoteResourceAnnotationTest.java
 
b/juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/RemoteResourceAnnotationTest.java
similarity index 100%
rename from 
juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/remote/RemoteResourceAnnotationTest.java
rename to 
juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/RemoteResourceAnnotationTest.java
diff --git 
a/juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/remote/RequestAnnotationTest.java
 
b/juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/RequestAnnotationTest.java
similarity index 100%
rename from 
juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/remote/RequestAnnotationTest.java
rename to 
juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/RequestAnnotationTest.java
diff --git 
a/juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/remote/ResponseAnnotationTest.java
 
b/juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/ResponseAnnotationTest.java
similarity index 100%
rename from 
juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/remote/ResponseAnnotationTest.java
rename to 
juneau-rest/juneau-rest-client-utest/src/test/java/org/apache/juneau/rest/client/ResponseAnnotationTest.java

Reply via email to