Modified: johnzon/site/publish/index.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/index.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/index.html (original) +++ johnzon/site/publish/index.html Mon Jan 27 16:44:07 2020 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2019-11-22 + | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2020-01-27 | Rendered using Apache Maven Fluido Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20191122" /> + <meta name="Date-Revision-yyyymmdd" content="20200127" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Johnzon – Apache Johnzon</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" /> @@ -213,10 +213,10 @@ <div id="breadcrumbs"> <ul class="breadcrumb"> - <li id="publishDate">Last Published: 2019-11-22 + <li id="publishDate">Last Published: 2020-01-27 <span class="divider">|</span> </li> - <li id="projectVersion">Version: 1.2.3-SNAPSHOT + <li id="projectVersion">Version: 1.2.4-SNAPSHOT </li> @@ -1028,7 +1028,238 @@ factory.close(); <li>Doesn’t support references in the schema</li> <li>Doesn’t support: dependencies, propertyNames, if/then/else, allOf/anyOf/oneOf/not, format validations</li> -</ul></div></div> +</ul></div> +<div class="section"> +<h3><a name="OSGi_JAX-RS_Whiteboard"></a>OSGi JAX-RS Whiteboard</h3> +<p>Though Johnzon artifacts are OSGi bundles to begin with, this module provides further integration with the <a class="externalLink" href="https://osgi.org/specification/osgi.cmpn/7.0.0/service.jaxrs.html">OSGi JAX-RS Whiteboard</a> and <a class="externalLink" href="https://osgi.org/specification/osgi.enterprise/7.0.0/service.cdi.html">OSGi CDI Integration</a> specifications.</p> +<div class="section"> +<div class="section"> +<h5><a name="JAX-RS_JSON-B"></a>JAX-RS JSON-B</h5> +<p>This module provides <tt>MessageBodyWriter</tt> and <tt>MessageBodyReader</tt> extensions for the media type <tt>application/json</tt> (by default) to whiteboard JAX-RS Applications.</p> +<p>Configuration of this extension is managed via Configuration Admin using the <b>pid</b> <tt>org.apache.johnzon.jaxrs.jsonb</tt> and defines a Metatype schema with the following properties:</p> + +<table border="0" class="table table-striped"> + <thead> + +<tr class="a"> + +<th>Property </th> + +<th>Synopsis </th> + +<th>Type </th> + +<th>Default </th> + </tr> + </thead> + <tbody> + +<tr class="b"> + +<td><tt>ignores</tt> </td> + +<td>List of fully qualified class names to ignore </td> + +<td>String[] </td> + +<td>empty </td> + </tr> + +<tr class="a"> + +<td><tt>osgi.jaxrs.application.select</tt> </td> + +<td>Filter expression used to match the extension to JAX-RS Whiteboard Applications </td> + +<td>String </td> + +<td><tt>(!(johnzon.jsonb=false))</tt> <i>(which is a convention allowing the extension to bind to all applications unless the application is configured with <tt>johnzon.jsonb=false</tt>)</i> </td> + </tr> + +<tr class="b"> + +<td><tt>osgi.jaxrs.media.type</tt> </td> + +<td>List of media types handled by the extension </td> + +<td>String[] </td> + +<td><tt>application/json</tt> </td> + </tr> + +<tr class="a"> + +<td><tt>throw.no.content.exception.on.empty.streams</tt> </td> + +<td> </td> + +<td>boolean </td> + +<td><tt>false</tt> </td> + </tr> + +<tr class="b"> + +<td><tt>fail.on.unknown.properties</tt> </td> + +<td> </td> + +<td>boolean </td> + +<td><tt>false</tt> </td> + </tr> + +<tr class="a"> + +<td><tt>use.js.range</tt> </td> + +<td> </td> + +<td>boolean </td> + +<td><tt>false</tt> </td> + </tr> + +<tr class="b"> + +<td><tt>other.properties</tt> </td> + +<td> </td> + +<td>String </td> + +<td>empty </td> + </tr> + +<tr class="a"> + +<td><tt>ijson</tt> </td> + +<td> </td> + +<td>boolean </td> + +<td><tt>false</tt> </td> + </tr> + +<tr class="b"> + +<td><tt>encoding</tt> </td> + +<td> </td> + +<td>String </td> + +<td>empty </td> + </tr> + +<tr class="a"> + +<td><tt>binary.datastrategy</tt> </td> + +<td> </td> + +<td>String </td> + +<td>empty </td> + </tr> + +<tr class="b"> + +<td><tt>property.naming.strategy</tt> </td> + +<td> </td> + +<td>String </td> + +<td>empty </td> + </tr> + +<tr class="a"> + +<td><tt>property.order.strategy</tt> </td> + +<td> </td> + +<td>String </td> + +<td>empty </td> + </tr> + +<tr class="b"> + +<td><tt>null.values</tt> </td> + +<td> </td> + +<td>boolean </td> + +<td><tt>false</tt> </td> + </tr> + +<tr class="a"> + +<td><tt>pretty</tt> </td> + +<td> </td> + +<td>boolean </td> + +<td><tt>false</tt> </td> + </tr> + +<tr class="b"> + +<td><tt>fail.on.missing.creator.values</tt> </td> + +<td> </td> + +<td>boolean </td> + +<td><tt>false</tt> </td> + </tr> + +<tr class="a"> + +<td><tt>polymorphic.serialization.predicate</tt> </td> + +<td> </td> + +<td>String </td> + +<td>empty </td> + </tr> + +<tr class="b"> + +<td><tt>polymorphic.deserialization.predicate</tt> </td> + +<td> </td> + +<td>String </td> + +<td>empty </td> + </tr> + +<tr class="a"> + +<td><tt>polymorphic.discriminator</tt> </td> + +<td> </td> + +<td>String </td> + +<td>empty </td> + </tr> + </tbody> +</table></div> +<div class="section"> +<h5><a name="CDI"></a>CDI</h5> +<p>Since JSON-B specification provides an integration with the CDI specification to handle caching, this module also provides such integration for OSGi CDI Integration specification by providing an <tt>javax.enterprise.inject.spi.Extension</tt> service with the required service property <tt>osgi.cdi.extension</tt> with the value <tt>JavaJSONB</tt>.</p></div> +<div class="section"> +<h5><a name="Implicit_Extensions"></a>Implicit Extensions</h5> +<p>In order to reduce the burden of configuration Apache Aries CDI (the OSGi CDI Integration RI) provides a feature of implicit extensions. These are extensions which the developer doesn’t have to configure a requirement for in their CDI bundle. The Johnzon JSON-B CDI extension is such an extension and as such when running in Aries CDI does not need to be required.</p> +<p>This is achieve using the service property <tt>aries.cdi.extension.mode=implicit</tt>.</p></div></div></div></div> </div> </div> </div>
Modified: johnzon/site/publish/integration.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/integration.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/integration.html (original) +++ johnzon/site/publish/integration.html Mon Jan 27 16:44:07 2020 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2019-11-22 + | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2020-01-27 | Rendered using Apache Maven Fluido Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20191122" /> + <meta name="Date-Revision-yyyymmdd" content="20200127" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Johnzon – CI Management</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" /> @@ -213,10 +213,10 @@ <div id="breadcrumbs"> <ul class="breadcrumb"> - <li id="publishDate">Last Published: 2019-11-22 + <li id="publishDate">Last Published: 2020-01-27 <span class="divider">|</span> </li> - <li id="projectVersion">Version: 1.2.3-SNAPSHOT + <li id="projectVersion">Version: 1.2.4-SNAPSHOT </li> Modified: johnzon/site/publish/issue-tracking.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/issue-tracking.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/issue-tracking.html (original) +++ johnzon/site/publish/issue-tracking.html Mon Jan 27 16:44:07 2020 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2019-11-22 + | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2020-01-27 | Rendered using Apache Maven Fluido Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20191122" /> + <meta name="Date-Revision-yyyymmdd" content="20200127" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Johnzon – Issue Management</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" /> @@ -213,10 +213,10 @@ <div id="breadcrumbs"> <ul class="breadcrumb"> - <li id="publishDate">Last Published: 2019-11-22 + <li id="publishDate">Last Published: 2020-01-27 <span class="divider">|</span> </li> - <li id="projectVersion">Version: 1.2.3-SNAPSHOT + <li id="projectVersion">Version: 1.2.4-SNAPSHOT </li> Modified: johnzon/site/publish/jira-report.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/jira-report.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/jira-report.html (original) +++ johnzon/site/publish/jira-report.html Mon Jan 27 16:44:07 2020 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2019-11-22 + | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2020-01-27 | Rendered using Apache Maven Fluido Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20191122" /> + <meta name="Date-Revision-yyyymmdd" content="20200127" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Johnzon – </title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" /> @@ -213,10 +213,10 @@ <div id="breadcrumbs"> <ul class="breadcrumb"> - <li id="publishDate">Last Published: 2019-11-22 + <li id="publishDate">Last Published: 2020-01-27 <span class="divider">|</span> </li> - <li id="projectVersion">Version: 1.2.3-SNAPSHOT + <li id="projectVersion">Version: 1.2.4-SNAPSHOT </li> Modified: johnzon/site/publish/johnzon-core/apidocs/allclasses-frame.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/allclasses-frame.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/allclasses-frame.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/allclasses-frame.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>All Classes (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>All Classes (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> Modified: johnzon/site/publish/johnzon-core/apidocs/allclasses-noframe.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/allclasses-noframe.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/allclasses-noframe.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/allclasses-noframe.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>All Classes (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>All Classes (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> Modified: johnzon/site/publish/johnzon-core/apidocs/constant-values.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/constant-values.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/constant-values.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/constant-values.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Constant Field Values (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>Constant Field Values (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Constant Field Values (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="Constant Field Values (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -538,6 +538,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/deprecated-list.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/deprecated-list.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/deprecated-list.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/deprecated-list.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Deprecated List (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>Deprecated List (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Deprecated List (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="Deprecated List (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -120,6 +120,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/help-doc.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/help-doc.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/help-doc.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/help-doc.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>API Help (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>API Help (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="API Help (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="API Help (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -225,6 +225,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/index-all.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/index-all.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/index-all.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/index-all.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Index (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>Index (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Index (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="Index (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -2091,6 +2091,6 @@ the order they are declared.</div> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/index.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/index.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/index.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/index.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Johnzon :: Core 1.2.3-SNAPSHOT API</title> +<title>Johnzon :: Core 1.2.4-SNAPSHOT API</title> <script type="text/javascript"> tmpTargetPage = "" + window.location.search; if (tmpTargetPage != "" && tmpTargetPage != "undefined") Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/AbstractJsonFactory.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/AbstractJsonFactory.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/AbstractJsonFactory.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/AbstractJsonFactory.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>AbstractJsonFactory (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>AbstractJsonFactory (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="AbstractJsonFactory (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="AbstractJsonFactory (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -397,6 +397,6 @@ implements <a href="http://docs.oracle.c <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategy.BufferProvider.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategy.BufferProvider.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategy.BufferProvider.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategy.BufferProvider.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BufferStrategy.BufferProvider (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>BufferStrategy.BufferProvider (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BufferStrategy.BufferProvider (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="BufferStrategy.BufferProvider (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -245,6 +245,6 @@ extends <a href="http://docs.oracle.com/ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategy.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategy.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategy.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategy.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BufferStrategy (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>BufferStrategy (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BufferStrategy (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="BufferStrategy (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -237,6 +237,6 @@ var activeTableTab = "activeTableTab"; <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.CharBufferByInstanceProvider.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.CharBufferByInstanceProvider.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.CharBufferByInstanceProvider.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.CharBufferByInstanceProvider.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BufferStrategyFactory.CharBufferByInstanceProvider (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>BufferStrategyFactory.CharBufferByInstanceProvider (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BufferStrategyFactory.CharBufferByInstanceProvider (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="BufferStrategyFactory.CharBufferByInstanceProvider (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -333,6 +333,6 @@ implements <a href="../../../../org/apac <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.CharBufferQueueProvider.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.CharBufferQueueProvider.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.CharBufferQueueProvider.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.CharBufferQueueProvider.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BufferStrategyFactory.CharBufferQueueProvider (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>BufferStrategyFactory.CharBufferQueueProvider (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BufferStrategyFactory.CharBufferQueueProvider (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="BufferStrategyFactory.CharBufferQueueProvider (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -291,6 +291,6 @@ extends <a href="../../../../org/apache/ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.CharBufferSingletonProvider.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.CharBufferSingletonProvider.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.CharBufferSingletonProvider.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.CharBufferSingletonProvider.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BufferStrategyFactory.CharBufferSingletonProvider (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>BufferStrategyFactory.CharBufferSingletonProvider (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BufferStrategyFactory.CharBufferSingletonProvider (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="BufferStrategyFactory.CharBufferSingletonProvider (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -325,6 +325,6 @@ extends <a href="../../../../org/apache/ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.CharBufferThreadLocalProvider.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.CharBufferThreadLocalProvider.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.CharBufferThreadLocalProvider.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.CharBufferThreadLocalProvider.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BufferStrategyFactory.CharBufferThreadLocalProvider (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>BufferStrategyFactory.CharBufferThreadLocalProvider (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BufferStrategyFactory.CharBufferThreadLocalProvider (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="BufferStrategyFactory.CharBufferThreadLocalProvider (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -291,6 +291,6 @@ extends <a href="../../../../org/apache/ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.QueueProvider.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.QueueProvider.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.QueueProvider.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.QueueProvider.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BufferStrategyFactory.QueueProvider (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>BufferStrategyFactory.QueueProvider (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BufferStrategyFactory.QueueProvider (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="BufferStrategyFactory.QueueProvider (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -365,6 +365,6 @@ implements <a href="../../../../org/apac <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.SingletonProvider.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.SingletonProvider.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.SingletonProvider.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.SingletonProvider.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BufferStrategyFactory.SingletonProvider (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>BufferStrategyFactory.SingletonProvider (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BufferStrategyFactory.SingletonProvider (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="BufferStrategyFactory.SingletonProvider (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -352,6 +352,6 @@ implements <a href="../../../../org/apac <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.ThreadLocalProvider.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.ThreadLocalProvider.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.ThreadLocalProvider.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.ThreadLocalProvider.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BufferStrategyFactory.ThreadLocalProvider (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>BufferStrategyFactory.ThreadLocalProvider (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BufferStrategyFactory.ThreadLocalProvider (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="BufferStrategyFactory.ThreadLocalProvider (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -352,6 +352,6 @@ implements <a href="../../../../org/apac <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/BufferStrategyFactory.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BufferStrategyFactory (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>BufferStrategyFactory (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BufferStrategyFactory (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="BufferStrategyFactory (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -365,6 +365,6 @@ extends <a href="http://docs.oracle.com/ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/CommentsJsonStreamParserImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/CommentsJsonStreamParserImpl.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/CommentsJsonStreamParserImpl.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/CommentsJsonStreamParserImpl.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>CommentsJsonStreamParserImpl (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>CommentsJsonStreamParserImpl (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="CommentsJsonStreamParserImpl (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="CommentsJsonStreamParserImpl (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -386,6 +386,6 @@ extends <a href="../../../../org/apache/ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/DiffBase.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/DiffBase.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/DiffBase.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/DiffBase.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>DiffBase (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>DiffBase (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="DiffBase (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="DiffBase (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -290,6 +290,6 @@ implements <a href="http://docs.oracle.c <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/Experimental.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/Experimental.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/Experimental.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/Experimental.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Experimental (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>Experimental (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Experimental (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="Experimental (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -162,6 +162,6 @@ public @interface <span class="memberNam <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/HStack.Node.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/HStack.Node.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/HStack.Node.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/HStack.Node.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>HStack.Node (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>HStack.Node (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="HStack.Node (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="HStack.Node (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -297,6 +297,6 @@ implements <a href="http://docs.oracle.c <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/HStack.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/HStack.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/HStack.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/HStack.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>HStack (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>HStack (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="HStack (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="HStack (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -385,6 +385,6 @@ implements <a href="http://docs.oracle.c <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JohnzonJsonParser.JohnzonJsonParserWrapper.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JohnzonJsonParser.JohnzonJsonParserWrapper.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JohnzonJsonParser.JohnzonJsonParserWrapper.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JohnzonJsonParser.JohnzonJsonParserWrapper.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JohnzonJsonParser.JohnzonJsonParserWrapper (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>JohnzonJsonParser.JohnzonJsonParserWrapper (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JohnzonJsonParser.JohnzonJsonParserWrapper (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="JohnzonJsonParser.JohnzonJsonParserWrapper (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -655,6 +655,6 @@ implements <a href="../../../../org/apac <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JohnzonJsonParser.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JohnzonJsonParser.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JohnzonJsonParser.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JohnzonJsonParser.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JohnzonJsonParser (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>JohnzonJsonParser (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JohnzonJsonParser (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="JohnzonJsonParser (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -291,6 +291,6 @@ extends javax.json.stream.JsonParser</pr <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JohnzonJsonParserImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JohnzonJsonParserImpl.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JohnzonJsonParserImpl.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JohnzonJsonParserImpl.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JohnzonJsonParserImpl (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>JohnzonJsonParserImpl (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JohnzonJsonParserImpl (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="JohnzonJsonParserImpl (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -550,6 +550,6 @@ implements <a href="../../../../org/apac <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonArrayBuilderImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonArrayBuilderImpl.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonArrayBuilderImpl.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonArrayBuilderImpl.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonArrayBuilderImpl (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>JsonArrayBuilderImpl (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonArrayBuilderImpl (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="JsonArrayBuilderImpl (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -1061,6 +1061,6 @@ implements javax.json.JsonArrayBuilder, <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonArrayImpl.JsonArrayIterator.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonArrayImpl.JsonArrayIterator.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonArrayImpl.JsonArrayIterator.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonArrayImpl.JsonArrayIterator.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonArrayImpl.JsonArrayIterator (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>JsonArrayImpl.JsonArrayIterator (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonArrayImpl.JsonArrayIterator (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="JsonArrayImpl.JsonArrayIterator (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -344,6 +344,6 @@ implements <a href="http://docs.oracle.c <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonArrayImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonArrayImpl.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonArrayImpl.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonArrayImpl.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonArrayImpl (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>JsonArrayImpl (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonArrayImpl (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="JsonArrayImpl (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -828,6 +828,6 @@ implements javax.json.JsonArray, <a href <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonBuilderFactoryImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonBuilderFactoryImpl.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonBuilderFactoryImpl.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonBuilderFactoryImpl.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonBuilderFactoryImpl (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>JsonBuilderFactoryImpl (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonBuilderFactoryImpl (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="JsonBuilderFactoryImpl (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -457,6 +457,6 @@ implements javax.json.JsonBuilderFactory <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonChars.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonChars.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonChars.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonChars.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonChars (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>JsonChars (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonChars (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="JsonChars (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -970,6 +970,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonDoubleImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonDoubleImpl.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonDoubleImpl.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonDoubleImpl.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonDoubleImpl (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>JsonDoubleImpl (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonDoubleImpl (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="JsonDoubleImpl (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -596,6 +596,6 @@ implements javax.json.JsonNumber, <a hre <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonGeneratorFactoryImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonGeneratorFactoryImpl.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonGeneratorFactoryImpl.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonGeneratorFactoryImpl.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonGeneratorFactoryImpl (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>JsonGeneratorFactoryImpl (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonGeneratorFactoryImpl (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="JsonGeneratorFactoryImpl (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -444,6 +444,6 @@ implements javax.json.stream.JsonGenerat <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonGeneratorImpl.GeneratorState.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonGeneratorImpl.GeneratorState.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonGeneratorImpl.GeneratorState.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonGeneratorImpl.GeneratorState.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonGeneratorImpl.GeneratorState (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>JsonGeneratorImpl.GeneratorState (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonGeneratorImpl.GeneratorState (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="JsonGeneratorImpl.GeneratorState (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -475,6 +475,6 @@ not permitted.)</div> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonGeneratorImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonGeneratorImpl.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonGeneratorImpl.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonGeneratorImpl.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonGeneratorImpl (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>JsonGeneratorImpl (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonGeneratorImpl (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="JsonGeneratorImpl (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -1286,6 +1286,6 @@ implements javax.json.stream.JsonGenerat <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonInMemoryParser.ArrayIterator.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonInMemoryParser.ArrayIterator.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonInMemoryParser.ArrayIterator.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonInMemoryParser.ArrayIterator.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonInMemoryParser.ArrayIterator (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>JsonInMemoryParser.ArrayIterator (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonInMemoryParser.ArrayIterator (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="JsonInMemoryParser.ArrayIterator (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -370,6 +370,6 @@ implements <a href="http://docs.oracle.c <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonInMemoryParser.ObjectIterator.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonInMemoryParser.ObjectIterator.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonInMemoryParser.ObjectIterator.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonInMemoryParser.ObjectIterator.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonInMemoryParser.ObjectIterator (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>JsonInMemoryParser.ObjectIterator (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonInMemoryParser.ObjectIterator (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="JsonInMemoryParser.ObjectIterator (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -383,6 +383,6 @@ implements <a href="http://docs.oracle.c <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonInMemoryParser.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonInMemoryParser.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonInMemoryParser.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonInMemoryParser.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonInMemoryParser (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>JsonInMemoryParser (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonInMemoryParser (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="JsonInMemoryParser (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -657,6 +657,6 @@ extends <a href="../../../../org/apache/ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonLocationImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonLocationImpl.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonLocationImpl.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonLocationImpl.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonLocationImpl (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>JsonLocationImpl (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonLocationImpl (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="JsonLocationImpl (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -440,6 +440,6 @@ implements javax.json.stream.JsonLocatio <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonLongImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonLongImpl.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonLongImpl.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonLongImpl.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonLongImpl (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>JsonLongImpl (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonLongImpl (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="JsonLongImpl (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -587,6 +587,6 @@ implements javax.json.JsonNumber, <a hre <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonMergePatchDiff.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonMergePatchDiff.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonMergePatchDiff.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonMergePatchDiff.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonMergePatchDiff (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>JsonMergePatchDiff (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonMergePatchDiff (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="JsonMergePatchDiff (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -365,6 +365,6 @@ extends <a href="../../../../org/apache/ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file Modified: johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonMergePatchImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonMergePatchImpl.html?rev=1873223&r1=1873222&r2=1873223&view=diff ============================================================================== --- johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonMergePatchImpl.html (original) +++ johnzon/site/publish/johnzon-core/apidocs/org/apache/johnzon/core/JsonMergePatchImpl.html Mon Jan 27 16:44:07 2020 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonMergePatchImpl (Johnzon :: Core 1.2.3-SNAPSHOT API)</title> +<title>JsonMergePatchImpl (Johnzon :: Core 1.2.4-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonMergePatchImpl (Johnzon :: Core 1.2.3-SNAPSHOT API)"; + parent.document.title="JsonMergePatchImpl (Johnzon :: Core 1.2.4-SNAPSHOT API)"; } } catch(err) { @@ -380,6 +380,6 @@ implements javax.json.JsonMergePatch, <a <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2014–2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2014–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> \ No newline at end of file
