Modified: websites/production/camel/content/camel-2170-release.html
==============================================================================
--- websites/production/camel/content/camel-2170-release.html (original)
+++ websites/production/camel/content/camel-2170-release.html Wed Jan 27
21:30:46 2016
@@ -85,7 +85,7 @@
<tbody>
<tr>
<td valign="top" width="100%">
-<div class="wiki-content maincontent"><h1
id="Camel2.17.0Release-Camel2.17.0release(currentlyinprogress)">Camel 2.17.0
release (currently in progress)</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.17.0Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to
the x.y.z release which approx XXX issues resolved (new features, improvements
and bug fixes such as...)</p><ul><li>The component documentation generated from
the source code has been double checked to be up to date and include all the
options the endpoints supports.</li><li>Upgraded camel-hbase to Hadoop 2.x and
HBase 1.1.x</li><li><a shape="rect" href="tools.html"
>Camel commands</a> for <a shape="rect" href="spring-boot.html">Spring
>Boot</a></li><li>Many improvements to Camel <a shape="rect"
>href="kura.html">Kura</a></li><li>Added transacted option to <a
>shape="rect" href="sql-component.html">SQL Component</a> when used as a
>consumer in a transacted route.</li><li>Added support for UPDATE operation
>to <a shape="rect"
>href="elasticsearch.html">ElasticSearch</a>.</li><li>Allow to reuse existing
>configured Elasticsearch Client on the <a shape="rect"
>href="elasticsearch.html">ElasticSearch</a> component, instead of creating a
>client per endpoint. </li><li>The <code>include</code>
>and <code>exclude</code> options on <a shape="rect"
>href="file2.html">File2</a> and <a shape="rect" href="ftp.html">FTP</a>
>endpoints is now case in-sensitive out of the box.</li><li>Resource based
>component such as <a shape="rect" href="xslt.html">XSLT</a>, <a
>shape="rect" href="velocity.html">Velocity</a>
0;etc can load the resource file from the <a shape="rect"
href="registry.html">Registry</a> by using <code>ref:</code> as
prefix.</li><li><span>Upgraded camel-amqp to the latest qpid-jms-client (also
AMQP < 1.0 is not supported anymore).</span></li><li><span>Many improvements
to Camel <a shape="rect" href="amqp.html">AMQP</a>
component.</span></li><li><span>The <a shape="rect"
href="metrics-component.html">Metrics Component</a> allows to capture <a
shape="rect" href="message-history.html">Message History</a> performance
statistics with
the <code>MetricsMessageHistoryFactory </code></span></li><li>Reduced
the number of mbeans enlisted in the services tree, to only include mbeans that
has value to be managed.</li><li>The <a shape="rect"
href="elasticsearch.html">Elasticsearch Component</a> now supports
MultiGet operation</li><li>The <a shape="rect"
href="throttler.html">Throttler</a> has been improved to be more performant and
use a
rolling window for time periods which gives a better
flow.</li><li>The <code>setHeader</code>
and <code>setExchangeProperty</code> allows to use a dynamic header key
using the <a shape="rect" href="simple.html">Simple</a> language if
the name of the key is a <a shape="rect"
href="simple.html">Simple</a> language expression.</li><li>Add collate
function to <a shape="rect" href="simple.html">Simple</a> language to make
it easier to split a message body into sub lists of a specified size. The
function is similar to the collate function from Groovy.</li><li>The <a
shape="rect" href="camel-run-maven-goal.html">Camel Run Maven Goal</a> is able
to auto detect if its a OSGi Blueprint or CDI project so end users no longer
have to explicit configure this on the plugin.</li><li><a shape="rect"
href="elasticsearch.html">Camel-Elasticsearch</a> now supports Multiget,
Multisearch and exists operation</li><li><a shape="rect"
href="git.html">Camel-Git</a> no
w supports Cherry-pick operation</li><li>Stopping the <code>Main</code>
class from JMX will now trigger shutdown of the Main class/JVM also, as it does
when hitting ctrl + c.</li><li>Added option to skipFirst to the <a
shape="rect" href="tokenizer.html">Tokenizer</a> language to make it easy to
skip the very first element, when for example splitting a CSV file using
the <a shape="rect" href="splitter.html">Splitter</a>
EIP.</li><li>The <a shape="rect" href="rest-dsl.html">Rest DSL</a> now
supports default values for query parameters</li></ul><p>Fixed these
issues</p><ul><li>The <a shape="rect" href="swagger-java.html">Swagger
Java</a> now parses nested types in the POJO model that has been annotated with
the swagger api annotations to use in the schema api
model</li><li>Fixed <a shape="rect" href="rest-dsl.html">Rest DSL</a>
with apiContextPath fail to start if there are 2 ore more rest's in
use.</li><li>Paho component name is not limited to 4 char
acters anymore.</li><li>Fixed <a shape="rect"
href="spring-boot.html">Spring Boot</a> not starting Camel routes if running in
Spring Cloud.</li><li>Fixed an issue with <a shape="rect"
href="swagger-java.html">Swagger Java</a> using api-docs could lead to api-doc
route being added multiple times</li><li>Fixed a few things missing in the
generated swagger model when using <a shape="rect"
href="swagger-java.html">Swagger Java</a></li><li>Fixed
using <code>statement.xxx</code> options on the <a shape="rect"
href="jdbc.html">JDBC</a> consumer would only be used in first
poll.</li><li>Fixed  <a shape="rect"
href="http.html">HTTP</a> and <a shape="rect"
href="http4.html">HTTP4</a> to keep trailing slash if provided in uri when
calling remote HTTP service.</li><li>Fixed <a shape="rect"
href="oncompletion.html">OnCompletion</a> to keep any caught exception stored
as property on the <code>Exchange</code> which allows to access that inform
ation to know if there was an exception during routing.</li><li>Fixed an issue
with <a shape="rect" href="bean.html">Bean</a> component or <a
shape="rect" href="simple.html">Simple</a> language with OGNL method call,
would pick method with java.lang.Object type over a better suited method, when
the method is overloaded.</li><li>Fixed <a shape="rect"
href="idempotent-consumer.html">Idempotent Consumer</a> would not propagate
exception thrown from <code>IdempotentRepository</code> to Camel's <a
shape="rect" href="error-handler.html">Error Handler</a> such
as <code>onException</code><code><br clear="none"></code></li></ul><h3
id="Camel2.17.0Release-New">New <a shape="rect"
href="enterprise-integration-patterns.html">Enterprise Integration
Patterns</a></h3><h3 id="Camel2.17.0Release-New.1">New <a shape="rect"
href="components.html">Components</a></h3><ul><li>camel-kubernetes - Integrates
Camel with Kubernetes</li><li>camel-aws - AWS kinesis streams componen
t added</li><li>camel-aws - DynamoDB streams component added</li><li><a
shape="rect" href="ignite.html">camel-ignite</a> - for working with Apache
Ignite.</li><li>camel-mllp - <span style="color: rgb(0,0,0);">for working
with the HL7 MLLP protocol. This is an alternative to <a shape="rect"
href="hl7.html">HL7</a> component.</span></li><li>camel-spark - bridges Apache
Spark computations with Camel endpoints</li><li>camel-sql - Now supports
calling stored procedures using the new sql-stored
component.</li><li>camel-braintree - for interacting with Braintree
Payments.</li></ul><h3 id="Camel2.17.0Release-NewDSL">New DSL</h3><h3
id="Camel2.17.0Release-NewAnnotations">New Annotations</h3><h3
id="Camel2.17.0Release-NewDataFormats">New <a shape="rect"
href="data-format.html">Data Formats</a></h3><ul><li><a shape="rect"
href="mime-multipart.html">MIME-Multipart</a> - mime based data
format.</li></ul><h3 id="Camel2.17.0Release-New.2">New <a shape="rect"
href="languages.html">Languag
es</a></h3><h3 id="Camel2.17.0Release-New.3">New <a shape="rect"
href="examples.html">Examples</a></h3><ul><li>camel-example-metrics-cdi - this
example illustrates the integration between Camel, Dropwizard Metrics and
CDI </li><li>camel-example-spring-boot-metrics - showing a Camel
spring-boot application that report metrics to Graphite. Requires Graphite
running on your network.</li><li>camel-example-widget-gadget-cdi - The Widget
and Gadget use-case from the EIP book implemented in Java with CDI dependency
Injection.</li><li>camel-example-widget-gadget-java - The Widget and Gadget
use-case from the EIP book implemented in plain old Java Main without any kind
of <em>application server</em>.</li><li>camel-example-widget-gadget-xml - The
Widget and Gadget use-case from the EIP book implemented in Spring XML without
any Java code or any kind of <em>application server</em>.</li></ul><h3
id="Camel2.17.0Release-New.4">New <a shape="rect"
href="tutorials.html">Tutorials</a></h3>
<h2 id="Camel2.17.0Release-APIbreaking">API breaking</h2><h2
id="Camel2.17.0Release-KnownIssues">Known Issues</h2><h2
id="Camel2.17.0Release-Dependencyupgrades">Dependency
upgrades</h2><ul><li>Apache Cassandra from 2.1.8 to 2.2.2</li><li>Apache
Deltaspike from 1.5.1 to 1.5.2</li><li>Apache Gora from 0.6 to
0.6.1</li><li>Apache Jackrabbit from 2.11.0 to 2.11.3</li><li>Apache Kafka from
0.8.2.2 to 0.9.0.0</li><li>Apache Lucene from 4.10.4 to 5.2.1</li><li>Apache
Mina from 2.0.9 to 2.0.10</li><li>Apache OpenEjb from 4.7.2 to
4.7.3</li><li>Apache Solr from 4.10.4 to 5.2.1</li><li>Aws SDK Java to version
1.10.37</li><li>Atmosphere from <span class="blob-code-inner">2.4.0</span> to
2.4.1.4</li><li>Cassandra driver from 2.1.8 to 2.1.9</li><li>Cassandra-unit
from 2.1.9.2 to 2.2.2.1</li><li>Cglib from 3.1 to 3.2.0</li><li>Classmate from
1.3.0 to 1.3.1</li><li>Chunk from 3.0.1 to 3.1.2</li><li>Drools from
6.2.0.Final to 6.3.0.Final</li><li>EHCache from 2.10.0 to
2.10.1</li><li>Elasticsearch f
rom 1.7.3 to 2.0.0</li><li>Embedded Mongodb from 1.50.0 to
1.50.1</li><li>Facebook4j from 2.3.1 to 2.4.1</li><li>GAE from 1.9.26 to
1.9.28</li><li>Google Gson from 2.4 to 2.5</li><li>Hazelcast from 3.5.2 to
3.5.4</li><li>Infinispan from 8.0.1.Final to 8.1.0.Final</li><li>Jackson from
2.6.3 to 2.6.4</li><li>Jboss Xnio from 3.3.1.Final to 3.3.2.Final</li><li>Jboss
Weld from 2.3.0.Final to 2.3.2.Final</li><li>Jbpm from 6.2.0.Final to
6.3.0.Final</li><li>Jgit from <span class="blob-code-inner">4.1.<span class="x
x-first x-last">0.201509280440</span>-r</span> to <span
class="blob-code-inner">4.1.<span class="x x-first
x-last">1.201511131810</span>-r</span></li><li>Joda-time from 2.8.2 to
2.9.1</li><li>Json-path from 2.0.0 to 2.1.0</li><li>Jt400 from 8.6 to
8.7</li><li>Kie from 6.2.0.Final to 6.3.0.Final</li><li>Maven Exec plugin from
1.2.1 to 1.4.0</li><li>Mongodb Java driver from 3.0.4 to 3.2.0</li><li>Mvel
from 2.2.6.Final to 2.2.7.Final</li><li>Ognl from 3.1 to 3.1.1</li><li>Olingo fr
om 2.0.4 to 2.0.5</li><li>Optaplanner from 6.2.0.Final to
6.3.0.Final</li><li>Pax-exam from 4.6.0 to 4.8.0</li><li>Spring 4.1.x to
4.2.x</li><li>Spring-Boot 1.2.x to 1.3.x</li><li>Spring Integration 2.x to
4.x</li><li>slf4j-api 1.6.x to 1.7.x</li><li>Undertow from 1.3.3.Final to
1.3.7.Final</li><li>Vertx from 3.1.0 to 3.2.0</li><li>Zookeeper from 3.4.6 to
3.4.7</li></ul><h2
id="Camel2.17.0Release-Importantchangestoconsiderwhenupgrading">Important
changes to consider when upgrading</h2><ul><li>Removed camel-hbase as Karaf
feature as it did not really work well in OSGi</li><li>camel-infinispan
requires Java 8.</li><li>Support for Spring 4.0.x is deprecated.</li><li>Moved
some Camel tooling related dependencies (such as maven/plexus) from the Camel
Parent BOM to the tooling BOM (to have them separated).</li><li>camel-amqp do
not support 0.9 anymore. </li><li>camel-spring-integration feature has
been removed from the Camel karaf.</li><li>The <a shape="rect"
href="mail.html">Ma
il</a> component now requires to configure to, cc, and bcc using lower case
keys, eg [email protected], instead of <a shape="rect" class="external-link"
href="mailto:[email protected]" rel="nofollow">[email protected]</a> as
previously.</li><li>The <a shape="rect"
href="file2.html">File</a> consumer no longer probe the file content by
default. See the option <code>probeContentType</code> for more
details.</li><li>If using <a shape="rect"
href="bean.html">Bean</a> or <a shape="rect"
href="class.html">Class</a> component and specifying additional parameters
in the endpoint uri to configure on the bean, then these options should now be
prefixed with bean., eg <code>foo=123</code> is now
<code>bean.foo=123</code>.</li><li>The <a shape="rect"
href="hbase.html">hbase</a> component now require row mapping from the endpoint
uri to be prefixed with <code>row.</code> as prefix.<br
clear="none">Before: <code>family=info&qualifier=firstName
&family2=birthdate&qualifier2=year</code>. After: <code>row.family=info&row.qualifier=firstName&row.family2=birthdate&row.qualifier2=year</code>.</li></ul><h2
id="Camel2.17.0Release-GettingtheDistributions">Getting the
Distributions</h2><h3 id="Camel2.17.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/x.y.x/apache-camel-x.y.x.zip">apache-camel-x.y.x.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/x.y.x/apache-camel-x.y.x.zip.asc">apache-camel-x.y.x.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://www.apache.org/dyn/closer.cgi/camel/apache-camel/x.y.x/apache-camel-x.y.x.tar.gz">apache-camel-x.y.x.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/x.y.x/apache-camel-x.y.x.tar.gz.asc">apache-camel-x.y.x.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.17.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.apac
he.org/dyn/closer.cgi/camel/apache-camel/x.y.x/apache-camel-x.y.x-src.zip">apache-camel-x.y.x-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/x.y.x/apache-camel-x.y.x-src.zip.asc">apache-camel-x.y.x-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/x.y.x/apache-camel-x.y.x-src.tar.gz">apache-camel-x.y.x-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/x.y.x/apache-camel-x.y.x-src.tar.gz.asc">apache-camel-x.y.x-src.tar.gz.asc</a></p></td></tr></tbody></tab
le></div><h3 id="Camel2.17.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">
+<div class="wiki-content maincontent"><h1
id="Camel2.17.0Release-Camel2.17.0release(currentlyinprogress)">Camel 2.17.0
release (currently in progress)</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.17.0Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to
the x.y.z release which approx XXX issues resolved (new features, improvements
and bug fixes such as...)</p><ul><li>The component documentation generated from
the source code has been double checked to be up to date and include all the
options the endpoints supports.</li><li>Upgraded camel-hbase to Hadoop 2.x and
HBase 1.1.x</li><li><a shape="rect" href="tools.html"
>Camel commands</a> for <a shape="rect" href="spring-boot.html">Spring
>Boot</a></li><li>Many improvements to Camel <a shape="rect"
>href="kura.html">Kura</a></li><li>Added transacted option to <a
>shape="rect" href="sql-component.html">SQL Component</a> when used as a
>consumer in a transacted route.</li><li>Added support for UPDATE operation
>to <a shape="rect"
>href="elasticsearch.html">ElasticSearch</a>.</li><li>Allow to reuse existing
>configured Elasticsearch Client on the <a shape="rect"
>href="elasticsearch.html">ElasticSearch</a> component, instead of creating a
>client per endpoint. </li><li>The <code>include</code>
>and <code>exclude</code> options on <a shape="rect"
>href="file2.html">File2</a> and <a shape="rect" href="ftp.html">FTP</a>
>endpoints is now case in-sensitive out of the box.</li><li>Resource based
>component such as <a shape="rect" href="xslt.html">XSLT</a>, <a
>shape="rect" href="velocity.html">Velocity</a>
0;etc can load the resource file from the <a shape="rect"
href="registry.html">Registry</a> by using <code>ref:</code> as
prefix.</li><li><span>Upgraded camel-amqp to the latest qpid-jms-client (also
AMQP < 1.0 is not supported anymore).</span></li><li><span>Many improvements
to Camel <a shape="rect" href="amqp.html">AMQP</a>
component.</span></li><li><span>The <a shape="rect"
href="metrics-component.html">Metrics Component</a> allows to capture <a
shape="rect" href="message-history.html">Message History</a> performance
statistics with
the <code>MetricsMessageHistoryFactory </code></span></li><li>Reduced
the number of mbeans enlisted in the services tree, to only include mbeans that
has value to be managed.</li><li>The <a shape="rect"
href="elasticsearch.html">Elasticsearch Component</a> now supports
MultiGet operation</li><li>The <a shape="rect"
href="throttler.html">Throttler</a> has been improved to be more performant and
use a
rolling window for time periods which gives a better
flow.</li><li>The <code>setHeader</code>
and <code>setExchangeProperty</code> allows to use a dynamic header key
using the <a shape="rect" href="simple.html">Simple</a> language if
the name of the key is a <a shape="rect"
href="simple.html">Simple</a> language expression.</li><li>Add collate
function to <a shape="rect" href="simple.html">Simple</a> language to make
it easier to split a message body into sub lists of a specified size. The
function is similar to the collate function from Groovy.</li><li>The <a
shape="rect" href="camel-run-maven-goal.html">Camel Run Maven Goal</a> is able
to auto detect if its a OSGi Blueprint or CDI project so end users no longer
have to explicit configure this on the plugin.</li><li><a shape="rect"
href="elasticsearch.html">Camel-Elasticsearch</a> now supports Multiget,
Multisearch and exists operation</li><li><a shape="rect"
href="git.html">Camel-Git</a> no
w supports Cherry-pick operation</li><li>Stopping the <code>Main</code>
class from JMX will now trigger shutdown of the Main class/JVM also, as it does
when hitting ctrl + c.</li><li>Added option to skipFirst to the <a
shape="rect" href="tokenizer.html">Tokenizer</a> language to make it easy to
skip the very first element, when for example splitting a CSV file using
the <a shape="rect" href="splitter.html">Splitter</a>
EIP.</li><li>The <a shape="rect" href="rest-dsl.html">Rest DSL</a> now
supports default values for query parameters</li><li>Exchange and Message only
output id in their toString method to avoid outputting any message details such
as sensitive details from message bodies.</li></ul><p>Fixed these
issues</p><ul><li>The <a shape="rect" href="swagger-java.html">Swagger
Java</a> now parses nested types in the POJO model that has been annotated with
the swagger api annotations to use in the schema api
model</li><li>Fixed <a shape="rect" href="re
st-dsl.html">Rest DSL</a> with apiContextPath fail to start if there are
2 ore more rest's in use.</li><li>Paho component name is not limited to 4
characters anymore.</li><li>Fixed <a shape="rect"
href="spring-boot.html">Spring Boot</a> not starting Camel routes if running in
Spring Cloud.</li><li>Fixed an issue with <a shape="rect"
href="swagger-java.html">Swagger Java</a> using api-docs could lead to api-doc
route being added multiple times</li><li>Fixed a few things missing in the
generated swagger model when using <a shape="rect"
href="swagger-java.html">Swagger Java</a></li><li>Fixed
using <code>statement.xxx</code> options on the <a shape="rect"
href="jdbc.html">JDBC</a> consumer would only be used in first
poll.</li><li>Fixed  <a shape="rect"
href="http.html">HTTP</a> and <a shape="rect"
href="http4.html">HTTP4</a> to keep trailing slash if provided in uri when
calling remote HTTP service.</li><li>Fixed <a shape="rect" hr
ef="oncompletion.html">OnCompletion</a> to keep any caught exception stored as
property on the <code>Exchange</code> which allows to access that
information to know if there was an exception during routing.</li><li>Fixed an
issue with <a shape="rect" href="bean.html">Bean</a> component or <a
shape="rect" href="simple.html">Simple</a> language with OGNL method call,
would pick method with java.lang.Object type over a better suited method, when
the method is overloaded.</li><li>Fixed <a shape="rect"
href="idempotent-consumer.html">Idempotent Consumer</a> would not propagate
exception thrown from <code>IdempotentRepository</code> to Camel's <a
shape="rect" href="error-handler.html">Error Handler</a> such
as <code>onException</code><code><br clear="none"></code></li></ul><h3
id="Camel2.17.0Release-New">New <a shape="rect"
href="enterprise-integration-patterns.html">Enterprise Integration
Patterns</a></h3><h3 id="Camel2.17.0Release-New.1">New <a shape="
rect" href="components.html">Components</a></h3><ul><li>camel-kubernetes -
Integrates Camel with Kubernetes</li><li>camel-aws - AWS kinesis streams
component added</li><li>camel-aws - DynamoDB streams component added</li><li><a
shape="rect" href="ignite.html">camel-ignite</a> - for working with Apache
Ignite.</li><li>camel-mllp - <span style="color: rgb(0,0,0);">for working
with the HL7 MLLP protocol. This is an alternative to <a shape="rect"
href="hl7.html">HL7</a> component.</span></li><li>camel-spark - bridges Apache
Spark computations with Camel endpoints</li><li>camel-sql - Now supports
calling stored procedures using the new sql-stored
component.</li><li>camel-braintree - for interacting with Braintree
Payments.</li></ul><h3 id="Camel2.17.0Release-NewDSL">New DSL</h3><h3
id="Camel2.17.0Release-NewAnnotations">New Annotations</h3><h3
id="Camel2.17.0Release-NewDataFormats">New <a shape="rect"
href="data-format.html">Data Formats</a></h3><ul><li><a shape="rect" href="mi
me-multipart.html">MIME-Multipart</a> - mime based data format.</li><li><a
shape="rect" href="lzf-data-format.html">LZF Data Format</a> - LZF based data
format. </li></ul><h3 id="Camel2.17.0Release-New.2">New <a shape="rect"
href="languages.html">Languages</a></h3><h3 id="Camel2.17.0Release-New.3">New
<a shape="rect"
href="examples.html">Examples</a></h3><ul><li>camel-example-metrics-cdi - this
example illustrates the integration between Camel, Dropwizard Metrics and
CDI </li><li>camel-example-spring-boot-metrics - showing a Camel
spring-boot application that report metrics to Graphite. Requires Graphite
running on your network.</li><li>camel-example-widget-gadget-cdi - The Widget
and Gadget use-case from the EIP book implemented in Java with CDI dependency
Injection.</li><li>camel-example-widget-gadget-java - The Widget and Gadget
use-case from the EIP book implemented in plain old Java Main without any kind
of <em>application server</em>.</li><li>camel-example-widget-gad
get-xml - The Widget and Gadget use-case from the EIP book implemented in
Spring XML without any Java code or any kind of <em>application
server</em>.</li></ul><h3 id="Camel2.17.0Release-New.4">New <a shape="rect"
href="tutorials.html">Tutorials</a></h3><h2
id="Camel2.17.0Release-APIbreaking">API breaking</h2><h2
id="Camel2.17.0Release-KnownIssues">Known Issues</h2><h2
id="Camel2.17.0Release-Dependencyupgrades">Dependency
upgrades</h2><ul><li>Apache Cassandra from 2.1.8 to 2.2.2</li><li>Apache
Deltaspike from 1.5.1 to 1.5.2</li><li>Apache Gora from 0.6 to
0.6.1</li><li>Apache Jackrabbit from 2.11.0 to 2.11.3</li><li>Apache Kafka from
0.8.2.2 to 0.9.0.0</li><li>Apache Lucene from 4.10.4 to 5.2.1</li><li>Apache
Mina from 2.0.9 to 2.0.10</li><li>Apache OpenEjb from 4.7.2 to
4.7.3</li><li>Apache Solr from 4.10.4 to 5.2.1</li><li>Aws SDK Java to version
1.10.37</li><li>Atmosphere from <span class="blob-code-inner">2.4.0</span> to
2.4.1.4</li><li>Cassandra driver from 2.1.8 to 2.1.9<
/li><li>Cassandra-unit from 2.1.9.2 to 2.2.2.1</li><li>Cglib from 3.1 to
3.2.0</li><li>Classmate from 1.3.0 to 1.3.1</li><li>Chunk from 3.0.1 to
3.1.2</li><li>Drools from 6.2.0.Final to 6.3.0.Final</li><li>EHCache from
2.10.0 to 2.10.1</li><li>Elasticsearch from 1.7.3 to 2.0.0</li><li>Embedded
Mongodb from 1.50.0 to 1.50.1</li><li>Facebook4j from 2.3.1 to
2.4.1</li><li>GAE from 1.9.26 to 1.9.28</li><li>Google Gson from 2.4 to
2.5</li><li>Hazelcast from 3.5.2 to 3.5.4</li><li>Infinispan from 8.0.1.Final
to 8.1.0.Final</li><li>Jackson from 2.6.3 to 2.6.4</li><li>Jboss Xnio from
3.3.1.Final to 3.3.2.Final</li><li>Jboss Weld from 2.3.0.Final to
2.3.2.Final</li><li>Jbpm from 6.2.0.Final to 6.3.0.Final</li><li>Jgit from
<span class="blob-code-inner">4.1.<span class="x x-first
x-last">0.201509280440</span>-r</span> to <span
class="blob-code-inner">4.1.<span class="x x-first
x-last">1.201511131810</span>-r</span></li><li>Joda-time from 2.8.2 to
2.9.1</li><li>Json-path from 2.0.0 to 2.1.0</l
i><li>Jt400 from 8.6 to 8.7</li><li>Kie from 6.2.0.Final to
6.3.0.Final</li><li>Maven Exec plugin from 1.2.1 to 1.4.0</li><li>Mongodb Java
driver from 3.0.4 to 3.2.0</li><li>Mvel from 2.2.6.Final to
2.2.7.Final</li><li>Ognl from 3.1 to 3.1.1</li><li>Olingo from 2.0.4 to
2.0.5</li><li>Optaplanner from 6.2.0.Final to 6.3.0.Final</li><li>Pax-exam from
4.6.0 to 4.8.0</li><li>Spring 4.1.x to 4.2.x</li><li>Spring-Boot 1.2.x to
1.3.x</li><li>Spring Integration 2.x to 4.x</li><li>slf4j-api 1.6.x to
1.7.x</li><li>Undertow from 1.3.3.Final to 1.3.7.Final</li><li>Vertx from 3.1.0
to 3.2.0</li><li>Zookeeper from 3.4.6 to 3.4.7</li></ul><h2
id="Camel2.17.0Release-Importantchangestoconsiderwhenupgrading">Important
changes to consider when upgrading</h2><ul><li>Exchange and Message only output
id in their toString method to avoid outputting any message details such as
sensitive details from message bodies.</li><li>Removed camel-hbase as Karaf
feature as it did not really work well in OSGi</li><li>
camel-infinispan requires Java 8.</li><li>Support for Spring 4.0.x is
deprecated.</li><li>Moved some Camel tooling related dependencies (such as
maven/plexus) from the Camel Parent BOM to the tooling BOM (to have them
separated).</li><li>camel-amqp do not support 0.9
anymore. </li><li>camel-spring-integration feature has been removed from
the Camel karaf.</li><li>The <a shape="rect" href="mail.html">Mail</a>
component now requires to configure to, cc, and bcc using lower case keys, eg
[email protected], instead of <a shape="rect" class="external-link"
href="mailto:[email protected]" rel="nofollow">[email protected]</a> as
previously.</li><li>The <a shape="rect"
href="file2.html">File</a> consumer no longer probe the file content by
default. See the option <code>probeContentType</code> for more
details.</li><li>If using <a shape="rect"
href="bean.html">Bean</a> or <a shape="rect"
href="class.html">Class</a> component and specifying additi
onal parameters in the endpoint uri to configure on the bean, then these
options should now be prefixed with bean., eg <code>foo=123</code> is now
<code>bean.foo=123</code>.</li><li>The <a shape="rect"
href="hbase.html">hbase</a> component now require row mapping from the endpoint
uri to be prefixed with <code>row.</code> as prefix.<br
clear="none">Before:
<code>family=info&qualifier=firstName&family2=birthdate&qualifier2=year</code>. After: <code>row.family=info&row.qualifier=firstName&row.family2=birthdate&row.qualifier2=year</code>.</li></ul><h2
id="Camel2.17.0Release-GettingtheDistributions">Getting the
Distributions</h2><h3 id="Camel2.17.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" cl
ass="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/x.y.x/apache-camel-x.y.x.zip">apache-camel-x.y.x.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/x.y.x/apache-camel-x.y.x.zip.asc">apache-camel-x.y.x.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://www.apache.org/dyn/closer.cgi/camel/apache-camel/x.y.x/apache-camel-x.y.x.tar.gz">apache-camel-x.y.x.tar.gz</a></p></td><td
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect"
class="external-link" h
ref="http://www.apache.org/dist/camel/apache-camel/x.y.x/apache-camel-x.y.x.tar.gz.asc">apache-camel-x.y.x.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-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.17.0Release-SourceDistributions">Source Distributions</h3><div
class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1"
rowsp
an="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/x.y.x/apache-camel-x.y.x-src.zip">apache-camel-x.y.x-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/x.y.x/apache-camel-x.y.x-src.zip.asc">apache-camel-x.y.x-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="r
ect" class="external-link"
href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/x.y.x/apache-camel-x.y.x-src.tar.gz">apache-camel-x.y.x-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/x.y.x/apache-camel-x.y.x-src.tar.gz.asc">apache-camel-x.y.x-src.tar.gz.asc</a></p></td></tr></tbody></table></div><h3
id="Camel2.17.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="brush: xml; gutter: false; theme: Default"
type="syntaxhighlighter"><![CDATA[<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
Modified: websites/production/camel/content/community.html
==============================================================================
--- websites/production/camel/content/community.html (original)
+++ websites/production/camel/content/community.html Wed Jan 27 21:30:46 2016
@@ -75,7 +75,7 @@
<tbody>
<tr>
<td valign="top" width="100%">
-<div class="wiki-content maincontent"><ul class="childpages-macro"><li><a
shape="rect" href="support.html">Support</a></li><li><a shape="rect"
href="faq.html">FAQ</a><ul class="childpages-macro"><li><a shape="rect"
href="acknowledgment.html">Acknowledgment</a></li><li><a shape="rect"
href="camel-endpoint-questions.html">Camel Endpoint Questions</a></li><li><a
shape="rect" href="common-problems.html">Common Problems</a></li><li><a
shape="rect" href="general-questions.html">General Questions</a></li><li><a
shape="rect" href="jms-questions.html">JMS Questions</a></li><li><a
shape="rect" href="logging-questions.html">Logging Questions</a></li><li><a
shape="rect" href="using-camel-questions.html">Using Camel
Questions</a></li></ul></li><li><a shape="rect"
href="contributing.html">Contributing</a></li><li><a shape="rect"
href="mailing-lists.html">Mailing Lists</a></li><li><a shape="rect"
href="discussion-forums.html">Discussion Forums</a></li><li><a shape="rect"
href="download.html">Downl
oad</a><ul class="childpages-macro"><li><a shape="rect"
href="camel-100-release.html">Camel 1.0.0 Release</a></li><li><a shape="rect"
href="camel-110-release.html">Camel 1.1.0 Release</a></li><li><a shape="rect"
href="camel-120-release.html">Camel 1.2.0 Release</a></li><li><a shape="rect"
href="camel-130-release.html">Camel 1.3.0 Release</a></li><li><a shape="rect"
href="camel-140-release.html">Camel 1.4.0 Release</a></li><li><a shape="rect"
href="camel-150-release.html">Camel 1.5.0 Release</a></li><li><a shape="rect"
href="camel-160-release.html">Camel 1.6.0 Release</a></li><li><a shape="rect"
href="camel-161-release.html">Camel 1.6.1 Release</a></li><li><a shape="rect"
href="camel-162-release.html">Camel 1.6.2 Release</a></li><li><a shape="rect"
href="camel-163-release.html">Camel 1.6.3 Release</a></li><li><a shape="rect"
href="camel-164-release.html">Camel 1.6.4 Release</a></li><li><a shape="rect"
href="camel-200-release.html">Camel 2.0.0 Release</a></li><li><a shape="rect"
href=
"camel-20-m1-release.html">Camel 2.0-M1 Release</a></li><li><a shape="rect"
href="camel-20-m2-release.html">Camel 2.0-M2 Release</a></li><li><a
shape="rect" href="camel-20-m3-release.html">Camel 2.0-M3
Release</a></li><li><a shape="rect" href="camel-210-release.html">Camel 2.1.0
Release</a></li><li><a shape="rect" href="camel-220-release.html">Camel 2.2.0
Release</a></li><li><a shape="rect" href="camel-230-release.html">Camel 2.3.0
Release</a></li><li><a shape="rect" href="camel-240-release.html">Camel 2.4.0
Release</a></li><li><a shape="rect" href="camel-250-release.html">Camel 2.5.0
Release</a></li><li><a shape="rect" href="camel-260-release.html">Camel 2.6.0
Release</a></li><li><a shape="rect" href="camel-270-release.html">Camel 2.7.0
Release</a></li><li><a shape="rect" href="camel-271-release.html">Camel 2.7.1
Release</a></li><li><a shape="rect" href="camel-272-release.html">Camel 2.7.2
Release</a></li><li><a shape="rect" href="camel-273-release.html">Camel 2.7.3
Release</a></li
><li><a shape="rect" href="camel-274-release.html">Camel 2.7.4
>Release</a></li><li><a shape="rect" href="camel-275-release.html">Camel 2.7.5
>Release</a></li><li><a shape="rect" href="camel-280-release.html">Camel 2.8.0
>Release</a></li><li><a shape="rect" href="camel-281-release.html">Camel 2.8.1
>Release</a></li><li><a shape="rect" href="camel-282-release.html">Camel 2.8.2
>Release</a></li><li><a shape="rect" href="camel-283-release.html">Camel 2.8.3
>Release</a></li><li><a shape="rect" href="camel-284-release.html">Camel 2.8.4
>Release</a></li><li><a shape="rect" href="camel-285-release.html">Camel 2.8.5
>Release</a></li><li><a shape="rect" href="camel-286-release.html">Camel 2.8.6
>Release</a></li><li><a shape="rect" href="camel-290-release.html">Camel 2.9.0
>Release</a></li><li><a shape="rect" href="camel-291-release.html">Camel 2.9.1
>Release</a></li><li><a shape="rect" href="camel-292-release.html">Camel 2.9.2
>Release</a></li><li><a shape="rect" href="camel-293-release.html">Camel 2.9.
3 Release</a></li><li><a shape="rect" href="camel-294-release.html">Camel
2.9.4 Release</a></li><li><a shape="rect" href="camel-295-release.html">Camel
2.9.5 Release</a></li><li><a shape="rect" href="camel-296-release.html">Camel
2.9.6 Release</a></li><li><a shape="rect" href="camel-297-release.html">Camel
2.9.7 Release</a></li><li><a shape="rect" href="camel-298-release.html">Camel
2.9.8 Release</a></li><li><a shape="rect" href="camel-2100-release.html">Camel
2.10.0 Release</a></li><li><a shape="rect" href="camel-2101-release.html">Camel
2.10.1 Release</a></li><li><a shape="rect" href="camel-2102-release.html">Camel
2.10.2 Release</a></li><li><a shape="rect" href="camel-2103-release.html">Camel
2.10.3 Release</a></li><li><a shape="rect" href="camel-2104-release.html">Camel
2.10.4 Release</a></li><li><a shape="rect" href="camel-2105-release.html">Camel
2.10.5 Release</a></li><li><a shape="rect" href="camel-2106-release.html">Camel
2.10.6 Release</a></li><li><a shape="rect" href="cam
el-2107-release.html">Camel 2.10.7 Release</a></li><li><a shape="rect"
href="camel-2110-release.html">Camel 2.11.0 Release</a></li><li><a shape="rect"
href="camel-2111-release.html">Camel 2.11.1 Release</a></li><li><a shape="rect"
href="camel-2112-release.html">Camel 2.11.2 release</a></li><li><a shape="rect"
href="camel-2113-release.html">Camel 2.11.3 release</a></li><li><a shape="rect"
href="camel-2114-release.html">Camel 2.11.4 Release</a></li><li><a shape="rect"
href="camel-2120-release.html">Camel 2.12.0 Release</a></li><li><a shape="rect"
href="camel-2121-release.html">Camel 2.12.1 Release</a></li><li><a shape="rect"
href="camel-2122-release.html">Camel 2.12.2 Release</a></li><li><a shape="rect"
href="camel-2123-release.html">Camel 2.12.3 Release</a></li><li><a shape="rect"
href="camel-2124-release.html">Camel 2.12.4 Release</a></li><li><a shape="rect"
href="camel-2125-release.html">Camel 2.12.5 Release</a></li><li><a shape="rect"
href="camel-2130-release.html">Camel 2.13.0 Re
lease</a></li><li><a shape="rect" href="camel-2131-release.html">Camel 2.13.1
Release</a></li><li><a shape="rect" href="camel-2132-release.html">Camel 2.13.2
Release</a></li><li><a shape="rect" href="camel-2133-release.html">Camel 2.13.3
Release</a></li><li><a shape="rect" href="camel-2134-release.html">Camel 2.13.4
Release</a></li><li><a shape="rect" href="camel-2140-release.html">Camel 2.14.0
Release</a></li><li><a shape="rect" href="camel-2141-release.html">Camel 2.14.1
Release</a></li><li><a shape="rect" href="camel-2142-release.html">Camel 2.14.2
Release</a></li><li><a shape="rect" href="camel-2143-release.html">Camel 2.14.3
Release</a></li><li><a shape="rect" href="camel-2144-release.html">Camel 2.14.4
Release</a></li><li><a shape="rect" href="camel-2150-release.html">Camel 2.15.0
Release</a></li><li><a shape="rect" href="camel-2151-release.html">Camel 2.15.1
Release</a></li><li><a shape="rect" href="camel-2152-release.html">Camel 2.15.2
Release</a></li><li><a shape="rect" hre
f="camel-2153-release.html">Camel 2.15.3 Release</a></li><li><a shape="rect"
href="camel-2154-release.html">Camel 2.15.4 Release</a></li><li><a shape="rect"
href="camel-2155-release.html">Camel 2.15.5 Release</a></li><li><a shape="rect"
href="camel-2160-release.html">Camel 2.16.0 Release</a></li><li><a shape="rect"
href="camel-2161-release.html">Camel 2.16.1 Release</a></li><li><a shape="rect"
href="download-archives.html">Download Archives</a></li></ul></li><li><a
shape="rect" href="google-summerofcode.html">Google SummerOfCode</a><ul
class="childpages-macro"><li><a shape="rect" href="gsoc-2009.html">GSoC
2009</a></li></ul></li><li><a shape="rect" href="in-progress.html">In
Progress</a><ul class="childpages-macro"><li><a shape="rect"
href="camel-2156-release.html">Camel 2.15.6 Release</a></li><li><a shape="rect"
href="camel-2162-release.html">Camel 2.16.2 Release</a></li><li><a shape="rect"
href="camel-2170-release.html">Camel 2.17.0 Release</a></li><li><a shape="rect"
href="camel-
xyz-release-template.html">Camel x.y.z Release
(template)</a></li></ul></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="privacy-policy.html">Privacy Policy</a></li><li><a shape="rect"
href="reports.html">Reports</a></li><li><a shape="rect"
href="team.html">Team</a></li><li><a shape="rect" href="user-stories.html">User
Stories</a></li><li><a shape="rect" href="security-advisories.html">Security
Advisories</a></li></ul> </div>
+<div class="wiki-content maincontent"><ul class="childpages-macro"><li><a
shape="rect" href="support.html">Support</a></li><li><a shape="rect"
href="faq.html">FAQ</a><ul class="childpages-macro"><li><a shape="rect"
href="acknowledgment.html">Acknowledgment</a></li><li><a shape="rect"
href="camel-endpoint-questions.html">Camel Endpoint Questions</a></li><li><a
shape="rect" href="common-problems.html">Common Problems</a></li><li><a
shape="rect" href="general-questions.html">General Questions</a></li><li><a
shape="rect" href="jms-questions.html">JMS Questions</a></li><li><a
shape="rect" href="logging-questions.html">Logging Questions</a></li><li><a
shape="rect" href="using-camel-questions.html">Using Camel
Questions</a></li></ul></li><li><a shape="rect"
href="contributing.html">Contributing</a></li><li><a shape="rect"
href="mailing-lists.html">Mailing Lists</a></li><li><a shape="rect"
href="discussion-forums.html">Discussion Forums</a></li><li><a shape="rect"
href="download.html">Downl
oad</a><ul class="childpages-macro"><li><a shape="rect"
href="camel-100-release.html">Camel 1.0.0 Release</a></li><li><a shape="rect"
href="camel-110-release.html">Camel 1.1.0 Release</a></li><li><a shape="rect"
href="camel-120-release.html">Camel 1.2.0 Release</a></li><li><a shape="rect"
href="camel-130-release.html">Camel 1.3.0 Release</a></li><li><a shape="rect"
href="camel-140-release.html">Camel 1.4.0 Release</a></li><li><a shape="rect"
href="camel-150-release.html">Camel 1.5.0 Release</a></li><li><a shape="rect"
href="camel-160-release.html">Camel 1.6.0 Release</a></li><li><a shape="rect"
href="camel-161-release.html">Camel 1.6.1 Release</a></li><li><a shape="rect"
href="camel-162-release.html">Camel 1.6.2 Release</a></li><li><a shape="rect"
href="camel-163-release.html">Camel 1.6.3 Release</a></li><li><a shape="rect"
href="camel-164-release.html">Camel 1.6.4 Release</a></li><li><a shape="rect"
href="camel-200-release.html">Camel 2.0.0 Release</a></li><li><a shape="rect"
href=
"camel-20-m1-release.html">Camel 2.0-M1 Release</a></li><li><a shape="rect"
href="camel-20-m2-release.html">Camel 2.0-M2 Release</a></li><li><a
shape="rect" href="camel-20-m3-release.html">Camel 2.0-M3
Release</a></li><li><a shape="rect" href="camel-210-release.html">Camel 2.1.0
Release</a></li><li><a shape="rect" href="camel-220-release.html">Camel 2.2.0
Release</a></li><li><a shape="rect" href="camel-230-release.html">Camel 2.3.0
Release</a></li><li><a shape="rect" href="camel-240-release.html">Camel 2.4.0
Release</a></li><li><a shape="rect" href="camel-250-release.html">Camel 2.5.0
Release</a></li><li><a shape="rect" href="camel-260-release.html">Camel 2.6.0
Release</a></li><li><a shape="rect" href="camel-270-release.html">Camel 2.7.0
Release</a></li><li><a shape="rect" href="camel-271-release.html">Camel 2.7.1
Release</a></li><li><a shape="rect" href="camel-272-release.html">Camel 2.7.2
Release</a></li><li><a shape="rect" href="camel-273-release.html">Camel 2.7.3
Release</a></li
><li><a shape="rect" href="camel-274-release.html">Camel 2.7.4
>Release</a></li><li><a shape="rect" href="camel-275-release.html">Camel 2.7.5
>Release</a></li><li><a shape="rect" href="camel-280-release.html">Camel 2.8.0
>Release</a></li><li><a shape="rect" href="camel-281-release.html">Camel 2.8.1
>Release</a></li><li><a shape="rect" href="camel-282-release.html">Camel 2.8.2
>Release</a></li><li><a shape="rect" href="camel-283-release.html">Camel 2.8.3
>Release</a></li><li><a shape="rect" href="camel-284-release.html">Camel 2.8.4
>Release</a></li><li><a shape="rect" href="camel-285-release.html">Camel 2.8.5
>Release</a></li><li><a shape="rect" href="camel-286-release.html">Camel 2.8.6
>Release</a></li><li><a shape="rect" href="camel-290-release.html">Camel 2.9.0
>Release</a></li><li><a shape="rect" href="camel-291-release.html">Camel 2.9.1
>Release</a></li><li><a shape="rect" href="camel-292-release.html">Camel 2.9.2
>Release</a></li><li><a shape="rect" href="camel-293-release.html">Camel 2.9.
3 Release</a></li><li><a shape="rect" href="camel-294-release.html">Camel
2.9.4 Release</a></li><li><a shape="rect" href="camel-295-release.html">Camel
2.9.5 Release</a></li><li><a shape="rect" href="camel-296-release.html">Camel
2.9.6 Release</a></li><li><a shape="rect" href="camel-297-release.html">Camel
2.9.7 Release</a></li><li><a shape="rect" href="camel-298-release.html">Camel
2.9.8 Release</a></li><li><a shape="rect" href="camel-2100-release.html">Camel
2.10.0 Release</a></li><li><a shape="rect" href="camel-2101-release.html">Camel
2.10.1 Release</a></li><li><a shape="rect" href="camel-2102-release.html">Camel
2.10.2 Release</a></li><li><a shape="rect" href="camel-2103-release.html">Camel
2.10.3 Release</a></li><li><a shape="rect" href="camel-2104-release.html">Camel
2.10.4 Release</a></li><li><a shape="rect" href="camel-2105-release.html">Camel
2.10.5 Release</a></li><li><a shape="rect" href="camel-2106-release.html">Camel
2.10.6 Release</a></li><li><a shape="rect" href="cam
el-2107-release.html">Camel 2.10.7 Release</a></li><li><a shape="rect"
href="camel-2110-release.html">Camel 2.11.0 Release</a></li><li><a shape="rect"
href="camel-2111-release.html">Camel 2.11.1 Release</a></li><li><a shape="rect"
href="camel-2112-release.html">Camel 2.11.2 release</a></li><li><a shape="rect"
href="camel-2113-release.html">Camel 2.11.3 release</a></li><li><a shape="rect"
href="camel-2114-release.html">Camel 2.11.4 Release</a></li><li><a shape="rect"
href="camel-2120-release.html">Camel 2.12.0 Release</a></li><li><a shape="rect"
href="camel-2121-release.html">Camel 2.12.1 Release</a></li><li><a shape="rect"
href="camel-2122-release.html">Camel 2.12.2 Release</a></li><li><a shape="rect"
href="camel-2123-release.html">Camel 2.12.3 Release</a></li><li><a shape="rect"
href="camel-2124-release.html">Camel 2.12.4 Release</a></li><li><a shape="rect"
href="camel-2125-release.html">Camel 2.12.5 Release</a></li><li><a shape="rect"
href="camel-2130-release.html">Camel 2.13.0 Re
lease</a></li><li><a shape="rect" href="camel-2131-release.html">Camel 2.13.1
Release</a></li><li><a shape="rect" href="camel-2132-release.html">Camel 2.13.2
Release</a></li><li><a shape="rect" href="camel-2133-release.html">Camel 2.13.3
Release</a></li><li><a shape="rect" href="camel-2134-release.html">Camel 2.13.4
Release</a></li><li><a shape="rect" href="camel-2140-release.html">Camel 2.14.0
Release</a></li><li><a shape="rect" href="camel-2141-release.html">Camel 2.14.1
Release</a></li><li><a shape="rect" href="camel-2142-release.html">Camel 2.14.2
Release</a></li><li><a shape="rect" href="camel-2143-release.html">Camel 2.14.3
Release</a></li><li><a shape="rect" href="camel-2144-release.html">Camel 2.14.4
Release</a></li><li><a shape="rect" href="camel-2150-release.html">Camel 2.15.0
Release</a></li><li><a shape="rect" href="camel-2151-release.html">Camel 2.15.1
Release</a></li><li><a shape="rect" href="camel-2152-release.html">Camel 2.15.2
Release</a></li><li><a shape="rect" hre
f="camel-2153-release.html">Camel 2.15.3 Release</a></li><li><a shape="rect"
href="camel-2154-release.html">Camel 2.15.4 Release</a></li><li><a shape="rect"
href="camel-2155-release.html">Camel 2.15.5 Release</a></li><li><a shape="rect"
href="camel-2160-release.html">Camel 2.16.0 Release</a></li><li><a shape="rect"
href="camel-2161-release.html">Camel 2.16.1 Release</a></li><li><a shape="rect"
href="camel-2162-release.html">Camel 2.16.2 Release</a></li><li><a shape="rect"
href="download-archives.html">Download Archives</a></li></ul></li><li><a
shape="rect" href="google-summerofcode.html">Google SummerOfCode</a><ul
class="childpages-macro"><li><a shape="rect" href="gsoc-2009.html">GSoC
2009</a></li></ul></li><li><a shape="rect" href="in-progress.html">In
Progress</a><ul class="childpages-macro"><li><a shape="rect"
href="camel-2156-release.html">Camel 2.15.6 Release</a></li><li><a shape="rect"
href="camel-2163-release.html">Camel 2.16.3 Release</a></li><li><a shape="rect"
href="camel-
2170-release.html">Camel 2.17.0 Release</a></li><li><a shape="rect"
href="camel-xyz-release-template.html">Camel x.y.z Release
(template)</a></li></ul></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="privacy-policy.html">Privacy Policy</a></li><li><a shape="rect"
href="reports.html">Reports</a></li><li><a shape="rect"
href="team.html">Team</a></li><li><a shape="rect" href="user-stories.html">User
Stories</a></li><li><a shape="rect" href="security-advisories.html">Security
Advisories</a></li></ul> </div>
</td>
<td valign="top">
<div class="navigation">
Modified: websites/production/camel/content/data-format-list.html
==============================================================================
--- websites/production/camel/content/data-format-list.html (original)
+++ websites/production/camel/content/data-format-list.html Wed Jan 27 21:30:46
2016
@@ -75,7 +75,7 @@
<tbody>
<tr>
<td valign="top" width="100%">
-<div class="wiki-content maincontent"><ul><li>Standard JVM object
marshalling<ul><li><a shape="rect"
href="serialization.html">Serialization</a></li><li><a shape="rect"
href="string.html">String</a></li></ul></li></ul><ul><li>Object
marshalling<ul><li><a shape="rect" href="avro.html">Avro</a></li><li><a
shape="rect" href="boon.html">Boon</a></li><li><a shape="rect"
href="json.html">JSON</a></li><li><a shape="rect"
href="protobuf.html">Protobuf</a></li></ul></li></ul><ul><li>Object/XML
marshalling<ul><li><a shape="rect" href="castor.html">Castor</a></li><li><a
shape="rect" href="jaxb.html">JAXB</a></li><li><a shape="rect"
href="xmlbeans.html">XmlBeans</a></li><li><a shape="rect"
href="xstream.html">XStream</a></li><li><a shape="rect"
href="jibx.html">JiBX</a></li><li><a shape="rect"
href="jackson-xml.html">Jackson
XML</a></li></ul></li></ul><ul><li>Object/XML/Webservice marshalling<ul><li><a
shape="rect" href="soap.html">SOAP</a></li></ul></li></ul><ul><li>Direct JSON /
XML marshalli
ng<ul><li><a shape="rect"
href="xmljson.html">XmlJson</a></li></ul></li></ul><ul><li>Flat data structure
marshalling<ul><li><a shape="rect" href="beanio.html">BeanIO</a></li><li><a
shape="rect" href="bindy.html">Bindy</a></li><li><a shape="rect"
href="csv.html">CSV</a></li><li><a shape="rect"
href="edi.html">EDI</a></li><li><a shape="rect"
href="flatpack-dataformat.html">Flatpack DataFormat</a></li><li><a shape="rect"
href="univocity-parsers-formats.html">uniVocity-parsers
formats</a></li></ul></li></ul><ul><li>Domain specific marshalling<ul><li><a
shape="rect" href="hl7-dataformat.html">HL7
DataFormat</a></li></ul></li></ul><ul><li>Compression<ul><li><a shape="rect"
href="gzip-data-format.html">GZip data format</a></li><li><a shape="rect"
href="zip-dataformat.html">Zip DataFormat</a></li><li><a shape="rect"
href="zip-file-dataformat.html">Zip File
DataFormat</a></li></ul></li></ul><ul><li>Security<ul><li><a shape="rect"
href="crypto.html">Crypto</a></li><li><a shape="rect" href="cr
ypto.html">PGP</a></li><li><a shape="rect"
href="xmlsecurity-dataformat.html">XMLSecurity
DataFormat</a></li></ul></li></ul><ul><li>Misc.<ul><li><a shape="rect"
href="base64.html">Base64</a></li><li><a shape="rect"
href="custom-dataformat.html">Custom DataFormat</a> - to use your own custom
implementation</li><li><a shape="rect"
href="mime-multipart.html">MIME-Multipart</a></li><li><a shape="rect"
href="rss.html">RSS</a></li><li><a shape="rect"
href="tidymarkup.html">TidyMarkup</a></li><li><a shape="rect"
href="syslog.html">Syslog</a></li><li><a shape="rect"
href="ical.html">ICal</a></li><li><a shape="rect"
href="barcode-data-format.html">Barcode </a>- to read and generate barcodes
(QR-Code, PDF417, ...)</li></ul></li></ul></div>
+<div class="wiki-content maincontent"><ul><li>Standard JVM object
marshalling<ul><li><a shape="rect"
href="serialization.html">Serialization</a></li><li><a shape="rect"
href="string.html">String</a></li></ul></li></ul><ul><li>Object
marshalling<ul><li><a shape="rect" href="avro.html">Avro</a></li><li><a
shape="rect" href="boon.html">Boon</a></li><li><a shape="rect"
href="json.html">JSON</a></li><li><a shape="rect"
href="protobuf.html">Protobuf</a></li></ul></li></ul><ul><li>Object/XML
marshalling<ul><li><a shape="rect" href="castor.html">Castor</a></li><li><a
shape="rect" href="jaxb.html">JAXB</a></li><li><a shape="rect"
href="xmlbeans.html">XmlBeans</a></li><li><a shape="rect"
href="xstream.html">XStream</a></li><li><a shape="rect"
href="jibx.html">JiBX</a></li><li><a shape="rect"
href="jackson-xml.html">Jackson
XML</a></li></ul></li></ul><ul><li>Object/XML/Webservice marshalling<ul><li><a
shape="rect" href="soap.html">SOAP</a></li></ul></li></ul><ul><li>Direct JSON /
XML marshalli
ng<ul><li><a shape="rect"
href="xmljson.html">XmlJson</a></li></ul></li></ul><ul><li>Flat data structure
marshalling<ul><li><a shape="rect" href="beanio.html">BeanIO</a></li><li><a
shape="rect" href="bindy.html">Bindy</a></li><li><a shape="rect"
href="csv.html">CSV</a></li><li><a shape="rect"
href="edi.html">EDI</a></li><li><a shape="rect"
href="flatpack-dataformat.html">Flatpack DataFormat</a></li><li><a shape="rect"
href="univocity-parsers-formats.html">uniVocity-parsers
formats</a></li></ul></li></ul><ul><li>Domain specific marshalling<ul><li><a
shape="rect" href="hl7-dataformat.html">HL7
DataFormat</a></li></ul></li></ul><ul><li>Compression<ul><li><a shape="rect"
href="gzip-data-format.html">GZip data format</a></li><li><a shape="rect"
href="zip-dataformat.html">Zip DataFormat</a></li><li><a shape="rect"
href="zip-file-dataformat.html">Zip File DataFormat</a></li><li><a shape="rect"
href="lzf-data-format.html">LZF Data
Format</a></li></ul></li></ul><ul><li>Security<ul><li><a sha
pe="rect" href="crypto.html">Crypto</a></li><li><a shape="rect"
href="crypto.html">PGP</a></li><li><a shape="rect"
href="xmlsecurity-dataformat.html">XMLSecurity
DataFormat</a></li></ul></li></ul><ul><li>Misc.<ul><li><a shape="rect"
href="base64.html">Base64</a></li><li><a shape="rect"
href="custom-dataformat.html">Custom DataFormat</a> - to use your own custom
implementation</li><li><a shape="rect"
href="mime-multipart.html">MIME-Multipart</a></li><li><a shape="rect"
href="rss.html">RSS</a></li><li><a shape="rect"
href="tidymarkup.html">TidyMarkup</a></li><li><a shape="rect"
href="syslog.html">Syslog</a></li><li><a shape="rect"
href="ical.html">ICal</a></li><li><a shape="rect"
href="barcode-data-format.html">Barcode </a>- to read and generate barcodes
(QR-Code, PDF417, ...)</li></ul></li></ul></div>
</td>
<td valign="top">
<div class="navigation">
Modified: websites/production/camel/content/data-format.html
==============================================================================
--- websites/production/camel/content/data-format.html (original)
+++ websites/production/camel/content/data-format.html Wed Jan 27 21:30:46 2016
@@ -92,7 +92,7 @@
<p>The following data formats are currently supported:</p>
-<ul><li>Standard JVM object marshalling<ul><li><a shape="rect"
href="serialization.html">Serialization</a></li><li><a shape="rect"
href="string.html">String</a></li></ul></li></ul><ul><li>Object
marshalling<ul><li><a shape="rect" href="avro.html">Avro</a></li><li><a
shape="rect" href="boon.html">Boon</a></li><li><a shape="rect"
href="json.html">JSON</a></li><li><a shape="rect"
href="protobuf.html">Protobuf</a></li></ul></li></ul><ul><li>Object/XML
marshalling<ul><li><a shape="rect" href="castor.html">Castor</a></li><li><a
shape="rect" href="jaxb.html">JAXB</a></li><li><a shape="rect"
href="xmlbeans.html">XmlBeans</a></li><li><a shape="rect"
href="xstream.html">XStream</a></li><li><a shape="rect"
href="jibx.html">JiBX</a></li><li><a shape="rect"
href="jackson-xml.html">Jackson
XML</a></li></ul></li></ul><ul><li>Object/XML/Webservice marshalling<ul><li><a
shape="rect" href="soap.html">SOAP</a></li></ul></li></ul><ul><li>Direct JSON /
XML marshalling<ul><li><a shape="rect" href="xmljso
n.html">XmlJson</a></li></ul></li></ul><ul><li>Flat data structure
marshalling<ul><li><a shape="rect" href="beanio.html">BeanIO</a></li><li><a
shape="rect" href="bindy.html">Bindy</a></li><li><a shape="rect"
href="csv.html">CSV</a></li><li><a shape="rect"
href="edi.html">EDI</a></li><li><a shape="rect"
href="flatpack-dataformat.html">Flatpack DataFormat</a></li><li><a shape="rect"
href="univocity-parsers-formats.html">uniVocity-parsers
formats</a></li></ul></li></ul><ul><li>Domain specific marshalling<ul><li><a
shape="rect" href="hl7-dataformat.html">HL7
DataFormat</a></li></ul></li></ul><ul><li>Compression<ul><li><a shape="rect"
href="gzip-data-format.html">GZip data format</a></li><li><a shape="rect"
href="zip-dataformat.html">Zip DataFormat</a></li><li><a shape="rect"
href="zip-file-dataformat.html">Zip File
DataFormat</a></li></ul></li></ul><ul><li>Security<ul><li><a shape="rect"
href="crypto.html">Crypto</a></li><li><a shape="rect"
href="crypto.html">PGP</a></li><li><a shape="r
ect" href="xmlsecurity-dataformat.html">XMLSecurity
DataFormat</a></li></ul></li></ul><ul><li>Misc.<ul><li><a shape="rect"
href="base64.html">Base64</a></li><li><a shape="rect"
href="custom-dataformat.html">Custom DataFormat</a> - to use your own custom
implementation</li><li><a shape="rect"
href="mime-multipart.html">MIME-Multipart</a></li><li><a shape="rect"
href="rss.html">RSS</a></li><li><a shape="rect"
href="tidymarkup.html">TidyMarkup</a></li><li><a shape="rect"
href="syslog.html">Syslog</a></li><li><a shape="rect"
href="ical.html">ICal</a></li><li><a shape="rect"
href="barcode-data-format.html">Barcode </a>- to read and generate barcodes
(QR-Code, PDF417, ...)</li></ul></li></ul>
+<ul><li>Standard JVM object marshalling<ul><li><a shape="rect"
href="serialization.html">Serialization</a></li><li><a shape="rect"
href="string.html">String</a></li></ul></li></ul><ul><li>Object
marshalling<ul><li><a shape="rect" href="avro.html">Avro</a></li><li><a
shape="rect" href="boon.html">Boon</a></li><li><a shape="rect"
href="json.html">JSON</a></li><li><a shape="rect"
href="protobuf.html">Protobuf</a></li></ul></li></ul><ul><li>Object/XML
marshalling<ul><li><a shape="rect" href="castor.html">Castor</a></li><li><a
shape="rect" href="jaxb.html">JAXB</a></li><li><a shape="rect"
href="xmlbeans.html">XmlBeans</a></li><li><a shape="rect"
href="xstream.html">XStream</a></li><li><a shape="rect"
href="jibx.html">JiBX</a></li><li><a shape="rect"
href="jackson-xml.html">Jackson
XML</a></li></ul></li></ul><ul><li>Object/XML/Webservice marshalling<ul><li><a
shape="rect" href="soap.html">SOAP</a></li></ul></li></ul><ul><li>Direct JSON /
XML marshalling<ul><li><a shape="rect" href="xmljso
n.html">XmlJson</a></li></ul></li></ul><ul><li>Flat data structure
marshalling<ul><li><a shape="rect" href="beanio.html">BeanIO</a></li><li><a
shape="rect" href="bindy.html">Bindy</a></li><li><a shape="rect"
href="csv.html">CSV</a></li><li><a shape="rect"
href="edi.html">EDI</a></li><li><a shape="rect"
href="flatpack-dataformat.html">Flatpack DataFormat</a></li><li><a shape="rect"
href="univocity-parsers-formats.html">uniVocity-parsers
formats</a></li></ul></li></ul><ul><li>Domain specific marshalling<ul><li><a
shape="rect" href="hl7-dataformat.html">HL7
DataFormat</a></li></ul></li></ul><ul><li>Compression<ul><li><a shape="rect"
href="gzip-data-format.html">GZip data format</a></li><li><a shape="rect"
href="zip-dataformat.html">Zip DataFormat</a></li><li><a shape="rect"
href="zip-file-dataformat.html">Zip File DataFormat</a></li><li><a shape="rect"
href="lzf-data-format.html">LZF Data
Format</a></li></ul></li></ul><ul><li>Security<ul><li><a shape="rect"
href="crypto.html">Crypto</a
></li><li><a shape="rect" href="crypto.html">PGP</a></li><li><a shape="rect"
>href="xmlsecurity-dataformat.html">XMLSecurity
>DataFormat</a></li></ul></li></ul><ul><li>Misc.<ul><li><a shape="rect"
>href="base64.html">Base64</a></li><li><a shape="rect"
>href="custom-dataformat.html">Custom DataFormat</a> - to use your own custom
>implementation</li><li><a shape="rect"
>href="mime-multipart.html">MIME-Multipart</a></li><li><a shape="rect"
>href="rss.html">RSS</a></li><li><a shape="rect"
>href="tidymarkup.html">TidyMarkup</a></li><li><a shape="rect"
>href="syslog.html">Syslog</a></li><li><a shape="rect"
>href="ical.html">ICal</a></li><li><a shape="rect"
>href="barcode-data-format.html">Barcode </a>- to read and generate barcodes
>(QR-Code, PDF417, ...)</li></ul></li></ul>
<p>And related is the following:</p>
<ul class="alternate"><li><a shape="rect"
href="dataformat-component.html">DataFormat Component</a> for working with <a
shape="rect" href="data-format.html">Data Format</a>s as if it was a regular <a
shape="rect" href="component.html">Component</a> supporting <a shape="rect"
href="endpoint.html">Endpoint</a>s and <a shape="rect"
href="uris.html">URIs</a>.</li><li><a shape="rect"
href="dozer-type-conversion.html">Dozer Type Conversion</a> using Dozer for
type converting POJOs</li></ul>
Modified: websites/production/camel/content/download-archives.html
==============================================================================
--- websites/production/camel/content/download-archives.html (original)
+++ websites/production/camel/content/download-archives.html Wed Jan 27
21:30:46 2016
@@ -75,7 +75,7 @@
<tbody>
<tr>
<td valign="top" width="100%">
-<div class="wiki-content maincontent"><h2
id="DownloadArchives-Downloadarchives">Download archives</h2><p>You can use the
Apache Archives to download all the Camel releases.</p><ul
class="alternate"><li><a shape="rect" class="external-link"
href="http://archive.apache.org/dist/camel/apache-camel/">http://archive.apache.org/dist/camel/apache-camel/</a>
- All release since Camel became a top level Apache project</li><li><a
shape="rect" class="external-link"
href="http://archive.apache.org/dist/activemq/apache-camel/">http://archive.apache.org/dist/activemq/apache-camel/</a>
- For old 1.x releases when the Camel project was a sub-project of Apache
ActiveMQ</li></ul><div class="confluence-information-macro
confluence-information-macro-information"><p class="title">Downloading</p><span
class="aui-icon aui-icon-small aui-iconfont-info
confluence-information-macro-icon"></span><div
class="confluence-information-macro-body"><p>The links below contains the
release notes for all the Camel rel
ease. However if you want to download the release, you <strong>must</strong>
use the download archives, which is the two links above.</p></div></div><p>All
time Apache Camel releases notes:</p><p></p><ul class="childpages-macro"><li><a
shape="rect" href="camel-100-release.html">Camel 1.0.0 Release</a></li><li><a
shape="rect" href="camel-110-release.html">Camel 1.1.0 Release</a></li><li><a
shape="rect" href="camel-120-release.html">Camel 1.2.0 Release</a></li><li><a
shape="rect" href="camel-130-release.html">Camel 1.3.0 Release</a></li><li><a
shape="rect" href="camel-140-release.html">Camel 1.4.0 Release</a></li><li><a
shape="rect" href="camel-150-release.html">Camel 1.5.0 Release</a></li><li><a
shape="rect" href="camel-160-release.html">Camel 1.6.0 Release</a></li><li><a
shape="rect" href="camel-161-release.html">Camel 1.6.1 Release</a></li><li><a
shape="rect" href="camel-162-release.html">Camel 1.6.2 Release</a></li><li><a
shape="rect" href="camel-163-release.html">Camel 1.6.3 Rele
ase</a></li><li><a shape="rect" href="camel-164-release.html">Camel 1.6.4
Release</a></li><li><a shape="rect" href="camel-200-release.html">Camel 2.0.0
Release</a></li><li><a shape="rect" href="camel-20-m1-release.html">Camel
2.0-M1 Release</a></li><li><a shape="rect"
href="camel-20-m2-release.html">Camel 2.0-M2 Release</a></li><li><a
shape="rect" href="camel-20-m3-release.html">Camel 2.0-M3
Release</a></li><li><a shape="rect" href="camel-210-release.html">Camel 2.1.0
Release</a></li><li><a shape="rect" href="camel-220-release.html">Camel 2.2.0
Release</a></li><li><a shape="rect" href="camel-230-release.html">Camel 2.3.0
Release</a></li><li><a shape="rect" href="camel-240-release.html">Camel 2.4.0
Release</a></li><li><a shape="rect" href="camel-250-release.html">Camel 2.5.0
Release</a></li><li><a shape="rect" href="camel-260-release.html">Camel 2.6.0
Release</a></li><li><a shape="rect" href="camel-270-release.html">Camel 2.7.0
Release</a></li><li><a shape="rect" href="camel-271-rele
ase.html">Camel 2.7.1 Release</a></li><li><a shape="rect"
href="camel-272-release.html">Camel 2.7.2 Release</a></li><li><a shape="rect"
href="camel-273-release.html">Camel 2.7.3 Release</a></li><li><a shape="rect"
href="camel-274-release.html">Camel 2.7.4 Release</a></li><li><a shape="rect"
href="camel-275-release.html">Camel 2.7.5 Release</a></li><li><a shape="rect"
href="camel-280-release.html">Camel 2.8.0 Release</a></li><li><a shape="rect"
href="camel-281-release.html">Camel 2.8.1 Release</a></li><li><a shape="rect"
href="camel-282-release.html">Camel 2.8.2 Release</a></li><li><a shape="rect"
href="camel-283-release.html">Camel 2.8.3 Release</a></li><li><a shape="rect"
href="camel-284-release.html">Camel 2.8.4 Release</a></li><li><a shape="rect"
href="camel-285-release.html">Camel 2.8.5 Release</a></li><li><a shape="rect"
href="camel-286-release.html">Camel 2.8.6 Release</a></li><li><a shape="rect"
href="camel-290-release.html">Camel 2.9.0 Release</a></li><li><a shape="rect"
hre
f="camel-291-release.html">Camel 2.9.1 Release</a></li><li><a shape="rect"
href="camel-292-release.html">Camel 2.9.2 Release</a></li><li><a shape="rect"
href="camel-293-release.html">Camel 2.9.3 Release</a></li><li><a shape="rect"
href="camel-294-release.html">Camel 2.9.4 Release</a></li><li><a shape="rect"
href="camel-295-release.html">Camel 2.9.5 Release</a></li><li><a shape="rect"
href="camel-296-release.html">Camel 2.9.6 Release</a></li><li><a shape="rect"
href="camel-297-release.html">Camel 2.9.7 Release</a></li><li><a shape="rect"
href="camel-298-release.html">Camel 2.9.8 Release</a></li><li><a shape="rect"
href="camel-2100-release.html">Camel 2.10.0 Release</a></li><li><a shape="rect"
href="camel-2101-release.html">Camel 2.10.1 Release</a></li><li><a shape="rect"
href="camel-2102-release.html">Camel 2.10.2 Release</a></li><li><a shape="rect"
href="camel-2103-release.html">Camel 2.10.3 Release</a></li><li><a shape="rect"
href="camel-2104-release.html">Camel 2.10.4 Release</a><
/li><li><a shape="rect" href="camel-2105-release.html">Camel 2.10.5
Release</a></li><li><a shape="rect" href="camel-2106-release.html">Camel 2.10.6
Release</a></li><li><a shape="rect" href="camel-2107-release.html">Camel 2.10.7
Release</a></li><li><a shape="rect" href="camel-2110-release.html">Camel 2.11.0
Release</a></li><li><a shape="rect" href="camel-2111-release.html">Camel 2.11.1
Release</a></li><li><a shape="rect" href="camel-2112-release.html">Camel 2.11.2
release</a></li><li><a shape="rect" href="camel-2113-release.html">Camel 2.11.3
release</a></li><li><a shape="rect" href="camel-2114-release.html">Camel 2.11.4
Release</a></li><li><a shape="rect" href="camel-2120-release.html">Camel 2.12.0
Release</a></li><li><a shape="rect" href="camel-2121-release.html">Camel 2.12.1
Release</a></li><li><a shape="rect" href="camel-2122-release.html">Camel 2.12.2
Release</a></li><li><a shape="rect" href="camel-2123-release.html">Camel 2.12.3
Release</a></li><li><a shape="rect" href="camel-2
124-release.html">Camel 2.12.4 Release</a></li><li><a shape="rect"
href="camel-2125-release.html">Camel 2.12.5 Release</a></li><li><a shape="rect"
href="camel-2130-release.html">Camel 2.13.0 Release</a></li><li><a shape="rect"
href="camel-2131-release.html">Camel 2.13.1 Release</a></li><li><a shape="rect"
href="camel-2132-release.html">Camel 2.13.2 Release</a></li><li><a shape="rect"
href="camel-2133-release.html">Camel 2.13.3 Release</a></li><li><a shape="rect"
href="camel-2134-release.html">Camel 2.13.4 Release</a></li><li><a shape="rect"
href="camel-2140-release.html">Camel 2.14.0 Release</a></li><li><a shape="rect"
href="camel-2141-release.html">Camel 2.14.1 Release</a></li><li><a shape="rect"
href="camel-2142-release.html">Camel 2.14.2 Release</a></li><li><a shape="rect"
href="camel-2143-release.html">Camel 2.14.3 Release</a></li><li><a shape="rect"
href="camel-2144-release.html">Camel 2.14.4 Release</a></li><li><a shape="rect"
href="camel-2150-release.html">Camel 2.15.0 Releas
e</a></li><li><a shape="rect" href="camel-2151-release.html">Camel 2.15.1
Release</a></li><li><a shape="rect" href="camel-2152-release.html">Camel 2.15.2
Release</a></li><li><a shape="rect" href="camel-2153-release.html">Camel 2.15.3
Release</a></li><li><a shape="rect" href="camel-2154-release.html">Camel 2.15.4
Release</a></li><li><a shape="rect" href="camel-2155-release.html">Camel 2.15.5
Release</a></li><li><a shape="rect" href="camel-2160-release.html">Camel 2.16.0
Release</a></li><li><a shape="rect" href="camel-2161-release.html">Camel 2.16.1
Release</a></li><li><a shape="rect" href="download-archives.html">Download
Archives</a></li></ul></div>
+<div class="wiki-content maincontent"><h2
id="DownloadArchives-Downloadarchives">Download archives</h2><p>You can use the
Apache Archives to download all the Camel releases.</p><ul
class="alternate"><li><a shape="rect" class="external-link"
href="http://archive.apache.org/dist/camel/apache-camel/">http://archive.apache.org/dist/camel/apache-camel/</a>
- All release since Camel became a top level Apache project</li><li><a
shape="rect" class="external-link"
href="http://archive.apache.org/dist/activemq/apache-camel/">http://archive.apache.org/dist/activemq/apache-camel/</a>
- For old 1.x releases when the Camel project was a sub-project of Apache
ActiveMQ</li></ul><div class="confluence-information-macro
confluence-information-macro-information"><p class="title">Downloading</p><span
class="aui-icon aui-icon-small aui-iconfont-info
confluence-information-macro-icon"></span><div
class="confluence-information-macro-body"><p>The links below contains the
release notes for all the Camel rel
ease. However if you want to download the release, you <strong>must</strong>
use the download archives, which is the two links above.</p></div></div><p>All
time Apache Camel releases notes:</p><p></p><ul class="childpages-macro"><li><a
shape="rect" href="camel-100-release.html">Camel 1.0.0 Release</a></li><li><a
shape="rect" href="camel-110-release.html">Camel 1.1.0 Release</a></li><li><a
shape="rect" href="camel-120-release.html">Camel 1.2.0 Release</a></li><li><a
shape="rect" href="camel-130-release.html">Camel 1.3.0 Release</a></li><li><a
shape="rect" href="camel-140-release.html">Camel 1.4.0 Release</a></li><li><a
shape="rect" href="camel-150-release.html">Camel 1.5.0 Release</a></li><li><a
shape="rect" href="camel-160-release.html">Camel 1.6.0 Release</a></li><li><a
shape="rect" href="camel-161-release.html">Camel 1.6.1 Release</a></li><li><a
shape="rect" href="camel-162-release.html">Camel 1.6.2 Release</a></li><li><a
shape="rect" href="camel-163-release.html">Camel 1.6.3 Rele
ase</a></li><li><a shape="rect" href="camel-164-release.html">Camel 1.6.4
Release</a></li><li><a shape="rect" href="camel-200-release.html">Camel 2.0.0
Release</a></li><li><a shape="rect" href="camel-20-m1-release.html">Camel
2.0-M1 Release</a></li><li><a shape="rect"
href="camel-20-m2-release.html">Camel 2.0-M2 Release</a></li><li><a
shape="rect" href="camel-20-m3-release.html">Camel 2.0-M3
Release</a></li><li><a shape="rect" href="camel-210-release.html">Camel 2.1.0
Release</a></li><li><a shape="rect" href="camel-220-release.html">Camel 2.2.0
Release</a></li><li><a shape="rect" href="camel-230-release.html">Camel 2.3.0
Release</a></li><li><a shape="rect" href="camel-240-release.html">Camel 2.4.0
Release</a></li><li><a shape="rect" href="camel-250-release.html">Camel 2.5.0
Release</a></li><li><a shape="rect" href="camel-260-release.html">Camel 2.6.0
Release</a></li><li><a shape="rect" href="camel-270-release.html">Camel 2.7.0
Release</a></li><li><a shape="rect" href="camel-271-rele
ase.html">Camel 2.7.1 Release</a></li><li><a shape="rect"
href="camel-272-release.html">Camel 2.7.2 Release</a></li><li><a shape="rect"
href="camel-273-release.html">Camel 2.7.3 Release</a></li><li><a shape="rect"
href="camel-274-release.html">Camel 2.7.4 Release</a></li><li><a shape="rect"
href="camel-275-release.html">Camel 2.7.5 Release</a></li><li><a shape="rect"
href="camel-280-release.html">Camel 2.8.0 Release</a></li><li><a shape="rect"
href="camel-281-release.html">Camel 2.8.1 Release</a></li><li><a shape="rect"
href="camel-282-release.html">Camel 2.8.2 Release</a></li><li><a shape="rect"
href="camel-283-release.html">Camel 2.8.3 Release</a></li><li><a shape="rect"
href="camel-284-release.html">Camel 2.8.4 Release</a></li><li><a shape="rect"
href="camel-285-release.html">Camel 2.8.5 Release</a></li><li><a shape="rect"
href="camel-286-release.html">Camel 2.8.6 Release</a></li><li><a shape="rect"
href="camel-290-release.html">Camel 2.9.0 Release</a></li><li><a shape="rect"
hre
f="camel-291-release.html">Camel 2.9.1 Release</a></li><li><a shape="rect"
href="camel-292-release.html">Camel 2.9.2 Release</a></li><li><a shape="rect"
href="camel-293-release.html">Camel 2.9.3 Release</a></li><li><a shape="rect"
href="camel-294-release.html">Camel 2.9.4 Release</a></li><li><a shape="rect"
href="camel-295-release.html">Camel 2.9.5 Release</a></li><li><a shape="rect"
href="camel-296-release.html">Camel 2.9.6 Release</a></li><li><a shape="rect"
href="camel-297-release.html">Camel 2.9.7 Release</a></li><li><a shape="rect"
href="camel-298-release.html">Camel 2.9.8 Release</a></li><li><a shape="rect"
href="camel-2100-release.html">Camel 2.10.0 Release</a></li><li><a shape="rect"
href="camel-2101-release.html">Camel 2.10.1 Release</a></li><li><a shape="rect"
href="camel-2102-release.html">Camel 2.10.2 Release</a></li><li><a shape="rect"
href="camel-2103-release.html">Camel 2.10.3 Release</a></li><li><a shape="rect"
href="camel-2104-release.html">Camel 2.10.4 Release</a><
/li><li><a shape="rect" href="camel-2105-release.html">Camel 2.10.5
Release</a></li><li><a shape="rect" href="camel-2106-release.html">Camel 2.10.6
Release</a></li><li><a shape="rect" href="camel-2107-release.html">Camel 2.10.7
Release</a></li><li><a shape="rect" href="camel-2110-release.html">Camel 2.11.0
Release</a></li><li><a shape="rect" href="camel-2111-release.html">Camel 2.11.1
Release</a></li><li><a shape="rect" href="camel-2112-release.html">Camel 2.11.2
release</a></li><li><a shape="rect" href="camel-2113-release.html">Camel 2.11.3
release</a></li><li><a shape="rect" href="camel-2114-release.html">Camel 2.11.4
Release</a></li><li><a shape="rect" href="camel-2120-release.html">Camel 2.12.0
Release</a></li><li><a shape="rect" href="camel-2121-release.html">Camel 2.12.1
Release</a></li><li><a shape="rect" href="camel-2122-release.html">Camel 2.12.2
Release</a></li><li><a shape="rect" href="camel-2123-release.html">Camel 2.12.3
Release</a></li><li><a shape="rect" href="camel-2
124-release.html">Camel 2.12.4 Release</a></li><li><a shape="rect"
href="camel-2125-release.html">Camel 2.12.5 Release</a></li><li><a shape="rect"
href="camel-2130-release.html">Camel 2.13.0 Release</a></li><li><a shape="rect"
href="camel-2131-release.html">Camel 2.13.1 Release</a></li><li><a shape="rect"
href="camel-2132-release.html">Camel 2.13.2 Release</a></li><li><a shape="rect"
href="camel-2133-release.html">Camel 2.13.3 Release</a></li><li><a shape="rect"
href="camel-2134-release.html">Camel 2.13.4 Release</a></li><li><a shape="rect"
href="camel-2140-release.html">Camel 2.14.0 Release</a></li><li><a shape="rect"
href="camel-2141-release.html">Camel 2.14.1 Release</a></li><li><a shape="rect"
href="camel-2142-release.html">Camel 2.14.2 Release</a></li><li><a shape="rect"
href="camel-2143-release.html">Camel 2.14.3 Release</a></li><li><a shape="rect"
href="camel-2144-release.html">Camel 2.14.4 Release</a></li><li><a shape="rect"
href="camel-2150-release.html">Camel 2.15.0 Releas
e</a></li><li><a shape="rect" href="camel-2151-release.html">Camel 2.15.1
Release</a></li><li><a shape="rect" href="camel-2152-release.html">Camel 2.15.2
Release</a></li><li><a shape="rect" href="camel-2153-release.html">Camel 2.15.3
Release</a></li><li><a shape="rect" href="camel-2154-release.html">Camel 2.15.4
Release</a></li><li><a shape="rect" href="camel-2155-release.html">Camel 2.15.5
Release</a></li><li><a shape="rect" href="camel-2160-release.html">Camel 2.16.0
Release</a></li><li><a shape="rect" href="camel-2161-release.html">Camel 2.16.1
Release</a></li><li><a shape="rect" href="camel-2162-release.html">Camel 2.16.2
Release</a></li><li><a shape="rect" href="download-archives.html">Download
Archives</a></li></ul></div>
</td>
<td valign="top">
<div class="navigation">