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/02 09:18:25 UTC

svn commit: r836986 - in /websites/production/camel/content: cache/main.pageCache camel-30-roadmap.html

Author: buildbot
Date: Fri Nov  2 08:18:25 2012
New Revision: 836986

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/camel-30-roadmap.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/camel-30-roadmap.html
==============================================================================
--- websites/production/camel/content/camel-30-roadmap.html (original)
+++ websites/production/camel/content/camel-30-roadmap.html Fri Nov  2 08:18:25 2012
@@ -167,6 +167,7 @@ schedule().every(5).minute().pollFrom(<s
 <p>The current implementation of routes with multiple inputs is to clone the route, which means you essentially got 2+ routes if a route has multiple inputs. However routes with multiple inputs is seldom used. The correct implementation is to only create one route but have multiple input consumers. This change will require a bit of change in current code as it relies on the <em>only 1 input consumer</em> on the route.</p>
 
 <h3><a shape="rect" name="Camel3.0-Roadmap-UptodateScalaDSL"></a>Up-to-date Scala DSL</h3>
+<p><b>Done in Camel 2.11</b></p>
 
 <p>The Scala DSL is slightly out of date as we have improved the DSL a bit here and there. We should check the gap and ensure the Scala is up-to-date.</p>