You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2019/03/31 15:23:09 UTC

svn commit: r1042911 [17/48] - in /websites/production/camel/content: ./ 2007/08/17/ 2008/04/08/ 2008/04/28/ 2009/01/19/ 2009/10/26/ 2012/01/17/ 2012/03/01/ 2019/03/ 2019/03/31/

Modified: websites/production/camel/content/camel-250-release.html
==============================================================================
--- websites/production/camel/content/camel-250-release.html (original)
+++ websites/production/camel/content/camel-250-release.html Sun Mar 31 15:23:07 2019
@@ -88,21 +88,21 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h1 id="Camel2.5.0Release-Camel2.5.0release">Camel 2.5.0 release</h1><div class="conf-macro output-block" data-hasbody="true" data-macro-name="div" style="padding-right:20px;float:left;margin-left:-20px;">
+<div class="wiki-content maincontent"><h1 id="Camel2.5.0Release-Camel2.5.0release">Camel 2.5.0 release</h1><div class="conf-macro output-block" style="padding-right:20px;float:left;margin-left:-20px;" data-hasbody="true" data-macro-name="div">
 <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 class="conf-macro output-block" data-hasbody="false" data-macro-name="div" style="min-height:200px"> </div>
+<div class="conf-macro output-block" style="min-height:200px" data-hasbody="false" data-macro-name="div"> </div>
 
 
-<h2 id="Camel2.5.0Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 2.5.0 release which approx 300 issues resolved (new features, improvements and bug fixes such as...)</p><ul><li>Added <code>suspend/resume</code> operations to <a shape="rect" href="camelcontext.html">CamelContext</a> for <em>warm</em> restarts, or as the preferred way to temporary stop a running Camel application, and then later resume it. Those operations is also available in <a shape="rect" href="camel-jmx.html">JMX</a>.</li><li>Improved management of routes in <a shape="rect" href="camel-jmx.html">JMX</a>. You can now suspend/resume routes which support suspension. There is a new <code>removeRoute</code> to remove a route from <a shape="rect" href="camel-jmx.html">JMX</a>. Routes with <code>autoStartup=false</code> is now also listed in <a shape="rect" href="camel-jmx.html">JMX</a>, to allow you to start the routes manually.</li><li>The <a shape="rect" href="asynchronous-routing-engine.html">Asy
 nchronous Routing Engine</a> allows to be forced into synchronous mode for certain components, by specifying <code>synchronous=true</code> in the endpoint uri.</li><li><a shape="rect" href="ftp2.html">FTP</a> now supports MSV file systems. The ftp consumer will now traverse the directory structure using a <code>cd &lt;dir&gt;, list files in cur dir</code> pattern, as opposed to a <code>list files &lt;dir&gt;</code> style.</li><li><a shape="rect" href="ftp2.html">FTP</a> improved support for consuming using absolute paths.</li><li>Fixed issue with using multiple <a shape="rect" href="http.html">HTTP</a> endpoints with the only difference being <code>httpClient</code> parameters.</li><li>Fixed issue with <a shape="rect" href="stream-caching.html">Stream caching</a> and deleting temporary files on Windows.</li><li>Server thread pool settings can be configured on <a shape="rect" href="jetty.html">Jetty</a> component.</li><li>Easier to configure general HTTP/SSL socket connector properti
 es 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 List</a>, <a shape="rect" href="splitter.html">Splitter</a> and <a shape="rect" href="multicast.html">Multicast</a> EIPs when running in parallel mode.</li><li>Added support for 3rd part <a shape="rect" href="uuidgenerator.html">UuidGenerator</a>.</li><li>Reverted back to use ActiveMQ <a shape="rect" href="uuidgenerator.htm
 l">UuidGenerator</a> as default generator. Its faster than the previous <code>JavaUuidGenerator</code>, especially in high concurrent systems.</li><li><a shape="rect" href="velocity.html">Velocity</a> can now find template files from filesystem/classpath when referring to them from other templates.</li><li>Fixed issue with multiple <a shape="rect" href="camelcontext.html">CamelContext</a> using same id being mixed as single <a shape="rect" href="camelcontext.html">CamelContext</a> in <a shape="rect" href="camel-jmx.html">JMX</a>. Camel now fails to start if existing <a shape="rect" href="camelcontext.html">CamelContext</a> already have been registered in the MBeanServer.</li><li>The <a shape="rect" href="message-filter.html">Message Filter</a> EIP now stores a property on the <a shape="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</c
 ode> endpoint. This makes it easier to support <a shape="rect" href="dynamic-router.html">Dynamic Router</a> where small pieces of logic must be executed as well.</li><li>Added <code>charset</code> option on the <a shape="rect" href="file2.html">File</a>, <a shape="rect" href="ftp2.html">FTP</a> endpoint which dictates the encoding to use.</li><li><a shape="rect" href="cxf.html">CXF</a> consumer and <a shape="rect" href="cxfrs.html">CXFRS</a> consumer will try to leverage CXF continuation API to call the camel process asynchronous API if it is possible, and you can turn it off by setting the <code>synchronous</code> option to <code>true</code>.</li><li><a shape="rect" href="cxf-bean-component.html">CXF Bean Component</a> now supports using customer providers configured by the <code>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="on
 completion.html">OnCompletion</a> beforehand. For example when using a <a shape="rect" href="file2.html">File</a> endpoint and having set <code>delete=true</code>, which now causes the file to be deleted.</li><li>Fixed <a shape="rect" href="hawtdb.html">HawtDB</a> not working in OSGi</li><li>Fixed dependency injection between <code>&lt;bean&gt;</code> and <code>&lt;camelContext&gt;</code>, making it work as it did with Spring 2.5 when using Spring 3.0 instead. The <code>&lt;bean&gt;</code> will be dependency injected before the <code>&lt;camelContext&gt;</code>.</li><li>Optimized <a shape="rect" href="type-converter.html">Type Converter</a> when using <a shape="rect" href="jetty.html">Jetty</a> routing and/or conversions to <code>String</code> types which will fallback and lookup <code>PropertyEditor</code> editors.</li><li>Added <code>LimitedPollingConsumerPollStrategy</code> for <a shape="rect" href="polling-consumer.html">Polling Consumer</a>s as a limited strategy which suspends
  consumers which causes consecutive failures. For example to avoid a faulty consumer to spam logs etc. Uses a limit of 3.</li><li>Fixed <a shape="rect" href="jetty.html">Jetty</a> sending back HTTP headers using keys is lower-case. Not it preserves the case of the keys, so it can be mixed case.</li><li>Added $simple{ } as alternative syntax for tokens in the <a shape="rect" href="simple.html">Simple</a> language to avoid clashing when using Springs <code>PropertyPlaceholderConfigurer</code>. See example at the <a shape="rect" href="file2.html">File</a> language page.</li><li>Added <code>discardOnCompletionTimeout</code> option to <a shape="rect" href="aggregator2.html">Aggregator</a></li><li>Fixed concurrency issue when using predicates using binary operators such as <code>isEqualTo</code>.</li><li>Total overhaul of the <a shape="rect" href="quickfix.html">Quickfix</a> component. Thanks to the <a shape="rect" class="external-link" href="http://www.quickfixj.org/" rel="nofollow">Quic
 kFIX/J</a> community for help.</li><li><a shape="rect" href="cxfrs.html">CXFRS</a> producer now leverages fallback type converter which means its much easier for end users to grab the response body in a type they want.</li><li><a shape="rect" href="mail.html">Mail</a> component now supports specifying emails using <code>"Ibsen, Claus" &lt;davsclaus@apache.org&gt;</code> style.</li><li>Fixed issue with <a shape="rect" href="ftp2.html">FTP</a> which could cause the polling to stop without any hint in the logs why.</li><li>Added <code>publishedEndpointUrl</code> option into the <a shape="rect" href="cxf.html">CXF</a> component.</li><li><code>DefaultPackageScanClassResolver</code> supports to configure the url schemes by using Spring configuration. To cater for Server's using custom classloader schemes in URLs.</li><li>Added option <code>lazyLoadTypeConverters</code> to <a shape="rect" href="camelcontext.html">CamelContext</a> to configure if type converters should be loaded lazy or on 
 startup (default).</li></ul><h3 id="Camel2.5.0Release-New">New <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></h3><ul><li><a shape="rect" href="dynamic-router.html">Dynamic Router</a> is now available in the <a shape="rect" href="dsl.html">DSL</a> as well.</li></ul><h3 id="Camel2.5.0Release-New.1">New <a shape="rect" href="components.html">Components</a></h3><ul><li><a shape="rect" href="db4o.html">Db4o</a></li><li><a shape="rect" href="language.html">Language</a></li><li><a shape="rect" href="jasypt.html">Jasypt</a></li><li><a shape="rect" href="shiro-security.html">Shiro Security</a></li><li><a shape="rect" href="sip.html">Sip</a></li><li><a shape="rect" href="quickfix.html">Quickfix</a> (total overhauled)</li></ul><h3 id="Camel2.5.0Release-NewDSL">New DSL</h3><ul><li><a shape="rect" href="dynamic-router.html">Dynamic Router</a></li></ul><h3 id="Camel2.5.0Release-NewAnnotations">New Annotations</h3><ul><li><code>@DynamicRouter</code
 ></li></ul><h3 id="Camel2.5.0Release-NewDataFormats">New <a shape="rect" href="data-format.html">Data Formats</a></h3><h3 id="Camel2.5.0Release-New.2">New <a shape="rect" href="languages.html">Languages</a></h3><h3 id="Camel2.5.0Release-New.3">New <a shape="rect" href="examples.html">Examples</a></h3><ul><li><code>camel-example-reportincident-ws-security-osgi</code></li><li><a shape="rect" href="cxf-proxy-example.html">CXF Proxy Example</a></li><li><a shape="rect" href="cxf-tomcat-example.html">CXF Tomcat Example</a></li></ul><h3 id="Camel2.5.0Release-New.4">New <a shape="rect" href="tutorials.html">Tutorials</a></h3><h2 id="Camel2.5.0Release-APIbreaking">API breaking</h2><ul><li>Some methods on the <a shape="rect" href="file2.html">File</a> and <a shape="rect" href="ftp2.html">FTP</a> endpoint/producer has been promoted from <code>protected</code> to <code>public</code> to make it easy from Java code to re-use the functionally of those methods, without using it as a Camel component
 . Such as when you want to communicate with a FTP server using the API from the <code>RemoteFileOperations</code>.</li><li>Added <code>changeToParentDirectory</code> method to <code>GenericFileOperations</code>.</li></ul><h2 id="Camel2.5.0Release-KnownIssues">Known Issues</h2><ul><li>The <a shape="rect" href="tracer.html">Tracer</a> may not output all details for some situations such as when using <code>onCompletion</code> or <code>intercept</code> etc.</li><li>Not all <a shape="rect" href="examples.html">Examples</a> have ANT build.xml files to run the example using ANT.</li><li>Project cannot be fully build using Maven 3.0</li><li>One may encounter build errors in camel-ftp with java versions older than "1.5.0_24"</li><li>Dozer does not work in OSGi</li><li><code>camel-blueprint</code> is not fully feature complete (such as @Producer, @Consume is not supported)</li><li><code>camel-blueprint</code> using &lt;package&gt; scan does not work</li><li>Setting a custom TaskExecutor on <a
  shape="rect" href="jms.html">JMS</a> component using Spring 2.5 does not work as <code>camel-jms</code> is compiled against Spring 3.0. See more at <a shape="rect" class="external-link" href="https://issues.apache.org/activemq/browse/CAMEL-3286">CAMEL-3286</a></li><li><code>markRollbackOnlyLast</code> doesn't remove caused exception, which may affect outer transaction to rollback as well. Likewise the logging of <code>TransactionErrorHandler</code> may log the inner transaction as being committed, when it was in fact rolled back.</li><li><a shape="rect" href="splitter.html">Splitter</a> using <code>parallelProcessing</code> may use a lot of memory during processing, see <a shape="rect" class="external-link" href="https://issues.apache.org/jira/browse/CAMEL-3497">CAMEL-3497</a></li></ul><h2 id="Camel2.5.0Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><ul><li>Support for <a shape="rect" href="jms.html">JMS</a> API 1.0.2 has been remo
 ved.</li><li>The <code>stopRoute</code> method on <code>CamelContext</code> now leverages <a shape="rect" href="graceful-shutdown.html">Graceful Shutdown</a> when stopping. This is more intuitive to stop routes in a graceful and safe manner. You can the stop method with a timeout if you want to force stopping, which was the old behavior.</li><li>The <a shape="rect" href="web-console.html">Web Console</a> now requires JDK 1.6 as minimum to run.</li><li>The artifacts <code>camel-core-tests.jar</code> and <code>camel-spring-tests.jar</code> has been <strong>deprecated</strong> and will be removed in a future release. You should always only use the <code>camel-test.jar</code> if you want to use the Camel Test Kit.</li><li>Camel will now fail to startup if an existing CamelContext has been registered in JMX with the same id.</li><li>If you did not set a id on <code>&lt;camelContext&gt;</code> it would have defaulted to <code>camelContext</code>. This has been changed to be the auto assig
 ned 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 a
 ccessible in the cloud.</li><li>If you use the <a shape="rect" href="ftp2.html">FTP</a> component (consumers) make sure to test it throughly as it has changed how it traverse the file structure.</li><li>Upgraded to Spring 3.0.4</li><li>Upgraded to CXF 2.2.11</li></ul><h2 id="Camel2.5.0Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.5.0Release-BinaryDistributions">Binary Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Windows Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0.zip">apache-
 camel-2.5.0.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0.zip.asc">apache-camel-2.5.0.zip.asc</a></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Unix/Linux/Cygwin Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0.tar.gz">apache-camel-2.5.0.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0.tar.gz.asc">apache-camel-2.5.0.tar.gz.asc</a></p></td></tr></tbody></table></div><div class="confluence-information-macro confluence-information-macro-information conf-macro output-block" data-hasbody="true" data-macro-name="info"><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="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="confluenceT
 d"><p>Source for Windows</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0-src.zip">apache-camel-2.5.0-src.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0-src.zip.asc">apache-camel-2.5.0-src.zip.asc</a></p></td></tr></tbody></table></div><div class="table-wrap"><table class="confluenceTable"><tbody><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Source for Unix/Linux/Cygwin</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0-src.tar.gz">apache-camel-2.5.0-src.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.
 apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0-src.tar.gz.asc">apache-camel-2.5.0-src.tar.gz.asc</a></p></td></tr></tbody></table></div><h3 id="Camel2.5.0Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3><p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p><div class="code panel pdl conf-macro output-block" data-hasbody="true" data-macro-name="code" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<h2 id="Camel2.5.0Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 2.5.0 release which approx 300 issues resolved (new features, improvements and bug fixes such as...)</p><ul><li>Added <code>suspend/resume</code> operations to <a shape="rect" href="camelcontext.html">CamelContext</a> for <em>warm</em> restarts, or as the preferred way to temporary stop a running Camel application, and then later resume it. Those operations is also available in <a shape="rect" href="camel-jmx.html">JMX</a>.</li><li>Improved management of routes in <a shape="rect" href="camel-jmx.html">JMX</a>. You can now suspend/resume routes which support suspension. There is a new <code>removeRoute</code> to remove a route from <a shape="rect" href="camel-jmx.html">JMX</a>. Routes with <code>autoStartup=false</code> is now also listed in <a shape="rect" href="camel-jmx.html">JMX</a>, to allow you to start the routes manually.</li><li>The <a shape="rect" href="asynchronous-routing-engine.html">Asy
 nchronous Routing Engine</a> allows to be forced into synchronous mode for certain components, by specifying <code>synchronous=true</code> in the endpoint uri.</li><li><a shape="rect" href="ftp2.html">FTP</a> now supports MSV file systems. The ftp consumer will now traverse the directory structure using a <code>cd &lt;dir&gt;, list files in cur dir</code> pattern, as opposed to a <code>list files &lt;dir&gt;</code> style.</li><li><a shape="rect" href="ftp2.html">FTP</a> improved support for consuming using absolute paths.</li><li>Fixed issue with using multiple <a shape="rect" href="http.html">HTTP</a> endpoints with the only difference being <code>httpClient</code> parameters.</li><li>Fixed issue with <a shape="rect" href="stream-caching.html">Stream caching</a> and deleting temporary files on Windows.</li><li>Server thread pool settings can be configured on <a shape="rect" href="jetty.html">Jetty</a> component.</li><li>Easier to configure general HTTP/SSL socket connector properti
 es 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 List</a>, <a shape="rect" href="splitter.html">Splitter</a> and <a shape="rect" href="multicast.html">Multicast</a> EIPs when running in parallel mode.</li><li>Added support for 3rd part <a shape="rect" href="uuidgenerator.html">UuidGenerator</a>.</li><li>Reverted back to use ActiveMQ <a shape="rect" href="uuidgenerator.htm
 l">UuidGenerator</a> as default generator. Its faster than the previous <code>JavaUuidGenerator</code>, especially in high concurrent systems.</li><li><a shape="rect" href="velocity.html">Velocity</a> can now find template files from filesystem/classpath when referring to them from other templates.</li><li>Fixed issue with multiple <a shape="rect" href="camelcontext.html">CamelContext</a> using same id being mixed as single <a shape="rect" href="camelcontext.html">CamelContext</a> in <a shape="rect" href="camel-jmx.html">JMX</a>. Camel now fails to start if existing <a shape="rect" href="camelcontext.html">CamelContext</a> already have been registered in the MBeanServer.</li><li>The <a shape="rect" href="message-filter.html">Message Filter</a> EIP now stores a property on the <a shape="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</c
 ode> endpoint. This makes it easier to support <a shape="rect" href="dynamic-router.html">Dynamic Router</a> where small pieces of logic must be executed as well.</li><li>Added <code>charset</code> option on the <a shape="rect" href="file2.html">File</a>, <a shape="rect" href="ftp2.html">FTP</a> endpoint which dictates the encoding to use.</li><li><a shape="rect" href="cxf.html">CXF</a> consumer and <a shape="rect" href="cxfrs.html">CXFRS</a> consumer will try to leverage CXF continuation API to call the camel process asynchronous API if it is possible, and you can turn it off by setting the <code>synchronous</code> option to <code>true</code>.</li><li><a shape="rect" href="cxf-bean-component.html">CXF Bean Component</a> now supports using customer providers configured by the <code>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="on
 completion.html">OnCompletion</a> beforehand. For example when using a <a shape="rect" href="file2.html">File</a> endpoint and having set <code>delete=true</code>, which now causes the file to be deleted.</li><li>Fixed <a shape="rect" href="hawtdb.html">HawtDB</a> not working in OSGi</li><li>Fixed dependency injection between <code>&lt;bean&gt;</code> and <code>&lt;camelContext&gt;</code>, making it work as it did with Spring 2.5 when using Spring 3.0 instead. The <code>&lt;bean&gt;</code> will be dependency injected before the <code>&lt;camelContext&gt;</code>.</li><li>Optimized <a shape="rect" href="type-converter.html">Type Converter</a> when using <a shape="rect" href="jetty.html">Jetty</a> routing and/or conversions to <code>String</code> types which will fallback and lookup <code>PropertyEditor</code> editors.</li><li>Added <code>LimitedPollingConsumerPollStrategy</code> for <a shape="rect" href="polling-consumer.html">Polling Consumer</a>s as a limited strategy which suspends
  consumers which causes consecutive failures. For example to avoid a faulty consumer to spam logs etc. Uses a limit of 3.</li><li>Fixed <a shape="rect" href="jetty.html">Jetty</a> sending back HTTP headers using keys is lower-case. Not it preserves the case of the keys, so it can be mixed case.</li><li>Added $simple{ } as alternative syntax for tokens in the <a shape="rect" href="simple.html">Simple</a> language to avoid clashing when using Springs <code>PropertyPlaceholderConfigurer</code>. See example at the <a shape="rect" href="file2.html">File</a> language page.</li><li>Added <code>discardOnCompletionTimeout</code> option to <a shape="rect" href="aggregator2.html">Aggregator</a></li><li>Fixed concurrency issue when using predicates using binary operators such as <code>isEqualTo</code>.</li><li>Total overhaul of the <a shape="rect" href="quickfix.html">Quickfix</a> component. Thanks to the <a shape="rect" class="external-link" href="http://www.quickfixj.org/" rel="nofollow">Quic
 kFIX/J</a> community for help.</li><li><a shape="rect" href="cxfrs.html">CXFRS</a> producer now leverages fallback type converter which means its much easier for end users to grab the response body in a type they want.</li><li><a shape="rect" href="mail.html">Mail</a> component now supports specifying emails using <code>"Ibsen, Claus" &lt;davsclaus@apache.org&gt;</code> style.</li><li>Fixed issue with <a shape="rect" href="ftp2.html">FTP</a> which could cause the polling to stop without any hint in the logs why.</li><li>Added <code>publishedEndpointUrl</code> option into the <a shape="rect" href="cxf.html">CXF</a> component.</li><li><code>DefaultPackageScanClassResolver</code> supports to configure the url schemes by using Spring configuration. To cater for Server's using custom classloader schemes in URLs.</li><li>Added option <code>lazyLoadTypeConverters</code> to <a shape="rect" href="camelcontext.html">CamelContext</a> to configure if type converters should be loaded lazy or on 
 startup (default).</li></ul><h3 id="Camel2.5.0Release-New">New <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></h3><ul><li><a shape="rect" href="dynamic-router.html">Dynamic Router</a> is now available in the <a shape="rect" href="dsl.html">DSL</a> as well.</li></ul><h3 id="Camel2.5.0Release-New.1">New <a shape="rect" href="components.html">Components</a></h3><ul><li><a shape="rect" href="db4o.html">Db4o</a></li><li><a shape="rect" href="language.html">Language</a></li><li><a shape="rect" href="jasypt.html">Jasypt</a></li><li><a shape="rect" href="shiro-security.html">Shiro Security</a></li><li><a shape="rect" href="sip.html">Sip</a></li><li><a shape="rect" href="quickfix.html">Quickfix</a> (total overhauled)</li></ul><h3 id="Camel2.5.0Release-NewDSL">New DSL</h3><ul><li><a shape="rect" href="dynamic-router.html">Dynamic Router</a></li></ul><h3 id="Camel2.5.0Release-NewAnnotations">New Annotations</h3><ul><li><code>@DynamicRouter</code
 ></li></ul><h3 id="Camel2.5.0Release-NewDataFormats">New <a shape="rect" href="data-format.html">Data Formats</a></h3><h3 id="Camel2.5.0Release-New.2">New <a shape="rect" href="languages.html">Languages</a></h3><h3 id="Camel2.5.0Release-New.3">New <a shape="rect" href="examples.html">Examples</a></h3><ul><li><code>camel-example-reportincident-ws-security-osgi</code></li><li><a shape="rect" href="cxf-proxy-example.html">CXF Proxy Example</a></li><li><a shape="rect" href="cxf-tomcat-example.html">CXF Tomcat Example</a></li></ul><h3 id="Camel2.5.0Release-New.4">New <a shape="rect" href="tutorials.html">Tutorials</a></h3><h2 id="Camel2.5.0Release-APIbreaking">API breaking</h2><ul><li>Some methods on the <a shape="rect" href="file2.html">File</a> and <a shape="rect" href="ftp2.html">FTP</a> endpoint/producer has been promoted from <code>protected</code> to <code>public</code> to make it easy from Java code to re-use the functionally of those methods, without using it as a Camel component
 . Such as when you want to communicate with a FTP server using the API from the <code>RemoteFileOperations</code>.</li><li>Added <code>changeToParentDirectory</code> method to <code>GenericFileOperations</code>.</li></ul><h2 id="Camel2.5.0Release-KnownIssues">Known Issues</h2><ul><li>The <a shape="rect" href="tracer.html">Tracer</a> may not output all details for some situations such as when using <code>onCompletion</code> or <code>intercept</code> etc.</li><li>Not all <a shape="rect" href="examples.html">Examples</a> have ANT build.xml files to run the example using ANT.</li><li>Project cannot be fully build using Maven 3.0</li><li>One may encounter build errors in camel-ftp with java versions older than "1.5.0_24"</li><li>Dozer does not work in OSGi</li><li><code>camel-blueprint</code> is not fully feature complete (such as @Producer, @Consume is not supported)</li><li><code>camel-blueprint</code> using &lt;package&gt; scan does not work</li><li>Setting a custom TaskExecutor on <a
  shape="rect" href="jms.html">JMS</a> component using Spring 2.5 does not work as <code>camel-jms</code> is compiled against Spring 3.0. See more at <a shape="rect" class="external-link" href="https://issues.apache.org/activemq/browse/CAMEL-3286">CAMEL-3286</a></li><li><code>markRollbackOnlyLast</code> doesn't remove caused exception, which may affect outer transaction to rollback as well. Likewise the logging of <code>TransactionErrorHandler</code> may log the inner transaction as being committed, when it was in fact rolled back.</li><li><a shape="rect" href="splitter.html">Splitter</a> using <code>parallelProcessing</code> may use a lot of memory during processing, see <a shape="rect" class="external-link" href="https://issues.apache.org/jira/browse/CAMEL-3497">CAMEL-3497</a></li></ul><h2 id="Camel2.5.0Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><ul><li>Support for <a shape="rect" href="jms.html">JMS</a> API 1.0.2 has been remo
 ved.</li><li>The <code>stopRoute</code> method on <code>CamelContext</code> now leverages <a shape="rect" href="graceful-shutdown.html">Graceful Shutdown</a> when stopping. This is more intuitive to stop routes in a graceful and safe manner. You can the stop method with a timeout if you want to force stopping, which was the old behavior.</li><li>The <a shape="rect" href="web-console.html">Web Console</a> now requires JDK 1.6 as minimum to run.</li><li>The artifacts <code>camel-core-tests.jar</code> and <code>camel-spring-tests.jar</code> has been <strong>deprecated</strong> and will be removed in a future release. You should always only use the <code>camel-test.jar</code> if you want to use the Camel Test Kit.</li><li>Camel will now fail to startup if an existing CamelContext has been registered in JMX with the same id.</li><li>If you did not set a id on <code>&lt;camelContext&gt;</code> it would have defaulted to <code>camelContext</code>. This has been changed to be the auto assig
 ned 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 a
 ccessible in the cloud.</li><li>If you use the <a shape="rect" href="ftp2.html">FTP</a> component (consumers) make sure to test it throughly as it has changed how it traverse the file structure.</li><li>Upgraded to Spring 3.0.4</li><li>Upgraded to CXF 2.2.11</li></ul><h2 id="Camel2.5.0Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.5.0Release-BinaryDistributions">Binary Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Windows Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0.zip">apache-
 camel-2.5.0.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0.zip.asc">apache-camel-2.5.0.zip.asc</a></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Unix/Linux/Cygwin Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0.tar.gz">apache-camel-2.5.0.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0.tar.gz.asc">apache-camel-2.5.0.tar.gz.asc</a></p></td></tr></tbody></table></div><div class="confluence-information-macro confluence-information-macro-information conf-macro output-block" data-hasbody="true" data-macro-name="info"><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="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="confluenceT
 d"><p>Source for Windows</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0-src.zip">apache-camel-2.5.0-src.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0-src.zip.asc">apache-camel-2.5.0-src.zip.asc</a></p></td></tr></tbody></table></div><div class="table-wrap"><table class="confluenceTable"><tbody><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Source for Unix/Linux/Cygwin</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0-src.tar.gz">apache-camel-2.5.0-src.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.
 apache.org/dist/camel/apache-camel/2.5.0/apache-camel-2.5.0-src.tar.gz.asc">apache-camel-2.5.0-src.tar.gz.asc</a></p></td></tr></tbody></table></div><h3 id="Camel2.5.0Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3><p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p><div class="code panel pdl conf-macro output-block" style="border-width: 1px;" data-hasbody="true" data-macro-name="code"><div class="codeContent panelContent pdl">
 <pre class="syntaxhighlighter-pre" data-syntaxhighlighter-params="brush: java; gutter: false; theme: Default" data-theme="Default">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
   &lt;artifactId&gt;camel-core&lt;/artifactId&gt;
   &lt;version&gt;2.5.0&lt;/version&gt;
 &lt;/dependency&gt;
 </pre>
