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 2014/03/10 00:18:55 UTC

svn commit: r900797 [5/9] - in /websites/production/camel/content: ./ cache/

Modified: websites/production/camel/content/camel-240-release.html
==============================================================================
--- websites/production/camel/content/camel-240-release.html (original)
+++ websites/production/camel/content/camel-240-release.html Sun Mar  9 23:18:55 2014
@@ -86,49 +86,9 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h1 id="Camel2.4.0Release-Camel2.4.0release">Camel 2.4.0 release</h1>
-
-<div style="padding-right:20px;float:left;margin-left:-20px;">
-<p><span class="image-wrap" style=""><img src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png" style="border: 0px solid black"></span></p></div>
-<div style="min-height:200px"></div>
-
-<h2 id="Camel2.4.0Release-NewandNoteworthy">New and Noteworthy</h2>
-
-<p>Welcome to the 2.4.0 release which approx 182 issues resolved (new features, improvements and bug fixes such as...)</p>
-
-<ul><li>Spring 3.0.3 is now the default Spring version used by Camel.</li><li>Fully non blocking <a shape="rect" href="asynchronous-routing-engine.html">Asynchronous Routing Engine</a> which all <a shape="rect" href="eip.html">EIP</a>s and some Camel <a shape="rect" href="components.html">Components</a> supported.</li><li>New feature to use scheduled <a shape="rect" href="exception-clause.html">delayed redelivery attempts</a> (they are fully asynchronous and non blocking). You need to enable this using the option <code>asyncDelayedRedelivery</code>.</li><li>Fixed a potential dead-lock when using <a shape="rect" href="aggregator2.html">Aggregator</a> with timeout completion set.</li><li>The <strong>camel-spring</strong> module now supports OSGi out of box, which renders <strong>camel-osgi</strong> as <strong>@deprecated</strong>.</li><li><a shape="rect" href="using-osgi-blueprint-with-camel.html">OSGi blueprint</a> is now supported</li><li>Added new <a shape="rect" href="spring.html"
 ><code>&lt;contextScan&gt;</code></a> to scan the <a shape="rect" href="registry.html">Registry</a> for <code>RouteBuilder</code> instances, just as scanning the classpath etc.</li><li>Manually started routes is now also <a shape="rect" href="graceful-shutdown.html">Graceful shutdown</a> by Camel</li><li>Fixed issue using <a shape="rect" href="configuring-camel.html">RouteContextRef</a> with multiple <a shape="rect" href="camelcontext.html">CamelContext</a> from the same Spring ApplicationContext.</li><li><a shape="rect" href="bindy.html">Bindy</a> now supports Fixed-Length format message with padding, alignment (Left or Right)</li><li>Improved and fixes some issues with the <a shape="rect" href="ftp2.html">FTP</a> component.</li><li>Improved and fixed some issues using <code>MultiPartForm</code> with <a shape="rect" href="jetty.html">Jetty</a>.</li><li>Add ability to configure <a shape="rect" href="bindy.html">Bindy</a> to remove whitespace when binding <code>Numeric</code> positio
 ns</li><li>Added option <code>useOriginalBody</code> to <a shape="rect" href="oncompletion.html">OnCompletion</a></li><li>Fixed issue when using mockito for testing when it uses CGLib proxies</li><li>Fixed issue with <code>@Consume</code> not running in an unit of work to ensure callbacks is invoked when its done</li><li><a shape="rect" href="routing-slip.html">Routing Slip</a> now uses <a shape="rect" href="expression.html">Expression</a> to define the slip. This is similar to the <a shape="rect" href="recipient-list.html">Recipient List</a> pattern</li><li>The security context can be passed from <a shape="rect" href="cxf.html">CXF</a> to other camel <a shape="rect" href="components.html">Components</a>.</li><li><code>ManagementAgent</code> settings can now be set using setters from Java, instead of having to use JVM system properties. See tip in <a shape="rect" href="camel-jmx.html">Camel JMX</a> wiki page.</li><li><a shape="rect" href="resequencer.html">Resequencer</a> in batch m
 ode has two new options <code>allowDuplicates</code> and <code>reverse</code> which allows you to use it for re-ordering messages from <a shape="rect" href="jms.html">JMS</a> queues based on <code>JMSPriority</code></li><li>Tighten up the <code>ProducerTemplate</code> API a bit, see more details in the section <em>Important changes to consider when upgrading</em>.</li><li><a shape="rect" href="http.html">HTTP</a> now better supports sending binary files.</li><li>Fixed problem with using <a shape="rect" href="quartz.html">Quartz</a> in OSGi and having Camel applications being hot-deployed which potentially could cause <a shape="rect" href="quartz.html">Quartz</a> to stop scheduling in applications which haven't been stopped.</li><li>Fixed issue with pausing and resuming jobs when running <a shape="rect" href="quartz.html">Quartz</a> in clustered mode</li><li>Added options on <a shape="rect" href="quartz.html">Quartz</a> component to specify location of custom <code>quartz.properties<
 /code> file to load from classpath.</li><li>Upgraded to latest <a shape="rect" href="quartz.html">Quartz</a> release 1.8.3.</li><li>Introduced <code>StartupListener</code> to allow components/endpoints/producers/consumers etc. as a listener to be notified when <code>CamelContext</code> have just been started. This allows any custom logic to be executed as a late starter. This ensures <a shape="rect" href="quartz.html">Quartz</a> scheduler is only started when all the routes and so forth is started and running.</li><li>Fixed issue with <a shape="rect" href="ftp2.html">FTP</a> configuring starting directory from uri not accepting an absolute path. In the endpoint uri just define two leading / to indicate absolute, eg <code>"ftp:admin:secret@someserver//absolutepath/foo/bar"</code>.</li><li>Added <code>fromRoute</code> to <a shape="rect" href="notifybuilder.html">NotifyBuilder</a>.</li><li>Improved the <a shape="rect" href="csv.html">CSV</a> component.</li><li>Fixed issue with <a shape
 ="rect" href="direct.html">Direct</a> endpoint having no consumers if endpoint have been evicted from <code>CamelContext</code> internal LRUCache.</li><li>The <a shape="rect" href="routebuilder.html">RouteBuilder</a> now have <code>simple</code> and <code>xpath</code> expression builder methods out of the box.</li><li>Upgraded to latest release of Scala 2.8.0RC7 in <a shape="rect" href="scala-dsl.html">Scala DSL</a></li><li><a shape="rect" href="hawtdb.html">camel-hawtdb</a> updated to <a shape="rect" class="external-link" href="http://github.com/chirino/hawtdb/tree/hawtdb-1.1" rel="nofollow">HawtDB 1.1</a> picks up several bug fixes that improves stability and performance.</li><li>Fixed issue with <a shape="rect" href="splitter.html">splitting</a> <a shape="rect" href="file2.html">file</a>s using <code>tokenizer</code> not being able to delete/move file after processing is done on Windows platform.</li><li><code>maxMessagesPerPoll</code> is now applied eagerly to limit intaking fil
 es earlier for the <a shape="rect" href="file2.html">File</a> and <a shape="rect" href="ftp2.html">FTP</a> components, Thus avoid excessive memory consumption if you poll directories which contains 100.000+ files.</li><li>Added <code>connectTimeout</code>, <code>soTimeout</code> and <code>timeout</code> to <a shape="rect" href="ftp2.html">FTP</a> so its easier to configure timeouts.</li><li>Consolidated support for per platform disabling of tests across the entire test suite.</li><li>Introduced <a shape="rect" href="processorfactory.html">ProcessorFactory</a> to be able to use a custom factory to be able to manipulate <a shape="rect" href="processor.html">Processor</a> creation process. For example to add additional outputs or manipulate the route model.</li><li><a shape="rect" href="jms.html">camel-jms</a> now supports Oracle AQ</li><li>Added a <a shape="rect" href="camel-2x-debugger-api.html">Debugger</a> API to be leveraged by 3rd party tooling.</li><li>The <code>beanRef</code> a
 nd <code>methodCall</code> DSLs will eager check on startup, the bean reference exists in <a shape="rect" href="registry.html">Registry</a> and the provided method name is a valid method name on the bean as well. This helps to fail fast if end users have a typo in their routes.</li><li><a shape="rect" href="camel-jmx.html">JMX</a> now exposes notifications which listeners can receive.</li><li>Added <code>ExchangeRedeliveryEvent</code> event being emitted when Camel <a shape="rect" href="error-handler.html">Error Handler</a> attempts a redelivery.</li><li><a shape="rect" href="properties.html">Properties</a> component can lookup <code>java.util.Properties</code> from the <a shape="rect" href="registry.html">Registry</a> using the <code>ref:</code> prefix.</li><li><a shape="rect" href="spring-security.html">Spring Security</a> is upgrade to spring security 3.0.3.RELEASE.</li></ul>
