Author: buildbot
Date: Wed May  9 11:18:46 2012
New Revision: 816878

Log:
Production update by buildbot for camel

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

Modified: websites/production/camel/content/building.html
==============================================================================
--- websites/production/camel/content/building.html (original)
+++ websites/production/camel/content/building.html Wed May  9 11:18:46 2012
@@ -83,7 +83,8 @@
 
 <p><b>Required:</b></p>
 <ul><li>Download and <a shape="rect" class="external-link" 
href="http://maven.apache.org/download.html";>install Maven</a>.<br clear="none">
-  (Maven 2.2.1 or better is required to build Camel 2.5 onwards). </li><li>Get 
the latest <a shape="rect" href="source.html" 
title="Source">Source</a></li><li>Java 1.6 or better<br clear="none">
+  (Maven 2.2.1 or better is required to build Camel 2.5 onwards).<br 
clear="none">
+  (Maven 3.0.2 or better is required to build Camel 2.10 onwards). 
</li><li>Get the latest <a shape="rect" href="source.html" 
title="Source">Source</a></li><li>Java 1.6 or better<br clear="none">
   (Java 1.5 is @deprecated and no longer supported from Camel 2.7 
onwards)</li></ul>
 
 

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 May  9 
11:18:46 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><li>Camel no 
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><li>Use the <tt>char
 set</tt> option on the <a shape="rect" href="file2.html" 
title="File2">File</a> component to explicit specify encoding for reading and 
writing files.</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 no 
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><li>Use the <tt>char
 set</tt> option on the <a shape="rect" href="file2.html" 
title="File2">File</a> component to explicit specify encoding for reading and 
writing files.</li><li>Maven 3.0.2 or better is required to build the <a 
shape="rect" href="source.html" title="Source">Source</a></li></ul>
 
 
 <h2><a shape="rect" name="Camel2.10.0Release-Notice"></a>Notice</h2>


Reply via email to