-</div></div><h3 id="Camel2.5.0Release-SVNTagCheckout">SVN Tag Checkout</h3><div class="code panel pdl conf-macro output-block" data-hasbody="true" data-macro-name="code" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><h3 id="Camel2.5.0Release-SVNTagCheckout">SVN Tag Checkout</h3><div class="code panel pdl conf-macro output-block" style="border-width: 1px;" data-hasbody="true" data-macro-name="code"><div class="codeContent panelContent pdl">
 <pre class="syntaxhighlighter-pre" data-syntaxhighlighter-params="brush: java; gutter: false; theme: Default" data-theme="Default">svn co http://svn.apache.org/repos/asf/camel/tags/camel-2.5.0
 </pre>
 </div></div><h2 id="Camel2.5.0Release-Changelog">Changelog</h2><p>For a more detailed view of new features and bug fixes, see:</p><ul><li><a shape="rect" class="external-link" href="http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;styleName=Html&amp;version=12315689">JIRA Release notes for 2.5.0</a></li></ul></div>

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 Sun Mar 31 15:23:07 2019
@@ -88,21 +88,21 @@
 	<tbody>
         <tr>
         <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 class="conf-macro output-block" data-hasbody="true" data-macro-name="div" style="padding-right:20px;float:left;margin-left:-20px;">