-
-
-<h3 id="Camel2.4.0Release-New">New <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></h3>
-
-<h3 id="Camel2.4.0Release-New.1">New <a shape="rect" href="components.html">Components</a></h3>
-
-<ul><li><a shape="rect" href="ejb.html">EJB</a> to access <a shape="rect" href="ejb.html">EJB</a> beans in a similar way as with the <a shape="rect" href="bean.html">Bean</a> component</li><li><a shape="rect" href="class.html">Class</a> to invoke beans defined using the fully qualified class name</li><li><a shape="rect" href="using-osgi-blueprint-with-camel.html">OSGi Blueprint</a> to use Camel with OSGi blueprint</li></ul>
-
-
-<h3 id="Camel2.4.0Release-NewDSL">New DSL</h3>
-
-<h3 id="Camel2.4.0Release-NewAnnotations">New Annotations</h3>
-
-<ul><li><code>@RoutingSlip</code></li></ul>
-
-
-<h3 id="Camel2.4.0Release-NewDataFormats">New <a shape="rect" href="data-format.html">Data Formats</a></h3>
-
-<h3 id="Camel2.4.0Release-New.2">New <a shape="rect" href="languages.html">Languages</a></h3>
-
-<h3 id="Camel2.4.0Release-New.3">New <a shape="rect" href="examples.html">Examples</a></h3>
-
-<h3 id="Camel2.4.0Release-New.4">New <a shape="rect" href="tutorials.html">Tutorials</a></h3>
-
-<h2 id="Camel2.4.0Release-APIbreaking">API breaking</h2>
-
-<p>The <a shape="rect" href="toasync.html">ToAsync</a> has been removed and replaced with a better <a shape="rect" href="asynchronous-processing.html">asynchronous routing engine</a>.</p>
-
-<p><a shape="rect" href="routing-slip.html">Routing Slip</a> now requires using <a shape="rect" href="expression.html">Expression</a> to specify the routing slip header, the XML DSL of <a shape="rect" href="routing-slip.html">Routing Slip</a> is broken.</p>
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
-    &lt;route&gt;
+<div class="wiki-content maincontent"><h1 id="Camel2.4.0Release-Camel2.4.0release">Camel 2.4.0 release</h1><div style="padding-right:20px;float:left;margin-left:-20px;">
+<p><span class="image-wrap" style=""><img src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png" style="border: 0px solid black"></span></p></div><div style="min-height:200px"></div><h2 id="Camel2.4.0Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 2.4.0 release which approx 182 issues resolved (new features, improvements and bug fixes such as...)</p><ul><li>Spring 3.0.3 is now the default Spring version used by Camel.</li><li>Fully non blocking <a shape="rect" href="asynchronous-routing-engine.html">Asynchronous Routing Engine</a> which all <a shape="rect" href="eip.html">EIP</a>s and some Camel <a shape="rect" href="components.html">Components</a> supported.</li><li>New feature to use scheduled <a shape="rect" href="exception-clause.html">delayed redelivery attempts</a> (they are fully asynchronous and non blocking). You need to enable this using the option <code>asyncDelayedRedelivery</code>.</li><li>Fixed a potential dead-lock when using <a shap
 e="rect" href="aggregator2.html">Aggregator</a> with timeout completion set.</li><li>The <strong>camel-spring</strong> module now supports OSGi out of box, which renders <strong>camel-osgi</strong> as <strong>@deprecated</strong>.</li><li><a shape="rect" href="using-osgi-blueprint-with-camel.html">OSGi blueprint</a> is now supported</li><li>Added new <a shape="rect" href="spring.html"><code>&lt;contextScan&gt;</code></a> to scan the <a shape="rect" href="registry.html">Registry</a> for <code>RouteBuilder</code> instances, just as scanning the classpath etc.</li><li>Manually started routes is now also <a shape="rect" href="graceful-shutdown.html">Graceful Shutdown</a> by Camel</li><li>Fixed issue using <a shape="rect" href="configuring-camel.html">RouteContextRef</a> with multiple <a shape="rect" href="camelcontext.html">CamelContext</a> from the same Spring ApplicationContext.</li><li><a shape="rect" href="bindy.html">Bindy</a> now supports Fixed-Length format message with padding, 
 alignment (Left or Right)</li><li>Improved and fixes some issues with the <a shape="rect" href="ftp2.html">FTP</a> component.</li><li>Improved and fixed some issues using <code>MultiPartForm</code> with <a shape="rect" href="jetty.html">Jetty</a>.</li><li>Add ability to configure <a shape="rect" href="bindy.html">Bindy</a> to remove whitespace when binding <code>Numeric</code> positions</li><li>Added option <code>useOriginalBody</code> to <a shape="rect" href="oncompletion.html">OnCompletion</a></li><li>Fixed issue when using mockito for testing when it uses CGLib proxies</li><li>Fixed issue with <code>@Consume</code> not running in an unit of work to ensure callbacks is invoked when its done</li><li><a shape="rect" href="routing-slip.html">Routing Slip</a> now uses <a shape="rect" href="expression.html">Expression</a> to define the slip. This is similar to the <a shape="rect" href="recipient-list.html">Recipient List</a> pattern</li><li>The security context can be passed from <a sh
 ape="rect" href="cxf.html">CXF</a> to other camel <a shape="rect" href="components.html">Components</a>.</li><li><code>ManagementAgent</code> settings can now be set using setters from Java, instead of having to use JVM system properties. See tip in <a shape="rect" href="camel-jmx.html">Camel JMX</a> wiki page.</li><li><a shape="rect" href="resequencer.html">Resequencer</a> in batch mode has two new options <code>allowDuplicates</code> and <code>reverse</code> which allows you to use it for re-ordering messages from <a shape="rect" href="jms.html">JMS</a> queues based on <code>JMSPriority</code></li><li>Tighten up the <code>ProducerTemplate</code> API a bit, see more details in the section <em>Important changes to consider when upgrading</em>.</li><li><a shape="rect" href="http.html">HTTP</a> now better supports sending binary files.</li><li>Fixed problem with using <a shape="rect" href="quartz.html">Quartz</a> in OSGi and having Camel applications being hot-deployed which potential
 ly could cause <a shape="rect" href="quartz.html">Quartz</a> to stop scheduling in applications which haven't been stopped.</li><li>Fixed issue with pausing and resuming jobs when running <a shape="rect" href="quartz.html">Quartz</a> in clustered mode</li><li>Added options on <a shape="rect" href="quartz.html">Quartz</a> component to specify location of custom <code>quartz.properties</code> file to load from classpath.</li><li>Upgraded to latest <a shape="rect" href="quartz.html">Quartz</a> release 1.8.3.</li><li>Introduced <code>StartupListener</code> to allow components/endpoints/producers/consumers etc. as a listener to be notified when <code>CamelContext</code> have just been started. This allows any custom logic to be executed as a late starter. This ensures <a shape="rect" href="quartz.html">Quartz</a> scheduler is only started when all the routes and so forth is started and running.</li><li>Fixed issue with <a shape="rect" href="ftp2.html">FTP</a> configuring starting directo
 ry from uri not accepting an absolute path. In the endpoint uri just define two leading / to indicate absolute, eg <code>"ftp:admin:secret@someserver//absolutepath/foo/bar"</code>.</li><li>Added <code>fromRoute</code> to <a shape="rect" href="notifybuilder.html">NotifyBuilder</a>.</li><li>Improved the <a shape="rect" href="csv.html">CSV</a> component.</li><li>Fixed issue with <a shape="rect" href="direct.html">Direct</a> endpoint having no consumers if endpoint have been evicted from <code>CamelContext</code> internal LRUCache.</li><li>The <a shape="rect" href="routebuilder.html">RouteBuilder</a> now have <code>simple</code> and <code>xpath</code> expression builder methods out of the box.</li><li>Upgraded to latest release of Scala 2.8.0RC7 in <a shape="rect" href="scala-dsl.html">Scala DSL</a></li><li><a shape="rect" href="hawtdb.html">camel-hawtdb</a> updated to <a shape="rect" class="external-link" href="http://github.com/chirino/hawtdb/tree/hawtdb-1.1" rel="nofollow">HawtDB 1.1
 </a> picks up several bug fixes that improves stability and performance.</li><li>Fixed issue with <a shape="rect" href="splitter.html">splitting</a> <a shape="rect" href="file2.html">file</a>s using <code>tokenizer</code> not being able to delete/move file after processing is done on Windows platform.</li><li><code>maxMessagesPerPoll</code> is now applied eagerly to limit intaking files earlier for the <a shape="rect" href="file2.html">File</a> and <a shape="rect" href="ftp2.html">FTP</a> components, Thus avoid excessive memory consumption if you poll directories which contains 100.000+ files.</li><li>Added <code>connectTimeout</code>, <code>soTimeout</code> and <code>timeout</code> to <a shape="rect" href="ftp2.html">FTP</a> so its easier to configure timeouts.</li><li>Consolidated support for per platform disabling of tests across the entire test suite.</li><li>Introduced <a shape="rect" href="processorfactory.html">ProcessorFactory</a> to be able to use a custom factory to be abl
 e to manipulate <a shape="rect" href="processor.html">Processor</a> creation process. For example to add additional outputs or manipulate the route model.</li><li><a shape="rect" href="jms.html">camel-jms</a> now supports Oracle AQ</li><li>Added a <a shape="rect" href="camel-2x-debugger-api.html">Debugger</a> API to be leveraged by 3rd party tooling.</li><li>The <code>beanRef</code> and <code>methodCall</code> DSLs will eager check on startup, the bean reference exists in <a shape="rect" href="registry.html">Registry</a> and the provided method name is a valid method name on the bean as well. This helps to fail fast if end users have a typo in their routes.</li><li><a shape="rect" href="camel-jmx.html">JMX</a> now exposes notifications which listeners can receive.</li><li>Added <code>ExchangeRedeliveryEvent</code> event being emitted when Camel <a shape="rect" href="error-handler.html">Error Handler</a> attempts a redelivery.</li><li><a shape="rect" href="properties.html">Properties
 </a> component can lookup <code>java.util.Properties</code> from the <a shape="rect" href="registry.html">Registry</a> using the <code>ref:</code> prefix.</li><li><a shape="rect" href="spring-security.html">Spring Security</a> is upgrade to spring security 3.0.3.RELEASE.</li></ul><h3 id="Camel2.4.0Release-New">New <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></h3><h3 id="Camel2.4.0Release-New.1">New <a shape="rect" href="components.html">Components</a></h3><ul><li><a shape="rect" href="ejb.html">EJB</a> to access <a shape="rect" href="ejb.html">EJB</a> beans in a similar way as with the <a shape="rect" href="bean.html">Bean</a> component</li><li><a shape="rect" href="class.html">Class</a> to invoke beans defined using the fully qualified class name</li><li><a shape="rect" href="using-osgi-blueprint-with-camel.html">OSGi Blueprint</a> to use Camel with OSGi blueprint</li></ul><h3 id="Camel2.4.0Release-NewDSL">New DSL</h3><h3 id="Camel
 2.4.0Release-NewAnnotations">New Annotations</h3><ul><li><code>@RoutingSlip</code></li></ul><h3 id="Camel2.4.0Release-NewDataFormats">New <a shape="rect" href="data-format.html">Data Formats</a></h3><h3 id="Camel2.4.0Release-New.2">New <a shape="rect" href="languages.html">Languages</a></h3><h3 id="Camel2.4.0Release-New.3">New <a shape="rect" href="examples.html">Examples</a></h3><h3 id="Camel2.4.0Release-New.4">New <a shape="rect" href="tutorials.html">Tutorials</a></h3><h2 id="Camel2.4.0Release-APIbreaking">API breaking</h2><p>The <a shape="rect" href="toasync.html">ToAsync</a> has been removed and replaced with a better <a shape="rect" href="asynchronous-processing.html">asynchronous routing engine</a>.</p><p><a shape="rect" href="routing-slip.html">Routing Slip</a> now requires using <a shape="rect" href="expression.html">Expression</a> to specify the routing slip header, the XML DSL of <a shape="rect" href="routing-slip.html">Routing Slip</a> is broken.</p><div class="code pane
 l pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[    &lt;route&gt;
        &lt;from uri=&quot;direct:a&quot;/&gt;
        &lt;!--NOTE from Camel 2.4.0, you need to specify the expression element inside of the routingSlip element --&gt;
        &lt;routingSlip ignoreInvalidEndpoints=&quot;true&quot;&gt;
@@ -136,115 +96,31 @@
        &lt;/routingSlip&gt;
     &lt;/route&gt;
 ]]></script>
