Author: buildbot
Date: Fri Mar 8 13:18:51 2013
New Revision: 853623
Log:
Production update by buildbot for camel
Modified:
websites/production/camel/content/cache/main.pageCache
websites/production/camel/content/camel-2110-release.html
Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/camel/content/camel-2110-release.html
==============================================================================
--- websites/production/camel/content/camel-2110-release.html (original)
+++ websites/production/camel/content/camel-2110-release.html Fri Mar 8
13:18:51 2013
@@ -136,7 +136,7 @@
<h2><a shape="rect"
name="Camel2.11.0Release-Internal%2FNonAPIrefactoringsthatmayaffectusers"></a>Internal/Non
API refactorings that may affect users</h2>
-<ul><li>The <a shape="rect" href="testing.html" title="Testing">Camel Test
Kit</a> provides a default <a shape="rect" href="properties.html"
title="Properties">Properties</a> component out of the box; which mean using
<tt>addComponent("properties", ...)</tt> is no longer needed; instead get the
component using <tt>getComponent("properties")</tt> and configure the component
instead.</li><li>Minor adjustments to
<tt>org.apache.camel.builder.ErrorHandlerBuilder</tt>.</li><li><tt>LRUCache</tt>
will attempt to stop service on eviction of entry.</li><li>Removed
<tt>org.apache.camel.model.NodeFactory</tt> as its no longer
applicable.</li><li>Added <tt>getCamelContext()</tt> methods to
<tt>ProducerTemplate</tt>, and <tt>ConsumerTemplate</tt></li><li>The method
<tt>isMatched</tt> on <tt>GenericFileConsumer</tt> is now abstract and has an
extra parameter.</li><li>The <a shape="rect" href="testing.html"
title="Testing">Camel Test Kit</a> removed the support of JUnit3, please use
JUnit4
version instead.</li><li>The method <tt>prepareOnStartup</tt> on
<tt>org.apache.camel.component.file.GenericFileProcessStrategy</tt> is now
executed on first poll instead of starting the route; as if the job takes a
long time, it will block Camel from starting other routes. If the job takes
more than 1 second to run then its logged at INFO level so people can easier
spot if the task takes a longer time, than usual.</li><li><a shape="rect"
href="hdfs.html" title="HDFS">HDFS</a> producer without a split strategy will
now close file stream after writing. You can use the <tt>CamelHdfsClose</tt>
header to explicit to control if to close file stream or not.</li><li>The type
for file last modified header is changed from <tt>java.util.Date</tt> to
<tt>long</tt></li><li>Removed class
<tt>org.apache.camel.component.gae.context.GaeSpringCamelContext</tt> from
<tt>camel-gae</tt></li><li>Using <tt>allowRedeliveryWhileStopping=false</tt> on
<a shape="rect" href="dead-letter-channel.html"
title="Dead Letter Channel">Dead Letter Channel</a> now moves the message to
the DLC (when stopping) instead of rejecting the message.</li><li>When using <a
shape="rect" href="spring.html" title="Spring">Spring</a> with Camel, then
Camel will now lookup in Spring's ancestor application contexts as well, when
using the <a shape="rect" href="registry.html"
title="Registry">Registry</a></li></ul>
+<ul><li>The <a shape="rect" href="testing.html" title="Testing">Camel Test
Kit</a> provides a default <a shape="rect" href="properties.html"
title="Properties">Properties</a> component out of the box; which mean using
<tt>addComponent("properties", ...)</tt> is no longer needed; instead get the
component using <tt>getComponent("properties")</tt> and configure the component
instead.</li><li>Minor adjustments to
<tt>org.apache.camel.builder.ErrorHandlerBuilder</tt>.</li><li><tt>LRUCache</tt>
will attempt to stop service on eviction of entry.</li><li>Removed
<tt>org.apache.camel.model.NodeFactory</tt> as its no longer
applicable.</li><li>Added <tt>getCamelContext()</tt> methods to
<tt>ProducerTemplate</tt>, and <tt>ConsumerTemplate</tt></li><li>The method
<tt>isMatched</tt> on <tt>GenericFileConsumer</tt> is now abstract and has an
extra parameter.</li><li>The <a shape="rect" href="testing.html"
title="Testing">Camel Test Kit</a> removed the support of JUnit3, please use
JUnit4
version instead.</li><li>The method <tt>prepareOnStartup</tt> on
<tt>org.apache.camel.component.file.GenericFileProcessStrategy</tt> is now
executed on first poll instead of starting the route; as if the job takes a
long time, it will block Camel from starting other routes. If the job takes
more than 1 second to run then its logged at INFO level so people can easier
spot if the task takes a longer time, than usual.</li><li><a shape="rect"
href="hdfs.html" title="HDFS">HDFS</a> producer without a split strategy will
now close file stream after writing. You can use the <tt>CamelHdfsClose</tt>
header to explicit to control if to close file stream or not.</li><li>The type
for file last modified header is changed from <tt>java.util.Date</tt> to
<tt>long</tt></li><li>Removed class
<tt>org.apache.camel.component.gae.context.GaeSpringCamelContext</tt> from
<tt>camel-gae</tt></li><li>Using <tt>allowRedeliveryWhileStopping=false</tt> on
<a shape="rect" href="dead-letter-channel.html"
title="Dead Letter Channel">Dead Letter Channel</a> now moves the message to
the DLC (when stopping) instead of rejecting the message.</li><li>When using <a
shape="rect" href="spring.html" title="Spring">Spring</a> with Camel, then
Camel will now lookup in Spring's ancestor application contexts as well, when
using the <a shape="rect" href="registry.html"
title="Registry">Registry</a></li><li>The JMX MBean name for the <a
shape="rect" href="tracer.html" title="Tracer">Tracer</a> has removed the
identity hash code, eg
<tt>org.apache.camel:context=localhost/camel-1,type=tracer,name=Tracer(0x548bb8b2)</tt>
is now named
<tt>org.apache.camel:context=localhost/camel-1,type=tracer,name=Tracer</tt>.</li></ul>
<h2><a shape="rect" name="Camel2.11.0Release-KnownIssues"></a>Known Issues</h2>