+<div class="wiki-content maincontent"><h1 id="Camel2.7.4Release-Camel2.7.4release">Camel 2.7.4 release</h1><div class="conf-macro output-block" style="padding-right:20px;float:left;margin-left:-20px;" data-hasbody="true" data-macro-name="div">
 <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 class="conf-macro output-block" data-hasbody="false" data-macro-name="div" style="min-height:200px"> </div>
+<div class="conf-macro output-block" style="min-height:200px" data-hasbody="false" data-macro-name="div"> </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.4Re
 lease-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" clas
 s="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 conf-macro output-block" data-hasbody="true" data-macro-name="info"><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 conf-macro output-block" data-hasbody="true" data-macro-name="code" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<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.4Re
 lease-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" clas
 s="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 conf-macro output-block" data-hasbody="true" data-macro-name="info"><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 conf-macro output-block" style="border-width: 1px;" data-hasbody="true" data-macro-name="code"><div class="codeContent panelContent pdl">
 <pre class="syntaxhighlighter-pre" data-syntaxhighlighter-params="brush: java; gutter: false; theme: Default" data-theme="Default">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
   &lt;artifactId&gt;camel-core&lt;/artifactId&gt;
   &lt;version&gt;2.7.4&lt;/version&gt;
 &lt;/dependency&gt;
 </pre>