-</div></div>
-
-<p>The <code>retryUntil</code> method on <a shape="rect" href="exception-clause.html">onException</a> have been renamed to <code>retryWhile</code> to better match what it does. It keeps retrying while the predicate returns <code>true</code>.</p>
-
-<p><code>org.apache.camel.spi.Policy</code> now has an additional method <code>beforeWrap</code> which means you need to implement this method in your implementations. Just add a empty method to adapt.</p>
-
-<p>The class <code>org.apache.camel.management.event.ExchangeFailureEvent</code> has been renamed to <code>org.apache.camel.management.event.ExchangeFailedEvent</code>.</p>
-
-<h2 id="Camel2.4.0Release-KnownIssues">Known Issues</h2>
-
-<p>The <a shape="rect" href="tracer.html">Tracer</a> may not output all details for some situations such as when using <code>onCompletion</code> or <code>intercept</code> etc.</p>
-
-<p>Not all <a shape="rect" href="examples.html">Examples</a> have ANT build.xml files to run the example using ANT.</p>
-
-<p>The read <code>timeout</code> in <a shape="rect" href="netty.html">Netty</a> is causing it to spawn threads and you end up with out of memory error. You have to disable using timeout by setting the <code>timeout=0</code> in the endpoint configuration. This issue has been fixed in the next release.</p>
-
-<p>The <a shape="rect" href="error-handler.html">LoggingErrorHandler</a> does not work when also using <a shape="rect" href="exception-clause.html">onException</a>. It may go into an endless loop. So refrain from using logging error handler.</p>
-
-<p>The <a shape="rect" href="camel-jmx.html">JMX</a> statistics for <code>type=processors</code> is being counted double. The stats on the <code>type=routes</code> is correct though.</p>
-
-<p>The <a shape="rect" href="jetty.html">Jetty</a> component sends back HTTP headers with lower-case keys.</p>
-
-<p><a shape="rect" href="hawtdb.html">HawtDB</a> does not work in OSGi</p>
-
-<p><a shape="rect" href="hawtdb.html">HawtDB</a> has a bug in version 1.4 or older which prevents the filestore to free unused space. Version 1.5 fixes this.</p>
-
-<p>There is a concurrency issue when using predicates using binary operators such as <code>isEqualTo</code>. See <a shape="rect" class="external-link" href="https://issues.apache.org/activemq/browse/CAMEL-3188">CAMEL-3188</a>.</p>
-
-<p>The <a shape="rect" href="ftp2.html">FTP</a> consumer may stop continue polling. You can start the consumer from eg. a management console and it will start again.</p>
-
-<h2 id="Camel2.4.0Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2>
-
-<p>Camel now uses Spring 3.0.3 as the default Spring version. Spring 2.5 is still supported.<br clear="none">
-Spring 2.0.x support is now <strong>@deprecated</strong> and will in future releases <strong>not</strong> be supported.</p>
-
-    <div class="aui-message problem shadowed information-macro">
+</div></div><p>The <code>retryUntil</code> method on <a shape="rect" href="exception-clause.html">onException</a> have been renamed to <code>retryWhile</code> to better match what it does. It keeps retrying while the predicate returns <code>true</code>.</p><p><code>org.apache.camel.spi.Policy</code> now has an additional method <code>beforeWrap</code> which means you need to implement this method in your implementations. Just add a empty method to adapt.</p><p>The class <code>org.apache.camel.management.event.ExchangeFailureEvent</code> has been renamed to <code>org.apache.camel.management.event.ExchangeFailedEvent</code>.</p><h2 id="Camel2.4.0Release-KnownIssues">Known Issues</h2><p>The <a shape="rect" href="tracer.html">Tracer</a> may not output all details for some situations such as when using <code>onCompletion</code> or <code>intercept</code> etc.</p><p>Not all <a shape="rect" href="examples.html">Examples</a> have ANT build.xml files to run the example using ANT.</p><p>The re
 ad <code>timeout</code> in <a shape="rect" href="netty.html">Netty</a> is causing it to spawn threads and you end up with out of memory error. You have to disable using timeout by setting the <code>timeout=0</code> in the endpoint configuration. This issue has been fixed in the next release.</p><p>The <a shape="rect" href="error-handler.html">LoggingErrorHandler</a> does not work when also using <a shape="rect" href="exception-clause.html">onException</a>. It may go into an endless loop. So refrain from using logging error handler.</p><p>The <a shape="rect" href="camel-jmx.html">JMX</a> statistics for <code>type=processors</code> is being counted double. The stats on the <code>type=routes</code> is correct though.</p><p>The <a shape="rect" href="jetty.html">Jetty</a> component sends back HTTP headers with lower-case keys.</p><p><a shape="rect" href="hawtdb.html">HawtDB</a> does not work in OSGi</p><p><a shape="rect" href="hawtdb.html">HawtDB</a> has a bug in version 1.4 or older whi
 ch prevents the filestore to free unused space. Version 1.5 fixes this.</p><p>There is a concurrency issue when using predicates using binary operators such as <code>isEqualTo</code>. See <a shape="rect" class="external-link" href="https://issues.apache.org/activemq/browse/CAMEL-3188">CAMEL-3188</a>.</p><p>The <a shape="rect" href="ftp2.html">FTP</a> consumer may stop continue polling. You can start the consumer from eg. a management console and it will start again.</p><h2 id="Camel2.4.0Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><p>Camel now uses Spring 3.0.3 as the default Spring version. Spring 2.5 is still supported.<br clear="none"> Spring 2.0.x support is now <strong>@deprecated</strong> and will in future releases <strong>not</strong> be supported.</p>    <div class="aui-message problem shadowed information-macro">
                     <p class="title">Spring 3.0 dependency injection changed</p>
                             <span class="aui-icon icon-problem">Icon</span>
                 <div class="message-content">
-                            
-<p>Mind that Spring 3.0 has changed how it performs dependency injection. In fact it may even perform this differently than what Spring 2.5 would do. For example the order and which beans is dependency injected on startup could potential affect your existing Camel applications when upgrading. It appears as Spring 3.0 has gotten worse in this area and you may have to specify <code>depends-on</code> attributes on your spring <code>bean</code> to help Spring.</p>
+                            <p>Mind that Spring 3.0 has changed how it performs dependency injection. In fact it may even perform this differently than what Spring 2.5 would do. For example the order and which beans is dependency injected on startup could potential affect your existing Camel applications when upgrading. It appears as Spring 3.0 has gotten worse in this area and you may have to specify <code>depends-on</code> attributes on your spring <code>bean</code> to help Spring.</p>
                     </div>
     </div>
