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 [6/9] - in /websites/production/camel/content: ./ cache/

Modified: websites/production/camel/content/camel-260-release.html
==============================================================================
--- websites/production/camel/content/camel-260-release.html (original)
+++ websites/production/camel/content/camel-260-release.html Sun Mar  9 23:18:55 2014
@@ -86,143 +86,35 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h1 id="Camel2.6.0Release-Camel2.6.0release">Camel 2.6.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.6.0Release-NewandNoteworthy">New and Noteworthy</h2>
-
-<p>Welcome to the 2.6.0 release which approx 297 issues resolved (new features, improvements and bug fixes such as...)</p>
-
-<ul><li>Fixed issue in OSGi with refreshing Camel bundles causing a race condition when discovering type converters</li><li>Introduced <a shape="rect" href="scheduledroutepolicy.html">ScheduledRoutePolicy</a> with the <a shape="rect" href="quartz.html">Quartz</a> component</li><li>Java DSL <a shape="rect" href="routebuilder.html">RouteBuilder</a> now fails if <code>onException</code> and the likes are not configured before routes, which they must.</li><li>Easier to debug routes from <code>camel-test</code> using the <a shape="rect" href="debugger.html">Debugger</a></li><li>Fixed problem installing <code>camel-cxf</code> feature on Apache Karaf.</li><li>The <a shape="rect" href="eip.html">EIP</a> now supports <a shape="rect" href="properties.html">property placeholders</a> in the <code>String</code> based options (a few spots in Java DSL where its not possible). For example: 
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<div class="wiki-content maincontent"><h1 id="Camel2.6.0Release-Camel2.6.0release">Camel 2.6.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.6.0Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 2.6.0 release which approx 297 issues resolved (new features, improvements and bug fixes such as...)</p><ul><li>Fixed issue in OSGi with refreshing Camel bundles causing a race condition when discovering type converters</li><li>Introduced <a shape="rect" href="scheduledroutepolicy.html">ScheduledRoutePolicy</a> with the <a shape="rect" href="quartz.html">Quartz</a> component</li><li>Java DSL <a shape="rect" href="routebuilder.html">RouteBuilder</a> now fails if <code>onException</code> and the likes are not configured before routes, which they must.</li><li>Easier to debug routes from <code>camel-test</code> using the <a shape="rect" href="debugger.html">Debugger</a></li><li>Fixed problem installing <code
 >camel-cxf</code> feature on Apache Karaf.</li><li><p>The <a shape="rect" href="eip.html">EIP</a> now supports <a shape="rect" href="properties.html">property placeholders</a> in the <code>String</code> based options (a few spots in Java DSL where its not possible). For example:</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;convertBodyTo type=&quot;String&quot; charset=&quot;{{foo.myCharset}}&quot;/&gt;]]></script>
-</div></div></li><li>Introduced <a shape="rect" href="scheduledroutepolicy.html">ScheduledRoutePolicy</a> to allow you to schedule when routes should be active.</li><li>Introduced <code>stepwise</code> option to <a shape="rect" href="ftp2.html">FTP</a> component to allow end users to control how to traverse directories of the FTP servers. This allows you to set <code>stepwise=false</code> to return back to the behavior from Camel 2.0 - 2.4. See more at the <a shape="rect" href="ftp2.html">FTP</a> documentation.</li><li>Added <code>separator</code> option to <a shape="rect" href="ftp2.html">FTP</a> component to allow end users to control what path separator to use when uploading files to remote FTP servers. For example if a Windows based FTP server only accept Windows paths, then you can set this option to <code>Windows</code>.</li><li><a shape="rect" href="threading-model.html">Thread names</a> now outputs <a shape="rect" href="camelcontext.html">CamelContext</a> name which makes it
  easier to differentiate when running multiple Camel applications in the same JVM.</li><li>Introduced <code>contentCache</code> option to <a shape="rect" href="xslt.html">XSLT</a> component to allow easy reloading of stylesheets during development.</li><li>Improved <a shape="rect" href="camel-jmx.html">Camel JMX</a> to always find next free name when registering in JMX and existing name exists (to remedy name clash). This makes it easier when deploying muliple WARs in the same JVM where the Camel applications may have same <a shape="rect" href="camelcontext.html">CamelContext</a> id. In OSGi the name in JMX now has the bundle id as prefix.</li><li>Fixed <a shape="rect" href="beanshell.html">BeanShell</a> language</li><li><a shape="rect" href="quartz.html">Quartz</a> now supports using older versions (eg versions 1.6/1.7) of quartz JARs.</li><li>The <a shape="rect" href="aggregator2.html">Aggregator</a> EIP will use a synchronous invocation when processing completed aggregated <a sha
 pe="rect" href="exchange.html">Exchange</a>s, when not running in parallel mode. This ensures no internal task queue is used, which otherwise could stack up tasks and under certain conditions eat up memory. Enable <code>parallelProcessing</code> if you want to use a separate thread for processing completed aggregated <a shape="rect" href="exchange.html">Exchange</a>s.</li><li><a shape="rect" href="ldap.html">LDAP</a> supports paging.</li><li><a shape="rect" href="cxf.html">CXF</a> and <a shape="rect" href="cxfrs.html">CXFRS</a> use the CXF continuation API when using CXF 2.3.x.</li><li>You can access the CXF Message from the Camel message header by using the key "CamelCxfMessage" after the <a shape="rect" href="cxf.html">CXF</a> consumer.</li><li>Fixed a rare situation in which an <a shape="rect" href="exchange.html">Exchange</a> could be lost during graceful shutdown on the <a shape="rect" href="seda.html">SEDA</a> endpoints, usually more apparent on high volume systems.</li><li>Im
 proved support for Locale in <a shape="rect" href="bindy.html">Bindy</a> for Number and Date formats.</li><li>Fixed <a shape="rect" href="multicast.html">Multicast</a>, <a shape="rect" href="splitter.html">Splitter</a>, <a shape="rect" href="recipient-list.html">Recipient List</a> to work as the <a shape="rect" href="pipes-and-filters.html">Pipes And Filters</a> would do, breaking to continue routing if a sub exchange failed and was handled by an <a shape="rect" href="exception-clause.html">Exception Clause</a>. Previously you would have to detect this manually in the <code>AggregationStrategy</code>.</li><li>Constant fields from <a shape="rect" href="exchange.html">Exchange</a> can be referred in the <a shape="rect" href="dsl.html">DSL</a> from a String attribute using the class type style. This makes the Java DSL and Spring XML more similar. And you got type safe as Camel throws exception if you had a typo.<br clear="none">
