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

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


    from 890443c4f Add core common module.
     new 701eb031a Javadocs
     new 0486b3189 Javadocs

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/juneau/assertions/AnyAssertion.java |    2 +-
 .../apache/juneau/assertions/ArrayAssertion.java   |    2 +-
 .../org/apache/juneau/assertions/Assertion.java    |    2 +-
 .../juneau/assertions/AssertionPredicate.java      |    2 +-
 .../juneau/assertions/AssertionPredicates.java     |    2 +-
 .../org/apache/juneau/assertions/Assertions.java   |   64 +-
 .../apache/juneau/assertions/BeanAssertion.java    |    2 +-
 .../juneau/assertions/BeanListAssertion.java       |    2 +-
 .../apache/juneau/assertions/BooleanAssertion.java |    2 +-
 .../juneau/assertions/ByteArrayAssertion.java      |    2 +-
 .../juneau/assertions/CollectionAssertion.java     |    2 +-
 .../juneau/assertions/ComparableAssertion.java     |    2 +-
 .../apache/juneau/assertions/DateAssertion.java    |    2 +-
 .../juneau/assertions/FluentAnyAssertion.java      |    2 +-
 .../juneau/assertions/FluentArrayAssertion.java    |    2 +-
 .../apache/juneau/assertions/FluentAssertion.java  |    2 +-
 .../juneau/assertions/FluentBeanAssertion.java     |    2 +-
 .../juneau/assertions/FluentBeanListAssertion.java |    2 +-
 .../juneau/assertions/FluentBooleanAssertion.java  |    2 +-
 .../assertions/FluentByteArrayAssertion.java       |    2 +-
 .../assertions/FluentCollectionAssertion.java      |    2 +-
 .../assertions/FluentComparableAssertion.java      |    2 +-
 .../juneau/assertions/FluentDateAssertion.java     |    2 +-
 .../juneau/assertions/FluentIntegerAssertion.java  |    2 +-
 .../juneau/assertions/FluentListAssertion.java     |    2 +-
 .../juneau/assertions/FluentLongAssertion.java     |    2 +-
 .../juneau/assertions/FluentMapAssertion.java      |    2 +-
 .../juneau/assertions/FluentObjectAssertion.java   |    2 +-
 .../assertions/FluentPrimitiveArrayAssertion.java  |    2 +-
 .../juneau/assertions/FluentStringAssertion.java   |    2 +-
 .../assertions/FluentStringListAssertion.java      |    2 +-
 .../assertions/FluentThrowableAssertion.java       |    2 +-
 .../juneau/assertions/FluentVersionAssertion.java  |    2 +-
 .../assertions/FluentZonedDateTimeAssertion.java   |    2 +-
 .../apache/juneau/assertions/IntegerAssertion.java |    2 +-
 .../apache/juneau/assertions/ListAssertion.java    |    2 +-
 .../apache/juneau/assertions/LongAssertion.java    |    2 +-
 .../org/apache/juneau/assertions/MapAssertion.java |    2 +-
 .../apache/juneau/assertions/ObjectAssertion.java  |    2 +-
 .../juneau/assertions/PrimitiveArrayAssertion.java |    2 +-
 .../apache/juneau/assertions/StringAssertion.java  |    2 +-
 .../juneau/assertions/StringListAssertion.java     |    2 +-
 .../juneau/assertions/ThrowableAssertion.java      |    2 +-
 .../java/org/apache/juneau/assertions/Verify.java  |    2 +-
 .../apache/juneau/assertions/VersionAssertion.java |    2 +-
 .../juneau/assertions/ZonedDateTimeAssertion.java  |    2 +-
 .../main/java/org/apache/juneau/utils/Snippet.java |    2 +-
 juneau-doc/docs/Topics/01.Overview/01.o.Core.html  |    2 +-
 ...uage.html => 21.jm.SimpleVariableLanguage.html} |    0
 .../01.jm.SvlVariables.html                        |    0
 .../02.jm.VarResolvers.html                        |    0
 .../03.jm.DefaultVarResolver.html                  |    0
 .../04.jm.SvlOtherNotes.html                       |    0
 .../{23.jm.Encoders.html => 22.jm.Encoders.html}   |    0
 ....jm.ObjectTools.html => 23.jm.ObjectTools.html} |    0
 ....jm.JsonDetails.html => 24.jm.JsonDetails.html} |    0
 .../01.jm.JsonMethodology.html                     |    0
 .../02.jm.JsonSerializers.html                     |    0
 .../03.jm.SimplifiedJson.html                      |    0
 .../04.jm.JsonParsers.html                         |    0
 .../05.jm.JsonAnnotation.html                      |    0
 ...maDetails.html => 25.jm.JsonSchemaDetails.html} |    0
 ...27.jm.XmlDetails.html => 26.jm.XmlDetails.html} |    0
 .../01.jm.XmlMethodology.html                      |    0
 .../02.jm.XmlSerializers.html                      |    0
 .../03.jm.XmlParsers.html                          |    0
 .../04.jm.XmlBeanTypeNameAnnotation.html           |    0
 .../05.jm.XmlChildNameAnnotation.html              |    0
 .../06.jm.XmlFormatAnnotation.html                 |    0
 .../07.jm.XmlNamespaces.html                       |    0
 ....jm.HtmlDetails.html => 27.jm.HtmlDetails.html} |    0
 .../01.jm.HtmlMethodology.html                     |    0
 .../02.jm.HtmlSerializers.html                     |    0
 .../03.jm.HtmlParsers.html                         |    0
 .../04.jm.HtmlAnnotation.html                      |    0
 .../05.jm.HtmlRenderAnnotation.html                |    0
 .../06.jm.HtmlDocSerializer.html                   |    0
 .../07.jm.BasicHtmlDocTemplate.html                |    0
 .../08.jm.HtmlCustomTemplates.html                 |    0
 ...29.jm.HtmlSchema.html => 28.jm.HtmlSchema.html} |    0
 ...30.jm.UonDetails.html => 29.jm.UonDetails.html} |    0
 .../01.jm.UonMethodology.html                      |    0
 .../02.jm.UonSerializers.html                      |    0
 .../03.jm.UonParsers.html                          |    0
 ...gDetails.html => 30.jm.UrlEncodingDetails.html} |    0
 .../01.jm.UrlEncMethodology.html                   |    0
 .../02.jm.UrlEncSerializers.html                   |    0
 .../03.jm.UrlEncParsers.html                       |    0
 .../04.jm.UrlEncodingAnnotation.html               |    0
 ...gPackDetails.html => 31.jm.MsgPackDetails.html} |    0
 .../01.jm.MsgPackSerializers.html                  |    0
 .../02.jm.MsgPackParsers.html                      |    0
 ...enApiDetails.html => 32.jm.OpenApiDetails.html} |    0
 .../01.jm.OpenApiMethodology.html                  |    0
 .../02.jm.OpenApiSerializers.html                  |    0
 .../03.jm.OpenApiParsers.html                      |    0
 ...BestPractices.html => 33.jm.BestPractices.html} |    0
 ...r-springboot.html => 06.juneau-assertions.html} |   13 +-
 .../01.ja.Overview.html}                           |    2 +-
 ...rest-common.html => 07.juneau-rest-common.html} |    0
 .../01.jrc.org.apache.juneau.http.html             |    0
 .../02.jrc.org.apache.juneau.http.annotation.html  |    0
 .../03.jrc.org.apache.juneau.http.header.html      |    0
 .../04.jrc.org.apache.juneau.http.part.html        |    0
 .../05.jrc.org.apache.juneau.http.entity.html      |    0
 .../06.jrc.org.apache.juneau.http.resource.html    |    0
 .../07.jrc.org.apache.juneau.http.response.html    |    0
 .../08.jrc.org.apache.juneau.http.remote.html      |    0
 ...rest-server.html => 08.juneau-rest-server.html} |    0
 .../01.jrs.Overview.html                           |    0
 .../02.jrs.AnnotatedClasses.html                   |    0
 .../01.jrs.PredefinedClasses.html                  |    0
 .../02.jrs.ChildResources.html                     |    0
 .../03.jrs.PathVariables.html                      |    0
 .../02.jrs.AnnotatedClasses/04.jrs.Deployment.html |    0
 .../05.jrs.LifecycleHooks.html                     |    0
 .../03.jrs.RestOpAnnotatedMethods.html             |    0
 .../01.jrs.InferredHttpMethodsAndPaths.html        |    0
 .../02.jrs.JavaMethodParameters.html               |    0
 .../03.jrs.JavaMethodReturnTypes.html              |    0
 .../04.jrs.JavaMethodThrowableTypes.html           |    0
 .../05.jrs.PathPatterns.html                       |    0
 .../06.jrs.Matchers.html                           |    0
 .../07.jrs.OverloadingHttpMethods.html             |    0
 .../08.jrs.AdditionalInformation.html              |    0
 .../04.jrs.HttpParts.html                          |    0
 .../04.jrs.HttpParts/01.jrs.PartMarshallers.html   |    0
 .../02.jrs.HttpPartAnnotations.html                |    0
 .../04.jrs.HttpParts/03.jrs.DefaultParts.html      |    0
 .../04.jrs.HttpParts/04.jrs.RequestBeans.html      |    0
 .../04.jrs.HttpParts/05.jrs.ResponseBeans.html     |    0
 .../04.jrs.HttpParts/06.jrs.HttpPartApis.html      |    0
 .../05.jrs.Marshalling.html                        |    0
 .../06.jrs.HandlingFormPosts.html                  |    0
 .../07.jrs.Guards.html                             |    0
 .../08.jrs.Converters.html                         |    0
 .../09.jrs.LocalizedMessages.html                  |    0
 .../10.jrs.Encoders.html                           |    0
 .../11.jrs.ConfigurationFiles.html                 |    0
 .../12.jrs.SvlVariables.html                       |    0
 .../13.jrs.StaticFiles.html                        |    0
 .../14.jrs.ClientVersioning.html                   |    0
 .../15.jrs.Swagger.html                            |    0
 .../01.jrs.BasicRestServletSwagger.html            |    0
 .../15.jrs.Swagger/02.jrs.BasicSwaggerInfo.html    |    0
 .../15.jrs.Swagger/03.jrs.SwaggerTags.html         |    0
 .../15.jrs.Swagger/04.jrs.SwaggerOperations.html   |    0
 .../15.jrs.Swagger/05.jrs.SwaggerParameters.html   |    0
 .../15.jrs.Swagger/06.jrs.SwaggerResponses.html    |    0
 .../15.jrs.Swagger/07.jrs.SwaggerModels.html       |    0
 .../15.jrs.Swagger/08.jrs.SwaggerStylesheet.html   |    0
 .../doc-files/jrs.Swagger.Models.1.png             |  Bin
 .../doc-files/jrs.Swagger.Models.2.png             |  Bin
 .../doc-files/jrs.Swagger.Models.3.png             |  Bin
 .../doc-files/jrs.Swagger.Operations.1.png         |  Bin
 .../doc-files/jrs.Swagger.Operations.2.png         |  Bin
 .../doc-files/jrs.Swagger.Operations.3.png         |  Bin
 .../doc-files/jrs.Swagger.Parameters.2.png         |  Bin
 .../16.jrs.ExecutionStatistics.html                |    0
 .../17.jrs.HtmlDocAnnotation.html                  |    0
 .../01.jrs.HtmlUIvsDI.html                         |    0
 .../02.jrs.HtmlWidgets.html                        |    0
 .../03.jrs.HtmlPredefinedWidgets.html              |    0
 .../04.jrs.HtmlUiCustomization.html                |    0
 .../05.jrs.HtmlStylesheets.html                    |    0
 .../jrs.HtmlDocAnnotation.PredefinedWidgets.1.png  |  Bin
 .../jrs.HtmlDocAnnotation.PredefinedWidgets.2.png  |  Bin
 .../jrs.HtmlDocAnnotation.PredefinedWidgets.3.png  |  Bin
 .../jrs.HtmlDocAnnotation.PredefinedWidgets.4.png  |  Bin
 .../18.jrs.LoggingAndDebugging.html                |    0
 .../19.jrs.HttpStatusCodes.html                    |    0
 .../20.jrs.BuiltInParameters.html                  |    0
 .../21.jrs.UsingWithOsgi.html                      |    0
 .../22.jrs.RestContext.html                        |    0
 .../23.jrs.RestOpContext.html                      |    0
 .../24.jrs.ResponseProcessors.html                 |    0
 .../25.jrs.RestRpc.html                            |    0
 .../26.jrs.SerializingUris.html                    |    0
 .../27.jrs.UtilityBeans.html                       |    0
 .../28.jrs.HtmlBeans.html                          |    0
 .../29.jrs.OtherNotes.html                         |    0
 .../01.jrs.Log4j.html                              |    0
 .../doc-files/jrs.ExecutionStatistics.1.png        |  Bin
 .../doc-files/jrs.ExecutionStatistics.2.png        |  Bin
 .../doc-files/jrs.HelloWorldExample.1.png          |  Bin
 .../doc-files/jrs.HtmlBeans.div.json.png           |  Bin
 .../doc-files/jrs.HtmlBeans.div.png                |  Bin
 .../doc-files/jrs.HtmlBeans.form.json.png          |  Bin
 .../doc-files/jrs.HtmlBeans.form.png               |  Bin
 .../doc-files/jrs.HtmlBeans.json.png               |  Bin
 .../doc-files/jrs.HtmlBeans.png                    |  Bin
 .../doc-files/jrs.HtmlBeans.table.json.png         |  Bin
 .../doc-files/jrs.HtmlBeans.table.png              |  Bin
 .../doc-files/jrs.Overview.HelloWorldResource.png  |  Bin
 .../doc-files/jrs.Overview.RootResources.json.png  |  Bin
 .../doc-files/jrs.Overview.RootResources.png       |  Bin
 .../doc-files/jrs.RouterPages.1.png                |  Bin
 .../doc-files/jrs.Stylesheets.0.png                |  Bin
 .../doc-files/jrs.Stylesheets.1.png                |  Bin
 .../doc-files/jrs.Stylesheets.2.png                |  Bin
 .../doc-files/jrs.Stylesheets.3.png                |  Bin
 .../doc-files/jrs.Swagger.1.png                    |  Bin
 .../doc-files/jrs.Swagger.2.png                    |  Bin
 .../doc-files/jrs.Swagger.3.png                    |  Bin
 .../doc-files/jrs.Swagger.4.png                    |  Bin
 .../doc-files/jrs.Swagger.5.png                    |  Bin
 .../doc-files/jrs.UiCustomization.1.png            |  Bin
 .../jrs.UtilityBeans.BeanDescription.json.png      |  Bin
 .../doc-files/jrs.UtilityBeans.BeanDescription.png |  Bin
 .../doc-files/jrs.UtilityBeans.Hyperlink.json.png  |  Bin
 .../doc-files/jrs.UtilityBeans.Hyperlink.png       |  Bin
 .../doc-files/jrs.UtilityBeans.json.png            |  Bin
 .../doc-files/jrs.UtilityBeans.png                 |  Bin
 .../doc-files/jrs.restRPC.1.png                    |  Bin
 .../doc-files/jrs.restRPC.2.png                    |  Bin
 .../doc-files/jrs.restRPC.3.png                    |  Bin
 .../doc-files/jrs.restRPC.4.png                    |  Bin
 .../doc-files/jrs.restRPC.5.png                    |  Bin
 .../doc-files/jrs.restRPC.6.png                    |  Bin
 .../doc-files/jrs.restRPC.7.png                    |  Bin
 .../doc-files/jrs.restRPC.8.png                    |  Bin
 .../doc-files/jrs.restRPC.9.png                    |  Bin
 ...ver-rdf.html => 09.juneau-rest-server-rdf.html} |    0
 ...jaxrs.html => 10.juneau-rest-server-jaxrs.html} |    0
 .../01.jrsj.BaseProvider.html                      |    0
 ....html => 11.juneau-rest-server-springboot.html} |    0
 .../01.jrss.Overview.html                          |    0
 .../doc-files/jrss.Overview.HelloWorldResource.png |  Bin
 .../doc-files/jrss.Overview.RootResources.json.png |  Bin
 .../doc-files/jrss.Overview.RootResources.png      |  Bin
 ...rest-client.html => 12.juneau-rest-client.html} |    0
 .../01.jrc.PojoMarshalling.html                    |    0
 .../02.jrc.RequestParts.html                       |    0
 .../03.jrc.RequestContent.html                     |    0
 .../04.jrc.ResponseStatus.html                     |    0
 .../05.jrc.ResponseHeaders.html                    |    0
 .../06.jrc.ResponseContent.html                    |    0
 .../07.jrc.CustomCallHandlers.html                 |    0
 .../08.jrc.Interceptors.html                       |    0
 .../09.jrc.Proxies.html                            |    0
 .../09.jrc.Proxies/01.jrc.Remote.html              |    0
 .../09.jrc.Proxies/02.jrc.RemoteMethod.html        |    0
 .../09.jrc.Proxies/03.jrc.Content.html             |    0
 .../09.jrc.Proxies/04.jrc.FormData.html            |    0
 .../09.jrc.Proxies/05.jrc.Query.html               |    0
 .../09.jrc.Proxies/06.jrc.Header.html              |    0
 .../09.jrc.Proxies/07.jrc.Path.html                |    0
 .../09.jrc.Proxies/08.jrc.Request.html             |    0
 .../09.jrc.Proxies/09.jrc.Response.html            |    0
 .../10.jrc.DualPurposeInterfaces.html              |    0
 .../10.jrc.LoggingAndDebugging.html                |    0
 .../11.jrc.CustomizingHttpClient.html              |    0
 .../12.jrc.ExtendingRestClient.html                |    0
 .../13.jrc.Authentication.html                     |    0
 .../01.jrc.AuthenticationBASIC.html                |    0
 .../02.jrc.AuthenticationForm.html                 |    0
 .../03.jrc.AuthenticationOIDC.html                 |    0
 ...eau-rest-mock.html => 13.juneau-rest-mock.html} |    0
 .../01.jrm.MockRestClient.html                     |    0
 ...-core.html => 14.juneau-microservice-core.html} |    0
 .../01.jmc.Overview.html                           |    0
 .../02.jmc.LifecycleMethods.html                   |    0
 .../03.jmc.Args.html                               |    0
 .../04.jmc.Manifest.html                           |    0
 .../05.jmc.Config.html                             |    0
 .../06.jmc.SystemProperties.html                   |    0
 .../07.jmc.VarResolver.html                        |    0
 .../08.jmc.ConsoleCommands.html                    |    0
 .../09.jmc.Listeners.html                          |    0
 ...etty.html => 15.juneau-microservice-jetty.html} |    0
 .../01.jmj.Overview.html                           |    0
 .../02.jmj.LifecycleMethods.html                   |    0
 .../03.jmj.ResourceClasses.html                    |    0
 .../04.jmj.PredefinedResourceClasses.html          |    0
 .../05.jmj.Config.html                             |    0
 .../06.jmj.JettyXml.html                           |    0
 .../07.jmj.UiCustomization.html                    |    0
 .../08.jmj.Extending.html                          |    0
 .../doc-files/jmj.ResourceClasses.1.png            |  Bin
 .../doc-files/jmj.Running.1.png                    |  Bin
 .../doc-files/jmj.UiCustomization.1.png            |  Bin
 ...oservice.html => 16.my-jetty-microservice.html} |    0
 .../01.mjm.Installing.html                         |    0
 .../02.mjm.Running.html                            |    0
 .../03.mjm.Building.html                           |    0
 .../doc-files/mjm.Installing.1.png                 |  Bin
 .../doc-files/mjm.Installing.2.png                 |  Bin
 .../doc-files/mjm.Installing.3.png                 |  Bin
 .../doc-files/mjm.Running.1.png                    |  Bin
 ...ice.html => 17.my-springboot-microservice.html} |    0
 .../01.msm.Installing.html                         |    0
 .../02.msm.Running.html                            |    0
 .../03.msm.Building.html                           |    0
 .../doc-files/msm.Installing.1.png                 |  Bin
 .../doc-files/msm.Installing.2.png                 |  Bin
 .../doc-files/msm.Installing.3.png                 |  Bin
 .../doc-files/msm.Running.1.png                    |  Bin
 ...uneau-petstore.html => 18.juneau-petstore.html} |    0
 .../01.jp.RunningTheApp.html                       |    0
 .../02.jp.juneau-petstore-api.html                 |    0
 .../03.jp.juneau-petstore-client.html              |    0
 .../04.jp.juneau-petstore-server.html              |    0
 .../doc-files/9a.png                               |  Bin
 .../doc-files/9b.png                               |  Bin
 .../doc-files/9c.png                               |  Bin
 .../doc-files/9d.png                               |  Bin
 .../doc-files/9e.png                               |  Bin
 .../doc-files/9f.png                               |  Bin
 .../doc-files/9g.png                               |  Bin
 .../doc-files/9h.png                               |  Bin
 .../doc-files/PetStore.png                         |  Bin
 .../doc-files/PetStore_pets.png                    |  Bin
 .../doc-files/RootResources.png                    |  Bin
 .../{18.Glossaries.html => 19.Glossaries.html}     |    0
 .../01.g.LanguageSupport.html                      |    0
 .../02.g.Annotations.html                          |    0
 .../Topics/{19.Security.html => 20.Security.html}  |    0
 .../01.s.Marshall.html                             |    0
 .../{19.Security => 20.Security}/02.s.Svl.html     |    0
 .../{19.Security => 20.Security}/03.s.Rest.html    |    0
 juneau-doc/src/main/javadoc/overview.html          | 1585 ++++++++++----------
 juneau-doc/src/main/javadoc/resources/docs.txt     |    3 +-
 .../src/main/javadoc/resources/fragments/toc.html  |    5 +-
 .../assertion/FluentResponseBodyAssertion.java     |    2 +-
 .../assertion/FluentResponseHeaderAssertion.java   |    2 +-
 .../FluentResponseStatusLineAssertion.java         |    2 +-
 .../assertions/FluentProtocolVersionAssertion.java |    2 +-
 .../assertions/FluentRequestContentAssertion.java  |    2 +-
 .../FluentRequestFormParamAssertion.java           |    2 +-
 .../assertions/FluentRequestHeaderAssertion.java   |    2 +-
 .../assertions/FluentRequestLineAssertion.java     |    2 +-
 .../FluentRequestQueryParamAssertion.java          |    2 +-
 332 files changed, 912 insertions(+), 872 deletions(-)
 rename 
