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 2015/09/22 16:26:37 UTC

svn commit: r966362 [4/21] - /websites/production/camel/content/

Modified: websites/production/camel/content/camel-20-m1-release.html
==============================================================================
--- websites/production/camel/content/camel-20-m1-release.html (original)
+++ websites/production/camel/content/camel-20-m1-release.html Tue Sep 22 14:26:24 2015
@@ -94,7 +94,7 @@
 <h2 id="Camel2.0-M1Release-NewandNoteworthy">New and Noteworthy</h2>
 
 <p>Welcome to the first milestone 2.0-M1 release of the new Apache Camel project, including 368 issues resolved (new features, improvements and bug fixes such as...)</p>
-<ul><li>Introduced <a shape="rect" href="type-converter.html">type converter registry</a> to allow end users to programmatic get access to this registry</li><li>major improvements to <a shape="rect" href="jetty.html">Jetty</a> for better handling of exception/faults and easier end-user customization how response should be written</li><li>major improvements to <a shape="rect" href="file2.html">File</a> for consuming files, now supporting pluggable sorting, filtering and idempotent repositories.</li><li>major refactor and improvements to <a shape="rect" href="ftp2.html">FTP</a>, aligning it with the <a shape="rect" href="file2.html">File</a> component.</li><li>minor improvements to <a shape="rect" href="jdbc.html">JDBC</a>, <a shape="rect" href="sql.html">SQL</a>, <a shape="rect" href="http.html">Http</a> and <a shape="rect" href="mina.html">Mina</a></li><li>major refactor and improvements to <a shape="rect" href="cxf.html">CXF</a> component.&#160; CxfBinding, HeaderFilterStrategy, Bu
 s can be looked up from registry and configured at the endpoint level.</li><li><a shape="rect" href="file2.html">File</a> and <a shape="rect" href="ftp2.html">FTP</a> producers added option to write files using a temporary name and then rename it to the real name after the write completes</li><li><a shape="rect" href="ftp.html">SFTP</a> added support for knownhosts and privatekey files</li><li><a shape="rect" href="mail.html">Mail</a> now supports setting additional SUN java mail properties</li><li><a shape="rect" href="mina.html">Mina</a> now supports setting text line delimiters for textline codec.</li><li><a shape="rect" href="mina.html">Mina</a> producer now throws CamelExchangeException in case no response received from remote server when in sync mode (sync=true)</li><li>RedeliveryPolicy added support for ref attribute to reference a existing policy in the <a shape="rect" href="registry.html">Registry</a></li><li><a shape="rect" href="dead-letter-channel.html">RedeliveryPolicy<
 /a> added <code>delayPattern</code> option for using a special pattern for setting different delay based on intervals</li><li>Added <code>onWhen</code> and <code>retryUntil</code> predicates to <a shape="rect" href="exception-clause.html">Exception Clause</a></li><li><a shape="rect" href="list.html">List</a> component renamed to <a shape="rect" href="browse.html">Browse</a></li><li><a shape="rect" href="exception-clause.html">Exception Clause</a> is much smarter as it will use caused by exception hierarchy for matching as well (will use bottom ups)</li><li><a shape="rect" href="dead-letter-channel.html">Dead Letter Channel</a> and <a shape="rect" href="exception-clause.html">Exception Clause</a> now have <code>onRedeliver</code> to allow custom processing an <a shape="rect" href="exchange.html">Exchange</a> <strong>before</strong> its being redelivered. Allowing you to work on the message being sent.</li><li>Added support for <a shape="rect" href="how-do-i-configure-endpoints.html">
 # syntax in Endpoint URI's</a> to allow endpoint URI's to refer to bean in the <a shape="rect" href="registry.html">Registry</a>.</li><li><code>consumer.</code> prefix can be omitted for scheduled polling consumers such as <a shape="rect" href="file2.html">File</a>, <a shape="rect" href="ftp2.html">FTP</a> consumers. Thus the URI options is more simpler and you don't have to remember which requires <code>consumer.</code> prefix and which doesn't.</li><li><a shape="rect" href="tracer.html">Tracer</a> improved to allow custom routing and processing of TraceEventMessage so you can store trace logs as you like, for instance in a database.</li><li><a shape="rect" href="tracer.html">Tracer</a> now also displays the previous node so you can see where the Exchange is coming from.</li><li><a shape="rect" href="quartz.html">Quartz</a> has added support for stateful jobs.</li><li>Introduced @FallbackConverter for using annotation based fallback type converters</li><li>Extended <a shape="rect" 
 href="content-enricher.html">content enrichment</a> support via the <a shape="rect" href="content-enricher.html">enrich</a> DSL element.</li><li><a shape="rect" href="simple.html">Simple</a> language now supports a basic set of operators.</li><li><a shape="rect" href="aggregator.html">Aggregator</a> now supports grouped exchanges out of the box, so you can combine all aggregated exchanges into a single grouped exchange going out.</li><li>Multiple inputs can be define as input to routes: <code>from("activemq:queue:order", "file://order").to("bean:handleOrder");</code></li><li>CXF component supports a new "cxfbean" endpoint that allows RESTful requests to be routed to JAXRS annotated service beans.</li><li>Setting cron expression in camel-quartz improved.</li><li>Better handling of interrupts while shutting down.</li><li>The JMSReplyTo destination is available as Exchange property when consuming JMS messages.</li><li>Better support for <code>InOptionalOut</code> Message Exchange Patte
 rn.</li><li><a shape="rect" href="pluggable-class-resolvers.html">Pluggable Class Resolvers</a> SPI for class resolvers allowing third party platforms such as JBoss to provide integration with Camel.</li><li>Refined API to reduce package tangling.</li><li>Introduced wireTap node for the <a shape="rect" href="wire-tap.html">Wire Tap</a> EIP pattern.</li><li>Added <code>fromF</code> and <code>toF</code> in the Java DSL to build uri strings using String.format with arguments, e.g.: <code>fromF("ftp://%s@myserver?password%s", user, password)..to</code></li><li>Improved tooling being able to retrieve more runtime information from the <code>CamelContext</code></li><li>Scala DSL is improved</li><li><code>Message#getBody(Class type)</code> change to return <code>null</code> in case it cannot convert. Use <code>#getMandatoryBody(Class type)</code> instead of you want an exception to be thrown if convertions not possible.</li><li><code>.convertBodyTo(type)</code> now throws an <code>InvalidPa
 yloadException</code> if the payload cannot be converted.</li></ul>