-For example: 
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div></li><li>Introduced <a shape="rect" href="scheduledroutepolicy.html">ScheduledRoutePolicy</a> to allow you to schedule when routes should be active.</li><li>Introduced <code>stepwise</code> option to <a shape="rect" href="ftp2.html">FTP</a> component to allow end users to control how to traverse directories of the FTP servers. This allows you to set <code>stepwise=false</code> to return back to the behavior from Camel 2.0 - 2.4. See more at the <a shape="rect" href="ftp2.html">FTP</a> documentation.</li><li>Added <code>separator</code> option to <a shape="rect" href="ftp2.html">FTP</a> component to allow end users to control what path separator to use when uploading files to remote FTP servers. For example if a Windows based FTP server only accept Windows paths, then you can set this option to <code>Windows</code>.</li><li><a shape="rect" href="threading-model.html">Thread names</a> now outputs <a shape="rect" href="camelcontext.html">CamelContext</a> name which makes it
  easier to differentiate when running multiple Camel applications in the same JVM.</li><li>Introduced <code>contentCache</code> option to <a shape="rect" href="xslt.html">XSLT</a> component to allow easy reloading of stylesheets during development.</li><li>Improved <a shape="rect" href="camel-jmx.html">Camel JMX</a> to always find next free name when registering in JMX and existing name exists (to remedy name clash). This makes it easier when deploying muliple WARs in the same JVM where the Camel applications may have same <a shape="rect" href="camelcontext.html">CamelContext</a> id. In OSGi the name in JMX now has the bundle id as prefix.</li><li>Fixed <a shape="rect" href="beanshell.html">BeanShell</a> language</li><li><a shape="rect" href="quartz.html">Quartz</a> now supports using older versions (eg versions 1.6/1.7) of quartz JARs.</li><li>The <a shape="rect" href="aggregator2.html">Aggregator</a> EIP will use a synchronous invocation when processing completed aggregated <a sha
 pe="rect" href="exchange.html">Exchange</a>s, when not running in parallel mode. This ensures no internal task queue is used, which otherwise could stack up tasks and under certain conditions eat up memory. Enable <code>parallelProcessing</code> if you want to use a separate thread for processing completed aggregated <a shape="rect" href="exchange.html">Exchange</a>s.</li><li><a shape="rect" href="ldap.html">LDAP</a> supports paging.</li><li><a shape="rect" href="cxf.html">CXF</a> and <a shape="rect" href="cxfrs.html">CXFRS</a> use the CXF continuation API when using CXF 2.3.x.</li><li>You can access the CXF Message from the Camel message header by using the key "CamelCxfMessage" after the <a shape="rect" href="cxf.html">CXF</a> consumer.</li><li>Fixed a rare situation in which an <a shape="rect" href="exchange.html">Exchange</a> could be lost during graceful shutdown on the <a shape="rect" href="seda.html">SEDA</a> endpoints, usually more apparent on high volume systems.</li><li>Im
 proved support for Locale in <a shape="rect" href="bindy.html">Bindy</a> for Number and Date formats.</li><li>Fixed <a shape="rect" href="multicast.html">Multicast</a>, <a shape="rect" href="splitter.html">Splitter</a>, <a shape="rect" href="recipient-list.html">Recipient List</a> to work as the <a shape="rect" href="pipes-and-filters.html">Pipes and Filters</a> would do, breaking to continue routing if a sub exchange failed and was handled by an <a shape="rect" href="exception-clause.html">Exception Clause</a>. Previously you would have to detect this manually in the <code>AggregationStrategy</code>.</li><li><p>Constant fields from <a shape="rect" href="exchange.html">Exchange</a> can be referred in the <a shape="rect" href="dsl.html">DSL</a> from a String attribute using the class type style. This makes the Java DSL and Spring XML more similar. And you got type safe as Camel throws exception if you had a typo.<br clear="none"> For example:</p><div class="code panel pdl" style="bor
 der-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[&lt;setHeader headerName=&quot;Exchange.FILE_NAME&quot;&gt;&lt;constant&gt;myfile.txt&lt;/constant&gt;&lt;/setHeader&gt;]]></script>
