Author: buildbot Date: Mon Apr 23 12:18:21 2012 New Revision: 814068 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 Mon Apr 23 12:18:21 2012 @@ -140,7 +140,7 @@ <h2><a shape="rect" name="Camel2.10.0Release-Importantchangestoconsiderwhenupgrading"></a>Important changes to consider when upgrading</h2> -<ul><li>Moved <a shape="rect" href="spring-testing.html" title="Spring Testing">Spring Testing</a> from <tt>camel-test</tt> to <tt>camel-test-spring</tt> component.</li><li>Combination of <tt>skipSendToEndpoint=true</tt> and <tt>when</tt> predicate now triggers conditional skipping (you may have been relying on unconditional skipping up until now)</li><li>The thread name pattern has changed tokens to avoid clashing with <a shape="rect" href="using-propertyplaceholder.html" title="Using PropertyPlaceholder">Using PropertyPlaceholder</a> (see <a shape="rect" href="threading-model.html" title="Threading Model">Threading Model</a> for more details).</li><li><a shape="rect" href="content-enricher.html" title="Content Enricher">Poll Enrich</a> will now block if no messages are available and no explicit timeout has been configured.</li><li>The option <tt>lazyLoadTypeConverter=true</tt> has been deprecated, and will be removed in a future release. The best practice is to load type c onverters while bootstrapping Camel.</li><li>The <a shape="rect" href="testing.html" title="Testing">Camel Test kit</a> no longer lazily loads type converters.</li><li>Keys for <a shape="rect" href="mdc-logging.html" title="MDC logging">MDC logging</a> have been prefixed with <tt>"camel."</tt>.</li><li><a shape="rect" href="wire-tap.html" title="Wire Tap">Wire Tap</a> can no longer change destination from <a shape="rect" href="camel-jmx.html" title="Camel JMX">JMX</a></li><li>Camel now fail faster during type conversion, by throwing <tt>TypeConversionException</tt> to the caller, from APIs such as <tt>TypeConverter</tt> and <tt>Message</tt>. For example <tt>getBody(type)</tt> on the <tt>Message</tt> API.</li></ul> +<ul><li>Moved <a shape="rect" href="spring-testing.html" title="Spring Testing">Spring Testing</a> from <tt>camel-test</tt> to <tt>camel-test-spring</tt> component.</li><li>Combination of <tt>skipSendToEndpoint=true</tt> and <tt>when</tt> predicate now triggers conditional skipping (you may have been relying on unconditional skipping up until now)</li><li>The thread name pattern has changed tokens to avoid clashing with <a shape="rect" href="using-propertyplaceholder.html" title="Using PropertyPlaceholder">Using PropertyPlaceholder</a> (see <a shape="rect" href="threading-model.html" title="Threading Model">Threading Model</a> for more details).</li><li><a shape="rect" href="content-enricher.html" title="Content Enricher">Poll Enrich</a> will now block if no messages are available and no explicit timeout has been configured.</li><li>The option <tt>lazyLoadTypeConverter=true</tt> has been deprecated, and will be removed in a future release. The best practice is to load type c onverters while bootstrapping Camel.</li><li>The <a shape="rect" href="testing.html" title="Testing">Camel Test kit</a> no longer lazily loads type converters.</li><li>Keys for <a shape="rect" href="mdc-logging.html" title="MDC logging">MDC logging</a> have been prefixed with <tt>"camel."</tt>.</li><li><a shape="rect" href="wire-tap.html" title="Wire Tap">Wire Tap</a> can no longer change destination from <a shape="rect" href="camel-jmx.html" title="Camel JMX">JMX</a></li><li>Camel now fail faster during type conversion, by throwing <tt>TypeConversionException</tt> to the caller, from APIs such as <tt>TypeConverter</tt> and <tt>Message</tt>. For example <tt>getBody(type)</tt> on the <tt>Message</tt> API.</li><li>Camel now longer supports using <tt>java.beans.PropertyEditor</tt> for type conversion. These are slow, neither thread safe, and using 3rd party JARs on the classpath may cause side effect as if they install <tt>java.beans.PropertyEditor</tt>.</li></ul> <h2><a shape="rect" name="Camel2.10.0Release-Notice"></a>Notice</h2>