-
-
-<p><code>IntrospectionSupport</code> has been improved to be consistent for <code>getProperty</code> and <code>getProperties</code>. Also <code>getProperties</code> now find all relevant properties. This will often only be relevant for Camel end users who build their own components any may use <code>IntrospectionSupport</code>.</p>
-
-<p>The <code>ProducerTemplate</code> have been tighten up a bit. All <code>send/request -body</code> methods will now throw a <code>CamelExecutionException</code> with the cause wrapped. This ensures its consistent. </p>
-
-<p>The <a shape="rect" href="ftp2.html"><code>ftps</code></a> is now using secure data channel also when transferring files. There has been added some options which you can use to control the behavior and turn it off if you want the old behavior (only secure login).</p>
-
-<p>The <a shape="rect" href="ftp2.html">FTP</a> starting directory can now be set using absolute paths as well. In the endpoint uri just define two leading / to indicate absolute, eg <code>"ftp:admin:secret@someserver//absolutepath/foo/bar"</code>.</p>
-
-<p>The default port from <a shape="rect" href="ftp2.html"><code>ftps</code></a> has been changed from 2222 to 21. </p>
-
-<p>The <a shape="rect" href="ftp2.html">FTP</a> is now using a default of 10 sec connect timeout (ALL), and 30 sec data timeout (FTP/FTPS only).</p>
-
-<p>The <a shape="rect" href="routebuilder.html">RouteBuilder</a> now have <code>simple</code> and <code>xpath</code> expression builder methods out of the box, which means you don't have to use static imports to use those two <a shape="rect" href="languages.html">Languages</a>. The compiler may complain if you have a static import, which you simply fix by removing the static import. </p>
-
-<h2 id="Camel2.4.0Release-GettingtheDistributions">Getting the Distributions</h2>
-
-<h3 id="Camel2.4.0Release-BinaryDistributions">Binary Distributions</h3>
-
-<div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p> Description </p></th><th colspan="1" rowspan="1" class="confluenceTh"><p> Download Link </p></th><th colspan="1" rowspan="1" class="confluenceTh"><p> PGP Signature file of download </p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> Windows Distribution </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.4.0/apache-camel-2.4.0.zip">apache-camel-2.4.0.zip</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.4.0/apache-camel-2.4.0.zip.asc">apache-camel-2.4.0.zip.asc</a> </p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> Unix/Linux/Cygwin Distribution </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a sh
 ape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.4.0/apache-camel-2.4.0.tar.gz">apache-camel-2.4.0.tar.gz</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.4.0/apache-camel-2.4.0.tar.gz.asc">apache-camel-2.4.0.tar.gz.asc</a> </p></td></tr></tbody></table></div>
-
-    <div class="aui-message hint shadowed information-macro">
+<p><code>IntrospectionSupport</code> has been improved to be consistent for <code>getProperty</code> and <code>getProperties</code>. Also <code>getProperties</code> now find all relevant properties. This will often only be relevant for Camel end users who build their own components any may use <code>IntrospectionSupport</code>.</p><p>The <code>ProducerTemplate</code> have been tighten up a bit. All <code>send/request -body</code> methods will now throw a <code>CamelExecutionException</code> with the cause wrapped. This ensures its consistent.</p><p>The <a shape="rect" href="ftp2.html"><code>ftps</code></a> is now using secure data channel also when transferring files. There has been added some options which you can use to control the behavior and turn it off if you want the old behavior (only secure login).</p><p>The <a shape="rect" href="ftp2.html">FTP</a> starting directory can now be set using absolute paths as well. In the endpoint uri just define two leading / to indicate absol
 ute, eg <code>"ftp:admin:secret@someserver//absolutepath/foo/bar"</code>.</p><p>The default port from <a shape="rect" href="ftp2.html"><code>ftps</code></a> has been changed from 2222 to 21.</p><p>The <a shape="rect" href="ftp2.html">FTP</a> is now using a default of 10 sec connect timeout (ALL), and 30 sec data timeout (FTP/FTPS only).</p><p>The <a shape="rect" href="routebuilder.html">RouteBuilder</a> now have <code>simple</code> and <code>xpath</code> expression builder methods out of the box, which means you don't have to use static imports to use those two <a shape="rect" href="languages.html">Languages</a>. The compiler may complain if you have a static import, which you simply fix by removing the static import.</p><h2 id="Camel2.4.0Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.4.0Release-BinaryDistributions">Binary Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh
 "><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Windows Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.4.0/apache-camel-2.4.0.zip">apache-camel-2.4.0.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.4.0/apache-camel-2.4.0.zip.asc">apache-camel-2.4.0.zip.asc</a></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Unix/Linux/Cygwin Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.4.0/apache-camel-2.4.0.tar.gz">apache-c
 amel-2.4.0.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.4.0/apache-camel-2.4.0.tar.gz.asc">apache-camel-2.4.0.tar.gz.asc</a></p></td></tr></tbody></table></div>    <div class="aui-message hint shadowed information-macro">
                     <p class="title">The above URLs use redirection</p>
                             <span class="aui-icon icon-hint">Icon</span>
                 <div class="message-content">
-                            
-<p>The above URLs use the Apache Mirror system to redirect you to a suitable mirror for your download. Some users have experienced issues with some versions of browsers (e.g. some Safari browsers). If the download doesn't seem to work for you from the above URL then try using <a shape="rect" class="external-link" href="http://www.mozilla.com/en-US/firefox/" rel="nofollow">FireFox</a></p>
-
+                            <p>The above URLs use the Apache Mirror system to redirect you to a suitable mirror for your download. Some users have experienced issues with some versions of browsers (e.g. some Safari browsers). If the download doesn't seem to work for you from the above URL then try using <a shape="rect" class="external-link" href="http://www.mozilla.com/en-US/firefox/" rel="nofollow">FireFox</a></p>
                     </div>
     </div>
-
-
-<h3 id="Camel2.4.0Release-SourceDistributions">Source Distributions</h3>
-
-<div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p> Description </p></th><th colspan="1" rowspan="1" class="confluenceTh"><p> Download Link </p></th><th colspan="1" rowspan="1" class="confluenceTh"><p> PGP Signature file of download </p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> Source for Windows </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.4.0/apache-camel-2.4.0-src.zip">apache-camel-2.4.0-src.zip</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.4.0/apache-camel-2.4.0-src.zip.asc">apache-camel-2.4.0-src.zip.asc</a> </p></td></tr></tbody></table></div>
-
-
-<div class="table-wrap"><table class="confluenceTable"><tbody><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> Source for Unix/Linux/Cygwin </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.4.0/apache-camel-2.4.0-src.tar.gz">apache-camel-2.4.0-src.tar.gz</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.4.0/apache-camel-2.4.0-src.tar.gz.asc">apache-camel-2.4.0-src.tar.gz.asc</a> </p></td></tr></tbody></table></div>
-
-
-<h3 id="Camel2.4.0Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3>
-
-<p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p>
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
-&lt;dependency&gt;
+<h3 id="Camel2.4.0Release-SourceDistributions">Source Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Source for Windows</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.4.0/apache-camel-2.4.0-src.zip">apache-camel-2.4.0-src.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.4.0/apache-camel-2.4.0-src.zip.asc">apache-camel-2.4.0-src.zip.asc</a></p></td></tr></tbody></table></div><div class="table-wrap"><table class="confluenceTable"><tbody
 ><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Source for Unix/Linux/Cygwin</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.4.0/apache-camel-2.4.0-src.tar.gz">apache-camel-2.4.0-src.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.4.0/apache-camel-2.4.0-src.tar.gz.asc">apache-camel-2.4.0-src.tar.gz.asc</a></p></td></tr></tbody></table></div><h3 id="Camel2.4.0Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3><p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeCo
 ntent panelContent pdl">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[&lt;dependency&gt;
   &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
   &lt;artifactId&gt;camel-core&lt;/artifactId&gt;
   &lt;version&gt;2.4.0&lt;/version&gt;
 &lt;/dependency&gt;
 ]]></script>
-</div></div>
-
-<h3 id="Camel2.4.0Release-SVNTagCheckout">SVN Tag Checkout</h3>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
-svn co http://svn.apache.org/repos/asf/camel/tags/camel-2.4.0
+</div></div><h3 id="Camel2.4.0Release-SVNTagCheckout">SVN Tag Checkout</h3><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[svn co http://svn.apache.org/repos/asf/camel/tags/camel-2.4.0
 ]]></script>