-</div></div>
-</li><li><a shape="rect" href="exchange.html">Exchange</a> now contains the creation timestamp when it was created as a <code>java.util.Date</code> object stores as a property with the key <code>Exchange.CREATION_TIMESTAMP</code></li><li>Camel fails fast on startup if <a shape="rect" href="load-balancer.html">Load Balancer</a> has been misconfigured, such as configuring two different load balancers in one</li><li>Fixed <code>markRollbackOnlyLast</code> when used with inner/outer transactions.</li><li><code>InterceptStrategy</code> is now default ordered in the order they are added to the <a shape="rect" href="camelcontext.html">CamelContext</a>. However you can dictate the order by implementing the <code>org.apache.camel.util.Ordered</code> interface.</li><li>Made it easier to load routes from XML files using <code>loadRoutesDefinition</code> method from <a shape="rect" href="camelcontext.html">CamelContext</a>.</li><li>Added support for custom multipart filters in <a shape="rect" h
 ref="jetty.html">Jetty</a>.</li><li>Using <a shape="rect" href="processor.html">Processor</a> or <a shape="rect" href="bean.html">Bean</a> in routes is now also enlisted in JMX for management.</li><li>The ObjectName for <code>processor</code> in JMX is now always using the node id it has been assigned in the route.</li><li>Using a custom <a shape="rect" href="processor.html">Processor</a> or <a shape="rect" href="bean.html">Bean</a> will be enlisted in JMX having its custom attributes/operations listed. For example just use the Spring JMX annotations to easily expose the attributes/operations. See more <a shape="rect" href="why-is-my-processor-not-showing-up-in-jconsole.html">details here</a>.</li><li>Fixed some issue with the <code>camel-blueprint</code> component.</li><li>Added features to <code>camel-blueprint</code> component so its on-par with feature set from Spring XML.</li><li>Fixed <a shape="rect" href="ftp2.html">FTP</a> producer may creating directory using windows path s
 eparators.</li><li>Fixed <a shape="rect" href="intercept.html">InterceptSendToEndpoint</a> not honoring <code>stop</code> DSL to stop immediately and not sending the <a shape="rect" href="exchange.html">Exchange</a> to the intercepted <a shape="rect" href="endpoint.html">Endpoint</a>.</li><li>Improved the <a shape="rect" href="irc.html">Irc</a> component</li><li>Added <code>matchsMockWaitTime</code> method to <a shape="rect" href="notifybuilder.html">NotifyBuilder</a> which is a convenient method to use when testing with mocks and want to match using timeout.</li><li><code>org.apache.camel.spi.EventNotifier</code> events for <a shape="rect" href="exchange.html">Exchange</a> done is now fired <strong>after</strong> <a shape="rect" href="oncompletion.html">OnCompletion</a> has been executed.</li><li>Added option <code>deleteOutputFile</code> to <a shape="rect" href="xslt.html">XSLT</a> component.</li><li><a shape="rect" href="idempotent-consumer.html">Idempotent Consumer</a>'s <code>I
 dempotentRepository</code> is now managed in <a shape="rect" href="camel-jmx.html">JMX</a>.</li><li><a shape="rect" href="file2.html">File</a> and <a shape="rect" href="ftp2.html">FTP</a> producers now support writing <em>done</em> files after the target file has been written, using the new <code>doneFileName</code> option.</li><li><a shape="rect" href="file2.html">File</a> and <a shape="rect" href="ftp2.html">FTP</a> consumers now support only consuming files if a <em>done</em> file exists, using the new <code>doneFileName</code> option.</li><li><a shape="rect" href="threading-model.html">Thread Pools</a> is now named more intuitive in <a shape="rect" href="camel-jmx.html">JMX</a>, making it much easier for end user to spot which pool is used for what. And it provides more information where the pool is used.</li><li><a shape="rect" href="data-format.html">Data Format</a> now supports <code>Service</code> and <code>CamelContextAware</code> callbacks which means its much easier to pe
 rform custom initialization logic in your data formats.</li><li>Fixed <a shape="rect" href="printer.html">Printer</a> component to use exact same constants for <code>mediaSize</code> option as from the Java Printer API.</li><li>Fixed issue with route scoped <a shape="rect" href="exception-clause.html">Exception Clause</a> may pick <a shape="rect" href="exception-clause.html">Exception Clause</a> defined on another route, if exception is the same type. Also ensures that route scoped is preferred over context scoped.</li><li>Fixed <a shape="rect" href="bindy.html">Bindy</a> fixed length to throw exception if field exceeds allowed length. Added option <code>clip</code> on <code>@DataField</code> to allow <a shape="rect" href="bindy.html">Bindy</a> to clip the field so it fits the length, instead of thrown an exception.</li><li>Fixed <a shape="rect" href="bindy.html">Bindy</a> when using quoted CSV records and fixed when using pipeline delimiter.</li><li>Added header <code>Exchange.REDE
 LIVERY_MAX_COUNTER</code> to message when Camel performs a redelivery attempt. This header contains the maximum redelivery setting. It may be <code>null</code> if you use unlimited redelivery attempts or use <code>retryWhile</code>.</li><li><a shape="rect" href="jms.html">JMS</a> producer using <code>InOnly</code> MEP now supports <code>JMSReplyTo</code> configured on either endpoint, or provided as message header. The message send to the JMS destination will now contain the <code>JMSReplyTo</code> information. The <a shape="rect" href="jms.html">JMS</a> producer which send the message will still be <code>InOnly</code> and not expect/wait for a reply but continue immediately. You have to have the <code>preserveMessageQos=true</code> option defined as well.</li><li>Fixed <a shape="rect" href="jms.html">JMS</a> producer, when a <code>JMSReplyTo</code> header was provided as a message header, removing any <code>queue:</code> or <code>topic:</code> prefix causing the reply to destinatio
 n to be resolved correctly (eg avoiding having <code>queue:</code> in the queue name).</li><li><a shape="rect" href="jms.html">JMS</a> producer now honors, if reply to was disabled using <code>disableReplyTo=true</code> in all situations.</li><li><a shape="rect" href="http.html">Http</a>, <a shape="rect" href="jetty.html">Jetty</a>, <a shape="rect" href="servlet.html">Servlet</a> and <code>camel-http4</code> now supports content type <code>application/x-java-serialized-object</code> on both the producer and consumer side. This allows you to transfer serialized Java objects over http.</li><li>Added option <code>transferException</code> to <a shape="rect" href="http.html">Http</a>, <a shape="rect" href="jetty.html">Jetty</a> and <a shape="rect" href="servlet.html">Servlet</a>, which allows you to return back caused exceptions from the consumer side as serialized objects. On the producer side the caused exception will be thrown instead of the generic <code>HttpOperationFailedException<
 /code>.</li><li><a shape="rect" href="web-console.html">Web console</a> now displays some basic route statistics if <a shape="rect" href="camel-jmx.html">JMX</a> is enabled.</li><li><a shape="rect" href="jpa.html">JPA</a> <code>JpaTraceEventMessage</code> now uses <code>@Lob</code> for fields which may contain a lot of data, such as message body.</li><li><a shape="rect" href="log.html">Throughput logger</a> now supports logging per interval (timer based).</li><li>Fixed an issue with <a shape="rect" href="splitter.html">Splitter</a> causing exception mistakenly from one sub-message being propagated to the next sub-message.</li><li><a shape="rect" href="xquery.html">XQuery</a> now strips all whitespaces by default; there is an option to changes this to ignorable whitepsaces only.</li><li><a shape="rect" href="quartz.html">Quartz</a> now enforces trigger name/group to be unique within the given component. Will throw exception on name clash detected. This behavior does not apply for clu
 stered quartz.</li><li>Fixed <a shape="rect" href="splitter.html">Splitter</a> using too much memory when running in parallel mode. Now it aggregates on-the-fly and memory consumption is low and stable.</li><li><a shape="rect" href="bean.html">Bean</a> now has a type option which you can use if you use method overloading in your Bean and prevent Camel to fail with an <code>AmbiguousMethodCallException</code>.</li><li>Added <code>Main</code> class to <code>camel-core</code> so you can do: <a shape="rect" href="running-camel-standalone-and-have-it-keep-running.html">Running Camel standalone and have it keep running</a></li><li>Added <a shape="rect" class="unresolved" href="#">JDBC</a> based persistent support for <a shape="rect" href="aggregator2.html">Aggregator</a> EIP</li><li>Fixed <a shape="rect" href="jetty.html">Jetty</a> may throw NPE during heavy load.</li><li>Continuation timeout can be configured on <a shape="rect" href="jetty.html">Jetty</a>. By default <a shape="rect" href
 ="jetty.html">Jetty</a> uses 30 sec timeout. There is also a new option to disable using Jetty continuation.</li><li><a shape="rect" href="polling-consumer.html">Polling Consumer</a>'s <code>PollingConsumerPollStrategy</code> now provides number of messages actually processed in the poll in the <code>commit</code> callback message. You can use this to know if none messages was polled, or that X number of message was polled.</li><li><a shape="rect" href="dozer-type-conversion.html">Dozer</a> now works with OSGi</li><li>Fixed an issue with <a shape="rect" href="aggregator2.html">Aggregator</a> which could lead to it not confirm completions on the <code>AggregationRepository</code>. And as well the internal "in progress completed exchanges" map wouldn't neither remove the completed exchange, causing it to grow memory over time.</li><li>The <code>bean</code> DSLs will eager check on startup, 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="graceful-shutdown.html">Graceful Shutdown</a> a single route now supports a <code>abortOnTimeout</code> option, which if enabled will let the route be running if it could not shutdown the route within a given timeout period.</li><li>Fixed <code>loadRoutesDefinition</code> and <code>addRouteDefinition</code> to used shared logic from <code>camel-core-xml</code> to ensure loading routes from XML files works exactly the same as if the routes was defined in Spring or Blueprint XML files.</li><li>Camel now fail on startup if it cannot load type converters from the classpath, which is essential for it to operate correctly.</li><li>Fixed <code>completionFromBatchConsumer</code> option on the <a shape="rect" href="aggregator2.html">Aggregator</a> not aggregating the last incoming <a shape="rect" href="exchange.html">Exchange</a> under certain conditions.</li><li>Fixed a few code generation issues related to <a shape="rect"
  href="camel-maven-archetypes.html">Camel Maven Archetypes</a></li><li><a shape="rect" href="properties.html">Properties</a> component will trim values from loaded properties. This fixes a problem when you have trailing spaces for values in a properties file.</li><li>Fixed <code>trim</code> option on <code>@DataField</code> annotation not working in <a shape="rect" href="bindy.html">Bindy</a> when unmarshalling fixed length records.</li><li>Added <code>ref</code> function to <a shape="rect" href="simple.html">Simple</a> expression language so you can lookup any <a shape="rect" href="bean.html">Bean</a> from the <a shape="rect" href="registry.html">Registry</a>.</li></ul>
