Author: buildbot
Date: Wed Feb 25 16:47:06 2015
New Revision: 941464

Log:
Production update by buildbot for cxf

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

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

Modified: websites/production/cxf/content/docs/jax-rs.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs.html (original)
+++ websites/production/cxf/content/docs/jax-rs.html Wed Feb 25 16:47:06 2015
@@ -118,11 +118,11 @@ Apache CXF -- JAX-RS
            <!-- Content -->
            <div class="wiki-content">
 <div id="ConfluenceContent"><p>&#160;</p><p>&#160;<span class="inline-first-p" 
style="font-size:2em;font-weight:bold">JAX-RS 
(JSR-339)</span>&#160;</p><p>&#160;</p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1420368412341 {padding: 0px;}
-div.rbtoc1420368412341 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1420368412341 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1424882799054 {padding: 0px;}
+div.rbtoc1424882799054 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1424882799054 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1420368412341">
+/*]]>*/</style></p><div class="toc-macro rbtoc1424882799054">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#JAX-RS-Introduction">Introduction</a></li><li><a shape="rect" 
href="#JAX-RS-JAX-RSCompliance">JAX-RS Compliance</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#JAX-RS-1.1">1.1</a></li><li><a shape="rect" href="#JAX-RS-2.0Final">2.0 
Final</a></li></ul>
 </li><li><a shape="rect" href="#JAX-RS-Projectsetupandconfiguration">Project 
setup and configuration</a>
@@ -202,7 +202,7 @@ public void upload(InputStream is) {
 public void upload(@Multipart InputStream is) {
 }
 ]]></script>
-</div></div><p>7. If the custom code throws JAX-RS WebApplicationException 
with Response containing a non-null entity then custom WebApplicationException 
mappers will be bypassed - another problematic requirement, for example, the 
custom mappers doing the logging will miss on such exceptions.<br clear="none"> 
Set CXF "support.wae.spec.optimization" property to false to disable 
it.</p><p>8. In some cases the matching sub-resource locators will be dropped 
to precisely meet the current JAX-RS matching algorithm text, please see <a 
shape="rect" class="external-link" 
href="https://issues.apache.org/jira/browse/CXF-5650";>CXF-5650</a> for more 
information. Use a new "keep.subresource.candidates" property to support the 
existing application if needed.</p><h3 id="JAX-RS-FromCXF2.6.xtoCXF2.7.x">From 
CXF 2.6.x to CXF 2.7.x</h3><p>Please check the <a shape="rect" 
href="http://cxf.apache.org/docs/27-migration-guide.html";>CXF 2.7 Migration 
Guide</a> for the information about all the changes affec
 ting the JAX-RS users</p><h2 id="JAX-RS-Mavendependencies">Maven 
dependencies</h2><h3 id="JAX-RS-CXF3.0.0">CXF 3.0.0</h3><p>The 
cxf-rt-frontend-jaxrs dependency is required:</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><p>Alternatively, setting a "support.type.as.multipart" contextual 
property will do.</p><p>7. If the custom code throws JAX-RS 
WebApplicationException with Response containing a non-null entity then custom 
WebApplicationException mappers will be bypassed - another problematic 
requirement, for example, the custom mappers doing the logging will miss on 
such exceptions.<br clear="none"> Set CXF "support.wae.spec.optimization" 
property to false to disable it.</p><p>8. In some cases the matching 
sub-resource locators will be dropped to precisely meet the current JAX-RS 
matching algorithm text, please see <a shape="rect" class="external-link" 
href="https://issues.apache.org/jira/browse/CXF-5650";>CXF-5650</a> for more 
information. Use a new "keep.subresource.candidates" property to support the 
existing application if needed.</p><h3 id="JAX-RS-FromCXF2.6.xtoCXF2.7.x">From 
CXF 2.6.x to CXF 2.7.x</h3><p>Please check the <a shape="rect" 
href="http://cxf.apache.org/docs/27-migration
 -guide.html">CXF 2.7 Migration Guide</a> for the information about all the 
changes affecting the JAX-RS users</p><h2 id="JAX-RS-Mavendependencies">Maven 
dependencies</h2><h3 id="JAX-RS-CXF3.0.0">CXF 3.0.0</h3><p>The 
cxf-rt-frontend-jaxrs dependency is required:</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="theme: Default; brush: xml; gutter: false" 
type="syntaxhighlighter"><![CDATA[   &lt;dependency&gt;
       &lt;groupId&gt;org.apache.cxf&lt;/groupId&gt;
       &lt;artifactId&gt;cxf-rt-frontend-jaxrs&lt;/artifactId&gt;


Reply via email to