Author: buildbot Date: Wed Jul 24 08:19:48 2013 New Revision: 870953 Log: Production update by buildbot for camel
Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/camel-2120-release.html Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/camel-2120-release.html ============================================================================== --- websites/production/camel/content/camel-2120-release.html (original) +++ websites/production/camel/content/camel-2120-release.html Wed Jul 24 08:19:48 2013 @@ -124,7 +124,10 @@ <h3><a shape="rect" name="Camel2.12.0Release-NewTutorials"></a>New <a shape="rect" href="tutorials.html" title="Tutorials">Tutorials</a></h3> -<h2><a shape="rect" name="Camel2.12.0Release-APIbreaking"></a>API breaking</h2> +<h2><a shape="rect" name="Camel2.12.0Release-APIchanges"></a>API changes</h2> + +<ul><li>The interface <tt>org.apache.camel.api.management.mbean.ManagedTracerBacklogMBean</tt> has been renamed to <tt>org.apache.camel.api.management.mbean.ManagedBacklogTracerMBean</tt></li><li>Added <tt>inMemory</tt>, and <tt>length</tt> methods to <tt>org.apache.camel.StreamCache</tt></li><li>Changed the parameter type <tt>ProcessorDefinition</tt> to <tt>NamedNode</tt> on method <tt>getObjectNameForProcessor</tt> in interface <tt>org.apache.camel.spi.ManagementNamingStrategy</tt></li></ul> + <h2><a shape="rect" name="Camel2.12.0Release-KnownIssues"></a>Known Issues</h2> @@ -137,7 +140,7 @@ <h2><a shape="rect" name="Camel2.12.0Release-Changesthatmayaffectendusers"></a>Changes that may affect end users</h2> -<ul><li>The <a shape="rect" href="file2.html" title="File2">File</a> and <a shape="rect" href="ftp2.html" title="FTP2">FTP</a> consumers when using idempotent repository will no longer invoke <tt>contains</tt> with a directory name; this has been changed to only be checked for files.</li><li>Shutting down using <a shape="rect" href="graceful-shutdown.html" title="Graceful Shutdown">Graceful Shutdown</a> now requires the timeout value to be positive. And improved logic to avoid getting stuck in waiting for inflight messages, and having counter go negative.</li><li><a shape="rect" href="tracer.html" title="Tracer">Tracer</a> now requires explicitly to be enabled on <tt>CamelContext</tt> to be available and in use.</li><li>The class <tt>org.apache.camel.processor.interceptor.BacklogTracerInterceptor</tt> has been removed as it was no longer needed due internal optimizations.</li><li>The <a shape="rect" href="stream-caching.html" title="Stream caching">Stream caching</a> default thresho ld for spooling to disk has been changed from 64kb to 128kb.</li><li>The unary operators in <a shape="rect" href="simple.html" title="Simple">Simple</a> is now only applied on functions</li><li>The interface <tt>org.apache.camel.api.management.mbean.ManagedTracerBacklogMBean</tt> has been renamed to <tt>org.apache.camel.api.management.mbean.ManagedBacklogTracerMBean</tt></li><li>Added <tt>inMemory</tt>, and <tt>length</tt> methods to <tt>org.apache.camel.StreamCache</tt></li><li>Using Camel <a shape="rect" href="spring.html" title="Spring">Spring</a> is now setting up Camel routes later in the process allow Spring to complete all of its dependency injection, before Camel <tt>RouteBuilder</tt> instances is configured. This allows to safely use Spring dependency injection in these <tt>RouteBuilder</tt> classes.</li></ul> +<ul><li>The <a shape="rect" href="file2.html" title="File2">File</a> and <a shape="rect" href="ftp2.html" title="FTP2">FTP</a> consumers when using idempotent repository will no longer invoke <tt>contains</tt> with a directory name; this has been changed to only be checked for files.</li><li>Shutting down using <a shape="rect" href="graceful-shutdown.html" title="Graceful Shutdown">Graceful Shutdown</a> now requires the timeout value to be positive. And improved logic to avoid getting stuck in waiting for inflight messages, and having counter go negative.</li><li><a shape="rect" href="tracer.html" title="Tracer">Tracer</a> now requires explicitly to be enabled on <tt>CamelContext</tt> to be available and in use.</li><li>The class <tt>org.apache.camel.processor.interceptor.BacklogTracerInterceptor</tt> has been removed as it was no longer needed due internal optimizations.</li><li>The <a shape="rect" href="stream-caching.html" title="Stream caching">Stream caching</a> default thresho ld for spooling to disk has been changed from 64kb to 128kb.</li><li>The unary operators in <a shape="rect" href="simple.html" title="Simple">Simple</a> is now only applied on functions</li><li>Using Camel <a shape="rect" href="spring.html" title="Spring">Spring</a> is now setting up Camel routes later in the process allow Spring to complete all of its dependency injection, before Camel <tt>RouteBuilder</tt> instances is configured. This allows to safely use Spring dependency injection in these <tt>RouteBuilder</tt> classes.</li></ul>