-
-
-<h3 id="Camel2.6.0Release-New">New <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></h3>
-
-<ul><li>None</li></ul>
-
-
-<h3 id="Camel2.6.0Release-New.1">New <a shape="rect" href="components.html">Components</a></h3>
-
-<ul><li><a shape="rect" href="eventadmin.html">EventAdmin</a> - OSGi Event Admin</li><li><a shape="rect" class="unresolved" href="#">JDBC-AggregationRepository</a> - Persist ongoing <a shape="rect" href="aggregator2.html">aggregated</a> message in JDBC data store</li><li><a shape="rect" href="jmx.html">JMX</a></li><li><a shape="rect" href="kestrel.html">Kestrel</a></li><li><a shape="rect" href="pax-logging.html">Pax-Logging</a> - OSGi Pax Logging</li><li><a shape="rect" href="spring-web-services.html">Spring Web Services</a> -</li><li><a shape="rect" href="aws-sqs.html">SQS</a> - Queuing service for Amazon Web Services</li><li><a shape="rect" href="routebox.html">Routebox</a></li></ul>
-
-
-<h3 id="Camel2.6.0Release-NewDSL">New DSL</h3>
-
-<ul><li>Added <code>excludePattern</code> parameter to <code>removeHeaders</code> DSL.</li></ul>
-
-
-<h3 id="Camel2.6.0Release-NewAnnotations">New Annotations</h3>
-
-<ul><li>None</li></ul>
-
-
-<h3 id="Camel2.6.0Release-NewDataFormats">New <a shape="rect" href="data-format.html">Data Formats</a></h3>
-
-<ul><li><a shape="rect" href="jibx.html">JiBX</a></li><li><a shape="rect" href="syslog.html">SysLog</a></li></ul>
-
-
-<h3 id="Camel2.6.0Release-New.2">New <a shape="rect" href="languages.html">Languages</a></h3>
-
-<ul><li>None</li></ul>
-
-
-<h3 id="Camel2.6.0Release-New.3">New <a shape="rect" href="examples.html">Examples</a></h3>
-
-<ul><li><a shape="rect" href="jmx-component-example.html">JMX Component Example</a></li><li><a shape="rect" href="simple-jira-bot.html">Simple Jira Bot</a></li><li><a shape="rect" href="spring-ws-example.html">Spring Web Services Example</a></li></ul>
-
-
-<h3 id="Camel2.6.0Release-New.4">New <a shape="rect" href="tutorials.html">Tutorials</a></h3>
-
-<ul><li>None</li></ul>
-
-
-<h2 id="Camel2.6.0Release-APIbreaking">API breaking</h2>
-
-<ul><li><code>camel-test</code> JAR in the <code>CamelSpringTestSupport</code> classes now returns a more generic <code>AbstractApplicationContext</code> type in the <code>createApplicationContext</code> method.</li><li>Added <code>prepareShutdown</code> method to <code>ShutdownAware</code> SPI interface.</li><li><code>org.apache.camel.spi.IdempotentRepository</code> now extends <code>org.apache.camel.Service</code>.</li><li>The <code>onThreadPoolAdd</code> method on <code>LifecycleStrategy</code> has additional parameters for information where the thread pool is used.</li><li><code>processBatch</code> method in <code>BatchConsumer</code> now returns number of messages that was actually processed from the batch.</li><li><code>commit</code> method in <code>PollingConsumerPollStrategy</code> now has a parameter with the number of message processed in the poll.</li><li><code>poll</code> method in <code>ScheduledPollConsumer</code> now returns number of messages that was actually proces
 sed from the poll.</li><li><code>TypeConverterLoaded</code> has been moved from package <code>org.apache.camel.impl.converter</code> to <code>org.apache.camel.spi</code>.</li></ul>