-</div></div>
-
-<h2 id="Camel2.4.0Release-Changelog">Changelog</h2>
-
-<p>For a more detailed view of new features and bug fixes, see:</p>
-<ul><li><a shape="rect" class="external-link" href="http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;styleName=Html&amp;version=12315688">JIRA Release notes for 2.4.0</a></li></ul></div>
+</div></div><h2 id="Camel2.4.0Release-Changelog">Changelog</h2><p>For a more detailed view of new features and bug fixes, see:</p><ul><li><a shape="rect" class="external-link" href="http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;styleName=Html&amp;version=12315688">JIRA Release notes for 2.4.0</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/camel-250-release.html
==============================================================================
--- websites/production/camel/content/camel-250-release.html (original)
+++ websites/production/camel/content/camel-250-release.html Sun Mar  9 23:18:55 2014
@@ -86,116 +86,25 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h1 id="Camel2.5.0Release-Camel2.5.0release">Camel 2.5.0 release</h1>
-
-<div style="padding-right:20px;float:left;margin-left:-20px;">
-<p><span class="image-wrap" style=""><img src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png" style="border: 0px solid black"></span></p></div>
-<div style="min-height:200px"></div>
-
-<h2 id="Camel2.5.0Release-NewandNoteworthy">New and Noteworthy</h2>
-
-<p>Welcome to the 2.5.0 release which approx 300 issues resolved (new features, improvements and bug fixes such as...)</p>
-
-<ul><li>Added <code>suspend/resume</code> operations to <a shape="rect" href="camelcontext.html">CamelContext</a> for <em>warm</em> restarts, or as the preferred way to temporary stop a running Camel application, and then later resume it. Those operations is also available in <a shape="rect" href="camel-jmx.html">JMX</a>.</li><li>Improved management of routes in <a shape="rect" href="camel-jmx.html">JMX</a>. You can now suspend/resume routes which support suspension. There is a new <code>removeRoute</code> to remove a route from <a shape="rect" href="camel-jmx.html">JMX</a>. Routes with <code>autoStartup=false</code> is now also listed in <a shape="rect" href="camel-jmx.html">JMX</a>, to allow you to start the routes manually.</li><li>The <a shape="rect" href="asynchronous-routing-engine.html">Asynchronous Routing Engine</a> allows to be forced into synchronous mode for certain components, by specifying <code>synchronous=true</code> in the endpoint uri.</li><li><a shape="rect" href=
 "ftp2.html">FTP</a> now supports MSV file systems. The ftp consumer will now traverse the directory structure using a <code>cd &lt;dir&gt;, list files in cur dir</code> pattern, as opposed to a <code>list files &lt;dir&gt;</code> style.</li><li><a shape="rect" href="ftp2.html">FTP</a> improved support for consuming using absolute paths.</li><li>Fixed issue with using multiple <a shape="rect" href="http.html">HTTP</a> endpoints with the only difference being <code>httpClient</code> parameters.</li><li>Fixed issue with <a shape="rect" href="stream-caching.html">Stream Caching</a> and deleting temporary files on Windows.</li><li>Server thread pool settings can be configured on <a shape="rect" href="jetty.html">Jetty</a> component.</li><li>Easier to configure general HTTP/SSL socket connector properties on <a shape="rect" href="jetty.html">Jetty</a> component.</li><li>Fixed issue with sending an <code>InOut</code> message to <a shape="rect" href="dead-letter-channel.html">Dead Letter Ch
 annel</a> would cause Camel to expect a reply. Now the message will always be send to the DLQ as <code>InOnly</code>.</li><li>Fixed issue when sending to a <a shape="rect" href="jms.html">JMS</a> destination, the option <code>disableReplyTo</code> was not used.</li><li>Added two new functions to <a shape="rect" href="xpath.html">XPath</a> to leverage <a shape="rect" href="properties.html">Properties</a> component and <a shape="rect" href="simple.html">Simple</a> language.</li><li>Fixed issue when running <a shape="rect" href="jetty.html">Jetty</a> server under heavy load throwing <code>IllegalStateException</code></li><li><a shape="rect" href="jms.html">JMS</a> uses <a shape="rect" href="asynchronous-routing-engine.html">Asynchronous Routing Engine</a> for <a shape="rect" href="request-reply.html">Request Reply</a> messaging over JMS.</li><li>Fixed issue with a route could mistakenly pick up a route scoped <a shape="rect" href="exception-clause.html">OnException</a> from another rou
 te.</li><li>Fixed an issue with starting <code>CamelContext</code> after it had been shutdown, leading to routes not properly being re-initialized and started.</li><li>The <a shape="rect" href="file2.html">File</a> and <a shape="rect" href="ftp2.html">FTP</a> consumers now support using <code>preMove</code> together with either <code>noop</code> or <code>delete</code> options.</li><li>Added support for <code>timeout</code> in <a shape="rect" href="recipient-list.html">Recipient List</a>, <a shape="rect" href="splitter.html">Splitter</a> and <a shape="rect" href="multicast.html">Multicast</a> EIPs when running in parallel mode.</li><li>Added support for 3rd part <a shape="rect" href="uuidgenerator.html">UuidGenerator</a>.</li><li>Reverted back to use ActiveMQ <a shape="rect" href="uuidgenerator.html">UuidGenerator</a> as default generator. Its faster than the previous <code>JavaUuidGenerator</code>, especially in high concurrent systems.</li><li><a shape="rect" href="velocity.html">V
 elocity</a> can now find template files from filesystem/classpath when referring to them from other templates.</li><li>Fixed issue with multiple <a shape="rect" href="camelcontext.html">CamelContext</a> using same id being mixed as single <a shape="rect" href="camelcontext.html">CamelContext</a> in <a shape="rect" href="camel-jmx.html">JMX</a>. Camel now fails to start if existing <a shape="rect" href="camelcontext.html">CamelContext</a> already have been registered in the MBeanServer.</li><li>The <a shape="rect" href="message-filter.html">Message Filter</a> EIP now stores a property on the <a shape="rect" href="exchange.html">Exchange</a> to indicate if it was filtered or not.</li><li><a shape="rect" href="ftp2.html">FTP</a> supports sending site commands after successful login.</li><li><a shape="rect" href="simple.html">Simple</a> language can now compare numeric values which was entered as String types.</li><li>Fixed limitation where <a shape="rect" href="content-enricher.html">P
 ollEnrich</a> could not poll from a file endpoint if the route started from a file endpoint as well.</li><li>Fixed limitation with <a shape="rect" href="simple.html">Simple</a> language, before you could only use one <code>and</code> or <code>or</code> operator. Now you can use multiple operators in the same expression.</li><li><a shape="rect" href="restlet.html">Restlet</a> component now supports using { } placeholders in uri, which gets replaced with headers from <a shape="rect" href="exchange.html">Exchange</a>.</li><li>Added <code>dynamicRouter</code> to the DSL to make it easier to do dynamic routing using a <a shape="rect" href="bean.html">Bean</a> to evaluate <em>on-the-fly</em> the next destination(s).</li><li>When sending a <a shape="rect" href="jms.html">JMS</a> message using InOnly but having a <code>JMSReplyTo</code> header configured, then the <code>JmsProducer</code> will lookup/create the JMS Destination to ensure its a valid <code>JMSReplyTo</code> from the header.</
 li><li>Endpoint uris containing password is not logged in plaintext, but is now masked.</li><li><a shape="rect" href="properties.html">Properties</a> can now leverage <a shape="rect" href="jasypt.html">Jasypt</a> allowing you to use encrypted values in your properties files.</li><li>Trimmed down the size of the <a shape="rect" href="web-console.html">Web Console</a> reducing the number of jars and removing the groovy experimental editor. It now requires JDK 1.6 to run as well. We will in the future improve the <a shape="rect" href="web-console.html">Web Console</a> to contain more features and information.</li><li>Added new <a shape="rect" href="language.html">Language</a> component to execute <a shape="rect" href="languages.html">Languages</a> scripts when sending a message to a <code>language</code> endpoint. This makes it easier to support <a shape="rect" href="dynamic-router.html">Dynamic Router</a> where small pieces of logic must be executed as well.</li><li>Added <code>charse
 t</code> option on the <a shape="rect" href="file2.html">File</a>, <a shape="rect" href="ftp2.html">FTP</a> endpoint which dictates the encoding to use.</li><li><a shape="rect" href="cxf.html">CXF</a> consumer and <a shape="rect" href="cxfrs.html">CXFRS</a> consumer will try to leverage CXF continuation API to call the camel process asynchronous API if it is possible, and you can turn it off by setting the <code>synchronous</code> option to <code>true</code>.</li><li><a shape="rect" href="cxf-bean-component.html">CXF Bean Component</a> now supports using customer providers configured by the <code>providers</code> option on the <a shape="rect" href="cxfrs.html">CXFRS</a> endpoint.</li><li>Fixed <code>ConsumerTemplate</code> using <code>receiveBody</code> methods to complete <a shape="rect" href="oncompletion.html">OnCompletion</a> beforehand. For example when using a <a shape="rect" href="file2.html">File</a> endpoint and having set <code>delete=true</code>, which now causes the file
  to be deleted.</li><li>Fixed <a shape="rect" href="hawtdb.html">HawtDB</a> not working in OSGi</li><li>Fixed dependency injection between <code>&lt;bean&gt;</code> and <code>&lt;camelContext&gt;</code>, making it work as it did with Spring 2.5 when using Spring 3.0 instead. The <code>&lt;bean&gt;</code> will be dependency injected before the <code>&lt;camelContext&gt;</code>.</li><li>Optimized <a shape="rect" href="type-converter.html">Type Converter</a> when using <a shape="rect" href="jetty.html">Jetty</a> routing and/or conversions to <code>String</code> types which will fallback and lookup <code>PropertyEditor</code> editors.</li><li>Added <code>LimitedPollingConsumerPollStrategy</code> for <a shape="rect" href="polling-consumer.html">Polling Consumer</a>s as a limited strategy which suspends consumers which causes consecutive failures. For example to avoid a faulty consumer to spam logs etc. Uses a limit of 3.</li><li>Fixed <a shape="rect" href="jetty.html">Jetty</a> sending b
 ack HTTP headers using keys is lower-case. Not it preserves the case of the keys, so it can be mixed case.</li><li>Added $simple{ } as alternative syntax for tokens in the <a shape="rect" href="simple.html">Simple</a> language to avoid clashing when using Springs <code>PropertyPlaceholderConfigurer</code>. See example at the <a shape="rect" href="file2.html">File</a> language page.</li><li>Added <code>discardOnCompletionTimeout</code> option to <a shape="rect" href="aggregator2.html">Aggregator</a></li><li>Fixed concurrency issue when using predicates using binary operators such as <code>isEqualTo</code>.</li><li>Total overhaul of the <a shape="rect" href="quickfix.html">QuickFix</a> component. Thanks to the <a shape="rect" class="external-link" href="http://www.quickfixj.org/" rel="nofollow">QuickFIX/J</a> community for help.</li><li><a shape="rect" href="cxfrs.html">CXFRS</a> producer now leverages fallback type converter which means its much easier for end users to grab the respo
 nse body in a type they want.</li><li><a shape="rect" href="mail.html">Mail</a> component now supports specifying emails using <code>"Ibsen, Claus" &lt;davsclaus@apache.org&gt;</code> style.</li><li>Fixed issue with <a shape="rect" href="ftp2.html">FTP</a> which could cause the polling to stop without any hint in the logs why.</li><li>Added <code>publishedEndpointUrl</code> option into the <a shape="rect" href="cxf.html">CXF</a> component.</li><li><code>DefaultPackageScanClassResolver</code> supports to configure the url schemes by using Spring configuration. To cater for Server's using custom classloader schemes in URLs.</li><li>Added option <code>lazyLoadTypeConverters</code> to <a shape="rect" href="camelcontext.html">CamelContext</a> to configure if type converters should be loaded lazy or on startup (default).</li></ul>
