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 2013/02/01 18:18:45 UTC

svn commit: r848921 - in /websites/production/camel/content: cache/main.pageCache camel-2110-release.html

Author: buildbot
Date: Fri Feb  1 17:18:45 2013
New Revision: 848921

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 Feb  1 17:18:45 2013
@@ -134,8 +134,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></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></ul>
 
 
 <h2><a shape="rect" name="Camel2.11.0Release-KnownIssues"></a>Known Issues</h2>