+<ul><li>Introduced <a shape="rect" href="type-converter.html">type converter registry</a> to allow end users to programmatic get access to this registry</li><li>major improvements to <a shape="rect" href="jetty.html">Jetty</a> for better handling of exception/faults and easier end-user customization how response should be written</li><li>major improvements to <a shape="rect" href="file2.html">File</a> for consuming files, now supporting pluggable sorting, filtering and idempotent repositories.</li><li>major refactor and improvements to <a shape="rect" href="ftp2.html">FTP</a>, aligning it with the <a shape="rect" href="file2.html">File</a> component.</li><li>minor improvements to <a shape="rect" href="jdbc.html">JDBC</a>, <a shape="rect" href="sql.html">SQL</a>, <a shape="rect" href="http.html">Http</a> and <a shape="rect" href="mina.html">Mina</a></li><li>major refactor and improvements to <a shape="rect" href="cxf.html">CXF</a> component.&#160; CxfBinding, HeaderFilterStrategy, Bu
 s can be looked up from registry and configured at the endpoint level.</li><li><a shape="rect" href="file2.html">File</a> and <a shape="rect" href="ftp2.html">FTP</a> producers added option to write files using a temporary name and then rename it to the real name after the write completes</li><li><a shape="rect" href="ftp.html">SFTP</a> added support for knownhosts and privatekey files</li><li><a shape="rect" href="mail.html">Mail</a> now supports setting additional SUN java mail properties</li><li><a shape="rect" href="mina.html">Mina</a> now supports setting text line delimiters for textline codec.</li><li><a shape="rect" href="mina.html">Mina</a> producer now throws CamelExchangeException in case no response received from remote server when in sync mode (sync=true)</li><li>RedeliveryPolicy added support for ref attribute to reference a existing policy in the <a shape="rect" href="registry.html">Registry</a></li><li><a shape="rect" href="dead-letter-channel.html">RedeliveryPolicy<
 /a> added <code>delayPattern</code> option for using a special pattern for setting different delay based on intervals</li><li>Added <code>onWhen</code> and <code>retryUntil</code> predicates to <a shape="rect" href="exception-clause.html">Exception Clause</a></li><li><a shape="rect" href="list.html">List</a> component renamed to <a shape="rect" href="browse.html">Browse</a></li><li><a shape="rect" href="exception-clause.html">Exception Clause</a> is much smarter as it will use caused by exception hierarchy for matching as well (will use bottom ups)</li><li><a shape="rect" href="dead-letter-channel.html">Dead Letter Channel</a> and <a shape="rect" href="exception-clause.html">Exception Clause</a> now have <code>onRedeliver</code> to allow custom processing an <a shape="rect" href="exchange.html">Exchange</a> <strong>before</strong> its being redelivered. Allowing you to work on the message being sent.</li><li>Added support for <a shape="rect" href="how-do-i-configure-endpoints.html">
 # syntax in Endpoint URI's</a> to allow endpoint URI's to refer to bean in the <a shape="rect" href="registry.html">Registry</a>.</li><li><code>consumer.</code> prefix can be omitted for scheduled polling consumers such as <a shape="rect" href="file2.html">File</a>, <a shape="rect" href="ftp2.html">FTP</a> consumers. Thus the URI options is more simpler and you don't have to remember which requires <code>consumer.</code> prefix and which doesn't.</li><li><a shape="rect" href="tracer.html">Tracer</a> improved to allow custom routing and processing of TraceEventMessage so you can store trace logs as you like, for instance in a database.</li><li><a shape="rect" href="tracer.html">Tracer</a> now also displays the previous node so you can see where the Exchange is coming from.</li><li><a shape="rect" href="quartz.html">Quartz</a> has added support for stateful jobs.</li><li>Introduced @FallbackConverter for using annotation based fallback type converters</li><li>Extended <a shape="rect" 
 href="content-enricher.html">content enrichment</a> support via the <a shape="rect" href="content-enricher.html#ContentEnricher-enrich-dsl">enrich</a> DSL element.</li><li><a shape="rect" href="simple.html">Simple</a> language now supports a basic set of operators.</li><li><a shape="rect" href="aggregator.html">Aggregator</a> now supports grouped exchanges out of the box, so you can combine all aggregated exchanges into a single grouped exchange going out.</li><li>Multiple inputs can be define as input to routes: <code>from("activemq:queue:order", "file://order").to("bean:handleOrder");</code></li><li>CXF component supports a new "cxfbean" endpoint that allows RESTful requests to be routed to JAXRS annotated service beans.</li><li>Setting cron expression in camel-quartz improved.</li><li>Better handling of interrupts while shutting down.</li><li>The JMSReplyTo destination is available as Exchange property when consuming JMS messages.</li><li>Better support for <code>InOptionalOut</c
 ode> Message Exchange Pattern.</li><li><a shape="rect" href="pluggable-class-resolvers.html">Pluggable Class Resolvers</a> SPI for class resolvers allowing third party platforms such as JBoss to provide integration with Camel.</li><li>Refined API to reduce package tangling.</li><li>Introduced wireTap node for the <a shape="rect" href="wire-tap.html">Wire Tap</a> EIP pattern.</li><li>Added <code>fromF</code> and <code>toF</code> in the Java DSL to build uri strings using String.format with arguments, e.g.: <code>fromF("ftp://%s@myserver?password%s", user, password)..to</code></li><li>Improved tooling being able to retrieve more runtime information from the <code>CamelContext</code></li><li>Scala DSL is improved</li><li><code>Message#getBody(Class type)</code> change to return <code>null</code> in case it cannot convert. Use <code>#getMandatoryBody(Class type)</code> instead of you want an exception to be thrown if convertions not possible.</li><li><code>.convertBodyTo(type)</code> no
 w throws an <code>InvalidPayloadException</code> if the payload cannot be converted.</li></ul>
 
 
 <h3 id="Camel2.0-M1Release-New">New <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></h3>
@@ -265,14 +265,14 @@
 
 <p>The aggregator expression is now enclosed in a correlationExpression element. You now need to specify an aggregator as:</p>
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[
 &lt;aggregator&gt;
   &lt;correlationExpression&gt;
     &lt;simple&gt;header.cheese&lt;/simple&gt;
   &lt;/correlationExpression&gt;
-  &lt;to uri="mock:result"/&gt;
+  &lt;to uri=&quot;mock:result&quot;/&gt;
 &lt;/aggregator&gt;
-</pre>
+]]></script>
 </div></div>
 
 <h2 id="Camel2.0-M1Release-KnownIssues">Known Issues</h2>
@@ -309,21 +309,21 @@ If you want to get the JAXBElement objec
 
 <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">
-<pre class="brush: xml; gutter: false; theme: Default" style="font-size:12px;">
+<script class="brush: xml; gutter: false; theme: Default" 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.0-M1&lt;/version&gt;
 &lt;/dependency&gt;
-</pre>
+]]></script>
 </div></div>
 
 <h3 id="Camel2.0-M1Release-SVNTagCheckout">SVN Tag Checkout</h3>
 
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[
 svn co http://svn.apache.org/repos/asf/camel/tags/camel-2.0-M1
-</pre>
+]]></script>
 </div></div>
 
 <h2 id="Camel2.0-M1Release-Changelog">Changelog</h2>
@@ -335,7 +335,7 @@ svn co http://svn.apache.org/repos/asf/c
           <div class="navigation">
             <div class="navigation_top">
                 <!-- NavigationBar -->
-<div class="navigation_bottom" id="navigation_bottom"><h3 id="Navigation-Overviewhttps://cwiki.apache.org/confluence/pages/viewpage.action?pageId=49132"><a shape="rect" href="overview.html">Overview</a></h3><ul class="alternate"><li><a shape="rect" href="index.html">Home</a></li><li><a shape="rect" href="download.html">Download</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li><li><a shape="rect" href="faq.html">FAQ</a></li></ul><h3 id="Navigation-Documentationhttps://cwiki.apache.org/confluence/pages/viewpage.action?pageId=49534"><a shape="rect" href="documentation.html">Documentation</a></h3><ul class="alternate"><li><a shape="rect" href="user-guide.html">User Guide</a></li><li><a shape="rect" href="manual.html">Manual</a></li><li><a shape="rect" href="books.html">Books</a></li><li><a shape="rect" href="tutorials.html">Tutorials</a></li><li><a shape="rect" href="examples.html">Examples</a></li><li><a shape="rect" href="cookbook.html">Cookbook</a></li>
 <li><a shape="rect" href="architecture.html">Architecture</a></li><li><a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></li><li><a shape="rect" href="dsl.html">DSL</a></li><li><a shape="rect" href="components.html">Components</a></li><li><a shape="rect" href="data-format.html">Data Format</a></li><li><a shape="rect" href="languages.html">Languages</a></li><li><a shape="rect" href="security.html">Security</a></li><li><a shape="rect" href="security-advisories.html">Security Advisories</a></li></ul><h3 id="Navigation-Search">Search</h3><form enctype="application/x-www-form-urlencoded" method="get" id="cse-search-box" action="http://www.google.com/cse">
+<div class="navigation_bottom" id="navigation_bottom"><h3 id="Navigation-Overview"><a shape="rect" href="overview.html">Overview</a></h3><ul class="alternate"><li><a shape="rect" href="index.html">Home</a></li><li><a shape="rect" href="download.html">Download</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li><li><a shape="rect" href="faq.html">FAQ</a></li></ul><h3 id="Navigation-Documentation"><a shape="rect" href="documentation.html">Documentation</a></h3><ul class="alternate"><li><a shape="rect" href="user-guide.html">User Guide</a></li><li><a shape="rect" href="manual.html">Manual</a></li><li><a shape="rect" href="books.html">Books</a></li><li><a shape="rect" href="tutorials.html">Tutorials</a></li><li><a shape="rect" href="examples.html">Examples</a></li><li><a shape="rect" href="cookbook.html">Cookbook</a></li><li><a shape="rect" href="architecture.html">Architecture</a></li><li><a shape="rect" href="enterprise-integration-patterns.html">Enterprise
  Integration Patterns</a></li><li><a shape="rect" href="dsl.html">DSL</a></li><li><a shape="rect" href="components.html">Components</a></li><li><a shape="rect" href="data-format.html">Data Format</a></li><li><a shape="rect" href="languages.html">Languages</a></li><li><a shape="rect" href="security.html">Security</a></li><li><a shape="rect" href="security-advisories.html">Security Advisories</a></li></ul><h3 id="Navigation-Search">Search</h3><form enctype="application/x-www-form-urlencoded" method="get" id="cse-search-box" action="http://www.google.com/cse">
   <div>
     <input type="hidden" name="cx" value="007878419884033443453:m5nhvy4hmyq">
     <input type="hidden" name="ie" value="UTF-8">
@@ -343,7 +343,7 @@ svn co http://svn.apache.org/repos/asf/c
     <input type="submit" name="sa" value="Search">
   </div>
 </form>
-<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script><h3 id="Navigation-Communityhttps://cwiki.apache.org/confluence/pages/viewpage.action?pageId=49115"><a shape="rect" href="community.html">Community</a></h3><ul class="alternate"><li><a shape="rect" href="support.html">Support</a></li><li><a shape="rect" href="contributing.html">Contributing</a></li><li><a shape="rect" href="discussion-forums.html">Discussion Forums</a></li><li><a shape="rect" href="mailing-lists.html">Mailing Lists</a></li><li><a shape="rect" href="user-stories.html">User Stories</a></li><li><a shape="rect" href="news.html">News</a></li><li><a shape="rect" href="articles.html">Articles</a></li><li><a shape="rect" href="site.html">Site</a></li><li><a shape="rect" href="team.html">Team</a></li><li><a shape="rect" class="external-link" href="http://camel-extra.googlecode.com/" rel="nofollow">Camel Extra</a></li></ul><h3 id="Navigation-Developershttps://cwi
 ki.apache.org/confluence/pages/viewpage.action?pageId=49124"><a shape="rect" href="developers.html">Developers</a></h3><ul class="alternate"><li><a shape="rect" href="developers.html">Developer Guide</a></li><li><a shape="rect" href="source.html">Source</a></li><li><a shape="rect" href="building.html">Building</a></li><li><a shape="rect" href="javadoc.html">JavaDoc</a></li><li><a shape="rect" href="irc-room.html">IRC Room</a></li></ul><h3 id="Navigation-ApacheSoftwareFoundation">Apache Software Foundation</h3><ul class="alternate"><li><a shape="rect" class="external-link" href="http://www.apache.org/licenses/">License</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/security/">Security</a></li></ul></div>
