Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/ResponseProcessingException.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/ResponseProcessingException.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/ResponseProcessingException.html
 (original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/ResponseProcessingException.html
 Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:47:43 UTC 2019 -->
 <title>ResponseProcessingException</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -134,7 +132,7 @@ var activeTableTab = "activeTableTab";
 <br>
 <pre>public class <span 
class="typeNameLabel">ResponseProcessingException</span>
 extends <a href="../../../../javax/ws/rs/ProcessingException.html" 
title="class in javax.ws.rs">ProcessingException</a></pre>
-<div class="block">JAX-RS client-side runtime processing exception thrown to 
indicate that
+<div class="block">Client-side runtime processing exception thrown to indicate 
that
  response processing has failed (e.g. in a filter chain or during message
  entity de-serialization). The exception contains the nested <a 
href="../../../../javax/ws/rs/core/Response.html" title="class in 
javax.ws.rs.core"><code>Response</code></a>
  instance for which the runtime response processing failed.</div>
@@ -164,7 +162,7 @@ extends <a href="../../../../javax/ws/rs
 <tr class="altColor">
 <td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../javax/ws/rs/client/ResponseProcessingException.html#ResponseProcessingException-javax.ws.rs.core.Response-java.lang.String-">ResponseProcessingException</a></span>(<a
 href="../../../../javax/ws/rs/core/Response.html" title="class in 
javax.ws.rs.core">Response</a>&nbsp;response,
                            java.lang.String&nbsp;message)</code>
-<div class="block">Constructs a new JAX-RS runtime processing exception with 
the specified detail
+<div class="block">Constructs a new runtime processing exception with the 
specified detail
  message.</div>
 </td>
 </tr>
@@ -172,14 +170,14 @@ extends <a href="../../../../javax/ws/rs
 <td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../javax/ws/rs/client/ResponseProcessingException.html#ResponseProcessingException-javax.ws.rs.core.Response-java.lang.String-java.lang.Throwable-">ResponseProcessingException</a></span>(<a
 href="../../../../javax/ws/rs/core/Response.html" title="class in 
javax.ws.rs.core">Response</a>&nbsp;response,
                            java.lang.String&nbsp;message,
                            java.lang.Throwable&nbsp;cause)</code>
-<div class="block">Constructs a new JAX-RS runtime response processing 
exception with the specified detail
+<div class="block">Constructs a new runtime response processing exception with 
the specified detail
  message and cause.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../javax/ws/rs/client/ResponseProcessingException.html#ResponseProcessingException-javax.ws.rs.core.Response-java.lang.Throwable-">ResponseProcessingException</a></span>(<a
 href="../../../../javax/ws/rs/core/Response.html" title="class in 
javax.ws.rs.core">Response</a>&nbsp;response,
                            java.lang.Throwable&nbsp;cause)</code>
-<div class="block">Constructs a new JAX-RS runtime response processing 
exception
+<div class="block">Constructs a new runtime response processing exception
  for a specific <a href="../../../../javax/ws/rs/core/Response.html" 
title="class in javax.ws.rs.core"><code>response</code></a> with the specified 
cause
  and a detail message of <code>(cause==null ? null : cause.toString())</code>
  (which typically contains the class and detail message of 
<code>cause</code>).</div>
@@ -243,7 +241,7 @@ extends <a href="../../../../javax/ws/rs
 <h4>ResponseProcessingException</h4>
 <pre>public&nbsp;ResponseProcessingException(<a 
href="../../../../javax/ws/rs/core/Response.html" title="class in 
javax.ws.rs.core">Response</a>&nbsp;response,
                                    java.lang.Throwable&nbsp;cause)</pre>
-<div class="block">Constructs a new JAX-RS runtime response processing 
exception
+<div class="block">Constructs a new runtime response processing exception
  for a specific <a href="../../../../javax/ws/rs/core/Response.html" 
title="class in javax.ws.rs.core"><code>response</code></a> with the specified 
cause
  and a detail message of <code>(cause==null ? null : cause.toString())</code>
  (which typically contains the class and detail message of <code>cause</code>).
@@ -267,7 +265,7 @@ extends <a href="../../../../javax/ws/rs
 <pre>public&nbsp;ResponseProcessingException(<a 
href="../../../../javax/ws/rs/core/Response.html" title="class in 
javax.ws.rs.core">Response</a>&nbsp;response,
                                    java.lang.String&nbsp;message,
                                    java.lang.Throwable&nbsp;cause)</pre>
-<div class="block">Constructs a new JAX-RS runtime response processing 
exception with the specified detail
+<div class="block">Constructs a new runtime response processing exception with 
the specified detail
  message and cause.
  <p/>
  Note that the detail message associated with <code>cause</code> is <i>not</i>
