You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2017/10/02 13:57:12 UTC

svn commit: r1019010 - in /websites/production/cxf/content: cache/docs.pageCache docs/jax-rs-client-api.html

Author: buildbot
Date: Mon Oct  2 13:57:11 2017
New Revision: 1019010

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/docs.pageCache
    websites/production/cxf/content/docs/jax-rs-client-api.html

Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/cxf/content/docs/jax-rs-client-api.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-client-api.html (original)
+++ websites/production/cxf/content/docs/jax-rs-client-api.html Mon Oct  2 13:57:11 2017
@@ -32,8 +32,8 @@
 <link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
 <script src='/resources/highlighter/scripts/shCore.js'></script>
-<script src='/resources/highlighter/scripts/shBrushXml.js'></script>
 <script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script src='/resources/highlighter/scripts/shBrushXml.js'></script>
 <script>
   SyntaxHighlighter.defaults['toolbar'] = false;
   SyntaxHighlighter.all();
@@ -121,11 +121,11 @@ Apache CXF -- JAX-RS Client API
 
 
 &#160;</p><p>&#160;</p><p>&#160;</p><p>&#160;</p><p>&#160;</p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1505392007877 {padding: 0px;}
-div.rbtoc1505392007877 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1505392007877 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1506952591740 {padding: 0px;}
+div.rbtoc1506952591740 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1506952591740 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1505392007877">
+/*]]>*/</style></p><div class="toc-macro rbtoc1506952591740">
 <ul class="toc-indentation"><li><a shape="rect" href="#JAX-RSClientAPI-MavenDependency">Maven Dependency</a></li><li><a shape="rect" href="#JAX-RSClientAPI-JAX-RS2.0ClientAPI">JAX-RS 2.0 Client API</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#JAX-RSClientAPI-JAX-RS2.0andCXFspecificAPI">JAX-RS 2.0 and CXF specific API</a></li></ul>
 </li><li><a shape="rect" href="#JAX-RSClientAPI-Proxy-basedAPI">Proxy-based API</a>
@@ -137,14 +137,14 @@ div.rbtoc1505392007877 li {margin-left:
 <pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.cxf&lt;/groupId&gt;
   &lt;artifactId&gt;cxf-rt-rs-client&lt;/artifactId&gt;
-  &lt;version&gt;3.0.0-milestone1&lt;/version&gt;
+  &lt;version&gt;3.0.15&lt;/version&gt;
 &lt;/dependency&gt;
 </pre>
 </div></div><p>In CXF 2.7.x no JAX-RS 2.0 Client API is supported and CXF specific Client API is located in the cxf-rt-frontend-jaxrs module.</p><p>CXF Apache HttpClient based transport is required to get the asynchronous invocations working correctly:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.cxf&lt;/groupId&gt;
   &lt;artifactId&gt;cxf-rt-transports-http-hc&lt;/artifactId&gt;
-  &lt;!-- 2.7.8 or 3.0.0-milestone1 --&gt; 
+  &lt;!-- 2.7.8 or 3.0.15 --&gt; 
   &lt;version&gt;${cxf.version}&lt;/version&gt;
 &lt;/dependency&gt;
 </pre>