+<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script><h3 id="Navigation-Community"><a shape="rect" href="community.html">Community</a></h3><ul class="alternate"><li><a shape="rect" href="support.html">Support</a></li><li><a shape="rect" href="contributing.html">Contributing</a></li><li><a shape="rect" href="discussion-forums.html">Discussion Forums</a></li><li><a shape="rect" href="mailing-lists.html">Mailing Lists</a></li><li><a shape="rect" href="user-stories.html">User Stories</a></li><li><a shape="rect" href="news.html">News</a></li><li><a shape="rect" href="articles.html">Articles</a></li><li><a shape="rect" href="site.html">Site</a></li><li><a shape="rect" href="team.html">Team</a></li><li><a shape="rect" class="external-link" href="http://camel-extra.googlecode.com/" rel="nofollow">Camel Extra</a></li></ul><h3 id="Navigation-Developers"><a shape="rect" href="developers.html">Developers</a></h3><ul class="alternate"
 ><li><a shape="rect" href="developers.html">Developer Guide</a></li><li><a shape="rect" href="source.html">Source</a></li><li><a shape="rect" href="building.html">Building</a></li><li><a shape="rect" href="javadoc.html">JavaDoc</a></li><li><a shape="rect" href="irc-room.html">IRC Room</a></li></ul><h3 id="Navigation-ApacheSoftwareFoundation">Apache Software Foundation</h3><ul class="alternate"><li><a shape="rect" class="external-link" href="http://www.apache.org/licenses/">License</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/security/">Security</a></li></ul></div>
                 <!-- NavigationBar -->
             </div>
           </div>

Modified: websites/production/camel/content/camel-20-m2-release.html
==============================================================================
--- websites/production/camel/content/camel-20-m2-release.html (original)
+++ websites/production/camel/content/camel-20-m2-release.html Tue Sep 22 14:26:24 2015
@@ -94,7 +94,7 @@
 <h2 id="Camel2.0-M2Release-NewandNoteworthy">New and Noteworthy</h2>
 
 <p>Welcome to the 2.0-M2 release which approx 222 issues resolved (new features, improvements and bug fixes such as...)</p>
-<ul><li>Introduced <a shape="rect" href="type-converter.html">type converter registry</a> to allow end users to programmatic get access to this registry</li><li>major improvements to <a shape="rect" href="jetty.html">Jetty</a> for better handling of exception/faults and easier end-user customization how response should be written</li><li>major improvements to <a shape="rect" href="file2.html">File</a> for consuming files, now supporting pluggable sorting, filtering and idempotent repositories.</li><li>major refactor and improvements to <a shape="rect" href="ftp2.html">FTP</a>, aligning it with the <a shape="rect" href="file2.html">File</a> component.</li><li>minor improvements to <a shape="rect" href="jdbc.html">JDBC</a>, <a shape="rect" href="sql.html">SQL</a>, <a shape="rect" href="http.html">Http</a> and <a shape="rect" href="mina.html">Mina</a></li><li>major refactor and improvements to <a shape="rect" href="cxf.html">CXF</a> component.&#160; CxfBinding, HeaderFilterStrategy, Bu
 s can be looked up from registry and configured at the endpoint level.</li><li><a shape="rect" href="file2.html">File</a> and <a shape="rect" href="ftp2.html">FTP</a> producers added option to write files using a temporary name and then rename it to the real name after the write completes</li><li><a shape="rect" href="ftp.html">SFTP</a> added support for knownhosts and privatekey files</li><li><a shape="rect" href="mail.html">Mail</a> now supports setting additional SUN java mail properties</li><li><a shape="rect" href="mina.html">Mina</a> now supports setting text line delimiters for textline codec.</li><li><a shape="rect" href="mina.html">Mina</a> producer now throws CamelExchangeException in case no response received from remote server when in sync mode (sync=true)</li><li>RedeliveryPolicy added support for ref attribute to reference a existing policy in the <a shape="rect" href="registry.html">Registry</a></li><li><a shape="rect" href="dead-letter-channel.html">RedeliveryPolicy<
 /a> added <code>delayPattern</code> option for using a special pattern for setting different delay based on intervals</li><li>Added <code>onWhen</code> and <code>retryUntil</code> predicates to <a shape="rect" href="exception-clause.html">Exception Clause</a></li><li><a shape="rect" href="list.html">List</a> component renamed to <a shape="rect" href="browse.html">Browse</a></li><li><a shape="rect" href="exception-clause.html">Exception Clause</a> is much smarter as it will use caused by exception hierarchy for matching as well (will use bottom ups)</li><li><a shape="rect" href="dead-letter-channel.html">Dead Letter Channel</a> and <a shape="rect" href="exception-clause.html">Exception Clause</a> now have <code>onRedeliver</code> to allow custom processing an <a shape="rect" href="exchange.html">Exchange</a> <strong>before</strong> its being redelivered. Allowing you to work on the message being sent.</li><li>Added support for <a shape="rect" href="how-do-i-configure-endpoints.html">
 # syntax in Endpoint URI's</a> to allow endpoint URI's to refer to bean in the <a shape="rect" href="registry.html">Registry</a>.</li><li><code>consumer.</code> prefix can be omitted for scheduled polling consumers such as <a shape="rect" href="file2.html">File</a>, <a shape="rect" href="ftp2.html">FTP</a> consumers. Thus the URI options is more simpler and you don't have to remember which requires <code>consumer.</code> prefix and which doesn't.</li><li><a shape="rect" href="tracer.html">Tracer</a> improved to allow custom routing and processing of TraceEventMessage so you can store trace logs as you like, for instance in a database.</li><li><a shape="rect" href="tracer.html">Tracer</a> now also displays the previous node so you can see where the Exchange is coming from.</li><li><a shape="rect" href="quartz.html">Quartz</a> has added support for stateful jobs.</li><li>Introduced @FallbackConverter for using annotation based fallback type converters</li><li>Extended <a shape="rect" 
 href="content-enricher.html">content enrichment</a> support via the <a shape="rect" href="content-enricher.html">enrich</a> DSL element.</li><li><a shape="rect" href="simple.html">Simple</a> language now supports a basic set of operators.</li><li><a shape="rect" href="aggregator.html">Aggregator</a> now supports grouped exchanges out of the box, so you can combine all aggregated exchanges into a single grouped exchange going out.</li><li>Multiple inputs can be define as input to routes: <code>from("activemq:queue:order", "file://order").to("bean:handleOrder");</code></li><li>CXF component supports a new "cxfbean" endpoint that allows RESTful requests to be routed to JAXRS annotated service beans.</li><li>Setting cron expression in camel-quartz improved.</li><li>Better handling of interrupts while shutting down.</li><li>The JMSReplyTo destination is available as Exchange property when consuming JMS messages.</li><li>Better support for <code>InOptionalOut</code> Message Exchange Patte
 rn.</li><li><a shape="rect" href="pluggable-class-resolvers.html">Pluggable Class Resolvers</a> SPI for class resolvers allowing third party platforms such as JBoss to provide integration with Camel.</li><li>Refined API to reduce package tangling.</li><li>Introduced wireTap node for the <a shape="rect" href="wire-tap.html">Wire Tap</a> EIP pattern, supporting the traditional tapping and sending a new message.</li><li>Added <code>fromF</code> and <code>toF</code> in the Java DSL to build uri strings using String.format with arguments, e.g.: <code>fromF("ftp://%s@myserver?password=%s", user, password)..to</code></li><li>Improved tooling being able to retrieve more runtime information from the <code>CamelContext</code></li><li>Scala DSL is improved</li><li>Added <code>JmsMessageType</code> option to <a shape="rect" href="jms.html">JMS</a> to allow you to set which <code>javax.jms.Message</code> implementation to use for sending a JMS message.</li><li>Fixed a rare bug when JMX is disabl
 ed, a <a shape="rect" href="dead-letter-channel.html">Dead Letter Channel</a> could mistakenly be added to some routes, when a global <code>noErrorHandler</code> was configured.</li><li><a shape="rect" href="jms.html">JMS</a> is now able to preserve hyphen in JMS keys (eg Content-Type can be sent as a Message header). Introduced pluggable strategy to allow end users to use their custom key formatter for encode/decode.</li><li>Added option <code>transferExchange</code> to <a shape="rect" href="jms.html">JMS</a> so you can transfer the <a shape="rect" href="exchange.html">Exchange</a> over the wire. Can be used to use JMS queues for <a shape="rect" href="dead-letter-channel.html">Dead Letter Channel</a> to preserve all information from the failed <a shape="rect" href="exchange.html">Exchange</a> including the original exception with stack trace.</li><li>Added option <code>transferException</code> to <a shape="rect" href="jms.html">JMS</a> so when using <a shape="rect" href="request-re
 ply.html">Request Reply</a> messaging with JMS, any caused exception on the server side will be returned as response to the client.</li><li>Added <code>rollback</code> as DSL keyword to force a rollback of the given <a shape="rect" href="exchange.html">Exchange</a>. Does this by throwing an <code>org.apache.camel.RollbackExchangeException</code>.</li><li>Added SOAP Message Header filtering capability in camel-cxf component.</li><li>ProducerTeamplate API reworked for sendBody operations to return void, as they are InOnly. Use requestBody if you need InOut.</li><li>Introduced <code>ConsumerTemplate</code> supporting the <a shape="rect" href="polling-consumer.html">Polling Consumer</a> EIP</li><li>Custom endpoints with Spring @ManagedResource is now also registered in the mbean server.</li><li>The default error handler is changed from <a shape="rect" href="dead-letter-channel.html">Dead Letter Channel</a> to <a shape="rect" href="defaulterrorhandler.html">DefaultErrorHandler</a>.</li><
 li><a shape="rect" href="http.html">HTTP</a> component added option <code>throwException</code> that can be disabled to allow failed response codes to be returned without throwing a HttpOperationsFailedException.</li><li>Overhaul and improvements to the <a shape="rect" href="try-catch-finally.html">Try Catch Finally</a> DSLs, so they are on pair with the <a shape="rect" href="exception-clause.html">Exception Clause</a>.</li><li>Overhaul and improvements to the <a shape="rect" href="intercept.html">Intercept</a> DSLs. Added new <code>interceptSendToEndpoint</code> to intercept sending to a given <a shape="rect" href="endpoint.html">Endpoint</a>.</li><li>Added the notion of a Channel in the routes.</li><li>Added support to navigate the routes at runtime, so you can dynamic change or affect the processors in the routes.</li><li>Introduced a new <a shape="rect" href="async.html">Async</a> API for asynchronous messaging.</li><li><a shape="rect" href="jetty.html">Jetty</a> now supports co
 nfiguring Handler for e.g. security.</li><li><a shape="rect" href="ibatis.html">iBatis</a> added option to set <code>StatementType</code> for fine grained control of which SqlMapClient operation to invoke. Allowing <a shape="rect" href="ibatis.html">iBatis</a> component to be used like <a shape="rect" href="sql.html">Sql</a> or the <a shape="rect" href="jdbc.html">Jdbc</a> component.</li><li>Added <a shape="rect" href="oncompletion.html">OnCompletion</a> callback to <a shape="rect" href="exchange.html">Exchange</a> so you can do custom routing when an <a shape="rect" href="exchange.html">Exchange</a> is completed. You can for instance use it to send an email if an <a shape="rect" href="exchange.html">Exchange</a> failed.</li><li>Added <a shape="rect" href="load-balancer.html">Failover</a> as load balancer.</li><li>Added <code>throwException</code> to the DSL.</li><li>Added <a shape="rect" href="bean-binding.html">@Handler</a> annotation to mark a method to be invoked when using <a s
 hape="rect" href="bean-integration.html">POJO</a> in routes.</li><li><a shape="rect" href="predicate.html">Predicate</a> uses type coercion for improving matching, thus allowing you for instance to compare a String with an Integer, "true" with a boolean, or enum type as string etc.</li><li>Started to standardize consumers that supported batching as a <a shape="rect" href="batch-consumer.html">Batch Consumer</a>.</li><li><a shape="rect" href="servicepool.html">Connection pooling</a> for <a shape="rect" href="ftp2.html">FTP</a> and <a shape="rect" href="mina.html">Mina</a> producers. This allows thread safe concurrency usage of these components out of the box. The connection pooling is pluggable so you can use a 3rd party pool framework.</li><li>Added option <code>existFile</code> to <a shape="rect" href="file2.html">File</a> and <a shape="rect" href="ftp2.html">FTP</a> component. This option allows you to configure what should happen when you write a file and an existing file with th
 at name already exists. The <a shape="rect" href="file2.html">File</a> producer will now by default <strong>Override</strong> existing files. In Camel 1.x it would default append.</li><li><a shape="rect" href="seda.html">Seda</a> and <a shape="rect" href="vm.html">Vm</a> now supports <a shape="rect" href="request-reply.html">Request Reply</a> and waiting for the reply if one expected.</li><li>Fixed issue with using 3rd party annotations and Camel annotations in same POJO class. Now all annotations is processed by Spring.</li><li>Added <a shape="rect" class="external-link" href="http://xircles.codehaus.org/projects/jackson" rel="nofollow">Jackson</a> as supported library for the <a shape="rect" href="json.html">JSon</a> data format.</li><li>Simplified using <a shape="rect" href="delayer.html">Delayer</a> especially in Spring DSL.</li><li>Improved <a shape="rect" href="idempotent-consumer.html">Idempotent Consumer</a> to eagerly detect duplicated messages for in progress exchanges.</l
 i><li>Added <a shape="rect" href="how-do-i-set-the-max-chars-when-debug-logging-messages-in-camel.html">Camel property to set a max chars limit</a> for <code>DEBUG</code> logs Message bodies. To avoid logging very big payloads. The default limit is 1000 chars.</li><li>Configuration of http proxy is now possible with the <a shape="rect" href="http.html">HTTP</a> component</li><li><a shape="rect" href="message-filter.html">Message Filter</a> EIP marks Exchanges as filtered and is now skipped for aggregation in <code>AggregationStrategy</code> for example used when doing <a shape="rect" href="splitter.html">Splitter</a> or <a shape="rect" href="aggregator.html">Aggregator</a></li><li><a shape="rect" href="defaulterrorhandler.html">DefaultErrorHandler</a> is now just as powerful as <a shape="rect" href="dead-letter-channel.html">Dead Letter Channel</a> support redelivery et. all.</li><li><a shape="rect" href="dead-letter-channel.html">Dead Letter Channel</a> will by default <strong>hand
 le</strong> exceptions.</li><li><a shape="rect" href="transactionerrorhandler.html">TransactionErrorHandler</a> is now just as powerful as <a shape="rect" href="dead-letter-channel.html">Dead Letter Channel</a> support redelivery et. all.</li></ul>