@@ -291,7 +289,7 @@ extends <a href="../../../../javax/ws/rs
 <h4>ResponseProcessingException</h4>
 <pre>public&nbsp;ResponseProcessingException(<a 
href="../../../../javax/ws/rs/core/Response.html" title="class in 
javax.ws.rs.core">Response</a>&nbsp;response,
                                    java.lang.String&nbsp;message)</pre>
-<div class="block">Constructs a new JAX-RS runtime processing exception with 
the specified detail
+<div class="block">Constructs a new runtime processing exception with the 
specified detail
  message. The cause is not initialized, and may subsequently be initialized
  by a call to <code>Throwable.initCause(java.lang.Throwable)</code>.</div>
 <dl>

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/RxInvoker.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/RxInvoker.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/RxInvoker.html 
(original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/RxInvoker.html 
Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:47:43 UTC 2019 -->
 <title>RxInvoker</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -109,9 +107,9 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>public interface <span 
class="typeNameLabel">RxInvoker&lt;T&gt;</span></pre>
-<div class="block">Uniform interface for reactive invocation of HTTP methods. 
All reactive invokers in JAX-RS must
+<div class="block">Uniform interface for reactive invocation of HTTP methods. 
All reactive invokers must
  implement this interface. The type parameter <code>T</code> represents the 
Java type of an asynchronous
- computation. All JAX-RS implementations MUST support the default reactive 
invoker based on
+ computation. All API implementations MUST support the default reactive 
invoker based on
  <code>CompletionStage</code>.</div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/RxInvokerProvider.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/RxInvokerProvider.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/RxInvokerProvider.html
 (original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/RxInvokerProvider.html
 Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:47:43 UTC 2019 -->
 <title>RxInvokerProvider</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/SyncInvoker.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/SyncInvoker.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/SyncInvoker.html 
(original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/SyncInvoker.html 
Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:47:43 UTC 2019 -->
 <title>SyncInvoker</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/WebTarget.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/WebTarget.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/WebTarget.html 
(original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/WebTarget.html 
Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:47:43 UTC 2019 -->
 <title>WebTarget</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/package-frame.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/package-frame.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/package-frame.html
 (original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/package-frame.html
 Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:48:05 UTC 2019 -->
 <title>javax.ws.rs.client</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/package-summary.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/package-summary.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/package-summary.html
 (original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/package-summary.html
 Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:48:05 UTC 2019 -->
 <title>javax.ws.rs.client</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -71,7 +69,7 @@
 <div class="header">
 <h1 title="Package" class="title">Package&nbsp;javax.ws.rs.client</h1>
 <div class="docSummary">
-<div class="block">The JAX-RS client API</div>
+<div class="block">The Client API</div>
 </div>
 <p>See:&nbsp;<a href="#package.description">Description</a></p>
 </div>
@@ -209,7 +207,7 @@
 <tr class="altColor">
 <td class="colFirst"><a 
href="../../../../javax/ws/rs/client/ResponseProcessingException.html" 
title="class in javax.ws.rs.client">ResponseProcessingException</a></td>
 <td class="colLast">
-<div class="block">JAX-RS client-side runtime processing exception thrown to 
indicate that
+<div class="block">Client-side runtime processing exception thrown to indicate 
that
  response processing has failed (e.g.</div>
 </td>
 </tr>
@@ -221,16 +219,16 @@
 <!--   -->
 </a>
 <h2 title="Package javax.ws.rs.client Description">Package javax.ws.rs.client 
Description</h2>
-<div class="block"><h1>The JAX-RS client API</h1>
+<div class="block"><h1>The Client API</h1>
 
- The JAX-RS client API is a Java based API used to access Web resources.
- It is not restricted to resources implemented using JAX-RS.
- It provides a higher-level abstraction compared to a <code>plain HTTP 
communication API</code> as well as integration with the JAX-RS extension
+ The Client API is a Java based API used to access Web resources.
+ It is not restricted to resources implemented using this API.
+ It provides a higher-level abstraction compared to a <code>plain HTTP 
communication API</code> as well as integration with extension
  providers, in order to enable concise and efficient implementation of
  reusable client-side solutions that leverage existing and well
  established client-side implementations of HTTP-based communication.
  <p />
- The JAX-RS Client API encapsulates the Uniform Interface Constraint &ndash;
+ The Client API encapsulates the Uniform Interface Constraint &ndash;
  a key constraint of the REST architectural style &ndash; and associated data
  elements as client-side Java artifacts and supports a pluggable architecture
  by defining multiple extension points.
@@ -268,7 +266,7 @@
        <a href="../../../../javax/ws/rs/client/Invocation.html" 
title="interface in javax.ws.rs.client"><code>Invocation</code></a> for later 
submission</li>
  </ol>
 
- As illustrated above, individual Web resources are in the JAX-RS Client API
+ As illustrated above, individual Web resources are in the Client API
  represented as resource targets. Each <code>WebTarget</code> instance is 
bound to a
  concrete URI, e.g. <code>"http://example.org/messages/123";</code>,
  or a URI template, e.g. <code>"http://example.org/messages/{id}";</code>.

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/package-tree.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/package-tree.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/package-tree.html 
(original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/client/package-tree.html 
Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:48:05 UTC 2019 -->
 <title>javax.ws.rs.client Class Hierarchy</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/AsyncResponse.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/AsyncResponse.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/AsyncResponse.html
 (original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/AsyncResponse.html
 Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:47:43 UTC 2019 -->
 <title>AsyncResponse</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -101,7 +99,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>public interface <span class="typeNameLabel">AsyncResponse</span></pre>
-<div class="block">An injectable JAX-RS asynchronous response that provides 
means for asynchronous server side
+<div class="block">An injectable and asynchronous response that provides means 
for asynchronous server side
  response processing.
  <p>
  A new instance of <code>AsyncResponse</code> may be injected into a
@@ -333,16 +331,16 @@ var activeTableTab = "activeTableTab";
 <div class="block">Resume the suspended request processing using the provided 
response data.
 
  The provided response data can be of any Java type that can be
- returned from a <a href="../../../../javax/ws/rs/HttpMethod.html" 
title="annotation in javax.ws.rs"><code>JAX-RS resource method</code></a>.
+ returned from a <a href="../../../../javax/ws/rs/HttpMethod.html" 
title="annotation in javax.ws.rs"><code>Resource method</code></a>.
  <p>
  The asynchronous response must be still in a <a 
href="../../../../javax/ws/rs/container/AsyncResponse.html#isSuspended--"><code>suspended</code></a>
 state
  for this method to succeed.
  </p>
  <p>
  By executing this method, the request is guaranteed to complete either 
successfully or
- with an error. The data processing by the JAX-RS runtime follows the same path
- as it would for the response data returned synchronously by a JAX-RS resource,
- except that unmapped exceptions are not re-thrown by JAX-RS runtime to be 
handled by
+ with an error. The data processing by the runtime follows the same path
+ as it would for the response data returned synchronously by a resource,
+ except that unmapped exceptions are not re-thrown by the runtime to be 
handled by
  a hosting I/O container. Instead, any unmapped exceptions are propagated to 
the hosting
  I/O container via a container-specific callback mechanism. Depending on the 
container
  implementation, propagated unmapped exceptions typically result in an error 
status
@@ -369,12 +367,12 @@ var activeTableTab = "activeTableTab";
 <div class="block">Resume the suspended request processing using the provided 
throwable.
 
  For the provided throwable same rules apply as for an exception thrown
- by a <a href="../../../../javax/ws/rs/HttpMethod.html" title="annotation in 
javax.ws.rs"><code>JAX-RS resource method</code></a>.
+ by a <a href="../../../../javax/ws/rs/HttpMethod.html" title="annotation in 
javax.ws.rs"><code>Resource method</code></a>.
  <p>
  By executing this method, the request is guaranteed to complete either 
successfully or
- with an error. The throwable processing by the JAX-RS runtime follows the 
same path
- as it would for the response data returned synchronously by a JAX-RS resource,
- except that unmapped exceptions are not re-thrown by JAX-RS runtime to be 
handled by
+ with an error. The throwable processing by the runtime follows the same path
+ as it would for the response data returned synchronously by a resource,
+ except that unmapped exceptions are not re-thrown by the runtime to be 
handled by
  a hosting I/O container. Instead, any unmapped exceptions are propagated to 
the hosting
  I/O container via a container-specific callback mechanism. Depending on the 
container
  implementation, propagated unmapped exceptions typically result in an error 
status
@@ -401,7 +399,7 @@ var activeTableTab = "activeTableTab";
 <pre>boolean&nbsp;cancel()</pre>
 <div class="block">Cancel the suspended request processing.
  <p>
- When a request processing is cancelled using this method, the JAX-RS 
implementation
+ When a request processing is cancelled using this method, the API 
implementation
  MUST indicate to the client that the request processing has been cancelled by 
sending
  back a <a 
href="../../../../javax/ws/rs/core/Response.Status.html#SERVICE_UNAVAILABLE"><code>HTTP
 503 (Service unavailable)</code></a>
  error response.
@@ -434,7 +432,7 @@ var activeTableTab = "activeTableTab";
 <pre>boolean&nbsp;cancel(int&nbsp;retryAfter)</pre>
 <div class="block">Cancel the suspended request processing.
  <p>
- When a request processing is cancelled using this method, the JAX-RS 
implementation
+ When a request processing is cancelled using this method, the API 
implementation
  MUST indicate to the client that the request processing has been cancelled by 
sending
  back a <a 
href="../../../../javax/ws/rs/core/Response.Status.html#SERVICE_UNAVAILABLE"><code>HTTP
 503 (Service unavailable)</code></a>
  error response with a <code>Retry-After</code> header set to the value 
provided by the method
@@ -472,7 +470,7 @@ var activeTableTab = "activeTableTab";
 <pre>boolean&nbsp;cancel(java.util.Date&nbsp;retryAfter)</pre>
 <div class="block">Cancel the suspended request processing.
  <p>
- When a request processing is cancelled using this method, the JAX-RS 
implementation
+ When a request processing is cancelled using this method, the API 
implementation
  MUST indicate to the client that the request processing has been cancelled by 
sending
  back a <a 
href="../../../../javax/ws/rs/core/Response.Status.html#SERVICE_UNAVAILABLE"><code>HTTP
 503 (Service unavailable)</code></a>
  error response with a <code>Retry-After</code> header set to the value 
provided by the method

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/CompletionCallback.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/CompletionCallback.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/CompletionCallback.html
 (original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/CompletionCallback.html
 Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:47:43 UTC 2019 -->
 <title>CompletionCallback</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ConnectionCallback.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ConnectionCallback.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ConnectionCallback.html
 (original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ConnectionCallback.html
 Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:47:43 UTC 2019 -->
 <title>ConnectionCallback</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -104,7 +102,7 @@ var activeTableTab = "activeTableTab";
 <div class="block">Asynchronous request processing lifecycle callback that 
receives connection
  related <a href="../../../../javax/ws/rs/container/AsyncResponse.html" 
title="interface in javax.ws.rs.container"><code>asynchronous 
response</code></a> lifecycle events.
  <p>
- Support for this type of callback by JAX-RS runtime is OPTIONAL.
+ Support for this type of callback by the runtime is OPTIONAL.
  </p></div>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ContainerRequestContext.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ContainerRequestContext.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ContainerRequestContext.html
 (original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ContainerRequestContext.html
 Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:47:43 UTC 2019 -->
 <title>ContainerRequestContext</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -313,7 +311,7 @@ var activeTableTab = "activeTableTab";
 <div class="block">Returns the property with the given name registered in the 
current request/response
  exchange context, or <code>null</code> if there is no property by that name.
  <p>
- A property allows a JAX-RS filters and interceptors to exchange
+ A property allows filters and interceptors to exchange
  additional custom information not already provided by this interface.
  </p>
  <p>
@@ -376,7 +374,7 @@ var activeTableTab = "activeTableTab";
  exchange context. If the name specified is already used for a property,
  this method will replace the value of the property with the new value.
  <p>
- A property allows a JAX-RS filters and interceptors to exchange
+ A property allows filters and interceptors to exchange
  additional custom information not already provided by this interface.
  </p>
  <p>
@@ -714,7 +712,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <h4>getEntityStream</h4>
 <pre>java.io.InputStream&nbsp;getEntityStream()</pre>
-<div class="block">Get the entity input stream. The JAX-RS runtime is 
responsible for
+<div class="block">Get the entity input stream. The runtime is responsible for
  closing the input stream.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -729,7 +727,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <h4>setEntityStream</h4>
 <pre>void&nbsp;setEntityStream(java.io.InputStream&nbsp;input)</pre>
-<div class="block">Set a new entity input stream. The JAX-RS runtime is 
responsible for
+<div class="block">Set a new entity input stream. The runtime is responsible 
for
  closing the input stream.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ContainerRequestFilter.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ContainerRequestFilter.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ContainerRequestFilter.html
 (original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ContainerRequestFilter.html
 Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:47:44 UTC 2019 -->
 <title>ContainerRequestFilter</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -110,25 +108,25 @@ var activeTableTab = "activeTableTab";
  By default, i.e. if no <a href="../../../../javax/ws/rs/NameBinding.html" 
title="annotation in javax.ws.rs"><code>name binding</code></a> is applied
  to the filter implementation class, the filter instance is applied globally,
  however only after the incoming request has been matched to a particular 
resource
- by JAX-RS runtime.
+ by the runtime.
  If there is a <a href="../../../../javax/ws/rs/NameBinding.html" 
title="annotation in javax.ws.rs"><code>&#64;NameBinding</code></a> annotation
  applied to the filter, the filter will also be executed at the 
<i>post-match</i>
  request extension point, but only in case the matched <a 
href="../../../../javax/ws/rs/HttpMethod.html" title="annotation in 
javax.ws.rs"><code>resource or sub-resource method</code></a> is bound to the 
same name-binding annotation.
  </p>
  <p>
  In case the filter should be applied at the <i>pre-match</i> extension point,
- i.e. before any request matching has been performed by JAX-RS runtime, the
+ i.e. before any request matching has been performed by the runtime, the
  filter MUST be annotated with a <a 
href="../../../../javax/ws/rs/container/PreMatching.html" title="annotation in 
javax.ws.rs.container"><code>&#64;PreMatching</code></a> annotation.
  </p>
  <p>
- Use a pre-match request filter to update the input to the JAX-RS matching 
algorithm,
+ Use a pre-match request filter to update the input to the matching algorithm,
  e.g., the HTTP method, Accept header, return cached responses etc. Otherwise,
  the use of a request filter invoked at the <i>post-match</i> request 
extension point
  (after a successful resource method matching) is recommended.
  </p>
  <p>
  Filters implementing this interface must be annotated with
- <a href="../../../../javax/ws/rs/ext/Provider.html" title="annotation in 
javax.ws.rs.ext"><code>&#64;Provider</code></a> to be discovered by the JAX-RS
+ <a href="../../../../javax/ws/rs/ext/Provider.html" title="annotation in 
javax.ws.rs.ext"><code>&#64;Provider</code></a> to be discovered by the
  runtime. Container request filter instances may also be discovered and
  bound <a href="../../../../javax/ws/rs/container/DynamicFeature.html" 
title="interface in javax.ws.rs.container"><code>dynamically</code></a> to 
particular resource methods.
  </p></div>

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ContainerResponseContext.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ContainerResponseContext.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ContainerResponseContext.html
 (original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ContainerResponseContext.html
 Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:47:44 UTC 2019 -->
 <title>ContainerResponseContext</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -840,7 +838,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <h4>getEntityStream</h4>
 <pre>java.io.OutputStream&nbsp;getEntityStream()</pre>
-<div class="block">Get the entity output stream. The JAX-RS runtime is 
responsible for
+<div class="block">Get the entity output stream. The runtime is responsible for
  closing the output stream.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -855,7 +853,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <h4>setEntityStream</h4>
 <pre>void&nbsp;setEntityStream(java.io.OutputStream&nbsp;outputStream)</pre>
-<div class="block">Set a new entity output stream. The JAX-RS runtime is 
responsible for
+<div class="block">Set a new entity output stream. The runtime is responsible 
for
  closing the output stream.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ContainerResponseFilter.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ContainerResponseFilter.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ContainerResponseFilter.html
 (original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ContainerResponseFilter.html
 Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:47:44 UTC 2019 -->
 <title>ContainerResponseFilter</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -109,7 +107,7 @@ var activeTableTab = "activeTableTab";
  If there is a <code>@NameBinding</code> annotation applied to the filter, the 
filter
  will only be executed for a response for which the request has been matched to
  a <a href="../../../../javax/ws/rs/HttpMethod.html" title="annotation in 
javax.ws.rs"><code>resource or sub-resource method</code></a> AND the method
- or the whole custom <a href="../../../../javax/ws/rs/core/Application.html" 
title="class in javax.ws.rs.core"><code>JAX-RS Application</code></a> class
+ or the whole custom <a href="../../../../javax/ws/rs/core/Application.html" 
title="class in javax.ws.rs.core"><code>Application</code></a> class
  is bound to the same name-binding annotation.
  </p>
  <p>
@@ -120,7 +118,7 @@ var activeTableTab = "activeTableTab";
  </p>
  <p>
  Filters implementing this interface must be annotated with
- <a href="../../../../javax/ws/rs/ext/Provider.html" title="annotation in 
javax.ws.rs.ext"><code>&#64;Provider</code></a> to be discovered by the JAX-RS
+ <a href="../../../../javax/ws/rs/ext/Provider.html" title="annotation in 
javax.ws.rs.ext"><code>&#64;Provider</code></a> to be discovered by the
  runtime. Container response filter instances may also be discovered and
  bound <a href="../../../../javax/ws/rs/container/DynamicFeature.html" 
title="interface in javax.ws.rs.container"><code>dynamically</code></a> to 
particular resource methods.
  </p></div>

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/DynamicFeature.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/DynamicFeature.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/DynamicFeature.html
 (original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/DynamicFeature.html
 Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:47:44 UTC 2019 -->
 <title>DynamicFeature</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -105,16 +103,16 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>public interface <span class="typeNameLabel">DynamicFeature</span></pre>
-<div class="block">A JAX-RS meta-provider for dynamic registration of 
<i>post-matching</i> providers
- during a JAX-RS application setup at deployment time.
+<div class="block">A meta-provider for dynamic registration of 
<i>post-matching</i> providers
+ during an application setup at deployment time.
 
- Dynamic feature is used by JAX-RS runtime to register providers that shall be 
applied
+ Dynamic feature is used by the runtime to register providers that shall be 
applied
  to a particular resource class and method and overrides any annotation-based 
binding
  definitions defined on any registered resource filter or interceptor instance.
  <p>
  Providers implementing this interface MAY be annotated with
  <a href="../../../../javax/ws/rs/ext/Provider.html" title="annotation in 
javax.ws.rs.ext"><code>&#64;Provider</code></a> annotation in order to be
- discovered by JAX-RS runtime when scanning for resources and providers.
+ discovered by the runtime when scanning for resources and providers.
  This provider types is supported only as part of the Server API.
  </p></div>
 <dl>
@@ -145,7 +143,7 @@ var activeTableTab = "activeTableTab";
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../javax/ws/rs/container/DynamicFeature.html#configure-javax.ws.rs.container.ResourceInfo-javax.ws.rs.core.FeatureContext-">configure</a></span>(<a
 href="../../../../javax/ws/rs/container/ResourceInfo.html" title="interface in 
javax.ws.rs.container">ResourceInfo</a>&nbsp;resourceInfo,
          <a href="../../../../javax/ws/rs/core/FeatureContext.html" 
title="interface in javax.ws.rs.core">FeatureContext</a>&nbsp;context)</code>
-<div class="block">A callback method called by the JAX-RS runtime during the 
application
+<div class="block">A callback method called by the runtime during the 
application
  deployment to register provider instances or classes in a
  <a href="../../../../javax/ws/rs/core/Configuration.html" title="interface in 
javax.ws.rs.core"><code>runtime configuration</code></a> scope of a particular 
<a href="../../../../javax/ws/rs/HttpMethod.html" title="annotation in 
javax.ws.rs"><code>resource or sub-resource method</code></a>; i.e.</div>
 </td>
@@ -173,7 +171,7 @@ var activeTableTab = "activeTableTab";
 <h4>configure</h4>
 <pre>void&nbsp;configure(<a 
href="../../../../javax/ws/rs/container/ResourceInfo.html" title="interface in 
javax.ws.rs.container">ResourceInfo</a>&nbsp;resourceInfo,
                <a href="../../../../javax/ws/rs/core/FeatureContext.html" 
title="interface in javax.ws.rs.core">FeatureContext</a>&nbsp;context)</pre>
-<div class="block">A callback method called by the JAX-RS runtime during the 
application
+<div class="block">A callback method called by the runtime during the 
application
  deployment to register provider instances or classes in a
  <a href="../../../../javax/ws/rs/core/Configuration.html" title="interface in 
javax.ws.rs.core"><code>runtime configuration</code></a> scope of a particular 
<a href="../../../../javax/ws/rs/HttpMethod.html" title="annotation in 
javax.ws.rs"><code>resource or sub-resource method</code></a>; i.e. the 
providers that should be dynamically bound
  to the method.
@@ -190,9 +188,9 @@ var activeTableTab = "activeTableTab";
  </ul>
  <p>
  A provider instance or class that does not implement any of the interfaces
- above may be ignored by the JAX-RS implementation. In such case a
+ above may be ignored by the API implementation. In such case a
  <code>warning</code> message must be logged.
- JAX-RS implementations may support additional provider contracts that
+ API implementations may support additional provider contracts that
  can be registered using a dynamic feature concept.
  </p>
  <p>

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/PreMatching.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/PreMatching.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/PreMatching.html
 (original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/PreMatching.html
 Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:47:44 UTC 2019 -->
 <title>PreMatching</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -99,7 +97,7 @@ public @interface <span class="memberNam
 <div class="block">Global binding annotation that can be applied to a <a 
href="../../../../javax/ws/rs/container/ContainerRequestFilter.html" 
title="interface in javax.ws.rs.container"><code>container request 
filter</code></a> to indicate that such filter should be applied globally
  on all resources in the application before the actual resource matching 
occurs.
  <p>
- The JAX-RS runtime will apply the filters marked with the 
<code>@PreMatching</code>
+ The runtime will apply the filters marked with the <code>@PreMatching</code>
  annotation globally to all resources, before the incoming request has been 
matched
  to a particular resource method.
  Any <a href="../../../../javax/ws/rs/NameBinding.html" title="annotation in 
javax.ws.rs"><code>named binding annotations</code></a> will be ignored on

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ResourceContext.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ResourceContext.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ResourceContext.html
 (original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ResourceContext.html
 Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:47:44 UTC 2019 -->
 <title>ResourceContext</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -171,7 +169,7 @@ var activeTableTab = "activeTableTab";
  <p>
  The resolved resource instance is properly initialized in the context of the
  current request processing scope. The scope of the resolved resource instance
- depends on the managing container. For resources managed by JAX-RS container
+ depends on the managing container. For resources managed by the runtime 
container
  the default scope is per-request.
  </p></div>
 <dl>
@@ -195,7 +193,7 @@ var activeTableTab = "activeTableTab";
 <pre>&lt;T&gt;&nbsp;T&nbsp;initResource(T&nbsp;resource)</pre>
 <div class="block">Initialize the resource or sub-resource instance.
 
- All JAX-RS injectable fields in the resource instance will be properly 
initialized in
+ All injectable fields in the resource instance will be properly initialized in
  the context of the current request processing scope.</div>
 <dl>
 <dt><span class="paramLabel">Type Parameters:</span></dt>

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ResourceInfo.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ResourceInfo.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ResourceInfo.html
 (original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/ResourceInfo.html
 Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:47:44 UTC 2019 -->
 <title>ResourceInfo</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/Suspended.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/Suspended.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/Suspended.html 
(original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/Suspended.html 
Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:47:44 UTC 2019 -->
 <title>Suspended</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -97,7 +95,7 @@
  @Documented
 public @interface <span class="memberNameLabel">Suspended</span></pre>
 <div class="block">Inject a suspended <a 
href="../../../../javax/ws/rs/container/AsyncResponse.html" title="interface in 
javax.ws.rs.container"><code>AsyncResponse</code></a> into a parameter of an 
invoked
- JAX-RS <a href="../../../../javax/ws/rs/HttpMethod.html" title="annotation in 
javax.ws.rs"><code>resource or sub-resource method</code></a>.
+ <a href="../../../../javax/ws/rs/HttpMethod.html" title="annotation in 
javax.ws.rs"><code>resource or sub-resource method</code></a>.
 
  The injected <code>AsyncResponse</code> instance is bound to the processing
  of the active request and can be used to resume the request processing when
@@ -131,7 +129,7 @@ public @interface <span class="memberNam
  <code>AsyncResponse</code> using the <code>@Suspended</code> annotation is 
expected
  be declared to return <code>void</code> type. Methods that inject asynchronous
  response instance using the <code>@Suspended</code> annotation and declare a
- return type other than <code>void</code> MUST be detected by the JAX-RS 
runtime and
+ return type other than <code>void</code> MUST be detected by the the runtime 
and
  a warning message MUST be logged. Any response value returned from such 
resource
  or sub-resource method MUST be ignored by the framework:
  </p>

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/TimeoutHandler.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/TimeoutHandler.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/TimeoutHandler.html
 (original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/TimeoutHandler.html
 Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:47:44 UTC 2019 -->
 <title>TimeoutHandler</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -103,10 +101,10 @@ var activeTableTab = "activeTableTab";
 <pre>public interface <span class="typeNameLabel">TimeoutHandler</span></pre>
 <div class="block">Asynchronous response suspend time-out handler.
 
- JAX-RS users may utilize this callback interface to provide
+ Users may utilize this callback interface to provide
  custom resolution of time-out events.
  <p>
- By default, JAX-RS runtime generates a <a 
href="../../../../javax/ws/rs/WebApplicationException.html" title="class in 
javax.ws.rs"><code>WebApplicationException</code></a>
+ By default, the runtime generates a <a 
href="../../../../javax/ws/rs/WebApplicationException.html" title="class in 
javax.ws.rs"><code>WebApplicationException</code></a>
  with a <a 
href="../../../../javax/ws/rs/core/Response.Status.html#SERVICE_UNAVAILABLE"><code>HTTP
 503
  (Service unavailable)</code></a> error response status code. A custom 
time-out handler
  may be <a 
href="../../../../javax/ws/rs/container/AsyncResponse.html#setTimeoutHandler-javax.ws.rs.container.TimeoutHandler-"><code>set</code></a>
 on an
@@ -208,7 +206,7 @@ var activeTableTab = "activeTableTab";
 <div class="block">Invoked when the suspended asynchronous response is about 
to time out.
 
  Implementing time-out handlers may use the callback method to change the
- default time-out strategy defined by JAX-RS specification (see
+ default time-out strategy defined by this specification (see
  <a href="../../../../javax/ws/rs/container/AsyncResponse.html" 
title="interface in javax.ws.rs.container"><code>AsyncResponse</code></a> API 
documentation).
  <p>
  A custom time-out handler may decide to either
@@ -219,7 +217,7 @@ var activeTableTab = "activeTableTab";
  </ul>
  </p>
  In case the time-out handler does not take any of the actions mentioned above,
- a default time-out strategy is executed by the JAX-RS runtime.</div>
+ a default time-out strategy is executed by the runtime.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>asyncResponse</code> - suspended asynchronous response that is 
timing out.</dd>

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/package-frame.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/package-frame.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/package-frame.html
 (original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/package-frame.html
 Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:48:05 UTC 2019 -->
 <title>javax.ws.rs.container</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/package-summary.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/package-summary.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/package-summary.html
 (original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/package-summary.html
 Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:48:05 UTC 2019 -->
 <title>javax.ws.rs.container</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -71,7 +69,7 @@
 <div class="header">
 <h1 title="Package" class="title">Package&nbsp;javax.ws.rs.container</h1>
 <div class="docSummary">
-<div class="block">Container-specific JAX-RS API.</div>
+<div class="block">Container-specific API.</div>
 </div>
 <p>See:&nbsp;<a href="#package.description">Description</a></p>
 </div>
@@ -88,7 +86,7 @@
 <tr class="altColor">
 <td class="colFirst"><a 
href="../../../../javax/ws/rs/container/AsyncResponse.html" title="interface in 
javax.ws.rs.container">AsyncResponse</a></td>
 <td class="colLast">
-<div class="block">An injectable JAX-RS asynchronous response that provides 
means for asynchronous server side
+<div class="block">An injectable and asynchronous response that provides means 
for asynchronous server side
  response processing.</div>
 </td>
 </tr>
@@ -132,8 +130,8 @@
 <tr class="rowColor">
 <td class="colFirst"><a 
href="../../../../javax/ws/rs/container/DynamicFeature.html" title="interface 
in javax.ws.rs.container">DynamicFeature</a></td>
 <td class="colLast">
-<div class="block">A JAX-RS meta-provider for dynamic registration of 
<i>post-matching</i> providers
- during a JAX-RS application setup at deployment time.</div>
+<div class="block">A meta-provider for dynamic registration of 
<i>post-matching</i> providers
+ during an application setup at deployment time.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -177,7 +175,7 @@
 <td class="colFirst"><a 
href="../../../../javax/ws/rs/container/Suspended.html" title="annotation in 
javax.ws.rs.container">Suspended</a></td>
 <td class="colLast">
 <div class="block">Inject a suspended <a 
href="../../../../javax/ws/rs/container/AsyncResponse.html" title="interface in 
javax.ws.rs.container"><code>AsyncResponse</code></a> into a parameter of an 
invoked
- JAX-RS <a href="../../../../javax/ws/rs/HttpMethod.html" title="annotation in 
javax.ws.rs"><code>resource or sub-resource method</code></a>.</div>
+ <a href="../../../../javax/ws/rs/HttpMethod.html" title="annotation in 
javax.ws.rs"><code>resource or sub-resource method</code></a>.</div>
 </td>
 </tr>
 </tbody>
@@ -188,7 +186,7 @@
 <!--   -->
 </a>
 <h2 title="Package javax.ws.rs.container Description">Package 
javax.ws.rs.container Description</h2>
-<div class="block">Container-specific JAX-RS API.</div>
+<div class="block">Container-specific API.</div>
 </div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
 <div class="bottomNav"><a name="navbar.bottom">

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/package-tree.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/package-tree.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/package-tree.html
 (original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/container/package-tree.html
 Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:48:05 UTC 2019 -->
 <title>javax.ws.rs.container Class Hierarchy</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/core/AbstractMultivaluedMap.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/core/AbstractMultivaluedMap.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/core/AbstractMultivaluedMap.html
 (original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/core/AbstractMultivaluedMap.html
 Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:47:44 UTC 2019 -->
 <title>AbstractMultivaluedMap</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/core/Application.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/core/Application.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/core/Application.html 
(original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/core/Application.html 
Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:47:44 UTC 2019 -->
 <title>Application</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -114,8 +112,8 @@ var activeTableTab = "activeTableTab";
 <br>
 <pre>public class <span class="typeNameLabel">Application</span>
 extends java.lang.Object</pre>
-<div class="block">Defines the components of a JAX-RS application and supplies 
additional
- meta-data. A JAX-RS application or implementation supplies a concrete
+<div class="block">Defines the components of an application and supplies 
additional
+ meta-data. An application or implementation supplies a concrete
  subclass of this abstract class.
  <p>
  The implementation-created instance of an Application subclass may be
@@ -289,7 +287,7 @@ extends java.lang.Object</pre>
 <div class="block">Get a map of custom application-wide properties.
  <p>
  The returned properties are reflected in the application <a 
href="../../../../javax/ws/rs/core/Configuration.html" title="interface in 
javax.ws.rs.core"><code>configuration</code></a>
- passed to the server-side features or injected into server-side JAX-RS 
components.
+ passed to the server-side features or injected into server-side components.
  </p>
  <p>
  The set of returned properties may be further extended or customized at 
deployment time

Modified: 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/core/CacheControl.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/core/CacheControl.html?rev=1866579&r1=1866578&r2=1866579&view=diff
==============================================================================
--- 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/core/CacheControl.html 
(original)
+++ 
tomee/site/trunk/content/tomee-8.0/javadoc/javax/ws/rs/core/CacheControl.html 
Sat Sep  7 22:10:03 2019
@@ -2,9 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_212) on Tue Jul 02 15:47:44 UTC 2019 -->
 <title>CacheControl</title>
-<meta name="date" content="2019-07-02">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>


Reply via email to