You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2012/05/01 18:18:46 UTC

svn commit: r815305 - in /websites/production/camel/content: asynchronous-routing-engine.html cache/main.pageCache camel-2100-release.html

Author: buildbot
Date: Tue May  1 16:18:46 2012
New Revision: 815305

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/asynchronous-routing-engine.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/camel-2100-release.html

Modified: websites/production/camel/content/asynchronous-routing-engine.html
==============================================================================
--- websites/production/camel/content/asynchronous-routing-engine.html (original)
+++ websites/production/camel/content/asynchronous-routing-engine.html Tue May  1 16:18:46 2012
@@ -80,7 +80,7 @@
 
 <p>As of Camel 2.4 the asynchronous routing engine is back and kicking.<br clear="none">
 All the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">Enterprise Integration Patterns</a> is supported as well a selected number of <a shape="rect" href="components.html" title="Components">Components</a>:</p>
-<ul class="alternate" type="square"><li><a shape="rect" href="ahc.html" title="AHC">AHC</a> <b>Camel 2.8:</b> (only producer)</li><li><a shape="rect" href="cxf.html" title="CXF">CXF</a> <b>Camel 2.5:</b> (both consumer and producer)</li><li><a shape="rect" href="cxfrs.html" title="CXFRS">CXFRS</a> <b>Camel 2.5:</b> (only consumer)</li><li><a shape="rect" href="jbi.html" title="JBI">JBI</a> (both consumer and producer)</li><li><a shape="rect" href="jetty.html" title="Jetty">Jetty</a> (both consumer and producer)</li><li><a shape="rect" href="jms.html" title="JMS">JMS</a> <b>Camel 2.5:</b> (only producer for <a shape="rect" href="request-reply.html" title="Request Reply">Request Reply</a> messaging over JMS). <b>Camel 2.9:</b> (consumer, if option <tt>asyncConsumer=true</tt> is used).</li><li><a shape="rect" href="jms.html" title="JMS">JMS</a> <b>Camel 2.9:</b> (also consumer)</li><li><a shape="rect" href="nmr.html" title="NMR">NMR</a> (both consumer and producer)</li><li><a s
 hape="rect" href="netty.html" title="Netty">Netty</a> only producer (<b>Camel 2.10:</b> also consumer)</li><li><a shape="rect" href="restlet.html" title="Restlet">Restlet</a> <b>Camel 2.8:</b> (only producer)</li><li><a shape="rect" href="seda.html" title="SEDA">SEDA</a> (both consumer and producer)</li></ul>
+<ul class="alternate" type="square"><li><a shape="rect" href="ahc.html" title="AHC">AHC</a> <b>Camel 2.8:</b> (only producer)</li><li><span class="error">[Avro]</span> <b>Camel 2.10:</b> (only producer)</li><li><a shape="rect" href="cxf.html" title="CXF">CXF</a> <b>Camel 2.5:</b> (both consumer and producer)</li><li><a shape="rect" href="cxfrs.html" title="CXFRS">CXFRS</a> <b>Camel 2.5:</b> (only consumer)</li><li><a shape="rect" href="jbi.html" title="JBI">JBI</a> (both consumer and producer)</li><li><a shape="rect" href="jetty.html" title="Jetty">Jetty</a> (both consumer and producer)</li><li><a shape="rect" href="jms.html" title="JMS">JMS</a> <b>Camel 2.5:</b> (only producer for <a shape="rect" href="request-reply.html" title="Request Reply">Request Reply</a> messaging over JMS). <b>Camel 2.9:</b> (consumer, if option <tt>asyncConsumer=true</tt> is used).</li><li><a shape="rect" href="jms.html" title="JMS">JMS</a> <b>Camel 2.9:</b> (also consumer)</li><li><a shape="rect" 
 href="nmr.html" title="NMR">NMR</a> (both consumer and producer)</li><li><a shape="rect" href="netty.html" title="Netty">Netty</a> only producer (<b>Camel 2.10:</b> also consumer)</li><li><a shape="rect" href="restlet.html" title="Restlet">Restlet</a> <b>Camel 2.8:</b> (only producer)</li><li><a shape="rect" href="seda.html" title="SEDA">SEDA</a> (both consumer and producer)</li></ul>
 
 
 <p>When we say a component is supported, that means, the component is leveraging the asynchronous model. For example <a shape="rect" href="jetty.html" title="Jetty">Jetty</a> uses continuations and the async http client to be fully asynchronous and non blocked. That means no threads will ever be blocked while waiting for a reply.</p>

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