+<ul><li>Introduced <a shape="rect" href="type-converter.html">type converter registry</a> to allow end users to programmatic get access to this registry</li><li>major improvements to <a shape="rect" href="jetty.html">Jetty</a> for better handling of exception/faults and easier end-user customization how response should be written</li><li>major improvements to <a shape="rect" href="file2.html">File</a> for consuming files, now supporting pluggable sorting, filtering and idempotent repositories.</li><li>major refactor and improvements to <a shape="rect" href="ftp2.html">FTP</a>, aligning it with the <a shape="rect" href="file2.html">File</a> component.</li><li>minor improvements to <a shape="rect" href="jdbc.html">JDBC</a>, <a shape="rect" href="sql.html">SQL</a>, <a shape="rect" href="http.html">Http</a> and <a shape="rect" href="mina.html">Mina</a></li><li>major refactor and improvements to <a shape="rect" href="cxf.html">CXF</a> component.&#160; CxfBinding, HeaderFilterStrategy, Bu
 s can be looked up from registry and configured at the endpoint level.</li><li><a shape="rect" href="file2.html">File</a> and <a shape="rect" href="ftp2.html">FTP</a> producers added option to write files using a temporary name and then rename it to the real name after the write completes</li><li><a shape="rect" href="ftp.html">SFTP</a> added support for knownhosts and privatekey files</li><li><a shape="rect" href="mail.html">Mail</a> now supports setting additional SUN java mail properties</li><li><a shape="rect" href="mina.html">Mina</a> now supports setting text line delimiters for textline codec.</li><li><a shape="rect" href="mina.html">Mina</a> producer now throws CamelExchangeException in case no response received from remote server when in sync mode (sync=true)</li><li>RedeliveryPolicy added support for ref attribute to reference a existing policy in the <a shape="rect" href="registry.html">Registry</a></li><li><a shape="rect" href="dead-letter-channel.html">RedeliveryPolicy<
 /a> added <code>delayPattern</code> option for using a special pattern for setting different delay based on intervals</li><li>Added <code>onWhen</code> and <code>retryUntil</code> predicates to <a shape="rect" href="exception-clause.html">Exception Clause</a></li><li><a shape="rect" href="list.html">List</a> component renamed to <a shape="rect" href="browse.html">Browse</a></li><li><a shape="rect" href="exception-clause.html">Exception Clause</a> is much smarter as it will use caused by exception hierarchy for matching as well (will use bottom ups)</li><li><a shape="rect" href="dead-letter-channel.html">Dead Letter Channel</a> and <a shape="rect" href="exception-clause.html">Exception Clause</a> now have <code>onRedeliver</code> to allow custom processing an <a shape="rect" href="exchange.html">Exchange</a> <strong>before</strong> its being redelivered. Allowing you to work on the message being sent.</li><li>Added support for <a shape="rect" href="how-do-i-configure-endpoints.html">
 # syntax in Endpoint URI's</a> to allow endpoint URI's to refer to bean in the <a shape="rect" href="registry.html">Registry</a>.</li><li><code>consumer.</code> prefix can be omitted for scheduled polling consumers such as <a shape="rect" href="file2.html">File</a>, <a shape="rect" href="ftp2.html">FTP</a> consumers. Thus the URI options is more simpler and you don't have to remember which requires <code>consumer.</code> prefix and which doesn't.</li><li><a shape="rect" href="tracer.html">Tracer</a> improved to allow custom routing and processing of TraceEventMessage so you can store trace logs as you like, for instance in a database.</li><li><a shape="rect" href="tracer.html">Tracer</a> now also displays the previous node so you can see where the Exchange is coming from.</li><li><a shape="rect" href="quartz.html">Quartz</a> has added support for stateful jobs.</li><li>Introduced @FallbackConverter for using annotation based fallback type converters</li><li>Extended <a shape="rect" 
 href="content-enricher.html">content enrichment</a> support via the <a shape="rect" href="content-enricher.html#ContentEnricher-enrich-dsl">enrich</a> DSL element.</li><li><a shape="rect" href="simple.html">Simple</a> language now supports a basic set of operators.</li><li><a shape="rect" href="aggregator.html">Aggregator</a> now supports grouped exchanges out of the box, so you can combine all aggregated exchanges into a single grouped exchange going out.</li><li>Multiple inputs can be define as input to routes: <code>from("activemq:queue:order", "file://order").to("bean:handleOrder");</code></li><li>CXF component supports a new "cxfbean" endpoint that allows RESTful requests to be routed to JAXRS annotated service beans.</li><li>Setting cron expression in camel-quartz improved.</li><li>Better handling of interrupts while shutting down.</li><li>The JMSReplyTo destination is available as Exchange property when consuming JMS messages.</li><li>Better support for <code>InOptionalOut</c
 ode> Message Exchange Pattern.</li><li><a shape="rect" href="pluggable-class-resolvers.html">Pluggable Class Resolvers</a> SPI for class resolvers allowing third party platforms such as JBoss to provide integration with Camel.</li><li>Refined API to reduce package tangling.</li><li>Introduced wireTap node for the <a shape="rect" href="wire-tap.html">Wire Tap</a> EIP pattern, supporting the traditional tapping and sending a new message.</li><li>Added <code>fromF</code> and <code>toF</code> in the Java DSL to build uri strings using String.format with arguments, e.g.: <code>fromF("ftp://%s@myserver?password=%s", user, password)..to</code></li><li>Improved tooling being able to retrieve more runtime information from the <code>CamelContext</code></li><li>Scala DSL is improved</li><li>Added <code>JmsMessageType</code> option to <a shape="rect" href="jms.html">JMS</a> to allow you to set which <code>javax.jms.Message</code> implementation to use for sending a JMS message.</li><li>Fixed a 
 rare bug when JMX is disabled, a <a shape="rect" href="dead-letter-channel.html">Dead Letter Channel</a> could mistakenly be added to some routes, when a global <code>noErrorHandler</code> was configured.</li><li><a shape="rect" href="jms.html">JMS</a> is now able to preserve hyphen in JMS keys (eg Content-Type can be sent as a Message header). Introduced pluggable strategy to allow end users to use their custom key formatter for encode/decode.</li><li>Added option <code>transferExchange</code> to <a shape="rect" href="jms.html">JMS</a> so you can transfer the <a shape="rect" href="exchange.html">Exchange</a> over the wire. Can be used to use JMS queues for <a shape="rect" href="dead-letter-channel.html">Dead Letter Channel</a> to preserve all information from the failed <a shape="rect" href="exchange.html">Exchange</a> including the original exception with stack trace.</li><li>Added option <code>transferException</code> to <a shape="rect" href="jms.html">JMS</a> so when using <a sh
 ape="rect" href="request-reply.html">Request Reply</a> messaging with JMS, any caused exception on the server side will be returned as response to the client.</li><li>Added <code>rollback</code> as DSL keyword to force a rollback of the given <a shape="rect" href="exchange.html">Exchange</a>. Does this by throwing an <code>org.apache.camel.RollbackExchangeException</code>.</li><li>Added SOAP Message Header filtering capability in camel-cxf component.</li><li>ProducerTeamplate API reworked for sendBody operations to return void, as they are InOnly. Use requestBody if you need InOut.</li><li>Introduced <code>ConsumerTemplate</code> supporting the <a shape="rect" href="polling-consumer.html">Polling Consumer</a> EIP</li><li>Custom endpoints with Spring @ManagedResource is now also registered in the mbean server.</li><li>The default error handler is changed from <a shape="rect" href="dead-letter-channel.html">Dead Letter Channel</a> to <a shape="rect" href="defaulterrorhandler.html">Def
 aultErrorHandler</a>.</li><li><a shape="rect" href="http.html">HTTP</a> component added option <code>throwException</code> that can be disabled to allow failed response codes to be returned without throwing a HttpOperationsFailedException.</li><li>Overhaul and improvements to the <a shape="rect" href="try-catch-finally.html">Try Catch Finally</a> DSLs, so they are on pair with the <a shape="rect" href="exception-clause.html">Exception Clause</a>.</li><li>Overhaul and improvements to the <a shape="rect" href="intercept.html">Intercept</a> DSLs. Added new <code>interceptSendToEndpoint</code> to intercept sending to a given <a shape="rect" href="endpoint.html">Endpoint</a>.</li><li>Added the notion of a Channel in the routes.</li><li>Added support to navigate the routes at runtime, so you can dynamic change or affect the processors in the routes.</li><li>Introduced a new <a shape="rect" href="async.html">Async</a> API for asynchronous messaging.</li><li><a shape="rect" href="jetty.html
 ">Jetty</a> now supports configuring Handler for e.g. security.</li><li><a shape="rect" href="ibatis.html">iBatis</a> added option to set <code>StatementType</code> for fine grained control of which SqlMapClient operation to invoke. Allowing <a shape="rect" href="ibatis.html">iBatis</a> component to be used like <a shape="rect" href="sql.html">Sql</a> or the <a shape="rect" href="jdbc.html">Jdbc</a> component.</li><li>Added <a shape="rect" href="oncompletion.html">OnCompletion</a> callback to <a shape="rect" href="exchange.html">Exchange</a> so you can do custom routing when an <a shape="rect" href="exchange.html">Exchange</a> is completed. You can for instance use it to send an email if an <a shape="rect" href="exchange.html">Exchange</a> failed.</li><li>Added <a shape="rect" href="load-balancer.html">Failover</a> as load balancer.</li><li>Added <code>throwException</code> to the DSL.</li><li>Added <a shape="rect" href="bean-binding.html">@Handler</a> annotation to mark a method to
  be invoked when using <a shape="rect" href="bean-integration.html">POJO</a> in routes.</li><li><a shape="rect" href="predicate.html">Predicate</a> uses type coercion for improving matching, thus allowing you for instance to compare a String with an Integer, "true" with a boolean, or enum type as string etc.</li><li>Started to standardize consumers that supported batching as a <a shape="rect" href="batch-consumer.html">Batch Consumer</a>.</li><li><a shape="rect" href="servicepool.html">Connection pooling</a> for <a shape="rect" href="ftp2.html">FTP</a> and <a shape="rect" href="mina.html">Mina</a> producers. This allows thread safe concurrency usage of these components out of the box. The connection pooling is pluggable so you can use a 3rd party pool framework.</li><li>Added option <code>existFile</code> to <a shape="rect" href="file2.html">File</a> and <a shape="rect" href="ftp2.html">FTP</a> component. This option allows you to configure what should happen when you write a file a
 nd an existing file with that name already exists. The <a shape="rect" href="file2.html">File</a> producer will now by default <strong>Override</strong> existing files. In Camel 1.x it would default append.</li><li><a shape="rect" href="seda.html">Seda</a> and <a shape="rect" href="vm.html">Vm</a> now supports <a shape="rect" href="request-reply.html">Request Reply</a> and waiting for the reply if one expected.</li><li>Fixed issue with using 3rd party annotations and Camel annotations in same POJO class. Now all annotations is processed by Spring.</li><li>Added <a shape="rect" class="external-link" href="http://xircles.codehaus.org/projects/jackson" rel="nofollow">Jackson</a> as supported library for the <a shape="rect" href="json.html">JSon</a> data format.</li><li>Simplified using <a shape="rect" href="delayer.html">Delayer</a> especially in Spring DSL.</li><li>Improved <a shape="rect" href="idempotent-consumer.html">Idempotent Consumer</a> to eagerly detect duplicated messages fo
 r in progress exchanges.</li><li>Added <a shape="rect" href="how-do-i-set-the-max-chars-when-debug-logging-messages-in-camel.html">Camel property to set a max chars limit</a> for <code>DEBUG</code> logs Message bodies. To avoid logging very big payloads. The default limit is 1000 chars.</li><li>Configuration of http proxy is now possible with the <a shape="rect" href="http.html">HTTP</a> component</li><li><a shape="rect" href="message-filter.html">Message Filter</a> EIP marks Exchanges as filtered and is now skipped for aggregation in <code>AggregationStrategy</code> for example used when doing <a shape="rect" href="splitter.html">Splitter</a> or <a shape="rect" href="aggregator.html">Aggregator</a></li><li><a shape="rect" href="defaulterrorhandler.html">DefaultErrorHandler</a> is now just as powerful as <a shape="rect" href="dead-letter-channel.html">Dead Letter Channel</a> support redelivery et. all.</li><li><a shape="rect" href="dead-letter-channel.html">Dead Letter Channel</a> w
 ill by default <strong>handle</strong> exceptions.</li><li><a shape="rect" href="transactionerrorhandler.html">TransactionErrorHandler</a> is now just as powerful as <a shape="rect" href="dead-letter-channel.html">Dead Letter Channel</a> support redelivery et. all.</li></ul>
 
 
 <h3 id="Camel2.0-M2Release-New">New <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></h3>
