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