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 2012/11/25 11:18:08 UTC

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

Author: buildbot
Date: Sun Nov 25 10:18:07 2012
New Revision: 839507

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 Sun Nov 25 10:18:07 2012
@@ -133,7 +133,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></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></ul>
 
 
 <h2><a shape="rect" name="Camel2.11.0Release-KnownIssues"></a>Known Issues</h2>