-</div></div><h3 id="Camel2.7.4Release-SVNTagCheckout">SVN Tag Checkout</h3><div class="code panel pdl conf-macro output-block" data-hasbody="true" data-macro-name="code" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><h3 id="Camel2.7.4Release-SVNTagCheckout">SVN Tag Checkout</h3><div class="code panel pdl conf-macro output-block" style="border-width: 1px;" data-hasbody="true" data-macro-name="code"><div class="codeContent panelContent pdl">
 <pre class="syntaxhighlighter-pre" data-syntaxhighlighter-params="brush: java; gutter: false; theme: Default" data-theme="Default">svn co http://svn.apache.org/repos/asf/camel/tags/camel-2.7.4
 </pre>
 </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&amp;version=12317151&amp;styleName=Html">release notes for 2.7.4</a></li></ul></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 Sun Mar 31 15:23:07 2019
@@ -88,21 +88,21 @@
 	<tbody>
         <tr>
         <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 class="conf-macro output-block" data-hasbody="true" data-macro-name="div" style="padding-right:20px;float:left;margin-left:-20px;">
+<div class="wiki-content maincontent"><h1 id="Camel2.7.5Release-Camel2.7.5release">Camel 2.7.5 release</h1><div class="conf-macro output-block" style="padding-right:20px;float:left;margin-left:-20px;" data-hasbody="true" data-macro-name="div">
 <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 class="conf-macro output-block" data-hasbody="false" data-macro-name="div" style="min-height:200px"> </div>