@@ -186,21 +186,21 @@ At this first invocation the <code>oldEx
 
 <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">
-<pre class="brush: xml; gutter: false; theme: Default" style="font-size:12px;">
+<script class="brush: xml; gutter: false; theme: Default" 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.0-M2&lt;/version&gt;
 &lt;/dependency&gt;
-</pre>
+]]></script>
 </div></div>
 
 <h3 id="Camel2.0-M2Release-SVNTagCheckout">SVN Tag Checkout</h3>
 
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[
 svn co http://svn.apache.org/repos/asf/camel/tags/camel-2.0-M2
-</pre>
+]]></script>
 </div></div>
 
 <h2 id="Camel2.0-M2Release-Changelog">Changelog</h2>
@@ -212,7 +212,7 @@ svn co http://svn.apache.org/repos/asf/c
           <div class="navigation">
             <div class="navigation_top">
                 <!-- NavigationBar -->
-<div class="navigation_bottom" id="navigation_bottom"><h3 id="Navigation-Overviewhttps://cwiki.apache.org/confluence/pages/viewpage.action?pageId=49132"><a shape="rect" href="overview.html">Overview</a></h3><ul class="alternate"><li><a shape="rect" href="index.html">Home</a></li><li><a shape="rect" href="download.html">Download</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li><li><a shape="rect" href="faq.html">FAQ</a></li></ul><h3 id="Navigation-Documentationhttps://cwiki.apache.org/confluence/pages/viewpage.action?pageId=49534"><a shape="rect" href="documentation.html">Documentation</a></h3><ul class="alternate"><li><a shape="rect" href="user-guide.html">User Guide</a></li><li><a shape="rect" href="manual.html">Manual</a></li><li><a shape="rect" href="books.html">Books</a></li><li><a shape="rect" href="tutorials.html">Tutorials</a></li><li><a shape="rect" href="examples.html">Examples</a></li><li><a shape="rect" href="cookbook.html">Cookbook</a></li>
 <li><a shape="rect" href="architecture.html">Architecture</a></li><li><a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></li><li><a shape="rect" href="dsl.html">DSL</a></li><li><a shape="rect" href="components.html">Components</a></li><li><a shape="rect" href="data-format.html">Data Format</a></li><li><a shape="rect" href="languages.html">Languages</a></li><li><a shape="rect" href="security.html">Security</a></li><li><a shape="rect" href="security-advisories.html">Security Advisories</a></li></ul><h3 id="Navigation-Search">Search</h3><form enctype="application/x-www-form-urlencoded" method="get" id="cse-search-box" action="http://www.google.com/cse">