-
-
-<h3 id="Camel2.5.0Release-New">New <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></h3>
-
-<ul><li><a shape="rect" href="dynamic-router.html">Dynamic Router</a> is now available in the <a shape="rect" href="dsl.html">DSL</a> as well.</li></ul>
-
-
-<h3 id="Camel2.5.0Release-New.1">New <a shape="rect" href="components.html">Components</a></h3>
-
-<ul><li><a shape="rect" href="db4o.html">Db4o</a></li><li><a shape="rect" href="language.html">Language</a></li><li><a shape="rect" href="jasypt.html">Jasypt</a></li><li><a shape="rect" href="shiro-security.html">Shiro Security</a></li><li><a shape="rect" href="sip.html">Sip</a></li><li><a shape="rect" href="quickfix.html">QuickFix</a> (total overhauled)</li></ul>
-
-
-<h3 id="Camel2.5.0Release-NewDSL">New DSL</h3>
-
-<ul><li><a shape="rect" href="dynamic-router.html">Dynamic Router</a></li></ul>
-
-
-<h3 id="Camel2.5.0Release-NewAnnotations">New Annotations</h3>
-
-<ul><li><code>@DynamicRouter</code></li></ul>
-
-
-<h3 id="Camel2.5.0Release-NewDataFormats">New <a shape="rect" href="data-format.html">Data Formats</a></h3>
-
-<h3 id="Camel2.5.0Release-New.2">New <a shape="rect" href="languages.html">Languages</a></h3>
-
-<h3 id="Camel2.5.0Release-New.3">New <a shape="rect" href="examples.html">Examples</a></h3>
-
-<ul><li><code>camel-example-reportincident-ws-security-osgi</code></li><li><a shape="rect" href="cxf-proxy-example.html">CXF Proxy Example</a></li><li><a shape="rect" href="cxf-tomcat-example.html">CXF Tomcat Example</a></li></ul>
-
-
-<h3 id="Camel2.5.0Release-New.4">New <a shape="rect" href="tutorials.html">Tutorials</a></h3>
-
-<h2 id="Camel2.5.0Release-APIbreaking">API breaking</h2>
-
-<ul><li>Some methods on the <a shape="rect" href="file2.html">File</a> and <a shape="rect" href="ftp2.html">FTP</a> endpoint/producer has been promoted from <code>protected</code> to <code>public</code> to make it easy from Java code to re-use the functionally of those methods, without using it as a Camel component. Such as when you want to communicate with a FTP server using the API from the <code>RemoteFileOperations</code>.</li><li>Added <code>changeToParentDirectory</code> method to <code>GenericFileOperations</code>.</li></ul>
-
-
-<h2 id="Camel2.5.0Release-KnownIssues">Known Issues</h2>
-
-<ul><li>The <a shape="rect" href="tracer.html">Tracer</a> may not output all details for some situations such as when using <code>onCompletion</code> or <code>intercept</code> etc.</li><li>Not all <a shape="rect" href="examples.html">Examples</a> have ANT build.xml files to run the example using ANT.</li><li>Project cannot be fully build using Maven 3.0</li><li>One may encounter build errors in camel-ftp with java versions older than "1.5.0_24"</li><li>Dozer does not work in OSGi</li><li><code>camel-blueprint</code> is not fully feature complete (such as @Producer, @Consume is not supported)</li><li><code>camel-blueprint</code> using &lt;package&gt; scan does not work</li><li>Setting a custom TaskExecutor on <a shape="rect" href="jms.html">JMS</a> component using Spring 2.5 does not work as <code>camel-jms</code> is compiled against Spring 3.0. See more at <a shape="rect" class="external-link" href="https://issues.apache.org/activemq/browse/CAMEL-3286">CAMEL-3286</a></li><li><code>m
 arkRollbackOnlyLast</code> doesn't remove caused exception, which may affect outer transaction to rollback as well. Likewise the logging of <code>TransactionErrorHandler</code> may log the inner transaction as being committed, when it was in fact rolled back.</li><li><a shape="rect" href="splitter.html">Splitter</a> using <code>parallelProcessing</code> may use a lot of memory during processing, see <a shape="rect" class="external-link" href="https://issues.apache.org/jira/browse/CAMEL-3497">CAMEL-3497</a></li></ul>
-
-
-
-<h2 id="Camel2.5.0Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2>
-
-<ul><li>Support for <a shape="rect" href="jms.html">JMS</a> API 1.0.2 has been removed.</li><li>The <code>stopRoute</code> method on <code>CamelContext</code> now leverages <a shape="rect" href="graceful-shutdown.html">Graceful shutdown</a> when stopping. This is more intuitive to stop routes in a graceful and safe manner. You can the stop method with a timeout if you want to force stopping, which was the old behavior.</li><li>The <a shape="rect" href="web-console.html">Web Console</a> now requires JDK 1.6 as minimum to run.</li><li>The artifacts <code>camel-core-tests.jar</code> and <code>camel-spring-tests.jar</code> has been <strong>deprecated</strong> and will be removed in a future release. You should always only use the <code>camel-test.jar</code> if you want to use the Camel Test Kit.</li><li>Camel will now fail to startup if an existing CamelContext has been registered in JMX with the same id.</li><li>If you did not set a id on <code>&lt;camelContext&gt;</code> it would have
  defaulted to <code>camelContext</code>. This has been changed to be the auto assigned name it's given by Camel, such as <code>camel-1</code>, <code>camel-2</code> etc.</li><li>Maven version 2.2.1 or better is now required to build Camel from source.</li><li>If using <a shape="rect" href="quartz.html">Quartz</a> with jobs persisted in a database, then mind that Camel now resolves job names based on endpoint uri, <em>without</em> parameters. This allows you to change cron parameters on the same job (reschedule jobs).</li><li>The <code>timeout</code> option on <a shape="rect" href="netty.html">Netty</a> has been removed as it was flawed.</li><li>Durable topic subscribers with <a shape="rect" href="jms.html">JMS</a> must now provide <code>clientId</code>, otherwise Camel will fail fast on startup.</li><li>The default <a shape="rect" href="uuidgenerator.html">UUidGenerator</a> has been changed back to be ActiveMQ based. If you run in the cloud you may have to configure to use the old de
 fault <code>JavaUuidGenerator</code> as the ActiveMQ may use JDK API which is not accessible in the cloud.</li><li>If you use the <a shape="rect" href="ftp2.html">FTP</a> component (consumers) make sure to test it throughly as it has changed how it traverse the file structure.</li><li>Upgraded to Spring 3.0.4</li><li>Upgraded to CXF 2.2.11</li></ul>
-
-
-<h2 id="Camel2.5.0Release-GettingtheDistributions">Getting the Distributions</h2>
-
-<h3 id="Camel2.5.0Release-BinaryDistributions">Binary Distributions</h3>
-
-<div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p> Description </p></th><th colspan="1" rowspan="1" class="confluenceTh"><p> Download Link </p></th><th colspan="1" rowspan="1" class="confluenceTh"><p> PGP Signature file of download </p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> Windows Distribution </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.5.0/apache-camel-2.5.0.zip">apache-camel-2.5.0.zip</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0.zip.asc">apache-camel-2.5.0.zip.asc</a> </p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> Unix/Linux/Cygwin Distribution </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a sh
 ape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.5.0/apache-camel-2.5.0.tar.gz">apache-camel-2.5.0.tar.gz</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0.tar.gz.asc">apache-camel-2.5.0.tar.gz.asc</a> </p></td></tr></tbody></table></div>