-
-
-<h2 id="Camel2.6.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><code>camel-script</code> which uses <code>ScriptEngineManager</code> from the JDK, cannot load script engines from packages outside the JDK (i.e. when running in OSGi).</li><li>Stopping a route after using <code>adviceWith</code> maybe cause issues with error handlers, see <a shape="rect" class="external-link" href="https://issues.apache.org/jira/browse/CAMEL-3534">CAMEL-3534</a></li><li>If you use <a shape="rect" href="quartz.html">Quartz</a> then pay attention that its UpdateChecker is enabled by default. You should disable this, s
 ee more <a shape="rect" class="external-link" href="http://forums.terracotta.org/forums/posts/list/3395.page#19058" rel="nofollow">details here</a></li><li>Installing <code>camel-ftp</code> feature in Apache ServiceMix may cause issue. See <a shape="rect" class="external-link" href="http://fusesource.com/forums/thread.jspa?threadID=2654&amp;tstart=0" rel="nofollow">here</a> for more details and workaround.</li><li><a shape="rect" href="splitter.html">Splitter</a> in parallel mode may block if empty body as input. See <a shape="rect" class="external-link" href="https://issues.apache.org/jira/browse/CAMEL-3685">CAMEL-3685</a></li><li><a shape="rect" href="recipient-list.html">Recipient List</a> in parallel mode doesn't reuse background aggregator thread. See <a shape="rect" class="external-link" href="https://issues.apache.org/jira/browse/CAMEL-3727">CAMEL-3727</a></li><li>The <code>camel-spring-ws</code> feature does not work in Apache ServiceMix or Apache Karaf.</li></ul>