+<div class="navigation_bottom" id="navigation_bottom"><h3 id="Navigation-Overview"><a shape="rect" href="overview.html">Overview</a></h3><ul class="alternate"><li><a shape="rect" href="index.html">Home</a></li><li><a shape="rect" href="download.html">Download</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li><li><a shape="rect" href="faq.html">FAQ</a></li></ul><h3 id="Navigation-Documentation"><a shape="rect" href="documentation.html">Documentation</a></h3><ul class="alternate"><li><a shape="rect" href="user-guide.html">User Guide</a></li><li><a shape="rect" href="manual.html">Manual</a></li><li><a shape="rect" href="books.html">Books</a></li><li><a shape="rect" href="tutorials.html">Tutorials</a></li><li><a shape="rect" href="examples.html">Examples</a></li><li><a shape="rect" href="cookbook.html">Cookbook</a></li><li><a shape="rect" href="architecture.html">Architecture</a></li><li><a shape="rect" href="enterprise-integration-patterns.html">Enterprise
  Integration Patterns</a></li><li><a shape="rect" href="dsl.html">DSL</a></li><li><a shape="rect" href="components.html">Components</a></li><li><a shape="rect" href="data-format.html">Data Format</a></li><li><a shape="rect" href="languages.html">Languages</a></li><li><a shape="rect" href="security.html">Security</a></li><li><a shape="rect" href="security-advisories.html">Security Advisories</a></li></ul><h3 id="Navigation-Search">Search</h3><form enctype="application/x-www-form-urlencoded" method="get" id="cse-search-box" action="http://www.google.com/cse">
   <div>
     <input type="hidden" name="cx" value="007878419884033443453:m5nhvy4hmyq">
     <input type="hidden" name="ie" value="UTF-8">
@@ -220,7 +220,7 @@ svn co http://svn.apache.org/repos/asf/c
     <input type="submit" name="sa" value="Search">
   </div>
 </form>
-<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script><h3 id="Navigation-Communityhttps://cwiki.apache.org/confluence/pages/viewpage.action?pageId=49115"><a shape="rect" href="community.html">Community</a></h3><ul class="alternate"><li><a shape="rect" href="support.html">Support</a></li><li><a shape="rect" href="contributing.html">Contributing</a></li><li><a shape="rect" href="discussion-forums.html">Discussion Forums</a></li><li><a shape="rect" href="mailing-lists.html">Mailing Lists</a></li><li><a shape="rect" href="user-stories.html">User Stories</a></li><li><a shape="rect" href="news.html">News</a></li><li><a shape="rect" href="articles.html">Articles</a></li><li><a shape="rect" href="site.html">Site</a></li><li><a shape="rect" href="team.html">Team</a></li><li><a shape="rect" class="external-link" href="http://camel-extra.googlecode.com/" rel="nofollow">Camel Extra</a></li></ul><h3 id="Navigation-Developershttps://cwi
 ki.apache.org/confluence/pages/viewpage.action?pageId=49124"><a shape="rect" href="developers.html">Developers</a></h3><ul class="alternate"><li><a shape="rect" href="developers.html">Developer Guide</a></li><li><a shape="rect" href="source.html">Source</a></li><li><a shape="rect" href="building.html">Building</a></li><li><a shape="rect" href="javadoc.html">JavaDoc</a></li><li><a shape="rect" href="irc-room.html">IRC Room</a></li></ul><h3 id="Navigation-ApacheSoftwareFoundation">Apache Software Foundation</h3><ul class="alternate"><li><a shape="rect" class="external-link" href="http://www.apache.org/licenses/">License</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/security/">Security</a></li></ul></div>
+<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script><h3 id="Navigation-Community"><a shape="rect" href="community.html">Community</a></h3><ul class="alternate"><li><a shape="rect" href="support.html">Support</a></li><li><a shape="rect" href="contributing.html">Contributing</a></li><li><a shape="rect" href="discussion-forums.html">Discussion Forums</a></li><li><a shape="rect" href="mailing-lists.html">Mailing Lists</a></li><li><a shape="rect" href="user-stories.html">User Stories</a></li><li><a shape="rect" href="news.html">News</a></li><li><a shape="rect" href="articles.html">Articles</a></li><li><a shape="rect" href="site.html">Site</a></li><li><a shape="rect" href="team.html">Team</a></li><li><a shape="rect" class="external-link" href="http://camel-extra.googlecode.com/" rel="nofollow">Camel Extra</a></li></ul><h3 id="Navigation-Developers"><a shape="rect" href="developers.html">Developers</a></h3><ul class="alternate"
 ><li><a shape="rect" href="developers.html">Developer Guide</a></li><li><a shape="rect" href="source.html">Source</a></li><li><a shape="rect" href="building.html">Building</a></li><li><a shape="rect" href="javadoc.html">JavaDoc</a></li><li><a shape="rect" href="irc-room.html">IRC Room</a></li></ul><h3 id="Navigation-ApacheSoftwareFoundation">Apache Software Foundation</h3><ul class="alternate"><li><a shape="rect" class="external-link" href="http://www.apache.org/licenses/">License</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/security/">Security</a></li></ul></div>
                 <!-- NavigationBar -->
             </div>
           </div>

Modified: websites/production/camel/content/camel-2102-release.html
==============================================================================
--- websites/production/camel/content/camel-2102-release.html (original)
+++ websites/production/camel/content/camel-2102-release.html Tue Sep 22 14:26:24 2015
@@ -87,22 +87,22 @@
         <td valign="top" width="100%">
 <div class="wiki-content maincontent"><h1 id="Camel2.10.2Release-Camel2.10.2release">Camel 2.10.2 release</h1><div style="padding-right:20px;float:left;margin-left:-20px;">
 <p><span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image confluence-external-resource" src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png" data-image-src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png"></span></p></div><div style="min-height:200px"></div><h2 id="Camel2.10.2Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 2.10.2 release which is mainly a bug fix release with 71 issues resolved.</p><p>For more details see the <a shape="rect" class="external-link" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;version=12323141">JIRA tickets</a></p><h2 id="Camel2.10.2Release-KnownIssues">Known Issues</h2><ul><li>See <a shape="rect" href="camel-2100-release.html">Camel 2.10.0 Release</a></li></ul><h2 id="Camel2.10.2Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><ul><li>See <a shape="rect" href="camel-2100-release.ht
 ml">Camel 2.10.0 Release</a></li></ul><h2 id="Camel2.10.2Release-Notice">Notice</h2><ul><li>See <a shape="rect" href="camel-2100-release.html">Camel 2.10.0 Release</a></li></ul><h2 id="Camel2.10.2Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.10.2Release-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.10.2/apache-camel-2.10.2.zip">apache-camel-2.10.2.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a sha
 pe="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.10.2/apache-camel-2.10.2.zip.asc">apache-camel-2.10.2.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.10.2/apache-camel-2.10.2.tar.gz">apache-camel-2.10.2.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.10.2/apache-camel-2.10.2.tar.gz.asc">apache-camel-2.10.2.tar.gz.asc</a></p></td></tr></tbody></table></div><div class="confluence-information-macro confluence-information-macro-information"><p class="title">The above URLs use redirection</p><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span><div class="confluence-info
 rmation-macro-body"><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.10.2Release-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 (zip)</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.10.2/apache-camel-2.10.2-src.zip">apache-camel-2.10.2-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.10.2/apache-camel-2.10.2-src.zip.asc">apache-camel-2.10.2-src.zip.asc</a></p></td></tr></tbody></table></div><h3 id="Camel2.10.2Release-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">