-
-    <div class="aui-message hint shadowed information-macro">
+<div class="wiki-content maincontent"><h1 id="Camel2.5.0Release-Camel2.5.0release">Camel 2.5.0 release</h1><div style="padding-right:20px;float:left;margin-left:-20px;">
+<p><span class="image-wrap" style=""><img src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png" style="border: 0px solid black"></span></p></div><div style="min-height:200px"></div><h2 id="Camel2.5.0Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 2.5.0 release which approx 300 issues resolved (new features, improvements and bug fixes such as...)</p><ul><li>Added <code>suspend/resume</code> operations to <a shape="rect" href="camelcontext.html">CamelContext</a> for <em>warm</em> restarts, or as the preferred way to temporary stop a running Camel application, and then later resume it. Those operations is also available in <a shape="rect" href="camel-jmx.html">JMX</a>.</li><li>Improved management of routes in <a shape="rect" href="camel-jmx.html">JMX</a>. You can now suspend/resume routes which support suspension. There is a new <code>removeRoute</code> to remove a route from <a shape="rect" href="camel-jmx.html">JMX</a>. Routes with <code>autoStartu
 p=false</code> is now also listed in <a shape="rect" href="camel-jmx.html">JMX</a>, to allow you to start the routes manually.</li><li>The <a shape="rect" href="asynchronous-routing-engine.html">Asynchronous Routing Engine</a> allows to be forced into synchronous mode for certain components, by specifying <code>synchronous=true</code> in the endpoint uri.</li><li><a shape="rect" href="ftp2.html">FTP</a> now supports MSV file systems. The ftp consumer will now traverse the directory structure using a <code>cd &lt;dir&gt;, list files in cur dir</code> pattern, as opposed to a <code>list files &lt;dir&gt;</code> style.</li><li><a shape="rect" href="ftp2.html">FTP</a> improved support for consuming using absolute paths.</li><li>Fixed issue with using multiple <a shape="rect" href="http.html">HTTP</a> endpoints with the only difference being <code>httpClient</code> parameters.</li><li>Fixed issue with <a shape="rect" href="stream-caching.html">Stream caching</a> and deleting temporary fi
 les on Windows.</li><li>Server thread pool settings can be configured on <a shape="rect" href="jetty.html">Jetty</a> component.</li><li>Easier to configure general HTTP/SSL socket connector properties on <a shape="rect" href="jetty.html">Jetty</a> component.</li><li>Fixed issue with sending an <code>InOut</code> message to <a shape="rect" href="dead-letter-channel.html">Dead Letter Channel</a> would cause Camel to expect a reply. Now the message will always be send to the DLQ as <code>InOnly</code>.</li><li>Fixed issue when sending to a <a shape="rect" href="jms.html">JMS</a> destination, the option <code>disableReplyTo</code> was not used.</li><li>Added two new functions to <a shape="rect" href="xpath.html">XPath</a> to leverage <a shape="rect" href="properties.html">Properties</a> component and <a shape="rect" href="simple.html">Simple</a> language.</li><li>Fixed issue when running <a shape="rect" href="jetty.html">Jetty</a> server under heavy load throwing <code>IllegalStateExcep
 tion</code></li><li><a shape="rect" href="jms.html">JMS</a> uses <a shape="rect" href="asynchronous-routing-engine.html">Asynchronous Routing Engine</a> for <a shape="rect" href="request-reply.html">Request Reply</a> messaging over JMS.</li><li>Fixed issue with a route could mistakenly pick up a route scoped <a shape="rect" href="exception-clause.html">OnException</a> from another route.</li><li>Fixed an issue with starting <code>CamelContext</code> after it had been shutdown, leading to routes not properly being re-initialized and started.</li><li>The <a shape="rect" href="file2.html">File</a> and <a shape="rect" href="ftp2.html">FTP</a> consumers now support using <code>preMove</code> together with either <code>noop</code> or <code>delete</code> options.</li><li>Added support for <code>timeout</code> in <a shape="rect" href="recipient-list.html">Recipient List</a>, <a shape="rect" href="splitter.html">Splitter</a> and <a shape="rect" href="multicast.html">Multicast</a> EIPs when r
 unning in parallel mode.</li><li>Added support for 3rd part <a shape="rect" href="uuidgenerator.html">UuidGenerator</a>.</li><li>Reverted back to use ActiveMQ <a shape="rect" href="uuidgenerator.html">UuidGenerator</a> as default generator. Its faster than the previous <code>JavaUuidGenerator</code>, especially in high concurrent systems.</li><li><a shape="rect" href="velocity.html">Velocity</a> can now find template files from filesystem/classpath when referring to them from other templates.</li><li>Fixed issue with multiple <a shape="rect" href="camelcontext.html">CamelContext</a> using same id being mixed as single <a shape="rect" href="camelcontext.html">CamelContext</a> in <a shape="rect" href="camel-jmx.html">JMX</a>. Camel now fails to start if existing <a shape="rect" href="camelcontext.html">CamelContext</a> already have been registered in the MBeanServer.</li><li>The <a shape="rect" href="message-filter.html">Message Filter</a> EIP now stores a property on the <a shape="re
 ct" href="exchange.html">Exchange</a> to indicate if it was filtered or not.</li><li><a shape="rect" href="ftp2.html">FTP</a> supports sending site commands after successful login.</li><li><a shape="rect" href="simple.html">Simple</a> language can now compare numeric values which was entered as String types.</li><li>Fixed limitation where <a shape="rect" href="content-enricher.html">PollEnrich</a> could not poll from a file endpoint if the route started from a file endpoint as well.</li><li>Fixed limitation with <a shape="rect" href="simple.html">Simple</a> language, before you could only use one <code>and</code> or <code>or</code> operator. Now you can use multiple operators in the same expression.</li><li><a shape="rect" href="restlet.html">Restlet</a> component now supports using { } placeholders in uri, which gets replaced with headers from <a shape="rect" href="exchange.html">Exchange</a>.</li><li>Added <code>dynamicRouter</code> to the DSL to make it easier to do dynamic routi
 ng using a <a shape="rect" href="bean.html">Bean</a> to evaluate <em>on-the-fly</em> the next destination(s).</li><li>When sending a <a shape="rect" href="jms.html">JMS</a> message using InOnly but having a <code>JMSReplyTo</code> header configured, then the <code>JmsProducer</code> will lookup/create the JMS Destination to ensure its a valid <code>JMSReplyTo</code> from the header.</li><li>Endpoint uris containing password is not logged in plaintext, but is now masked.</li><li><a shape="rect" href="properties.html">Properties</a> can now leverage <a shape="rect" href="jasypt.html">Jasypt</a> allowing you to use encrypted values in your properties files.</li><li>Trimmed down the size of the <a shape="rect" href="web-console.html">Web Console</a> reducing the number of jars and removing the groovy experimental editor. It now requires JDK 1.6 to run as well. We will in the future improve the <a shape="rect" href="web-console.html">Web Console</a> to contain more features and informati
 on.</li><li>Added new <a shape="rect" href="language.html">Language</a> component to execute <a shape="rect" href="languages.html">Languages</a> scripts when sending a message to a <code>language</code> endpoint. This makes it easier to support <a shape="rect" href="dynamic-router.html">Dynamic Router</a> where small pieces of logic must be executed as well.</li><li>Added <code>charset</code> option on the <a shape="rect" href="file2.html">File</a>, <a shape="rect" href="ftp2.html">FTP</a> endpoint which dictates the encoding to use.</li><li><a shape="rect" href="cxf.html">CXF</a> consumer and <a shape="rect" href="cxfrs.html">CXFRS</a> consumer will try to leverage CXF continuation API to call the camel process asynchronous API if it is possible, and you can turn it off by setting the <code>synchronous</code> option to <code>true</code>.</li><li><a shape="rect" href="cxf-bean-component.html">CXF Bean Component</a> now supports using customer providers configured by the <code>provid
 ers</code> option on the <a shape="rect" href="cxfrs.html">CXFRS</a> endpoint.</li><li>Fixed <code>ConsumerTemplate</code> using <code>receiveBody</code> methods to complete <a shape="rect" href="oncompletion.html">OnCompletion</a> beforehand. For example when using a <a shape="rect" href="file2.html">File</a> endpoint and having set <code>delete=true</code>, which now causes the file to be deleted.</li><li>Fixed <a shape="rect" href="hawtdb.html">HawtDB</a> not working in OSGi</li><li>Fixed dependency injection between <code>&lt;bean&gt;</code> and <code>&lt;camelContext&gt;</code>, making it work as it did with Spring 2.5 when using Spring 3.0 instead. The <code>&lt;bean&gt;</code> will be dependency injected before the <code>&lt;camelContext&gt;</code>.</li><li>Optimized <a shape="rect" href="type-converter.html">Type Converter</a> when using <a shape="rect" href="jetty.html">Jetty</a> routing and/or conversions to <code>String</code> types which will fallback and lookup <code>Pr
 opertyEditor</code> editors.</li><li>Added <code>LimitedPollingConsumerPollStrategy</code> for <a shape="rect" href="polling-consumer.html">Polling Consumer</a>s as a limited strategy which suspends consumers which causes consecutive failures. For example to avoid a faulty consumer to spam logs etc. Uses a limit of 3.</li><li>Fixed <a shape="rect" href="jetty.html">Jetty</a> sending back HTTP headers using keys is lower-case. Not it preserves the case of the keys, so it can be mixed case.</li><li>Added $simple{ } as alternative syntax for tokens in the <a shape="rect" href="simple.html">Simple</a> language to avoid clashing when using Springs <code>PropertyPlaceholderConfigurer</code>. See example at the <a shape="rect" href="file2.html">File</a> language page.</li><li>Added <code>discardOnCompletionTimeout</code> option to <a shape="rect" href="aggregator2.html">Aggregator</a></li><li>Fixed concurrency issue when using predicates using binary operators such as <code>isEqualTo</code
 >.</li><li>Total overhaul of the <a shape="rect" href="quickfix.html">Quickfix</a> component. Thanks to the <a shape="rect" class="external-link" href="http://www.quickfixj.org/" rel="nofollow">QuickFIX/J</a> community for help.</li><li><a shape="rect" href="cxfrs.html">CXFRS</a> producer now leverages fallback type converter which means its much easier for end users to grab the response body in a type they want.</li><li><a shape="rect" href="mail.html">Mail</a> component now supports specifying emails using <code>"Ibsen, Claus" &lt;davsclaus@apache.org&gt;</code> style.</li><li>Fixed issue with <a shape="rect" href="ftp2.html">FTP</a> which could cause the polling to stop without any hint in the logs why.</li><li>Added <code>publishedEndpointUrl</code> option into the <a shape="rect" href="cxf.html">CXF</a> component.</li><li><code>DefaultPackageScanClassResolver</code> supports to configure the url schemes by using Spring configuration. To cater for Server's using custom classload
 er schemes in URLs.</li><li>Added option <code>lazyLoadTypeConverters</code> to <a shape="rect" href="camelcontext.html">CamelContext</a> to configure if type converters should be loaded lazy or on startup (default).</li></ul><h3 id="Camel2.5.0Release-New">New <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></h3><ul><li><a shape="rect" href="dynamic-router.html">Dynamic Router</a> is now available in the <a shape="rect" href="dsl.html">DSL</a> as well.</li></ul><h3 id="Camel2.5.0Release-New.1">New <a shape="rect" href="components.html">Components</a></h3><ul><li><a shape="rect" href="db4o.html">Db4o</a></li><li><a shape="rect" href="language.html">Language</a></li><li><a shape="rect" href="jasypt.html">Jasypt</a></li><li><a shape="rect" href="shiro-security.html">Shiro Security</a></li><li><a shape="rect" href="sip.html">Sip</a></li><li><a shape="rect" href="quickfix.html">Quickfix</a> (total overhauled)</li></ul><h3 id="Camel2.5.0Relea
 se-NewDSL">New DSL</h3><ul><li><a shape="rect" href="dynamic-router.html">Dynamic Router</a></li></ul><h3 id="Camel2.5.0Release-NewAnnotations">New Annotations</h3><ul><li><code>@DynamicRouter</code></li></ul><h3 id="Camel2.5.0Release-NewDataFormats">New <a shape="rect" href="data-format.html">Data Formats</a></h3><h3 id="Camel2.5.0Release-New.2">New <a shape="rect" href="languages.html">Languages</a></h3><h3 id="Camel2.5.0Release-New.3">New <a shape="rect" href="examples.html">Examples</a></h3><ul><li><code>camel-example-reportincident-ws-security-osgi</code></li><li><a shape="rect" href="cxf-proxy-example.html">CXF Proxy Example</a></li><li><a shape="rect" href="cxf-tomcat-example.html">CXF Tomcat Example</a></li></ul><h3 id="Camel2.5.0Release-New.4">New <a shape="rect" href="tutorials.html">Tutorials</a></h3><h2 id="Camel2.5.0Release-APIbreaking">API breaking</h2><ul><li>Some methods on the <a shape="rect" href="file2.html">File</a> and <a shape="rect" href="ftp2.html">FTP</a> en
 dpoint/producer has been promoted from <code>protected</code> to <code>public</code> to make it easy from Java code to re-use the functionally of those methods, without using it as a Camel component. Such as when you want to communicate with a FTP server using the API from the <code>RemoteFileOperations</code>.</li><li>Added <code>changeToParentDirectory</code> method to <code>GenericFileOperations</code>.</li></ul><h2 id="Camel2.5.0Release-KnownIssues">Known Issues</h2><ul><li>The <a shape="rect" href="tracer.html">Tracer</a> may not output all details for some situations such as when using <code>onCompletion</code> or <code>intercept</code> etc.</li><li>Not all <a shape="rect" href="examples.html">Examples</a> have ANT build.xml files to run the example using ANT.</li><li>Project cannot be fully build using Maven 3.0</li><li>One may encounter build errors in camel-ftp with java versions older than "1.5.0_24"</li><li>Dozer does not work in OSGi</li><li><code>camel-blueprint</code> 
 is not fully feature complete (such as @Producer, @Consume is not supported)</li><li><code>camel-blueprint</code> using &lt;package&gt; scan does not work</li><li>Setting a custom TaskExecutor on <a shape="rect" href="jms.html">JMS</a> component using Spring 2.5 does not work as <code>camel-jms</code> is compiled against Spring 3.0. See more at <a shape="rect" class="external-link" href="https://issues.apache.org/activemq/browse/CAMEL-3286">CAMEL-3286</a></li><li><code>markRollbackOnlyLast</code> doesn't remove caused exception, which may affect outer transaction to rollback as well. Likewise the logging of <code>TransactionErrorHandler</code> may log the inner transaction as being committed, when it was in fact rolled back.</li><li><a shape="rect" href="splitter.html">Splitter</a> using <code>parallelProcessing</code> may use a lot of memory during processing, see <a shape="rect" class="external-link" href="https://issues.apache.org/jira/browse/CAMEL-3497">CAMEL-3497</a></li></ul><
 h2 id="Camel2.5.0Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><ul><li>Support for <a shape="rect" href="jms.html">JMS</a> API 1.0.2 has been removed.</li><li>The <code>stopRoute</code> method on <code>CamelContext</code> now leverages <a shape="rect" href="graceful-shutdown.html">Graceful Shutdown</a> when stopping. This is more intuitive to stop routes in a graceful and safe manner. You can the stop method with a timeout if you want to force stopping, which was the old behavior.</li><li>The <a shape="rect" href="web-console.html">Web Console</a> now requires JDK 1.6 as minimum to run.</li><li>The artifacts <code>camel-core-tests.jar</code> and <code>camel-spring-tests.jar</code> has been <strong>deprecated</strong> and will be removed in a future release. You should always only use the <code>camel-test.jar</code> if you want to use the Camel Test Kit.</li><li>Camel will now fail to startup if an existing CamelContext has been reg
 istered in JMX with the same id.</li><li>If you did not set a id on <code>&lt;camelContext&gt;</code> it would have defaulted to <code>camelContext</code>. This has been changed to be the auto assigned name it's given by Camel, such as <code>camel-1</code>, <code>camel-2</code> etc.</li><li>Maven version 2.2.1 or better is now required to build Camel from source.</li><li>If using <a shape="rect" href="quartz.html">Quartz</a> with jobs persisted in a database, then mind that Camel now resolves job names based on endpoint uri, <em>without</em> parameters. This allows you to change cron parameters on the same job (reschedule jobs).</li><li>The <code>timeout</code> option on <a shape="rect" href="netty.html">Netty</a> has been removed as it was flawed.</li><li>Durable topic subscribers with <a shape="rect" href="jms.html">JMS</a> must now provide <code>clientId</code>, otherwise Camel will fail fast on startup.</li><li>The default <a shape="rect" href="uuidgenerator.html">UuidGenerator<
 /a> has been changed back to be ActiveMQ based. If you run in the cloud you may have to configure to use the old default <code>JavaUuidGenerator</code> as the ActiveMQ may use JDK API which is not accessible in the cloud.</li><li>If you use the <a shape="rect" href="ftp2.html">FTP</a> component (consumers) make sure to test it throughly as it has changed how it traverse the file structure.</li><li>Upgraded to Spring 3.0.4</li><li>Upgraded to CXF 2.2.11</li></ul><h2 id="Camel2.5.0Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.5.0Release-BinaryDistributions">Binary Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Windows Distri
 bution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0.zip">apache-camel-2.5.0.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0.zip.asc">apache-camel-2.5.0.zip.asc</a></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Unix/Linux/Cygwin Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0.tar.gz">apache-camel-2.5.0.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0.tar.gz.asc">apache-camel-2.5.0.tar.gz.asc</a></p></td></tr></tbo
 dy></table></div>    <div class="aui-message hint shadowed information-macro">
                     <p class="title">The above URLs use redirection</p>
                             <span class="aui-icon icon-hint">Icon</span>
                 <div class="message-content">