-
-
-<h2 id="Camel2.6.0Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2>
-
-    <div class="aui-message hint shadowed information-macro">
+</div></div></li><li><a shape="rect" href="exchange.html">Exchange</a> now contains the creation timestamp when it was created as a <code>java.util.Date</code> object stores as a property with the key <code>Exchange.CREATION_TIMESTAMP</code></li><li>Camel fails fast on startup if <a shape="rect" href="load-balancer.html">Load Balancer</a> has been misconfigured, such as configuring two different load balancers in one</li><li>Fixed <code>markRollbackOnlyLast</code> when used with inner/outer transactions.</li><li><code>InterceptStrategy</code> is now default ordered in the order they are added to the <a shape="rect" href="camelcontext.html">CamelContext</a>. However you can dictate the order by implementing the <code>org.apache.camel.util.Ordered</code> interface.</li><li>Made it easier to load routes from XML files using <code>loadRoutesDefinition</code> method from <a shape="rect" href="camelcontext.html">CamelContext</a>.</li><li>Added support for custom multipart filters in <a sh
 ape="rect" href="jetty.html">Jetty</a>.</li><li>Using <a shape="rect" href="processor.html">Processor</a> or <a shape="rect" href="bean.html">Bean</a> in routes is now also enlisted in JMX for management.</li><li>The ObjectName for <code>processor</code> in JMX is now always using the node id it has been assigned in the route.</li><li>Using a custom <a shape="rect" href="processor.html">Processor</a> or <a shape="rect" href="bean.html">Bean</a> will be enlisted in JMX having its custom attributes/operations listed. For example just use the Spring JMX annotations to easily expose the attributes/operations. See more <a shape="rect" href="why-is-my-processor-not-showing-up-in-jconsole.html">details here</a>.</li><li>Fixed some issue with the <code>camel-blueprint</code> component.</li><li>Added features to <code>camel-blueprint</code> component so its on-par with feature set from Spring XML.</li><li>Fixed <a shape="rect" href="ftp2.html">FTP</a> producer may creating directory using wi
 ndows path separators.</li><li>Fixed <a shape="rect" href="intercept.html">InterceptSendToEndpoint</a> not honoring <code>stop</code> DSL to stop immediately and not sending the <a shape="rect" href="exchange.html">Exchange</a> to the intercepted <a shape="rect" href="endpoint.html">Endpoint</a>.</li><li>Improved the <a shape="rect" href="irc.html">IRC</a> component</li><li>Added <code>matchsMockWaitTime</code> method to <a shape="rect" href="notifybuilder.html">NotifyBuilder</a> which is a convenient method to use when testing with mocks and want to match using timeout.</li><li><code>org.apache.camel.spi.EventNotifier</code> events for <a shape="rect" href="exchange.html">Exchange</a> done is now fired <strong>after</strong> <a shape="rect" href="oncompletion.html">OnCompletion</a> has been executed.</li><li>Added option <code>deleteOutputFile</code> to <a shape="rect" href="xslt.html">XSLT</a> component.</li><li><a shape="rect" href="idempotent-consumer.html">Idempotent Consumer</
 a>'s <code>IdempotentRepository</code> is now managed in <a shape="rect" href="camel-jmx.html">JMX</a>.</li><li><a shape="rect" href="file2.html">File</a> and <a shape="rect" href="ftp2.html">FTP</a> producers now support writing <em>done</em> files after the target file has been written, using the new <code>doneFileName</code> option.</li><li><a shape="rect" href="file2.html">File</a> and <a shape="rect" href="ftp2.html">FTP</a> consumers now support only consuming files if a <em>done</em> file exists, using the new <code>doneFileName</code> option.</li><li><a shape="rect" href="threading-model.html">Thread Pools</a> is now named more intuitive in <a shape="rect" href="camel-jmx.html">JMX</a>, making it much easier for end user to spot which pool is used for what. And it provides more information where the pool is used.</li><li><a shape="rect" href="data-format.html">Data Format</a> now supports <code>Service</code> and <code>CamelContextAware</code> callbacks which means its much 
 easier to perform custom initialization logic in your data formats.</li><li>Fixed <a shape="rect" href="printer.html">Printer</a> component to use exact same constants for <code>mediaSize</code> option as from the Java Printer API.</li><li>Fixed issue with route scoped <a shape="rect" href="exception-clause.html">Exception Clause</a> may pick <a shape="rect" href="exception-clause.html">Exception Clause</a> defined on another route, if exception is the same type. Also ensures that route scoped is preferred over context scoped.</li><li>Fixed <a shape="rect" href="bindy.html">Bindy</a> fixed length to throw exception if field exceeds allowed length. Added option <code>clip</code> on <code>@DataField</code> to allow <a shape="rect" href="bindy.html">Bindy</a> to clip the field so it fits the length, instead of thrown an exception.</li><li>Fixed <a shape="rect" href="bindy.html">Bindy</a> when using quoted CSV records and fixed when using pipeline delimiter.</li><li>Added header <code>E
 xchange.REDELIVERY_MAX_COUNTER</code> to message when Camel performs a redelivery attempt. This header contains the maximum redelivery setting. It may be <code>null</code> if you use unlimited redelivery attempts or use <code>retryWhile</code>.</li><li><a shape="rect" href="jms.html">JMS</a> producer using <code>InOnly</code> MEP now supports <code>JMSReplyTo</code> configured on either endpoint, or provided as message header. The message send to the JMS destination will now contain the <code>JMSReplyTo</code> information. The <a shape="rect" href="jms.html">JMS</a> producer which send the message will still be <code>InOnly</code> and not expect/wait for a reply but continue immediately. You have to have the <code>preserveMessageQos=true</code> option defined as well.</li><li>Fixed <a shape="rect" href="jms.html">JMS</a> producer, when a <code>JMSReplyTo</code> header was provided as a message header, removing any <code>queue:</code> or <code>topic:</code> prefix causing the reply t
 o destination to be resolved correctly (eg avoiding having <code>queue:</code> in the queue name).</li><li><a shape="rect" href="jms.html">JMS</a> producer now honors, if reply to was disabled using <code>disableReplyTo=true</code> in all situations.</li><li><a shape="rect" href="http.html">HTTP</a>, <a shape="rect" href="jetty.html">Jetty</a>, <a shape="rect" href="servlet.html">SERVLET</a> and <code>camel-http4</code> now supports content type <code>application/x-java-serialized-object</code> on both the producer and consumer side. This allows you to transfer serialized Java objects over http.</li><li>Added option <code>transferException</code> to <a shape="rect" href="http.html">HTTP</a>, <a shape="rect" href="jetty.html">Jetty</a> and <a shape="rect" href="servlet.html">SERVLET</a>, which allows you to return back caused exceptions from the consumer side as serialized objects. On the producer side the caused exception will be thrown instead of the generic <code>HttpOperationFail
 edException</code>.</li><li><a shape="rect" href="web-console.html">Web Console</a> now displays some basic route statistics if <a shape="rect" href="camel-jmx.html">JMX</a> is enabled.</li><li><a shape="rect" href="jpa.html">JPA</a> <code>JpaTraceEventMessage</code> now uses <code>@Lob</code> for fields which may contain a lot of data, such as message body.</li><li><a shape="rect" href="log.html">Throughput logger</a> now supports logging per interval (timer based).</li><li>Fixed an issue with <a shape="rect" href="splitter.html">Splitter</a> causing exception mistakenly from one sub-message being propagated to the next sub-message.</li><li><a shape="rect" href="xquery.html">XQuery</a> now strips all whitespaces by default; there is an option to changes this to ignorable whitepsaces only.</li><li><a shape="rect" href="quartz.html">Quartz</a> now enforces trigger name/group to be unique within the given component. Will throw exception on name clash detected. This behavior does not a
 pply for clustered quartz.</li><li>Fixed <a shape="rect" href="splitter.html">Splitter</a> using too much memory when running in parallel mode. Now it aggregates on-the-fly and memory consumption is low and stable.</li><li><a shape="rect" href="bean.html">Bean</a> now has a type option which you can use if you use method overloading in your Bean and prevent Camel to fail with an <code>AmbiguousMethodCallException</code>.</li><li>Added <code>Main</code> class to <code>camel-core</code> so you can do: <a shape="rect" href="running-camel-standalone-and-have-it-keep-running.html">Running Camel standalone and have it keep running</a></li><li>Added <a shape="rect" class="unresolved" href="#">JDBC</a> based persistent support for <a shape="rect" href="aggregator2.html">Aggregator</a> EIP</li><li>Fixed <a shape="rect" href="jetty.html">Jetty</a> may throw NPE during heavy load.</li><li>Continuation timeout can be configured on <a shape="rect" href="jetty.html">Jetty</a>. By default <a shape
 ="rect" href="jetty.html">Jetty</a> uses 30 sec timeout. There is also a new option to disable using Jetty continuation.</li><li><a shape="rect" href="polling-consumer.html">Polling Consumer</a>'s <code>PollingConsumerPollStrategy</code> now provides number of messages actually processed in the poll in the <code>commit</code> callback message. You can use this to know if none messages was polled, or that X number of message was polled.</li><li><a shape="rect" href="dozer-type-conversion.html">Dozer</a> now works with OSGi</li><li>Fixed an issue with <a shape="rect" href="aggregator2.html">Aggregator</a> which could lead to it not confirm completions on the <code>AggregationRepository</code>. And as well the internal "in progress completed exchanges" map wouldn't neither remove the completed exchange, causing it to grow memory over time.</li><li>The <code>bean</code> DSLs will eager check on startup, the provided method name is a valid method name on the bean as well. This helps to f
 ail fast if end users have a typo in their routes.</li><li><a shape="rect" href="graceful-shutdown.html">Graceful Shutdown</a> a single route now supports a <code>abortOnTimeout</code> option, which if enabled will let the route be running if it could not shutdown the route within a given timeout period.</li><li>Fixed <code>loadRoutesDefinition</code> and <code>addRouteDefinition</code> to used shared logic from <code>camel-core-xml</code> to ensure loading routes from XML files works exactly the same as if the routes was defined in Spring or Blueprint XML files.</li><li>Camel now fail on startup if it cannot load type converters from the classpath, which is essential for it to operate correctly.</li><li>Fixed <code>completionFromBatchConsumer</code> option on the <a shape="rect" href="aggregator2.html">Aggregator</a> not aggregating the last incoming <a shape="rect" href="exchange.html">Exchange</a> under certain conditions.</li><li>Fixed a few code generation issues related to <a 
 shape="rect" href="camel-maven-archetypes.html">Camel Maven Archetypes</a></li><li><a shape="rect" href="properties.html">Properties</a> component will trim values from loaded properties. This fixes a problem when you have trailing spaces for values in a properties file.</li><li>Fixed <code>trim</code> option on <code>@DataField</code> annotation not working in <a shape="rect" href="bindy.html">Bindy</a> when unmarshalling fixed length records.</li><li>Added <code>ref</code> function to <a shape="rect" href="simple.html">Simple</a> expression language so you can lookup any <a shape="rect" href="bean.html">Bean</a> from the <a shape="rect" href="registry.html">Registry</a>.</li></ul><h3 id="Camel2.6.0Release-New">New <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></h3><ul><li>None</li></ul><h3 id="Camel2.6.0Release-New.1">New <a shape="rect" href="components.html">Components</a></h3><ul><li><a shape="rect" href="eventadmin.html">EventAd
 min</a> - OSGi Event Admin</li><li><a shape="rect" class="unresolved" href="#">JDBC-AggregationRepository</a> - Persist ongoing <a shape="rect" href="aggregator2.html">aggregated</a> message in JDBC data store</li><li><a shape="rect" href="jmx.html">JMX</a></li><li><a shape="rect" href="kestrel.html">Kestrel</a></li><li><a shape="rect" href="pax-logging.html">Pax-Logging</a> - OSGi Pax Logging</li><li><a shape="rect" href="spring-web-services.html">Spring Web Services</a> -</li><li><a shape="rect" href="aws-sqs.html">SQS</a> - Queuing service for Amazon Web Services</li><li><a shape="rect" href="routebox.html">Routebox</a></li></ul><h3 id="Camel2.6.0Release-NewDSL">New DSL</h3><ul><li>Added <code>excludePattern</code> parameter to <code>removeHeaders</code> DSL.</li></ul><h3 id="Camel2.6.0Release-NewAnnotations">New Annotations</h3><ul><li>None</li></ul><h3 id="Camel2.6.0Release-NewDataFormats">New <a shape="rect" href="data-format.html">Data Formats</a></h3><ul><li><a shape="rect" 
 href="jibx.html">JiBX</a></li><li><a shape="rect" href="syslog.html">Syslog</a></li></ul><h3 id="Camel2.6.0Release-New.2">New <a shape="rect" href="languages.html">Languages</a></h3><ul><li>None</li></ul><h3 id="Camel2.6.0Release-New.3">New <a shape="rect" href="examples.html">Examples</a></h3><ul><li><a shape="rect" href="jmx-component-example.html">JMX Component Example</a></li><li><a shape="rect" href="simple-jira-bot.html">Simple Jira Bot</a></li><li><a shape="rect" href="spring-ws-example.html">Spring Web Services Example</a></li></ul><h3 id="Camel2.6.0Release-New.4">New <a shape="rect" href="tutorials.html">Tutorials</a></h3><ul><li>None</li></ul><h2 id="Camel2.6.0Release-APIbreaking">API breaking</h2><ul><li><code>camel-test</code> JAR in the <code>CamelSpringTestSupport</code> classes now returns a more generic <code>AbstractApplicationContext</code> type in the <code>createApplicationContext</code> method.</li><li>Added <code>prepareShutdown</code> method to <code>ShutdownA
 ware</code> SPI interface.</li><li><code>org.apache.camel.spi.IdempotentRepository</code> now extends <code>org.apache.camel.Service</code>.</li><li>The <code>onThreadPoolAdd</code> method on <code>LifecycleStrategy</code> has additional parameters for information where the thread pool is used.</li><li><code>processBatch</code> method in <code>BatchConsumer</code> now returns number of messages that was actually processed from the batch.</li><li><code>commit</code> method in <code>PollingConsumerPollStrategy</code> now has a parameter with the number of message processed in the poll.</li><li><code>poll</code> method in <code>ScheduledPollConsumer</code> now returns number of messages that was actually processed from the poll.</li><li><code>TypeConverterLoaded</code> has been moved from package <code>org.apache.camel.impl.converter</code> to <code>org.apache.camel.spi</code>.</li></ul><h2 id="Camel2.6.0Release-KnownIssues">Known Issues</h2><ul><li>The <a shape="rect" href="tracer.htm
 l">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><code>camel-script</code> which uses <code>ScriptEngineManager</code> from the JDK, cannot load script engines from packages outside the JDK (i.e. when running in OSGi).</li><li>Stopping a route after using <code>adviceWith</code> maybe cause issues with error handlers, see <a shape="rect" class="external-link" href="https://issues.apache.org/jira/browse/CAMEL-3534">CAMEL-3534</a></li><li>If you use <a shape="rect" href="quartz.html">Quartz</a> then pay attention that its UpdateChecker is enabled by default. You should disable this, see more <a shape="rect" class="external-link
 " href="http://forums.terracotta.org/forums/posts/list/3395.page#19058" rel="nofollow">details here</a></li><li>Installing <code>camel-ftp</code> feature in Apache ServiceMix may cause issue. See <a shape="rect" class="external-link" href="http://fusesource.com/forums/thread.jspa?threadID=2654&amp;tstart=0" rel="nofollow">here</a> for more details and workaround.</li><li><a shape="rect" href="splitter.html">Splitter</a> in parallel mode may block if empty body as input. See <a shape="rect" class="external-link" href="https://issues.apache.org/jira/browse/CAMEL-3685">CAMEL-3685</a></li><li><a shape="rect" href="recipient-list.html">Recipient List</a> in parallel mode doesn't reuse background aggregator thread. See <a shape="rect" class="external-link" href="https://issues.apache.org/jira/browse/CAMEL-3727">CAMEL-3727</a></li><li>The <code>camel-spring-ws</code> feature does not work in Apache ServiceMix or Apache Karaf.</li></ul><h2 id="Camel2.6.0Release-Importantchangestoconsiderwhe
 nupgrading">Important changes to consider when upgrading</h2>    <div class="aui-message hint shadowed information-macro">
                             <span class="aui-icon icon-hint">Icon</span>
                 <div class="message-content">