-<pre class="brush: xml; gutter: false; theme: Default" style="font-size:12px;">&lt;dependency&gt;
+<script class="brush: xml; gutter: false; theme: Default" 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.10.2&lt;/version&gt;
 &lt;/dependency&gt;
-</pre>
+]]></script>
 </div></div><h3 id="Camel2.10.2Release-SVNTagCheckout">SVN Tag Checkout</h3><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">svn co http://svn.apache.org/repos/asf/camel/tags/camel-2.10.2
-</pre>
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[svn co http://svn.apache.org/repos/asf/camel/tags/camel-2.10.2
+]]></script>
 </div></div><h2 id="Camel2.10.2Release-Changelog">Changelog</h2><p>For a more detailed view of new features and bug fixes, see the:</p><ul><li><a shape="rect" class="external-link" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;version=12323141">release notes for 2.10.2</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">
             <div class="navigation_top">
                 <!-- NavigationBar -->
-<div class="navigation_bottom" id="navigation_bottom"><h3 id="Navigation-Overviewhttps://cwiki.apache.org/confluence/pages/viewpage.action?pageId=49132"><a shape="rect" href="overview.html">Overview</a></h3><ul class="alternate"><li><a shape="rect" href="index.html">Home</a></li><li><a shape="rect" href="download.html">Download</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li><li><a shape="rect" href="faq.html">FAQ</a></li></ul><h3 id="Navigation-Documentationhttps://cwiki.apache.org/confluence/pages/viewpage.action?pageId=49534"><a shape="rect" href="documentation.html">Documentation</a></h3><ul class="alternate"><li><a shape="rect" href="user-guide.html">User Guide</a></li><li><a shape="rect" href="manual.html">Manual</a></li><li><a shape="rect" href="books.html">Books</a></li><li><a shape="rect" href="tutorials.html">Tutorials</a></li><li><a shape="rect" href="examples.html">Examples</a></li><li><a shape="rect" href="cookbook.html">Cookbook</a></li>
 <li><a shape="rect" href="architecture.html">Architecture</a></li><li><a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></li><li><a shape="rect" href="dsl.html">DSL</a></li><li><a shape="rect" href="components.html">Components</a></li><li><a shape="rect" href="data-format.html">Data Format</a></li><li><a shape="rect" href="languages.html">Languages</a></li><li><a shape="rect" href="security.html">Security</a></li><li><a shape="rect" href="security-advisories.html">Security Advisories</a></li></ul><h3 id="Navigation-Search">Search</h3><form enctype="application/x-www-form-urlencoded" method="get" id="cse-search-box" action="http://www.google.com/cse">
+<div class="navigation_bottom" id="navigation_bottom"><h3 id="Navigation-Overview"><a shape="rect" href="overview.html">Overview</a></h3><ul class="alternate"><li><a shape="rect" href="index.html">Home</a></li><li><a shape="rect" href="download.html">Download</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li><li><a shape="rect" href="faq.html">FAQ</a></li></ul><h3 id="Navigation-Documentation"><a shape="rect" href="documentation.html">Documentation</a></h3><ul class="alternate"><li><a shape="rect" href="user-guide.html">User Guide</a></li><li><a shape="rect" href="manual.html">Manual</a></li><li><a shape="rect" href="books.html">Books</a></li><li><a shape="rect" href="tutorials.html">Tutorials</a></li><li><a shape="rect" href="examples.html">Examples</a></li><li><a shape="rect" href="cookbook.html">Cookbook</a></li><li><a shape="rect" href="architecture.html">Architecture</a></li><li><a shape="rect" href="enterprise-integration-patterns.html">Enterprise
  Integration Patterns</a></li><li><a shape="rect" href="dsl.html">DSL</a></li><li><a shape="rect" href="components.html">Components</a></li><li><a shape="rect" href="data-format.html">Data Format</a></li><li><a shape="rect" href="languages.html">Languages</a></li><li><a shape="rect" href="security.html">Security</a></li><li><a shape="rect" href="security-advisories.html">Security Advisories</a></li></ul><h3 id="Navigation-Search">Search</h3><form enctype="application/x-www-form-urlencoded" method="get" id="cse-search-box" action="http://www.google.com/cse">
   <div>
     <input type="hidden" name="cx" value="007878419884033443453:m5nhvy4hmyq">
     <input type="hidden" name="ie" value="UTF-8">
@@ -110,7 +110,7 @@
     <input type="submit" name="sa" value="Search">
   </div>
 </form>
-<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script><h3 id="Navigation-Communityhttps://cwiki.apache.org/confluence/pages/viewpage.action?pageId=49115"><a shape="rect" href="community.html">Community</a></h3><ul class="alternate"><li><a shape="rect" href="support.html">Support</a></li><li><a shape="rect" href="contributing.html">Contributing</a></li><li><a shape="rect" href="discussion-forums.html">Discussion Forums</a></li><li><a shape="rect" href="mailing-lists.html">Mailing Lists</a></li><li><a shape="rect" href="user-stories.html">User Stories</a></li><li><a shape="rect" href="news.html">News</a></li><li><a shape="rect" href="articles.html">Articles</a></li><li><a shape="rect" href="site.html">Site</a></li><li><a shape="rect" href="team.html">Team</a></li><li><a shape="rect" class="external-link" href="http://camel-extra.googlecode.com/" rel="nofollow">Camel Extra</a></li></ul><h3 id="Navigation-Developershttps://cwi
 ki.apache.org/confluence/pages/viewpage.action?pageId=49124"><a shape="rect" href="developers.html">Developers</a></h3><ul class="alternate"><li><a shape="rect" href="developers.html">Developer Guide</a></li><li><a shape="rect" href="source.html">Source</a></li><li><a shape="rect" href="building.html">Building</a></li><li><a shape="rect" href="javadoc.html">JavaDoc</a></li><li><a shape="rect" href="irc-room.html">IRC Room</a></li></ul><h3 id="Navigation-ApacheSoftwareFoundation">Apache Software Foundation</h3><ul class="alternate"><li><a shape="rect" class="external-link" href="http://www.apache.org/licenses/">License</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/security/">Security</a></li></ul></div>
+<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script><h3 id="Navigation-Community"><a shape="rect" href="community.html">Community</a></h3><ul class="alternate"><li><a shape="rect" href="support.html">Support</a></li><li><a shape="rect" href="contributing.html">Contributing</a></li><li><a shape="rect" href="discussion-forums.html">Discussion Forums</a></li><li><a shape="rect" href="mailing-lists.html">Mailing Lists</a></li><li><a shape="rect" href="user-stories.html">User Stories</a></li><li><a shape="rect" href="news.html">News</a></li><li><a shape="rect" href="articles.html">Articles</a></li><li><a shape="rect" href="site.html">Site</a></li><li><a shape="rect" href="team.html">Team</a></li><li><a shape="rect" class="external-link" href="http://camel-extra.googlecode.com/" rel="nofollow">Camel Extra</a></li></ul><h3 id="Navigation-Developers"><a shape="rect" href="developers.html">Developers</a></h3><ul class="alternate"
 ><li><a shape="rect" href="developers.html">Developer Guide</a></li><li><a shape="rect" href="source.html">Source</a></li><li><a shape="rect" href="building.html">Building</a></li><li><a shape="rect" href="javadoc.html">JavaDoc</a></li><li><a shape="rect" href="irc-room.html">IRC Room</a></li></ul><h3 id="Navigation-ApacheSoftwareFoundation">Apache Software Foundation</h3><ul class="alternate"><li><a shape="rect" class="external-link" href="http://www.apache.org/licenses/">License</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/security/">Security</a></li></ul></div>
                 <!-- NavigationBar -->
             </div>
           </div>