-                            
-<p>The above URLs use the Apache Mirror system to redirect you to a suitable mirror for your download. Some users have experienced issues with some versions of browsers (e.g. some Safari browsers). If the download doesn't seem to work for you from the above URL then try using <a shape="rect" class="external-link" href="http://www.mozilla.com/en-US/firefox/" rel="nofollow">FireFox</a></p>
-
+                            <p>The above URLs use the Apache Mirror system to redirect you to a suitable mirror for your download. Some users have experienced issues with some versions of browsers (e.g. some Safari browsers). If the download doesn't seem to work for you from the above URL then try using <a shape="rect" class="external-link" href="http://www.mozilla.com/en-US/firefox/" rel="nofollow">FireFox</a></p>
                     </div>
     </div>
-
-
-<h3 id="Camel2.5.0Release-SourceDistributions">Source Distributions</h3>
-
-<div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p> Description </p></th><th colspan="1" rowspan="1" class="confluenceTh"><p> Download Link </p></th><th colspan="1" rowspan="1" class="confluenceTh"><p> PGP Signature file of download </p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> Source for Windows </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.5.0/apache-camel-2.5.0-src.zip">apache-camel-2.5.0-src.zip</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0-src.zip.asc">apache-camel-2.5.0-src.zip.asc</a> </p></td></tr></tbody></table></div>
-
-
-<div class="table-wrap"><table class="confluenceTable"><tbody><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> Source for Unix/Linux/Cygwin </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.5.0/apache-camel-2.5.0-src.tar.gz">apache-camel-2.5.0-src.tar.gz</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0-src.tar.gz.asc">apache-camel-2.5.0-src.tar.gz.asc</a> </p></td></tr></tbody></table></div>
-
-
-<h3 id="Camel2.5.0Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3>
-
-<p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p>
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
-&lt;dependency&gt;
+<h3 id="Camel2.5.0Release-SourceDistributions">Source Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Source for Windows</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0-src.zip">apache-camel-2.5.0-src.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0-src.zip.asc">apache-camel-2.5.0-src.zip.asc</a></p></td></tr></tbody></table></div><div class="table-wrap"><table class="confluenceTable"><tbody
 ><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Source for Unix/Linux/Cygwin</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0-src.tar.gz">apache-camel-2.5.0-src.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0-src.tar.gz.asc">apache-camel-2.5.0-src.tar.gz.asc</a></p></td></tr></tbody></table></div><h3 id="Camel2.5.0Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3><p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeCo
 ntent panelContent pdl">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[&lt;dependency&gt;
   &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
   &lt;artifactId&gt;camel-core&lt;/artifactId&gt;
   &lt;version&gt;2.5.0&lt;/version&gt;
 &lt;/dependency&gt;
 ]]></script>
-</div></div>
-
-<h3 id="Camel2.5.0Release-SVNTagCheckout">SVN Tag Checkout</h3>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
-svn co http://svn.apache.org/repos/asf/camel/tags/camel-2.5.0
+</div></div><h3 id="Camel2.5.0Release-SVNTagCheckout">SVN Tag Checkout</h3><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[svn co http://svn.apache.org/repos/asf/camel/tags/camel-2.5.0
 ]]></script>
-</div></div>
-
-<h2 id="Camel2.5.0Release-Changelog">Changelog</h2>
-
-<p>For a more detailed view of new features and bug fixes, see:</p>
-<ul><li><a shape="rect" class="external-link" href="http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;styleName=Html&amp;version=12315689">JIRA  Release notes for 2.5.0</a></li></ul></div>
+</div></div><h2 id="Camel2.5.0Release-Changelog">Changelog</h2><p>For a more detailed view of new features and bug fixes, see:</p><ul><li><a shape="rect" class="external-link" href="http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;styleName=Html&amp;version=12315689">JIRA Release notes for 2.5.0</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">