-                            
-<p>Starting with camel-2.7.0 we are dropping support for java 1.5, spring 2.5.6 and junit 3. These technologies may still be supported for a short while on a 2.6.x branch depending on the community interest. See <a shape="rect" href="camel-27-roadmap.html">Camel 2.7 - Roadmap</a>.</p>
+                            <p>Starting with camel-2.7.0 we are dropping support for java 1.5, spring 2.5.6 and junit 3. These technologies may still be supported for a short while on a 2.6.x branch depending on the community interest. See <a shape="rect" href="camel-27-roadmap.html">Camel 2.7 - Roadmap</a>.</p>
                     </div>
     </div>
-
-
-
-<ul><li>Upgraded to Spring 3.0.5</li><li>Upgraded to Apache CXF 2.3.1 (although CXF 2.2.11 is still supported)</li><li>Upgraded to Jetty 7.2.2.v20101205</li><li>The Java DSL now enforces <code>onException</code> and the likes to be defined <strong>before</strong> routes, if not Camel will fail starting the route.</li><li>The <a shape="rect" href="aggregator2.html">Aggregator</a> EIP will use a synchronous invocation when processing completed aggregated <a shape="rect" href="exchange.html">Exchange</a>s, when not running in parallel mode. This ensures no internal task queue is used, which otherwise could stack up tasks and under certain conditions eat up memory. Enable <code>parallelProcessing</code> if you want to use a separate thread for processing completed aggregated <a shape="rect" href="exchange.html">Exchange</a>s.</li><li>Camel now fails fast if staring a <code>LifecycleStrategy</code> fails on startup. For example if there is issue with <a shape="rect" href="camel-jmx.html"
 >JMX</a> that will now cause Camel to not startup at all. If you have trouble with JMX before you can disable JMX on Camel and allow it to startup.</li><li><code>ManagementAware</code> has been @deprecated. Just enrich your class with the Spring JMX annotations, if you want custom management of your components, endpoints, processors and so fort. See more at <a shape="rect" href="why-is-my-processor-not-showing-up-in-jconsole.html">Why is my processor not showing up in JConsole</a>.</li><li><a shape="rect" href="data-format.html">Data Format</a> now supports <code>Service</code> and <code>CamelContextAware</code> callbacks which means its much easier to perform custom initialization logic in your data formats.</li><li>The <code>mediaSize</code> option on <a shape="rect" href="printer.html">Printer</a> now uses exact same constants as the Java Printer API. Which means it uses underscores instead of hyphens in the constants.</li><li><a shape="rect" href="jpa.html">JPA</a> <code>JpaTrac
 eEventMessage</code> now uses <code>@Lob</code> for fields which may contain a lot of data, such as message body.</li><li><a shape="rect" href="quartz.html">Quartz</a> now enforces trigger name/group to be unique within the given component. Will throw exception on name clash detected. This behavior does not apply for clustered quartz.</li><li>Camel now fail on startup if it cannot load type converters from the classpath, which is essential for it to operate correctly.</li></ul>