Modified: websites/production/camel/content/camel-2112-release.html
==============================================================================
--- websites/production/camel/content/camel-2112-release.html (original)
+++ websites/production/camel/content/camel-2112-release.html Tue Sep 22 14:26:24 2015
@@ -87,24 +87,24 @@
         <td valign="top" width="100%">
 <div class="wiki-content maincontent"><h1 id="Camel2.11.2release-Camel2.11.2release">Camel 2.11.2 release</h1><div style="padding-right:20px;float:left;margin-left:-20px;">
 <p><span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image confluence-external-resource" src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png" data-image-src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png"></span></p></div><div style="min-height:200px"></div><h2 id="Camel2.11.2release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 2.11.2 release which mainly address <a shape="rect" class="external-link" href="http://camel.apache.org/security-advisories.data/CVE-2013-4330.txt.asc">CVE-2013-4330</a> and comes with 120 issues resolved.</p><p>For more details see the <a shape="rect" class="external-link" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;version=12324654">JIRA tickets</a></p><h2 id="Camel2.11.2release-KnownIssues">Known Issues</h2><ul><li>See <a shape="rect" href="camel-2110-release.html">Camel 2.11.0 Release</a></li></ul><h2 id="Camel2.11.2release-Importantchan
 gestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><ul><li>See <a shape="rect" href="camel-2110-release.html">Camel 2.11.0 Release</a></li></ul><h2 id="Camel2.11.2release-Notice">Notice</h2><ul><li>See <a shape="rect" href="camel-2110-release.html">Camel 2.11.0 Release</a></li></ul><h2 id="Camel2.11.2release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.11.2release-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.11.2/apache-camel-2.11.2.zip">apache-camel-2.11.2.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.11.2/apache-camel-2.11.2.zip.asc">apache-camel-2.11.2.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.11.2/apache-camel-2.11.2.tar.gz">apache-camel-2.11.2.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.11.2/apache-camel-2.11.2.tar.gz.asc">apache-camel-2.11.2.tar.gz.asc</a></p></td></tr></tbody></table></div><div class="confluence-information-macro confluence-information-macro-information"><p class="title">The above URLs use redirec
 tion</p><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span><div class="confluence-information-macro-body"><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.11.2release-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
  (zip)</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.11.2/apache-camel-2.11.2-src.zip">apache-camel-2.11.2-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.11.2/apache-camel-2.11.2-src.zip.asc">apache-camel-2.11.2-src.zip.asc</a></p></td></tr></tbody></table></div><h3 id="Camel2.11.2release-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">
-<pre class="brush: xml; gutter: false; theme: Default" style="font-size:12px;">&lt;dependency&gt;
+<script class="brush: xml; gutter: false; theme: Default" 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.11.2&lt;/version&gt;
 &lt;/dependency&gt;
-</pre>
+]]></script>
 </div></div><h3 id="Camel2.11.2release-GitTagCheckout">Git Tag Checkout</h3><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">git clone https://git-wip-us.apache.org/repos/asf/camel.git
+<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[git clone https://git-wip-us.apache.org/repos/asf/camel.git
 cd camel
 git checkout camel-2.11.2
-</pre>
+]]></script>
 </div></div><h2 id="Camel2.11.2release-Changelog">Changelog</h2><p>For a more detailed view of new features and bug fixes, see the:</p><ul><li><a shape="rect" class="external-link" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;version=12324654">release notes for 2.11.2</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">
             <div class="navigation_top">
                 <!-- NavigationBar -->
-<div class="navigation_bottom" id="navigation_bottom"><h3 id="Navigation-Overviewhttps://cwiki.apache.org/confluence/pages/viewpage.action?pageId=49132"><a shape="rect" href="overview.html">Overview</a></h3><ul class="alternate"><li><a shape="rect" href="index.html">Home</a></li><li><a shape="rect" href="download.html">Download</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li><li><a shape="rect" href="faq.html">FAQ</a></li></ul><h3 id="Navigation-Documentationhttps://cwiki.apache.org/confluence/pages/viewpage.action?pageId=49534"><a shape="rect" href="documentation.html">Documentation</a></h3><ul class="alternate"><li><a shape="rect" href="user-guide.html">User Guide</a></li><li><a shape="rect" href="manual.html">Manual</a></li><li><a shape="rect" href="books.html">Books</a></li><li><a shape="rect" href="tutorials.html">Tutorials</a></li><li><a shape="rect" href="examples.html">Examples</a></li><li><a shape="rect" href="cookbook.html">Cookbook</a></li>
 <li><a shape="rect" href="architecture.html">Architecture</a></li><li><a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></li><li><a shape="rect" href="dsl.html">DSL</a></li><li><a shape="rect" href="components.html">Components</a></li><li><a shape="rect" href="data-format.html">Data Format</a></li><li><a shape="rect" href="languages.html">Languages</a></li><li><a shape="rect" href="security.html">Security</a></li><li><a shape="rect" href="security-advisories.html">Security Advisories</a></li></ul><h3 id="Navigation-Search">Search</h3><form enctype="application/x-www-form-urlencoded" method="get" id="cse-search-box" action="http://www.google.com/cse">
+<div class="navigation_bottom" id="navigation_bottom"><h3 id="Navigation-Overview"><a shape="rect" href="overview.html">Overview</a></h3><ul class="alternate"><li><a shape="rect" href="index.html">Home</a></li><li><a shape="rect" href="download.html">Download</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li><li><a shape="rect" href="faq.html">FAQ</a></li></ul><h3 id="Navigation-Documentation"><a shape="rect" href="documentation.html">Documentation</a></h3><ul class="alternate"><li><a shape="rect" href="user-guide.html">User Guide</a></li><li><a shape="rect" href="manual.html">Manual</a></li><li><a shape="rect" href="books.html">Books</a></li><li><a shape="rect" href="tutorials.html">Tutorials</a></li><li><a shape="rect" href="examples.html">Examples</a></li><li><a shape="rect" href="cookbook.html">Cookbook</a></li><li><a shape="rect" href="architecture.html">Architecture</a></li><li><a shape="rect" href="enterprise-integration-patterns.html">Enterprise
  Integration Patterns</a></li><li><a shape="rect" href="dsl.html">DSL</a></li><li><a shape="rect" href="components.html">Components</a></li><li><a shape="rect" href="data-format.html">Data Format</a></li><li><a shape="rect" href="languages.html">Languages</a></li><li><a shape="rect" href="security.html">Security</a></li><li><a shape="rect" href="security-advisories.html">Security Advisories</a></li></ul><h3 id="Navigation-Search">Search</h3><form enctype="application/x-www-form-urlencoded" method="get" id="cse-search-box" action="http://www.google.com/cse">
   <div>
     <input type="hidden" name="cx" value="007878419884033443453:m5nhvy4hmyq">
     <input type="hidden" name="ie" value="UTF-8">
@@ -112,7 +112,7 @@ git checkout camel-2.11.2
     <input type="submit" name="sa" value="Search">
   </div>
 </form>
-<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script><h3 id="Navigation-Communityhttps://cwiki.apache.org/confluence/pages/viewpage.action?pageId=49115"><a shape="rect" href="community.html">Community</a></h3><ul class="alternate"><li><a shape="rect" href="support.html">Support</a></li><li><a shape="rect" href="contributing.html">Contributing</a></li><li><a shape="rect" href="discussion-forums.html">Discussion Forums</a></li><li><a shape="rect" href="mailing-lists.html">Mailing Lists</a></li><li><a shape="rect" href="user-stories.html">User Stories</a></li><li><a shape="rect" href="news.html">News</a></li><li><a shape="rect" href="articles.html">Articles</a></li><li><a shape="rect" href="site.html">Site</a></li><li><a shape="rect" href="team.html">Team</a></li><li><a shape="rect" class="external-link" href="http://camel-extra.googlecode.com/" rel="nofollow">Camel Extra</a></li></ul><h3 id="Navigation-Developershttps://cwi
 ki.apache.org/confluence/pages/viewpage.action?pageId=49124"><a shape="rect" href="developers.html">Developers</a></h3><ul class="alternate"><li><a shape="rect" href="developers.html">Developer Guide</a></li><li><a shape="rect" href="source.html">Source</a></li><li><a shape="rect" href="building.html">Building</a></li><li><a shape="rect" href="javadoc.html">JavaDoc</a></li><li><a shape="rect" href="irc-room.html">IRC Room</a></li></ul><h3 id="Navigation-ApacheSoftwareFoundation">Apache Software Foundation</h3><ul class="alternate"><li><a shape="rect" class="external-link" href="http://www.apache.org/licenses/">License</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/security/">Security</a></li></ul></div>
+<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script><h3 id="Navigation-Community"><a shape="rect" href="community.html">Community</a></h3><ul class="alternate"><li><a shape="rect" href="support.html">Support</a></li><li><a shape="rect" href="contributing.html">Contributing</a></li><li><a shape="rect" href="discussion-forums.html">Discussion Forums</a></li><li><a shape="rect" href="mailing-lists.html">Mailing Lists</a></li><li><a shape="rect" href="user-stories.html">User Stories</a></li><li><a shape="rect" href="news.html">News</a></li><li><a shape="rect" href="articles.html">Articles</a></li><li><a shape="rect" href="site.html">Site</a></li><li><a shape="rect" href="team.html">Team</a></li><li><a shape="rect" class="external-link" href="http://camel-extra.googlecode.com/" rel="nofollow">Camel Extra</a></li></ul><h3 id="Navigation-Developers"><a shape="rect" href="developers.html">Developers</a></h3><ul class="alternate"
 ><li><a shape="rect" href="developers.html">Developer Guide</a></li><li><a shape="rect" href="source.html">Source</a></li><li><a shape="rect" href="building.html">Building</a></li><li><a shape="rect" href="javadoc.html">JavaDoc</a></li><li><a shape="rect" href="irc-room.html">IRC Room</a></li></ul><h3 id="Navigation-ApacheSoftwareFoundation">Apache Software Foundation</h3><ul class="alternate"><li><a shape="rect" class="external-link" href="http://www.apache.org/licenses/">License</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/security/">Security</a></li></ul></div>
                 <!-- NavigationBar -->
             </div>
           </div>