Modified: websites/production/camel/content/camel-2100-release.html
==============================================================================
--- websites/production/camel/content/camel-2100-release.html (original)
+++ websites/production/camel/content/camel-2100-release.html Tue May  1 16:18:46 2012
@@ -120,7 +120,7 @@
 
 <h2><a shape="rect" name="Camel2.10.0Release-APIchanges%2Fbreaking"></a>API changes/breaking</h2>
 
-<ul><li>Added <tt>shutdownForced</tt> and <tt>forceShutdown</tt> methods to <tt>org.apache.camel.spi.ShutdownStrategy</tt></li><li>Add boolean parameter to <tt>prepareShutdown</tt> on <tt>ShutdownAware</tt></li><li>The <tt>errorHandler</tt> method in <tt>RouteBuilder</tt> now returns <tt>void</tt>, as it's only used for configuring context-scoped error handlers.</li><li>Removed the <tt>SimpleLanguage</tt> constructor that takes custom start and end tokens. Instead use the change methods to set custom tokens.</li><li>Added <tt>onThreadPoolRemove</tt> and <tt>onErrorHandlerRemove</tt> methods to <tt>LifecycleStrategy</tt></li><li>Removed <tt>retryWhile(Expression)</tt> on <tt>OnExceptionDefinition</tt>; use <tt>retryWhile(Predicate)</tt>.</li><li>Removed options <tt>corePoolSize</tt> and <tt>maxPoolSize</tt> on <a shape="rect" href="netty.html" title="Netty">Netty</a> endpoint, as we rely on Netty default implementation.</li><li>The <tt>resourceClasses</tt> option on <a shape=
 "rect" href="cxfrs.html" title="CXFRS">CXFRS</a> now longer supports semi colon as class separators. Now only comma is supported (which is the standard in Camel)</li><li>Added <tt>tryConvertTo</tt> methods to <tt>TypeConverter</tt>, which works as the regular <tt>convertTo</tt> methods, by ignoring any exceptions during conversion.</li><li>The <tt>convertTo</tt> methods on <tt>TypeConverter</tt> now throws <tt>TypeConversionException</tt> if an exception occurred during type conversion.</li><li>The <tt>getBody(type)</tt>, and <tt>getHeader(name, type</tt> methods on <tt>Message</tt> now throws <tt>TypeConversionException</tt> if an exception occurred during type conversion.</li></ul>
+<ul><li>Added <tt>shutdownForced</tt> and <tt>forceShutdown</tt> methods to <tt>org.apache.camel.spi.ShutdownStrategy</tt></li><li>Add boolean parameter to <tt>prepareShutdown</tt> on <tt>ShutdownAware</tt></li><li>The <tt>errorHandler</tt> method in <tt>RouteBuilder</tt> now returns <tt>void</tt>, as it's only used for configuring context-scoped error handlers.</li><li>Removed the <tt>SimpleLanguage</tt> constructor that takes custom start and end tokens. Instead use the change methods to set custom tokens.</li><li>Added <tt>onThreadPoolRemove</tt> and <tt>onErrorHandlerRemove</tt> methods to <tt>LifecycleStrategy</tt></li><li>Removed <tt>retryWhile(Expression)</tt> on <tt>OnExceptionDefinition</tt>; use <tt>retryWhile(Predicate)</tt>.</li><li>Removed options <tt>corePoolSize</tt> and <tt>maxPoolSize</tt> on <a shape="rect" href="netty.html" title="Netty">Netty</a> endpoint, as we rely on Netty default implementation.</li><li>The <tt>resourceClasses</tt> option on <a shape=
 "rect" href="cxfrs.html" title="CXFRS">CXFRS</a> no longer supports the semicolon (<img align="middle" class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/wink.gif" height="20" width="20" alt="" border="0"> for separating class names. Now only the comma (,) is supported (which is the standard in Camel)</li><li>Added <tt>tryConvertTo</tt> methods to <tt>TypeConverter</tt>, which works as the regular <tt>convertTo</tt> methods, by ignoring any exceptions during conversion.</li><li>The <tt>convertTo</tt> methods on <tt>TypeConverter</tt> now throws <tt>TypeConversionException</tt> if an exception occurred during type conversion.</li><li>The <tt>getBody(type)</tt>, and <tt>getHeader(name, type</tt> methods on <tt>Message</tt> now throws <tt>TypeConversionException</tt> if an exception occurred during type conversion.</li></ul>
 
 
 <h2><a shape="rect" name="Camel2.10.0Release-Internal%2FNonAPIrefactoringsthatmayaffectusers"></a>Internal/Non API refactorings that may affect users</h2>