-
-
-
-<h2 id="Camel2.6.0Release-GettingtheDistributions">Getting the Distributions</h2>
-
-<h3 id="Camel2.6.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.6.0/apache-camel-2.6.0.zip">apache-camel-2.6.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.6.0/apache-camel-2.6.0.zip.asc">apache-camel-2.6.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.6.0/apache-camel-2.6.0.tar.gz">apache-camel-2.6.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.6.0/apache-camel-2.6.0.tar.gz.asc">apache-camel-2.6.0.tar.gz.asc</a> </p></td></tr></tbody></table></div>
-
-    <div class="aui-message hint shadowed information-macro">
+<ul><li>Upgraded to Spring 3.0.5</li><li>Upgraded to Apache CXF 2.3.1 (although CXF 2.2.11 is still supported)</li><li>Upgraded to Jetty 7.2.2.v20101205</li><li>The Java DSL now enforces <code>onException</code> and the likes to be defined <strong>before</strong> routes, if not Camel will fail starting the route.</li><li>The <a shape="rect" href="aggregator2.html">Aggregator</a> EIP will use a synchronous invocation when processing completed aggregated <a shape="rect" href="exchange.html">Exchange</a>s, when not running in parallel mode. This ensures no internal task queue is used, which otherwise could stack up tasks and under certain conditions eat up memory. Enable <code>parallelProcessing</code> if you want to use a separate thread for processing completed aggregated <a shape="rect" href="exchange.html">Exchange</a>s.</li><li>Camel now fails fast if staring a <code>LifecycleStrategy</code> fails on startup. For example if there is issue with <a shape="rect" href="camel-jmx.html"
 >JMX</a> that will now cause Camel to not startup at all. If you have trouble with JMX before you can disable JMX on Camel and allow it to startup.</li><li><code>ManagementAware</code> has been @deprecated. Just enrich your class with the Spring JMX annotations, if you want custom management of your components, endpoints, processors and so fort. See more at <a shape="rect" href="why-is-my-processor-not-showing-up-in-jconsole.html">Why is my processor not showing up in JConsole</a>.</li><li><a shape="rect" href="data-format.html">Data Format</a> now supports <code>Service</code> and <code>CamelContextAware</code> callbacks which means its much easier to perform custom initialization logic in your data formats.</li><li>The <code>mediaSize</code> option on <a shape="rect" href="printer.html">Printer</a> now uses exact same constants as the Java Printer API. Which means it uses underscores instead of hyphens in the constants.</li><li><a shape="rect" href="jpa.html">JPA</a> <code>JpaTrac
 eEventMessage</code> now uses <code>@Lob</code> for fields which may contain a lot of data, such as message body.</li><li><a shape="rect" href="quartz.html">Quartz</a> now enforces trigger name/group to be unique within the given component. Will throw exception on name clash detected. This behavior does not apply for clustered quartz.</li><li>Camel now fail on startup if it cannot load type converters from the classpath, which is essential for it to operate correctly.</li></ul><h2 id="Camel2.6.0Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.6.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.6.0/apache-camel-2.6.0.zip">apache-camel-2.6.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.6.0/apache-camel-2.6.0.zip.asc">apache-camel-2.6.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.6.0/apache-camel-2.6.0.tar.gz">apache-camel-2.6.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.6.0/apache-camel-2.6.0.tar.gz.asc">apache-camel-2.6.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.6.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.6.0/apache-camel-2.6.0-src.zip">apache-camel-2.6.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.6.0/apache-camel-2.6.0-src.zip.asc">apache-camel-2.6.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.6.0/apache-camel-2.6.0-src.tar.gz">apache-camel-2.6.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.6.0/apache-camel-2.6.0-src.tar.gz.asc">apache-camel-2.6.0-src.tar.gz.asc</a> </p></td></tr></tbody></table></div>
-
-
-<h3 id="Camel2.6.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.6.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.6.0/apache-camel-2.6.0-src.zip">apache-camel-2.6.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.6.0/apache-camel-2.6.0-src.zip.asc">apache-camel-2.6.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.6.0/apache-camel-2.6.0-src.tar.gz">apache-camel-2.6.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.6.0/apache-camel-2.6.0-src.tar.gz.asc">apache-camel-2.6.0-src.tar.gz.asc</a></p></td></tr></tbody></table></div><h3 id="Camel2.6.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.6.0&lt;/version&gt;
 &lt;/dependency&gt;
 ]]></script>
-</div></div>
-
-<h3 id="Camel2.6.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.6.0
+</div></div><h3 id="Camel2.6.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.6.0
 ]]></script>
-</div></div>
-
-<h2 id="Camel2.6.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/activemq/secure/ReleaseNote.jspa?projectId=12311211&amp;styleName=Html&amp;version=12315690">JIRA Release notes for 2.6.0</a></li></ul></div>
+</div></div><h2 id="Camel2.6.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/activemq/secure/ReleaseNote.jspa?projectId=12311211&amp;styleName=Html&amp;version=12315690">JIRA Release notes for 2.6.0</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">