Author: buildbot
Date: Wed Jun 13 15:18:06 2012
New Revision: 821601

Log:
Production update by buildbot for camel

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

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 Wed Jun 13 
15:18:06 2012
@@ -124,7 +124,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> 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><li>The <a shape="rect" href="simple.html" 
title="Simple">Simple</a> language no longer trim the expression in Java DSL. 
Instead we
  introduced a <tt>trim</tt> option in the XML DSL to remove the white space 
noise from XML tags.</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><li>The <a shape="rect" href="simple.html" 
title="Simple">Simple</a> language no longer trim the expression in Java DSL. 
Instead we
  introduced a <tt>trim</tt> option in the XML DSL to remove the white space 
noise from XML tags.</li><li>Added <tt>containsSynchronization</tt> to 
<tt>UnitOfWork</tt> and <tt>Exchange</tt> to check if a given on completion has 
already been added to the given exchange.</li></ul>
 
 
 <h2><a shape="rect" 
name="Camel2.10.0Release-Internal%2FNonAPIrefactoringsthatmayaffectusers"></a>Internal/Non
 API refactorings that may affect users</h2>


Reply via email to