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 2016/12/22 17:47:46 UTC

svn commit: r1003293 - in /websites/production/cxf/content: cache/docs.pageCache docs/jax-rs-failover.html

Author: buildbot
Date: Thu Dec 22 17:47:46 2016
New Revision: 1003293

Log:
Production update by buildbot for cxf

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

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

Modified: websites/production/cxf/content/docs/jax-rs-failover.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-failover.html (original)
+++ websites/production/cxf/content/docs/jax-rs-failover.html Thu Dec 22 17:47:46 2016
@@ -118,11 +118,11 @@ Apache CXF -- JAX-RS Failover
            <!-- Content -->
            <div class="wiki-content">
 <div id="ConfluenceContent"><p><span class="inline-first-p" style="font-size:2em;font-weight:bold">JAX-RS: Failover</span>&#160;</p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1450986419189 {padding: 0px;}
-div.rbtoc1450986419189 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1450986419189 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1482428831246 {padding: 0px;}
+div.rbtoc1482428831246 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1482428831246 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1450986419189">
+/*]]>*/</style></p><div class="toc-macro rbtoc1482428831246">
 <ul class="toc-indentation"><li><a shape="rect" href="#JAX-RSFailover-Failover">Failover</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#JAX-RSFailover-Spring">Spring</a></li><li><a shape="rect" href="#JAX-RSFailover-Code">Code</a></li></ul>
 </li><li><a shape="rect" href="#JAX-RSFailover-CircuitBreakersFailover">Circuit Breakers Failover</a>
@@ -210,7 +210,7 @@ bean.create(BookStore.class);
 // create web client
 bean.createWebClient();
 </pre>
-</div></div><h1 id="JAX-RSFailover-CircuitBreakersFailover">Circuit Breakers Failover</h1><p>The recent addition to CXF failover features is the implementation based on circuit breakers, more precisely Apache Zest (<a shape="rect" class="external-link" href="https://zest.apache.org/">https://zest.apache.org/</a>) library. The configuration is very similar to the regular failover strategy, the only difference is usage of<strong> clustering:circuit-breaker-failover</strong> element.</p><h2 id="JAX-RSFailover-Spring.1">Spring</h2><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><h1 id="JAX-RSFailover-CircuitBreakersFailover">Circuit Breakers Failover</h1><p>The recent addition to CXF failover features is the implementation based on circuit breakers, more precisely Apache Zest (<a shape="rect" class="external-link" href="https://zest.apache.org/">https://zest.apache.org/</a>) library. It is available starting from CXF 3.2.0.</p><p>The configuration is very similar to the regular failover strategy, the only difference is usage of<strong> clustering:circuit-breaker-failover</strong> element.</p><h2 id="JAX-RSFailover-Spring.1">Spring</h2><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <pre class="brush: xml; gutter: false; theme: Default" style="font-size:12px;">&lt;beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:jaxrs="http://cxf.apache.org/jaxrs"