+<div class="conf-macro output-block" style="min-height:200px" data-hasbody="false" data-macro-name="div"> </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.5Re
 lease-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" clas
 s="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 conf-macro output-block" data-hasbody="true" data-macro-name="info"><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 conf-macro output-block" data-hasbody="true" data-macro-name="code" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<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.5Re
 lease-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" clas
 s="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 conf-macro output-block" data-hasbody="true" data-macro-name="info"><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 conf-macro output-block" style="border-width: 1px;" data-hasbody="true" data-macro-name="code"><div class="codeContent panelContent pdl">
 <pre class="syntaxhighlighter-pre" data-syntaxhighlighter-params="brush: java; gutter: false; theme: Default" data-theme="Default">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
   &lt;artifactId&gt;camel-core&lt;/artifactId&gt;
   &lt;version&gt;2.7.5&lt;/version&gt;
 &lt;/dependency&gt;
 </pre>
-</div></div><h3 id="Camel2.7.5Release-SVNTagCheckout">SVN Tag Checkout</h3><div class="code panel pdl conf-macro output-block" data-hasbody="true" data-macro-name="code" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><h3 id="Camel2.7.5Release-SVNTagCheckout">SVN Tag Checkout</h3><div class="code panel pdl conf-macro output-block" style="border-width: 1px;" data-hasbody="true" data-macro-name="code"><div class="codeContent panelContent pdl">
 <pre class="syntaxhighlighter-pre" data-syntaxhighlighter-params="brush: java; gutter: false; theme: Default" data-theme="Default">svn co http://svn.apache.org/repos/asf/camel/tags/camel-2.7.5
 </pre>
 </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&amp;version=12318648&amp;styleName=Html">release notes for 2.7.5</a></li></ul></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 Sun Mar 31 15:23:07 2019