juneau-doc/docs/Topics/02.juneau-marshall/{22.jm.SimpleVariableLanguage.html => 
21.jm.SimpleVariableLanguage.html} (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{22.jm.SimpleVariableLanguage 
=> 21.jm.SimpleVariableLanguage}/01.jm.SvlVariables.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{22.jm.SimpleVariableLanguage 
=> 21.jm.SimpleVariableLanguage}/02.jm.VarResolvers.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{22.jm.SimpleVariableLanguage 
=> 21.jm.SimpleVariableLanguage}/03.jm.DefaultVarResolver.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{22.jm.SimpleVariableLanguage 
=> 21.jm.SimpleVariableLanguage}/04.jm.SvlOtherNotes.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{23.jm.Encoders.html => 
22.jm.Encoders.html} (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{24.jm.ObjectTools.html => 
23.jm.ObjectTools.html} (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{25.jm.JsonDetails.html => 
24.jm.JsonDetails.html} (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{25.jm.JsonDetails => 
24.jm.JsonDetails}/01.jm.JsonMethodology.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{25.jm.JsonDetails => 
24.jm.JsonDetails}/02.jm.JsonSerializers.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{25.jm.JsonDetails => 
24.jm.JsonDetails}/03.jm.SimplifiedJson.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{25.jm.JsonDetails => 
24.jm.JsonDetails}/04.jm.JsonParsers.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{25.jm.JsonDetails => 
24.jm.JsonDetails}/05.jm.JsonAnnotation.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{26.jm.JsonSchemaDetails.html 
=> 25.jm.JsonSchemaDetails.html} (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{27.jm.XmlDetails.html => 
26.jm.XmlDetails.html} (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{27.jm.XmlDetails => 
26.jm.XmlDetails}/01.jm.XmlMethodology.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{27.jm.XmlDetails => 
26.jm.XmlDetails}/02.jm.XmlSerializers.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{27.jm.XmlDetails => 
26.jm.XmlDetails}/03.jm.XmlParsers.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{27.jm.XmlDetails => 
26.jm.XmlDetails}/04.jm.XmlBeanTypeNameAnnotation.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{27.jm.XmlDetails => 
26.jm.XmlDetails}/05.jm.XmlChildNameAnnotation.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{27.jm.XmlDetails => 
26.jm.XmlDetails}/06.jm.XmlFormatAnnotation.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{27.jm.XmlDetails => 
26.jm.XmlDetails}/07.jm.XmlNamespaces.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{28.jm.HtmlDetails.html => 
27.jm.HtmlDetails.html} (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{28.jm.HtmlDetails => 
27.jm.HtmlDetails}/01.jm.HtmlMethodology.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{28.jm.HtmlDetails => 
27.jm.HtmlDetails}/02.jm.HtmlSerializers.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{28.jm.HtmlDetails => 
27.jm.HtmlDetails}/03.jm.HtmlParsers.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{28.jm.HtmlDetails => 
27.jm.HtmlDetails}/04.jm.HtmlAnnotation.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{28.jm.HtmlDetails => 
27.jm.HtmlDetails}/05.jm.HtmlRenderAnnotation.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{28.jm.HtmlDetails => 
27.jm.HtmlDetails}/06.jm.HtmlDocSerializer.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{28.jm.HtmlDetails => 
27.jm.HtmlDetails}/07.jm.BasicHtmlDocTemplate.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{28.jm.HtmlDetails => 
27.jm.HtmlDetails}/08.jm.HtmlCustomTemplates.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{29.jm.HtmlSchema.html => 
28.jm.HtmlSchema.html} (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{30.jm.UonDetails.html => 
29.jm.UonDetails.html} (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{30.jm.UonDetails => 
29.jm.UonDetails}/01.jm.UonMethodology.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{30.jm.UonDetails => 
29.jm.UonDetails}/02.jm.UonSerializers.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{30.jm.UonDetails => 
29.jm.UonDetails}/03.jm.UonParsers.html (100%)
 rename 
juneau-doc/docs/Topics/02.juneau-marshall/{31.jm.UrlEncodingDetails.html => 
30.jm.UrlEncodingDetails.html} (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{31.jm.UrlEncodingDetails => 
30.jm.UrlEncodingDetails}/01.jm.UrlEncMethodology.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{31.jm.UrlEncodingDetails => 
30.jm.UrlEncodingDetails}/02.jm.UrlEncSerializers.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{31.jm.UrlEncodingDetails => 
30.jm.UrlEncodingDetails}/03.jm.UrlEncParsers.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{31.jm.UrlEncodingDetails => 
30.jm.UrlEncodingDetails}/04.jm.UrlEncodingAnnotation.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{32.jm.MsgPackDetails.html => 
31.jm.MsgPackDetails.html} (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{32.jm.MsgPackDetails => 
31.jm.MsgPackDetails}/01.jm.MsgPackSerializers.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{32.jm.MsgPackDetails => 
31.jm.MsgPackDetails}/02.jm.MsgPackParsers.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{33.jm.OpenApiDetails.html => 
32.jm.OpenApiDetails.html} (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{33.jm.OpenApiDetails => 
32.jm.OpenApiDetails}/01.jm.OpenApiMethodology.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{33.jm.OpenApiDetails => 
32.jm.OpenApiDetails}/02.jm.OpenApiSerializers.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{33.jm.OpenApiDetails => 
32.jm.OpenApiDetails}/03.jm.OpenApiParsers.html (100%)
 rename juneau-doc/docs/Topics/02.juneau-marshall/{34.jm.BestPractices.html => 
33.jm.BestPractices.html} (100%)
 copy juneau-doc/docs/Topics/{10.juneau-rest-server-springboot.html => 
06.juneau-assertions.html} (75%)
 rename juneau-doc/docs/Topics/{02.juneau-marshall/21.jm.FluentAssertions.html 
=> 06.juneau-assertions/01.ja.Overview.html} (99%)
 rename juneau-doc/docs/Topics/{06.juneau-rest-common.html => 
07.juneau-rest-common.html} (100%)
 rename juneau-doc/docs/Topics/{06.juneau-rest-common => 
07.juneau-rest-common}/01.jrc.org.apache.juneau.http.html (100%)
 rename juneau-doc/docs/Topics/{06.juneau-rest-common => 
07.juneau-rest-common}/02.jrc.org.apache.juneau.http.annotation.html (100%)
 rename juneau-doc/docs/Topics/{06.juneau-rest-common => 
07.juneau-rest-common}/03.jrc.org.apache.juneau.http.header.html (100%)
 rename juneau-doc/docs/Topics/{06.juneau-rest-common => 
07.juneau-rest-common}/04.jrc.org.apache.juneau.http.part.html (100%)
 rename juneau-doc/docs/Topics/{06.juneau-rest-common => 
07.juneau-rest-common}/05.jrc.org.apache.juneau.http.entity.html (100%)
 rename juneau-doc/docs/Topics/{06.juneau-rest-common => 
07.juneau-rest-common}/06.jrc.org.apache.juneau.http.resource.html (100%)
 rename juneau-doc/docs/Topics/{06.juneau-rest-common => 
07.juneau-rest-common}/07.jrc.org.apache.juneau.http.response.html (100%)
 rename juneau-doc/docs/Topics/{06.juneau-rest-common => 
07.juneau-rest-common}/08.jrc.org.apache.juneau.http.remote.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server.html => 
08.juneau-rest-server.html} (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/01.jrs.Overview.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/02.jrs.AnnotatedClasses.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/02.jrs.AnnotatedClasses/01.jrs.PredefinedClasses.html 
(100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/02.jrs.AnnotatedClasses/02.jrs.ChildResources.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/02.jrs.AnnotatedClasses/03.jrs.PathVariables.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/02.jrs.AnnotatedClasses/04.jrs.Deployment.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/02.jrs.AnnotatedClasses/05.jrs.LifecycleHooks.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/03.jrs.RestOpAnnotatedMethods.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/03.jrs.RestOpAnnotatedMethods/01.jrs.InferredHttpMethodsAndPaths.html
 (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/03.jrs.RestOpAnnotatedMethods/02.jrs.JavaMethodParameters.html
 (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/03.jrs.RestOpAnnotatedMethods/03.jrs.JavaMethodReturnTypes.html
 (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/03.jrs.RestOpAnnotatedMethods/04.jrs.JavaMethodThrowableTypes.html
 (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/03.jrs.RestOpAnnotatedMethods/05.jrs.PathPatterns.html 
(100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/03.jrs.RestOpAnnotatedMethods/06.jrs.Matchers.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/03.jrs.RestOpAnnotatedMethods/07.jrs.OverloadingHttpMethods.html
 (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/03.jrs.RestOpAnnotatedMethods/08.jrs.AdditionalInformation.html
 (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/04.jrs.HttpParts.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/04.jrs.HttpParts/01.jrs.PartMarshallers.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/04.jrs.HttpParts/02.jrs.HttpPartAnnotations.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/04.jrs.HttpParts/03.jrs.DefaultParts.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/04.jrs.HttpParts/04.jrs.RequestBeans.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/04.jrs.HttpParts/05.jrs.ResponseBeans.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/04.jrs.HttpParts/06.jrs.HttpPartApis.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/05.jrs.Marshalling.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/06.jrs.HandlingFormPosts.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/07.jrs.Guards.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/08.jrs.Converters.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/09.jrs.LocalizedMessages.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/10.jrs.Encoders.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/11.jrs.ConfigurationFiles.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/12.jrs.SvlVariables.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/13.jrs.StaticFiles.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/14.jrs.ClientVersioning.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/15.jrs.Swagger.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/15.jrs.Swagger/01.jrs.BasicRestServletSwagger.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/15.jrs.Swagger/02.jrs.BasicSwaggerInfo.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/15.jrs.Swagger/03.jrs.SwaggerTags.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/15.jrs.Swagger/04.jrs.SwaggerOperations.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/15.jrs.Swagger/05.jrs.SwaggerParameters.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/15.jrs.Swagger/06.jrs.SwaggerResponses.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/15.jrs.Swagger/07.jrs.SwaggerModels.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/15.jrs.Swagger/08.jrs.SwaggerStylesheet.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/15.jrs.Swagger/doc-files/jrs.Swagger.Models.1.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/15.jrs.Swagger/doc-files/jrs.Swagger.Models.2.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/15.jrs.Swagger/doc-files/jrs.Swagger.Models.3.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/15.jrs.Swagger/doc-files/jrs.Swagger.Operations.1.png 
(100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/15.jrs.Swagger/doc-files/jrs.Swagger.Operations.2.png 
(100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/15.jrs.Swagger/doc-files/jrs.Swagger.Operations.3.png 
(100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/15.jrs.Swagger/doc-files/jrs.Swagger.Parameters.2.png 
(100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/16.jrs.ExecutionStatistics.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/17.jrs.HtmlDocAnnotation.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/17.jrs.HtmlDocAnnotation/01.jrs.HtmlUIvsDI.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/17.jrs.HtmlDocAnnotation/02.jrs.HtmlWidgets.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/17.jrs.HtmlDocAnnotation/03.jrs.HtmlPredefinedWidgets.html
 (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/17.jrs.HtmlDocAnnotation/04.jrs.HtmlUiCustomization.html 
(100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/17.jrs.HtmlDocAnnotation/05.jrs.HtmlStylesheets.html 
(100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/17.jrs.HtmlDocAnnotation/doc-files/jrs.HtmlDocAnnotation.PredefinedWidgets.1.png
 (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/17.jrs.HtmlDocAnnotation/doc-files/jrs.HtmlDocAnnotation.PredefinedWidgets.2.png
 (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/17.jrs.HtmlDocAnnotation/doc-files/jrs.HtmlDocAnnotation.PredefinedWidgets.3.png
 (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/17.jrs.HtmlDocAnnotation/doc-files/jrs.HtmlDocAnnotation.PredefinedWidgets.4.png
 (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/18.jrs.LoggingAndDebugging.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/19.jrs.HttpStatusCodes.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/20.jrs.BuiltInParameters.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/21.jrs.UsingWithOsgi.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/22.jrs.RestContext.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/23.jrs.RestOpContext.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/24.jrs.ResponseProcessors.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/25.jrs.RestRpc.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/26.jrs.SerializingUris.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/27.jrs.UtilityBeans.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/28.jrs.HtmlBeans.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/29.jrs.OtherNotes.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/32.jrs.LoggingAndErrorHandling/01.jrs.Log4j.html (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.ExecutionStatistics.1.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.ExecutionStatistics.2.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.HelloWorldExample.1.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.HtmlBeans.div.json.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.HtmlBeans.div.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.HtmlBeans.form.json.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.HtmlBeans.form.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.HtmlBeans.json.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.HtmlBeans.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.HtmlBeans.table.json.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.HtmlBeans.table.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.Overview.HelloWorldResource.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.Overview.RootResources.json.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.Overview.RootResources.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.RouterPages.1.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.Stylesheets.0.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.Stylesheets.1.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.Stylesheets.2.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.Stylesheets.3.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.Swagger.1.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.Swagger.2.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.Swagger.3.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.Swagger.4.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.Swagger.5.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.UiCustomization.1.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.UtilityBeans.BeanDescription.json.png 
(100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.UtilityBeans.BeanDescription.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.UtilityBeans.Hyperlink.json.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.UtilityBeans.Hyperlink.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.UtilityBeans.json.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.UtilityBeans.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.restRPC.1.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.restRPC.2.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.restRPC.3.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.restRPC.4.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.restRPC.5.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.restRPC.6.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.restRPC.7.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.restRPC.8.png (100%)
 rename juneau-doc/docs/Topics/{07.juneau-rest-server => 
08.juneau-rest-server}/doc-files/jrs.restRPC.9.png (100%)
 rename juneau-doc/docs/Topics/{08.juneau-rest-server-rdf.html => 
09.juneau-rest-server-rdf.html} (100%)
 rename juneau-doc/docs/Topics/{09.juneau-rest-server-jaxrs.html => 
10.juneau-rest-server-jaxrs.html} (100%)
 rename juneau-doc/docs/Topics/{09.juneau-rest-server-jaxrs => 
10.juneau-rest-server-jaxrs}/01.jrsj.BaseProvider.html (100%)
 rename juneau-doc/docs/Topics/{10.juneau-rest-server-springboot.html => 
11.juneau-rest-server-springboot.html} (100%)
 rename juneau-doc/docs/Topics/{10.juneau-rest-server-springboot => 
11.juneau-rest-server-springboot}/01.jrss.Overview.html (100%)
 rename juneau-doc/docs/Topics/{10.juneau-rest-server-springboot => 
11.juneau-rest-server-springboot}/doc-files/jrss.Overview.HelloWorldResource.png
 (100%)
 rename juneau-doc/docs/Topics/{10.juneau-rest-server-springboot => 
11.juneau-rest-server-springboot}/doc-files/jrss.Overview.RootResources.json.png
 (100%)
 rename juneau-doc/docs/Topics/{10.juneau-rest-server-springboot => 
11.juneau-rest-server-springboot}/doc-files/jrss.Overview.RootResources.png 
(100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client.html => 
12.juneau-rest-client.html} (100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/01.jrc.PojoMarshalling.html (100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/02.jrc.RequestParts.html (100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/03.jrc.RequestContent.html (100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/04.jrc.ResponseStatus.html (100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/05.jrc.ResponseHeaders.html (100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/06.jrc.ResponseContent.html (100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/07.jrc.CustomCallHandlers.html (100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/08.jrc.Interceptors.html (100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/09.jrc.Proxies.html (100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/09.jrc.Proxies/01.jrc.Remote.html (100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/09.jrc.Proxies/02.jrc.RemoteMethod.html (100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/09.jrc.Proxies/03.jrc.Content.html (100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/09.jrc.Proxies/04.jrc.FormData.html (100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/09.jrc.Proxies/05.jrc.Query.html (100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/09.jrc.Proxies/06.jrc.Header.html (100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/09.jrc.Proxies/07.jrc.Path.html (100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/09.jrc.Proxies/08.jrc.Request.html (100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/09.jrc.Proxies/09.jrc.Response.html (100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/09.jrc.Proxies/10.jrc.DualPurposeInterfaces.html (100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/10.jrc.LoggingAndDebugging.html (100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/11.jrc.CustomizingHttpClient.html (100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/12.jrc.ExtendingRestClient.html (100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/13.jrc.Authentication.html (100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/13.jrc.Authentication/01.jrc.AuthenticationBASIC.html 
(100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/13.jrc.Authentication/02.jrc.AuthenticationForm.html 
(100%)
 rename juneau-doc/docs/Topics/{11.juneau-rest-client => 
12.juneau-rest-client}/13.jrc.Authentication/03.jrc.AuthenticationOIDC.html 
(100%)
 rename juneau-doc/docs/Topics/{12.juneau-rest-mock.html => 
13.juneau-rest-mock.html} (100%)
 rename juneau-doc/docs/Topics/{12.juneau-rest-mock => 
13.juneau-rest-mock}/01.jrm.MockRestClient.html (100%)
 rename juneau-doc/docs/Topics/{13.juneau-microservice-core.html => 
14.juneau-microservice-core.html} (100%)
 rename juneau-doc/docs/Topics/{13.juneau-microservice-core => 
14.juneau-microservice-core}/01.jmc.Overview.html (100%)
 rename juneau-doc/docs/Topics/{13.juneau-microservice-core => 
14.juneau-microservice-core}/02.jmc.LifecycleMethods.html (100%)
 rename juneau-doc/docs/Topics/{13.juneau-microservice-core => 
14.juneau-microservice-core}/03.jmc.Args.html (100%)
 rename juneau-doc/docs/Topics/{13.juneau-microservice-core => 
14.juneau-microservice-core}/04.jmc.Manifest.html (100%)
 rename juneau-doc/docs/Topics/{13.juneau-microservice-core => 
14.juneau-microservice-core}/05.jmc.Config.html (100%)
 rename juneau-doc/docs/Topics/{13.juneau-microservice-core => 
14.juneau-microservice-core}/06.jmc.SystemProperties.html (100%)
 rename juneau-doc/docs/Topics/{13.juneau-microservice-core => 
14.juneau-microservice-core}/07.jmc.VarResolver.html (100%)
 rename juneau-doc/docs/Topics/{13.juneau-microservice-core => 
14.juneau-microservice-core}/08.jmc.ConsoleCommands.html (100%)
 rename juneau-doc/docs/Topics/{13.juneau-microservice-core => 
14.juneau-microservice-core}/09.jmc.Listeners.html (100%)
 rename juneau-doc/docs/Topics/{14.juneau-microservice-jetty.html => 
15.juneau-microservice-jetty.html} (100%)
 rename juneau-doc/docs/Topics/{14.juneau-microservice-jetty => 
15.juneau-microservice-jetty}/01.jmj.Overview.html (100%)
 rename juneau-doc/docs/Topics/{14.juneau-microservice-jetty => 
15.juneau-microservice-jetty}/02.jmj.LifecycleMethods.html (100%)
 rename juneau-doc/docs/Topics/{14.juneau-microservice-jetty => 
15.juneau-microservice-jetty}/03.jmj.ResourceClasses.html (100%)
 rename juneau-doc/docs/Topics/{14.juneau-microservice-jetty => 
15.juneau-microservice-jetty}/04.jmj.PredefinedResourceClasses.html (100%)
 rename juneau-doc/docs/Topics/{14.juneau-microservice-jetty => 
15.juneau-microservice-jetty}/05.jmj.Config.html (100%)
 rename juneau-doc/docs/Topics/{14.juneau-microservice-jetty => 
15.juneau-microservice-jetty}/06.jmj.JettyXml.html (100%)
 rename juneau-doc/docs/Topics/{14.juneau-microservice-jetty => 
15.juneau-microservice-jetty}/07.jmj.UiCustomization.html (100%)
 rename juneau-doc/docs/Topics/{14.juneau-microservice-jetty => 
15.juneau-microservice-jetty}/08.jmj.Extending.html (100%)
 rename juneau-doc/docs/Topics/{14.juneau-microservice-jetty => 
15.juneau-microservice-jetty}/doc-files/jmj.ResourceClasses.1.png (100%)
 rename juneau-doc/docs/Topics/{14.juneau-microservice-jetty => 
15.juneau-microservice-jetty}/doc-files/jmj.Running.1.png (100%)
 rename juneau-doc/docs/Topics/{14.juneau-microservice-jetty => 
15.juneau-microservice-jetty}/doc-files/jmj.UiCustomization.1.png (100%)
 rename juneau-doc/docs/Topics/{15.my-jetty-microservice.html => 
16.my-jetty-microservice.html} (100%)
 rename juneau-doc/docs/Topics/{15.my-jetty-microservice => 
16.my-jetty-microservice}/01.mjm.Installing.html (100%)
 rename juneau-doc/docs/Topics/{15.my-jetty-microservice => 
16.my-jetty-microservice}/02.mjm.Running.html (100%)
 rename juneau-doc/docs/Topics/{15.my-jetty-microservice => 
16.my-jetty-microservice}/03.mjm.Building.html (100%)
 rename juneau-doc/docs/Topics/{15.my-jetty-microservice => 
16.my-jetty-microservice}/doc-files/mjm.Installing.1.png (100%)
 rename juneau-doc/docs/Topics/{15.my-jetty-microservice => 
16.my-jetty-microservice}/doc-files/mjm.Installing.2.png (100%)
 rename juneau-doc/docs/Topics/{15.my-jetty-microservice => 
16.my-jetty-microservice}/doc-files/mjm.Installing.3.png (100%)
 rename juneau-doc/docs/Topics/{15.my-jetty-microservice => 
16.my-jetty-microservice}/doc-files/mjm.Running.1.png (100%)
 rename juneau-doc/docs/Topics/{16.my-springboot-microservice.html => 
17.my-springboot-microservice.html} (100%)
 rename juneau-doc/docs/Topics/{16.my-springboot-microservice => 
17.my-springboot-microservice}/01.msm.Installing.html (100%)
 rename juneau-doc/docs/Topics/{16.my-springboot-microservice => 
17.my-springboot-microservice}/02.msm.Running.html (100%)
 rename juneau-doc/docs/Topics/{16.my-springboot-microservice => 
17.my-springboot-microservice}/03.msm.Building.html (100%)
 rename juneau-doc/docs/Topics/{16.my-springboot-microservice => 
17.my-springboot-microservice}/doc-files/msm.Installing.1.png (100%)
 rename juneau-doc/docs/Topics/{16.my-springboot-microservice => 
17.my-springboot-microservice}/doc-files/msm.Installing.2.png (100%)
 rename juneau-doc/docs/Topics/{16.my-springboot-microservice => 
17.my-springboot-microservice}/doc-files/msm.Installing.3.png (100%)
 rename juneau-doc/docs/Topics/{16.my-springboot-microservice => 
17.my-springboot-microservice}/doc-files/msm.Running.1.png (100%)
 rename juneau-doc/docs/Topics/{17.juneau-petstore.html => 
18.juneau-petstore.html} (100%)
 rename juneau-doc/docs/Topics/{17.juneau-petstore => 
18.juneau-petstore}/01.jp.RunningTheApp.html (100%)
 rename juneau-doc/docs/Topics/{17.juneau-petstore => 
18.juneau-petstore}/02.jp.juneau-petstore-api.html (100%)
 rename juneau-doc/docs/Topics/{17.juneau-petstore => 
18.juneau-petstore}/03.jp.juneau-petstore-client.html (100%)
 rename juneau-doc/docs/Topics/{17.juneau-petstore => 
18.juneau-petstore}/04.jp.juneau-petstore-server.html (100%)
 rename juneau-doc/docs/Topics/{17.juneau-petstore => 
18.juneau-petstore}/doc-files/9a.png (100%)
 rename juneau-doc/docs/Topics/{17.juneau-petstore => 
18.juneau-petstore}/doc-files/9b.png (100%)
 rename juneau-doc/docs/Topics/{17.juneau-petstore => 
18.juneau-petstore}/doc-files/9c.png (100%)
 rename juneau-doc/docs/Topics/{17.juneau-petstore => 
18.juneau-petstore}/doc-files/9d.png (100%)
 rename juneau-doc/docs/Topics/{17.juneau-petstore => 
18.juneau-petstore}/doc-files/9e.png (100%)
 rename juneau-doc/docs/Topics/{17.juneau-petstore => 
18.juneau-petstore}/doc-files/9f.png (100%)
 rename juneau-doc/docs/Topics/{17.juneau-petstore => 
18.juneau-petstore}/doc-files/9g.png (100%)
 rename juneau-doc/docs/Topics/{17.juneau-petstore => 
18.juneau-petstore}/doc-files/9h.png (100%)
 rename juneau-doc/docs/Topics/{17.juneau-petstore => 
18.juneau-petstore}/doc-files/PetStore.png (100%)
 rename juneau-doc/docs/Topics/{17.juneau-petstore => 
18.juneau-petstore}/doc-files/PetStore_pets.png (100%)
 rename juneau-doc/docs/Topics/{17.juneau-petstore => 
18.juneau-petstore}/doc-files/RootResources.png (100%)
 rename juneau-doc/docs/Topics/{18.Glossaries.html => 19.Glossaries.html} (100%)
 rename juneau-doc/docs/Topics/{18.Glossaries => 
19.Glossaries}/01.g.LanguageSupport.html (100%)
 rename juneau-doc/docs/Topics/{18.Glossaries => 
19.Glossaries}/02.g.Annotations.html (100%)
 rename juneau-doc/docs/Topics/{19.Security.html => 20.Security.html} (100%)
 rename juneau-doc/docs/Topics/{19.Security => 20.Security}/01.s.Marshall.html 
(100%)
 rename juneau-doc/docs/Topics/{19.Security => 20.Security}/02.s.Svl.html (100%)
 rename juneau-doc/docs/Topics/{19.Security => 20.Security}/03.s.Rest.html 
(100%)

Reply via email to