@@ -88,21 +88,21 @@
 	<tbody>
         <tr>
         <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 class="conf-macro output-block" data-hasbody="true" data-macro-name="div" style="padding-right:20px;float:left;margin-left:-20px;">
+<div class="wiki-content maincontent"><h1 id="Camel2.8.1Release-Camel2.8.1release">Camel 2.8.1 release</h1><div class="conf-macro output-block" style="padding-right:20px;float:left;margin-left:-20px;" data-hasbody="true" data-macro-name="div">
 <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 class="conf-macro output-block" data-hasbody="false" data-macro-name="div" style="min-height:200px"> </div>
+<div class="conf-macro output-block" style="min-height:200px" data-hasbody="false" data-macro-name="div"> </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&amp;&amp;version=12317152">JIRA tickets</a></p><h2 id="Camel2.8.1Release-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.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 Rele
 ase</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>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.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-lin
 k" 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 conf-macro output-block" data-hasbody="true" data-macro-name="info"><p class="title">The above URLs use redirection</p><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"> </sp
 an><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 colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Source (zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link
 " href="http://archive.apache.org/dist/camel/apache-camel/2.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 conf-macro output-block" data-hasbody="true" data-macro-name="code" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<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&amp;&amp;version=12317152">JIRA tickets</a></p><h2 id="Camel2.8.1Release-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.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 Rele
 ase</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>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.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-lin
 k" 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 conf-macro output-block" data-hasbody="true" data-macro-name="info"><p class="title">The above URLs use redirection</p><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"> </sp
 an><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 colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Source (zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link
 " href="http://archive.apache.org/dist/camel/apache-camel/2.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 conf-macro output-block" style="border-width: 1px;" data-hasbody="true" data-macro-name="code"><div class="codeContent panelContent pdl">
 <pre class="syntaxhighlighter-pre" data-syntaxhighlighter-params="brush: java; gutter: false; theme: Default" data-theme="Default">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
   &lt;artifactId&gt;camel-core&lt;/artifactId&gt;
   &lt;version&gt;2.8.1&lt;/version&gt;
 &lt;/dependency&gt;
 </pre>
-</div></div><h3 id="Camel2.8.1Release-SVNTagCheckout">SVN Tag Checkout</h3><div class="code panel pdl conf-macro output-block" data-hasbody="true" data-macro-name="code" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><h3 id="Camel2.8.1Release-SVNTagCheckout">SVN Tag Checkout</h3><div class="code panel pdl conf-macro output-block" style="border-width: 1px;" data-hasbody="true" data-macro-name="code"><div class="codeContent panelContent pdl">
 <pre class="syntaxhighlighter-pre" data-syntaxhighlighter-params="brush: java; gutter: false; theme: Default" data-theme="Default">svn co http://svn.apache.org/repos/asf/camel/tags/camel-2.8.1
 </pre>
 </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&amp;&amp;version=12317152">release notes for 2.8.1</a></li></ul></div>