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 [9/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/building.html
==============================================================================
--- websites/production/camel/content/building.html (original)
+++ websites/production/camel/content/building.html Sun Mar 31 15:23:07 2019
@@ -87,40 +87,40 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h2 id="Building-BuildingCamelfromSource">Building Camel from Source</h2><p>Camel uses <a shape="rect" class="external-link" href="http://maven.apache.org/">Maven</a> as its build and management tool. If you don't fancy using Maven you can use your IDE directly or <a shape="rect" href="download.html">Download</a> a distribution or JAR.</p><h3 id="Building-Prequisites">Prequisites</h3><p><strong>Required:</strong></p><ul><li>Download and <a shape="rect" class="external-link" href="http://maven.apache.org/download.html">install Maven</a><br clear="none"> (Maven 3.1.1 or newer is required to build Camel 2.14 onwards)<br clear="none">(Maven 3.2.5 or newer is required to build Camel 2.18 onwards)&#160;<br clear="none">(Maven 3.3.3 or newer is required to build Camel 2.20 onwards)&#160;</li><li>Get the latest <a shape="rect" href="source.html">Source</a></li><li>Java<br clear="none">(1.7 or 1.8 to build Camel 2.14 onwards)<br clear="none">(1.8 to buil
 d Camel 2.18 onwards)<br clear="none">(1.9 experimental support for building Camel 2.19 onwards)</li></ul><h3 id="Building-Mavenoptions">Maven options</h3><p>To build camel maven has to be configured to use more memory:</p><h5 id="Building-Unix/Linux/Mac">Unix/Linux/Mac</h5><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 class="wiki-content maincontent"><h2 id="Building-BuildingCamelfromSource">Building Camel from Source</h2><p>Camel uses <a shape="rect" class="external-link" href="http://maven.apache.org/">Maven</a> as its build and management tool. If you don't fancy using Maven you can use your IDE directly or <a shape="rect" href="download.html">Download</a> a distribution or JAR.</p><h3 id="Building-Prequisites">Prequisites</h3><p><strong>Required:</strong></p><ul><li>Download and <a shape="rect" class="external-link" href="http://maven.apache.org/download.html">install Maven</a><br clear="none"> (Maven 3.1.1 or newer is required to build Camel 2.14 onwards)<br clear="none">(Maven 3.2.5 or newer is required to build Camel 2.18 onwards)&#160;<br clear="none">(Maven 3.3.3 or newer is required to build Camel 2.20 onwards)&#160;</li><li>Get the latest <a shape="rect" href="source.html">Source</a></li><li>Java<br clear="none">(1.7 or 1.8 to build Camel 2.14 onwards)<br clear="none">(1.8 to buil
 d Camel 2.18 onwards)<br clear="none">(1.9 experimental support for building Camel 2.19 onwards)</li></ul><h3 id="Building-Mavenoptions">Maven options</h3><p>To build camel maven has to be configured to use more memory:</p><h5 id="Building-Unix/Linux/Mac">Unix/Linux/Mac</h5><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: text; gutter: false; theme: Default" data-theme="Default">export MAVEN_OPTS="-Xms3000m -Xmx3000m -XX:MaxPermSize=512m"
 </pre>
-</div></div><h5 id="Building-Windows">Windows</h5><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><h5 id="Building-Windows">Windows</h5><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: text; gutter: false; theme: Default" data-theme="Default">set MAVEN_OPTS=-Xms3000m -Xmx3000m -XX:MaxPermSize=512m
 </pre>
-</div></div><p>To conserve memory with Java 8 you can set two additional Java options -XX:+UseG1GC to enable G1 garbage collector (default in Java 9) and -XX:+UseStringDeduplication to help decrease Maven memory usage (up to 1.5GB is required currently, but set it a higher):</p><h5 id="Building-Unix/Linux/Mac.1">Unix/Linux/Mac</h5><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><p>To conserve memory with Java 8 you can set two additional Java options -XX:+UseG1GC to enable G1 garbage collector (default in Java 9) and -XX:+UseStringDeduplication to help decrease Maven memory usage (up to 1.5GB is required currently, but set it a higher):</p><h5 id="Building-Unix/Linux/Mac.1">Unix/Linux/Mac</h5><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: text; gutter: false; theme: Default" data-theme="Default">export MAVEN_OPTS="-Xmx2G -XX:+UseG1GC -XX:+UseStringDeduplication"
 </pre>
-</div></div><h5 id="Building-Windows.1">Windows</h5><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><h5 id="Building-Windows.1">Windows</h5><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: text; gutter: false; theme: Default" data-theme="Default">set MAVEN_OPTS=-Xmx2G -XX:+UseG1GC -XX:+UseStringDeduplication
 </pre>
-</div></div><p>You can try to experiment with parallel builds by adding -T1.5C to MAVEN_OPTS, but be wary as some of the plugins are not thread safe, and the console output will be&#160;intertwined. With parallel builds and when using the install goal you might experience race conditions with the local repository, using <a shape="rect" class="external-link" href="https://github.com/takari/takari-local-repository" rel="nofollow">Takari Concurrent Local Repository</a> will help with that.</p><h3 id="Building-Anormalbuild">A normal build</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><p>You can try to experiment with parallel builds by adding -T1.5C to MAVEN_OPTS, but be wary as some of the plugins are not thread safe, and the console output will be&#160;intertwined. With parallel builds and when using the install goal you might experience race conditions with the local repository, using <a shape="rect" class="external-link" href="https://github.com/takari/takari-local-repository" rel="nofollow">Takari Concurrent Local Repository</a> will help with that.</p><h3 id="Building-Anormalbuild">A normal build</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: text; gutter: false; theme: Default" data-theme="Default">mvn clean install
 </pre>
-</div></div><h3 id="Building-Anormalbuildwithoutrunningtests">A normal build without running tests</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="Building-Anormalbuildwithoutrunningtests">A normal build without running tests</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: text; gutter: false; theme: Default" data-theme="Default">mvn clean install -Pfastinstall
 </pre>
-</div></div><h3 id="Building-Anormalbuildwithoutrunningtestsbutcheckstyleverificationenabled">A normal build without running tests but checkstyle verification enabled</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="Building-Anormalbuildwithoutrunningtestsbutcheckstyleverificationenabled">A normal build without running tests but checkstyle verification enabled</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: text; gutter: false; theme: Default" data-theme="Default">mvn clean install -Pfastinstall,sourcecheck
 </pre>
-</div></div><h3 id="Building-DoingaQuickBuild">Doing a Quick Build</h3><p><strong>Available as of Camel 2.6</strong></p><p>The following skips building the manual, the distro and does not execute the unit tests.</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">
+</div></div><h3 id="Building-DoingaQuickBuild">Doing a Quick Build</h3><p><strong>Available as of Camel 2.6</strong></p><p>The following skips building the manual, the distro and does not execute the unit tests.</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: text; gutter: false; theme: Default" data-theme="Default">mvn install -Pfastinstall
 </pre>
-</div></div><h3 id="Building-Updatingthelicenseheaders">Updating the license headers</h3><p>Proper license headers are enforced using Apache RAT and Checkstyle Maven plugins. To make it less tedious and error prone you can update the license headers by using:</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">
+</div></div><h3 id="Building-Updatingthelicenseheaders">Updating the license headers</h3><p>Proper license headers are enforced using Apache RAT and Checkstyle Maven plugins. To make it less tedious and error prone you can update the license headers by using:</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: text; gutter: false; theme: Default" data-theme="Default">mvn -Plicense license:format
 </pre>
-</div></div><p>This can be invoked from any module, which makes it useful when working on components. You can find the various license headers that the Camel project uses in buildtools/src/main/resources/header-*.txt files. These are regenerated at build time from header.txt in the same directory.</p><h3 id="Building-Buildingsourcejars">Building source jars</h3><p>If you want to build jar files with the source code, that for instance Eclipse can important so you can debug the Camel code as well. Then you can run this command from the camel root folder:</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">
+</div></div><p>This can be invoked from any module, which makes it useful when working on components. You can find the various license headers that the Camel project uses in buildtools/src/main/resources/header-*.txt files. These are regenerated at build time from header.txt in the same directory.</p><h3 id="Building-Buildingsourcejars">Building source jars</h3><p>If you want to build jar files with the source code, that for instance Eclipse can important so you can debug the Camel code as well. Then you can run this command from the camel root folder:</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: text; gutter: false; theme: Default" data-theme="Default">mvn clean source:jar install -Pfastinstall
 </pre>
-</div></div><h3 id="Building-Workingwithkaraffeatures">Working with karaf features</h3><p>If you change anything in the features.xml from <code>platform/karaf</code> you can run a validation step to ensure the generated features.xml file is correct. You can do this running the following maven goal from the <code>platform</code> directory.</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">
+</div></div><h3 id="Building-Workingwithkaraffeatures">Working with karaf features</h3><p>If you change anything in the features.xml from <code>platform/karaf</code> you can run a validation step to ensure the generated features.xml file is correct. You can do this running the following maven goal from the <code>platform</code> directory.</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: text; gutter: false; theme: Default" data-theme="Default">mvn clean install -Pvalidate
 </pre>
-</div></div><h3 id="Building-ExecutingunittestsusingEkstazi">Executing unit tests using Ekstazi</h3><p>Normally, when you execute the unit tests during your development cycle for a particular component, you are executing all the tests each time. This may become inefficient, when you are changing one class and the effect of this change is limited within the component having many unit tests. Ekstazi is a regression testing tool that can keep track of the test results and the changed classes so that unaffected tests can be skipped during the subsequent testing. For more details of Ekstazi, please refer to the Ekstazi page at&#160;<a shape="rect" class="external-link" href="http://www.ekstazi.org" rel="nofollow">http://www.ekstazi.org</a>.</p><p><span style="line-height: 1.4285715;">To use Ekstazi, you can run the tests with the maven profile ekstazi.</span></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">
+</div></div><h3 id="Building-ExecutingunittestsusingEkstazi">Executing unit tests using Ekstazi</h3><p>Normally, when you execute the unit tests during your development cycle for a particular component, you are executing all the tests each time. This may become inefficient, when you are changing one class and the effect of this change is limited within the component having many unit tests. Ekstazi is a regression testing tool that can keep track of the test results and the changed classes so that unaffected tests can be skipped during the subsequent testing. For more details of Ekstazi, please refer to the Ekstazi page at&#160;<a shape="rect" class="external-link" href="http://www.ekstazi.org" rel="nofollow">http://www.ekstazi.org</a>.</p><p><span style="line-height: 1.4285715;">To use Ekstazi, you can run the tests with the maven profile ekstazi.</span></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: text; gutter: false; theme: Default" data-theme="Default">mvn test -Pekstazi</pre>
 </div></div><h3 id="Building-SeeAlso">See Also</h3><ul><li><a shape="rect" href="running-unit-tests.html">Running Unit Tests</a></li><li><a shape="rect" href="source.html">Source</a></li><li><a shape="rect" href="examples.html">Examples</a></li></ul></div>
         </td>

Modified: websites/production/camel/content/camel-130-release.html
==============================================================================
--- websites/production/camel/content/camel-130-release.html (original)
+++ websites/production/camel/content/camel-130-release.html Sun Mar 31 15:23:07 2019
@@ -88,11 +88,11 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><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"><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="true" data-macro-name="div" style="min-height:200px">
+<div class="conf-macro output-block" style="min-height:200px" data-hasbody="true" data-macro-name="div">
 <h2 id="Camel1.3.0Release-NewandNoteworthy">New and Noteworthy</h2>
 
 <p>Welcome to the 1.3.0 release which includes 208 new features, improvements and bug fixes such as...</p>
@@ -128,14 +128,14 @@
 </div>
 
 
-<h2 id="Camel1.3.0Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel1.3.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/activemq/apache-camel/1.3.0/apache-camel-1.3.0.zip">apache-camel-1.3.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/activemq/apache-camel/1.3.0/apache-camel-1.3.0.zip.asc">apache-camel-1.3.0.zip.asc</a></p></td></tr><tr><td co
 lspan="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/activemq/apache-camel/1.3.0/apache-camel-1.3.0.tar.gz">apache-camel-1.3.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/activemq/apache-camel/1.3.0/apache-camel-1.3.0.tar.gz.asc">apache-camel-1.3.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 you
 r 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="Camel1.3.0Release-SourceDistributions">Source Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Source for Windows</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/activemq/apache-camel/1.3.0/apache-camel-1.3.0-src.zip">apache-camel-1.3.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/activemq/apache-camel/1.3.0/apache-camel-1.3.0-src.zip.asc">apache-camel-1.3.0-src.zip.asc</a></p></td></tr><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/activemq/apache-camel/1.3.0/apache-camel-1.3.0-src.tar.gz">apache-camel-1.3.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/activemq/apache-camel/1.3.0/apache-camel-1.3.0-src.tar.gz.asc">apache-camel-1.3.0-src.tar.gz.asc</a></p></td></tr></tbody></table></div><h3 id="Camel1.3.0Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3><p>To use this release in your maven project, the proper dependency configuration t
 hat 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="Camel1.3.0Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel1.3.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/activemq/apache-camel/1.3.0/apache-camel-1.3.0.zip">apache-camel-1.3.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/activemq/apache-camel/1.3.0/apache-camel-1.3.0.zip.asc">apache-camel-1.3.0.zip.asc</a></p></td></tr><tr><td co
 lspan="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/activemq/apache-camel/1.3.0/apache-camel-1.3.0.tar.gz">apache-camel-1.3.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/activemq/apache-camel/1.3.0/apache-camel-1.3.0.tar.gz.asc">apache-camel-1.3.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 you
 r 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="Camel1.3.0Release-SourceDistributions">Source Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Source for Windows</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/activemq/apache-camel/1.3.0/apache-camel-1.3.0-src.zip">apache-camel-1.3.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/activemq/apache-camel/1.3.0/apache-camel-1.3.0-src.zip.asc">apache-camel-1.3.0-src.zip.asc</a></p></td></tr><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/activemq/apache-camel/1.3.0/apache-camel-1.3.0-src.tar.gz">apache-camel-1.3.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/activemq/apache-camel/1.3.0/apache-camel-1.3.0-src.tar.gz.asc">apache-camel-1.3.0-src.tar.gz.asc</a></p></td></tr></tbody></table></div><h3 id="Camel1.3.0Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3><p>To use this release in your maven project, the proper dependency configuration t
 hat 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;1.3.0&lt;/version&gt;
 &lt;/dependency&gt;
 </pre>
-</div></div><h3 id="Camel1.3.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="Camel1.3.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 https://svn.apache.org/repos/asf/camel/tags/camel-1.3.0
 </pre>
 </div></div><h2 id="Camel1.3.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="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;styleName=Html&amp;version=12315673">JIRA Release notes for 1.3.0</a></li></ul></div>

Modified: websites/production/camel/content/camel-162-release.html
==============================================================================
--- websites/production/camel/content/camel-162-release.html (original)
+++ websites/production/camel/content/camel-162-release.html Sun Mar 31 15:23:07 2019
@@ -88,14 +88,14 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h1 id="Camel1.6.2Release-Camel1.6.2release">Camel 1.6.2 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="Camel1.6.2Release-Camel1.6.2release">Camel 1.6.2 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="Camel1.6.2Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 1.6.2 release which approx 101 issues resolved (new features, improvements and bug fixes such as...)</p><ul><li>Fixes for OSGi bundles.</li><li>Support multiple camel versions in OSGi containers.</li><li>Fixed Karaf features for a few components</li><li>Fixed rollback for transactional routes in camel-cxf.</li><li>Fixed and improved examples.</li><li>Fixed issue with start/stop state machine.</li><li>Logging improvements.</li><li>Improvements and fixes in multiple components <a shape="rect" href="mail.html">Mail</a>, <a shape="rect" href="mina.html">MINA</a>, <a shape="rect" href="irc.html">IRC</a>, <a shape="rect" href="http.html">HTTP</a>, <a shape="rect" href="jms.html">JMS</a>.</li><li>Cleanup of CamelNamespaceHandler.</li><li>Compatibility with Spring 2.0.x in <a shape="rect" href="jms.html">JMS</a>, <a shape="rect" href="spring.html">Spring</a>, <a shape="rect" href="mail.html">Mail</a>.</li><
 li>Removed the uber-jar from the Camel distro.</li><li>Build system improvements and fixes.</li></ul><h3 id="Camel1.6.2Release-New">New <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></h3><ul><li>None</li></ul><h3 id="Camel1.6.2Release-New.1">New <a shape="rect" href="components.html">Components</a></h3><ul><li>None</li></ul><h3 id="Camel1.6.2Release-New.2">New <a shape="rect" href="dsl.html">DSL</a></h3><ul><li>None</li></ul><h3 id="Camel1.6.2Release-NewAnnotations">New Annotations</h3><ul><li>None</li></ul><h3 id="Camel1.6.2Release-NewDataFormats">New <a shape="rect" href="data-format.html">Data Formats</a></h3><ul><li>None</li></ul><h3 id="Camel1.6.2Release-New.3">New <a shape="rect" href="languages.html">Languages</a></h3><ul><li>None</li></ul><h3 id="Camel1.6.2Release-New.4">New <a shape="rect" href="examples.html">Examples</a></h3><ul><li>None</li></ul><h2 id="Camel1.6.2Release-APIbreakings">API breakings</h2><ul><li>None</li></u
 l><h2 id="Camel1.6.2Release-KnownIssues">Known Issues</h2><p>See known issues from previous releases.</p><h2 id="Camel1.6.2Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><p>The uber-jar is not shipped anymore. You must include the required camel components.</p><h2 id="Camel1.6.2Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel1.6.2Release-BinaryDistributions">Binary Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Windows Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache
 -camel/1.6.2/apache-camel-1.6.2.zip">apache-camel-1.6.2.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/1.6.2/apache-camel-1.6.2.zip.asc">apache-camel-1.6.2.zip.asc</a></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Unix/Linux/Cygwin Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/1.6.2/apache-camel-1.6.2.tar.gz">apache-camel-1.6.2.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/1.6.2/apache-camel-1.6.2.tar.gz.asc">apache-camel-1.6.2.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="Camel1.6.2Release-SourceDistributions">Source Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><t
 d 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/1.6.2/apache-camel-1.6.2-src.zip">apache-camel-1.6.2-src.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/1.6.2/apache-camel-1.6.2-src.zip.asc">apache-camel-1.6.2-src.zip.asc</a></p></td></tr><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/1.6.2/apache-camel-1.6.2-src.tar.gz">apache-camel-1.6.2-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/1.6.2
 /apache-camel-1.6.2-src.tar.gz.asc">apache-camel-1.6.2-src.tar.gz.asc</a></p></td></tr></tbody></table></div><h3 id="Camel1.6.2Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3><p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p><div class="code panel pdl conf-macro output-block" data-hasbody="true" data-macro-name="code" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<h2 id="Camel1.6.2Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 1.6.2 release which approx 101 issues resolved (new features, improvements and bug fixes such as...)</p><ul><li>Fixes for OSGi bundles.</li><li>Support multiple camel versions in OSGi containers.</li><li>Fixed Karaf features for a few components</li><li>Fixed rollback for transactional routes in camel-cxf.</li><li>Fixed and improved examples.</li><li>Fixed issue with start/stop state machine.</li><li>Logging improvements.</li><li>Improvements and fixes in multiple components <a shape="rect" href="mail.html">Mail</a>, <a shape="rect" href="mina.html">MINA</a>, <a shape="rect" href="irc.html">IRC</a>, <a shape="rect" href="http.html">HTTP</a>, <a shape="rect" href="jms.html">JMS</a>.</li><li>Cleanup of CamelNamespaceHandler.</li><li>Compatibility with Spring 2.0.x in <a shape="rect" href="jms.html">JMS</a>, <a shape="rect" href="spring.html">Spring</a>, <a shape="rect" href="mail.html">Mail</a>.</li><
 li>Removed the uber-jar from the Camel distro.</li><li>Build system improvements and fixes.</li></ul><h3 id="Camel1.6.2Release-New">New <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></h3><ul><li>None</li></ul><h3 id="Camel1.6.2Release-New.1">New <a shape="rect" href="components.html">Components</a></h3><ul><li>None</li></ul><h3 id="Camel1.6.2Release-New.2">New <a shape="rect" href="dsl.html">DSL</a></h3><ul><li>None</li></ul><h3 id="Camel1.6.2Release-NewAnnotations">New Annotations</h3><ul><li>None</li></ul><h3 id="Camel1.6.2Release-NewDataFormats">New <a shape="rect" href="data-format.html">Data Formats</a></h3><ul><li>None</li></ul><h3 id="Camel1.6.2Release-New.3">New <a shape="rect" href="languages.html">Languages</a></h3><ul><li>None</li></ul><h3 id="Camel1.6.2Release-New.4">New <a shape="rect" href="examples.html">Examples</a></h3><ul><li>None</li></ul><h2 id="Camel1.6.2Release-APIbreakings">API breakings</h2><ul><li>None</li></u
 l><h2 id="Camel1.6.2Release-KnownIssues">Known Issues</h2><p>See known issues from previous releases.</p><h2 id="Camel1.6.2Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><p>The uber-jar is not shipped anymore. You must include the required camel components.</p><h2 id="Camel1.6.2Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel1.6.2Release-BinaryDistributions">Binary Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Windows Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache
 -camel/1.6.2/apache-camel-1.6.2.zip">apache-camel-1.6.2.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/1.6.2/apache-camel-1.6.2.zip.asc">apache-camel-1.6.2.zip.asc</a></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Unix/Linux/Cygwin Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/1.6.2/apache-camel-1.6.2.tar.gz">apache-camel-1.6.2.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/1.6.2/apache-camel-1.6.2.tar.gz.asc">apache-camel-1.6.2.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="Camel1.6.2Release-SourceDistributions">Source Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><t
 d 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/1.6.2/apache-camel-1.6.2-src.zip">apache-camel-1.6.2-src.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/1.6.2/apache-camel-1.6.2-src.zip.asc">apache-camel-1.6.2-src.zip.asc</a></p></td></tr><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/1.6.2/apache-camel-1.6.2-src.tar.gz">apache-camel-1.6.2-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/1.6.2
 /apache-camel-1.6.2-src.tar.gz.asc">apache-camel-1.6.2-src.tar.gz.asc</a></p></td></tr></tbody></table></div><h3 id="Camel1.6.2Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3><p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p><div class="code panel pdl 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; 
@@ -103,7 +103,7 @@
 &lt;version&gt;1.6.2&lt;/version&gt; 
 &lt;/dependency&gt; 
 </pre>
-</div></div><h3 id="Camel1.6.2Release-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="Camel1.6.2Release-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-1.6.2 
 </pre>

Modified: websites/production/camel/content/camel-20-m1-release.html
==============================================================================
--- websites/production/camel/content/camel-20-m1-release.html (original)
+++ websites/production/camel/content/camel-20-m1-release.html Sun Mar 31 15:23:07 2019
@@ -90,12 +90,12 @@
         <td valign="top" width="100%">
 <div class="wiki-content maincontent"><h1 id="Camel2.0-M1Release-Camel2.0-M1release">Camel 2.0-M1 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="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="true" data-macro-name="div" style="min-height:200px">
+<div class="conf-macro output-block" style="min-height:200px" data-hasbody="true" data-macro-name="div">
 
 <h2 id="Camel2.0-M1Release-NewandNoteworthy">New and Noteworthy</h2>
 
@@ -270,7 +270,7 @@
 <h3 id="Camel2.0-M1Release-AggregatorspecificationinSpringDSLchanged">Aggregator specification in Spring DSL changed</h3>
 
 <p>The aggregator expression is now enclosed in a correlationExpression element. You now need to specify an aggregator as:</p>
-<div class="code panel pdl conf-macro output-block" data-hasbody="true" data-macro-name="code" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<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;aggregator&gt;
   &lt;correlationExpression&gt;
@@ -317,7 +317,7 @@ If you want to get the JAXBElement objec
 <h3 id="Camel2.0-M1Release-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">
+<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;
@@ -329,7 +329,7 @@ If you want to get the JAXBElement objec
 
 <h3 id="Camel2.0-M1Release-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 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.0-M1
 </pre>

Modified: websites/production/camel/content/camel-20-m2-release.html
==============================================================================
--- websites/production/camel/content/camel-20-m2-release.html (original)
+++ websites/production/camel/content/camel-20-m2-release.html Sun Mar 31 15:23:07 2019
@@ -90,12 +90,12 @@
         <td valign="top" width="100%">
 <div class="wiki-content maincontent"><h1 id="Camel2.0-M2Release-Camel2.0-M2release">Camel 2.0-M2 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="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>
 
 
 
@@ -194,7 +194,7 @@ At this first invocation the <code>oldEx
 <h3 id="Camel2.0-M2Release-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">
+<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;
@@ -206,7 +206,7 @@ At this first invocation the <code>oldEx
 
 <h3 id="Camel2.0-M2Release-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 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.0-M2
 </pre>

Modified: websites/production/camel/content/camel-2102-release.html
==============================================================================
--- websites/production/camel/content/camel-2102-release.html (original)
+++ websites/production/camel/content/camel-2102-release.html 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.10.2Release-Camel2.10.2release">Camel 2.10.2 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.10.2Release-Camel2.10.2release">Camel 2.10.2 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.10.2Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 2.10.2 release which is mainly a bug fix release with 71 issues resolved.</p><p>For more details see the <a shape="rect" class="external-link" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;version=12323141">JIRA tickets</a></p><h2 id="Camel2.10.2Release-KnownIssues">Known Issues</h2><ul><li>See <a shape="rect" href="camel-2100-release.html">Camel 2.10.0 Release</a></li></ul><h2 id="Camel2.10.2Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><ul><li>See <a shape="rect" href="camel-2100-release.html">Camel 2.10.0 Release</a></li></ul><h2 id="Camel2.10.2Release-Notice">Notice</h2><ul><li>See <a shape="rect" href="camel-2100-release.html">Camel 2.10.0 Release</a></li></ul><h2 id="Camel2.10.2Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.10.2Release-BinaryDistributions">Binary Distributi
 ons</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Windows Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.10.2/apache-camel-2.10.2.zip">apache-camel-2.10.2.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.10.2/apache-camel-2.10.2.zip.asc">apache-camel-2.10.2.zip.asc</a></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Unix/Linux/Cygwin Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape
 ="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.10.2/apache-camel-2.10.2.tar.gz">apache-camel-2.10.2.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.10.2/apache-camel-2.10.2.tar.gz.asc">apache-camel-2.10.2.tar.gz.asc</a></p></td></tr></tbody></table></div><div class="confluence-information-macro confluence-information-macro-information 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 f
 or you from the above URL then try using <a shape="rect" class="external-link" href="http://www.mozilla.com/en-US/firefox/" rel="nofollow">FireFox</a></p></div></div><h3 id="Camel2.10.2Release-SourceDistributions">Source Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Source (zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.10.2/apache-camel-2.10.2-src.zip">apache-camel-2.10.2-src.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.10.
 2/apache-camel-2.10.2-src.zip.asc">apache-camel-2.10.2-src.zip.asc</a></p></td></tr></tbody></table></div><h3 id="Camel2.10.2Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3><p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p><div class="code panel pdl conf-macro output-block" data-hasbody="true" data-macro-name="code" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<h2 id="Camel2.10.2Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 2.10.2 release which is mainly a bug fix release with 71 issues resolved.</p><p>For more details see the <a shape="rect" class="external-link" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;version=12323141">JIRA tickets</a></p><h2 id="Camel2.10.2Release-KnownIssues">Known Issues</h2><ul><li>See <a shape="rect" href="camel-2100-release.html">Camel 2.10.0 Release</a></li></ul><h2 id="Camel2.10.2Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><ul><li>See <a shape="rect" href="camel-2100-release.html">Camel 2.10.0 Release</a></li></ul><h2 id="Camel2.10.2Release-Notice">Notice</h2><ul><li>See <a shape="rect" href="camel-2100-release.html">Camel 2.10.0 Release</a></li></ul><h2 id="Camel2.10.2Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.10.2Release-BinaryDistributions">Binary Distributi
 ons</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Windows Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.10.2/apache-camel-2.10.2.zip">apache-camel-2.10.2.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.10.2/apache-camel-2.10.2.zip.asc">apache-camel-2.10.2.zip.asc</a></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Unix/Linux/Cygwin Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape
 ="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.10.2/apache-camel-2.10.2.tar.gz">apache-camel-2.10.2.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.10.2/apache-camel-2.10.2.tar.gz.asc">apache-camel-2.10.2.tar.gz.asc</a></p></td></tr></tbody></table></div><div class="confluence-information-macro confluence-information-macro-information 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 f
 or you from the above URL then try using <a shape="rect" class="external-link" href="http://www.mozilla.com/en-US/firefox/" rel="nofollow">FireFox</a></p></div></div><h3 id="Camel2.10.2Release-SourceDistributions">Source Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Source (zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.10.2/apache-camel-2.10.2-src.zip">apache-camel-2.10.2-src.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.10.
 2/apache-camel-2.10.2-src.zip.asc">apache-camel-2.10.2-src.zip.asc</a></p></td></tr></tbody></table></div><h3 id="Camel2.10.2Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3><p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p><div class="code panel pdl 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.10.2&lt;/version&gt;
 &lt;/dependency&gt;
 </pre>
-</div></div><h3 id="Camel2.10.2Release-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.10.2Release-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.10.2
 </pre>
 </div></div><h2 id="Camel2.10.2Release-Changelog">Changelog</h2><p>For a more detailed view of new features and bug fixes, see the:</p><ul><li><a shape="rect" class="external-link" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;version=12323141">release notes for 2.10.2</a></li></ul></div>

Modified: websites/production/camel/content/camel-2112-release.html
==============================================================================
--- websites/production/camel/content/camel-2112-release.html (original)
+++ websites/production/camel/content/camel-2112-release.html 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.11.2release-Camel2.11.2release">Camel 2.11.2 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.11.2release-Camel2.11.2release">Camel 2.11.2 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.11.2release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 2.11.2 release which mainly address <a shape="rect" class="external-link" href="http://camel.apache.org/security-advisories.data/CVE-2013-4330.txt.asc">CVE-2013-4330</a> and comes with 120 issues resolved.</p><p>For more details see the <a shape="rect" class="external-link" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;version=12324654">JIRA tickets</a></p><h2 id="Camel2.11.2release-KnownIssues">Known Issues</h2><ul><li>See <a shape="rect" href="camel-2110-release.html">Camel 2.11.0 Release</a></li></ul><h2 id="Camel2.11.2release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><ul><li>See <a shape="rect" href="camel-2110-release.html">Camel 2.11.0 Release</a></li></ul><h2 id="Camel2.11.2release-Notice">Notice</h2><ul><li>See <a shape="rect" href="camel-2110-release.html">Camel 2.11.0 Release</a></li></ul><h2 id="Camel2.
 11.2release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.11.2release-BinaryDistributions">Binary Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Windows Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.11.2/apache-camel-2.11.2.zip">apache-camel-2.11.2.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.11.2/apache-camel-2.11.2.zip.asc">apache-camel-2.11.2.zip.asc</a></p></td></tr><tr><td colspan="1" row
 span="1" class="confluenceTd"><p>Unix/Linux/Cygwin Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.11.2/apache-camel-2.11.2.tar.gz">apache-camel-2.11.2.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.11.2/apache-camel-2.11.2.tar.gz.asc">apache-camel-2.11.2.tar.gz.asc</a></p></td></tr></tbody></table></div><div class="confluence-information-macro confluence-information-macro-information 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. S
 ome users have experienced issues with some versions of browsers (e.g. some Safari browsers). If the download doesn't seem to work for you from the above URL then try using <a shape="rect" class="external-link" href="http://www.mozilla.com/en-US/firefox/" rel="nofollow">FireFox</a></p></div></div><h3 id="Camel2.11.2release-SourceDistributions">Source Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Source (zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.11.2/apache-camel-2.11.2-src.zip">apache-camel-2.11.2-src.zip</a></p></td><td colspan="1" row
 span="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.11.2/apache-camel-2.11.2-src.zip.asc">apache-camel-2.11.2-src.zip.asc</a></p></td></tr></tbody></table></div><h3 id="Camel2.11.2release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3><p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p><div class="code panel pdl conf-macro output-block" data-hasbody="true" data-macro-name="code" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<h2 id="Camel2.11.2release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 2.11.2 release which mainly address <a shape="rect" class="external-link" href="http://camel.apache.org/security-advisories.data/CVE-2013-4330.txt.asc">CVE-2013-4330</a> and comes with 120 issues resolved.</p><p>For more details see the <a shape="rect" class="external-link" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;version=12324654">JIRA tickets</a></p><h2 id="Camel2.11.2release-KnownIssues">Known Issues</h2><ul><li>See <a shape="rect" href="camel-2110-release.html">Camel 2.11.0 Release</a></li></ul><h2 id="Camel2.11.2release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><ul><li>See <a shape="rect" href="camel-2110-release.html">Camel 2.11.0 Release</a></li></ul><h2 id="Camel2.11.2release-Notice">Notice</h2><ul><li>See <a shape="rect" href="camel-2110-release.html">Camel 2.11.0 Release</a></li></ul><h2 id="Camel2.
 11.2release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.11.2release-BinaryDistributions">Binary Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Windows Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.11.2/apache-camel-2.11.2.zip">apache-camel-2.11.2.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.11.2/apache-camel-2.11.2.zip.asc">apache-camel-2.11.2.zip.asc</a></p></td></tr><tr><td colspan="1" row
 span="1" class="confluenceTd"><p>Unix/Linux/Cygwin Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.11.2/apache-camel-2.11.2.tar.gz">apache-camel-2.11.2.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.11.2/apache-camel-2.11.2.tar.gz.asc">apache-camel-2.11.2.tar.gz.asc</a></p></td></tr></tbody></table></div><div class="confluence-information-macro confluence-information-macro-information 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. S
 ome users have experienced issues with some versions of browsers (e.g. some Safari browsers). If the download doesn't seem to work for you from the above URL then try using <a shape="rect" class="external-link" href="http://www.mozilla.com/en-US/firefox/" rel="nofollow">FireFox</a></p></div></div><h3 id="Camel2.11.2release-SourceDistributions">Source Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Source (zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.11.2/apache-camel-2.11.2-src.zip">apache-camel-2.11.2-src.zip</a></p></td><td colspan="1" row
 span="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.11.2/apache-camel-2.11.2-src.zip.asc">apache-camel-2.11.2-src.zip.asc</a></p></td></tr></tbody></table></div><h3 id="Camel2.11.2release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3><p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p><div class="code panel pdl 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: xml; 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.11.2&lt;/version&gt;
 &lt;/dependency&gt;
 </pre>
-</div></div><h3 id="Camel2.11.2release-GitTagCheckout">Git 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.11.2release-GitTagCheckout">Git 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">git clone https://git-wip-us.apache.org/repos/asf/camel.git
 cd camel
 git checkout camel-2.11.2

Modified: websites/production/camel/content/camel-2113-release.html
==============================================================================
--- websites/production/camel/content/camel-2113-release.html (original)
+++ websites/production/camel/content/camel-2113-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.11.3release-Camel2.11.3release">Camel 2.11.3 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.11.3release-Camel2.11.3release">Camel 2.11.3 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.11.3release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 2.11.3 release which&#160;comes with about 116 issues resolved.</p><p>For more details see the <a shape="rect" class="external-link" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;version=12325024">JIRA tickets</a></p><h2 id="Camel2.11.3release-KnownIssues">Known Issues</h2><ul><li>See <a shape="rect" href="camel-2110-release.html">Camel 2.11.0 Release</a></li></ul><h2 id="Camel2.11.3release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><ul><li>See <a shape="rect" href="camel-2110-release.html">Camel 2.11.0 Release</a></li></ul><h2 id="Camel2.11.3release-Notice">Notice</h2><ul><li>See <a shape="rect" href="camel-2110-release.html">Camel 2.11.0 Release</a></li></ul><h2 id="Camel2.11.3release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.11.3release-BinaryDistributions">Binary Distributions</h3><d
 iv class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Windows Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.11.3/apache-camel-2.11.3.zip">apache-camel-2.11.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.11.3/apache-camel-2.11.3.zip.asc">apache-camel-2.11.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" cl
 ass="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.11.3/apache-camel-2.11.3.tar.gz">apache-camel-2.11.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.11.3/apache-camel-2.11.3.tar.gz.asc">apache-camel-2.11.3.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 fro
 m the above URL then try using <a shape="rect" class="external-link" href="http://www.mozilla.com/en-US/firefox/" rel="nofollow">FireFox</a></p></div></div><h3 id="Camel2.11.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-camel/2.11.3/apache-camel-2.11.3-src.zip">apache-camel-2.11.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.11.3/apache-c
 amel-2.11.3-src.zip.asc">apache-camel-2.11.3-src.zip.asc</a></p></td></tr></tbody></table></div><h3 id="Camel2.11.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 conf-macro output-block" data-hasbody="true" data-macro-name="code" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<h2 id="Camel2.11.3release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 2.11.3 release which&#160;comes with about 116 issues resolved.</p><p>For more details see the <a shape="rect" class="external-link" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;version=12325024">JIRA tickets</a></p><h2 id="Camel2.11.3release-KnownIssues">Known Issues</h2><ul><li>See <a shape="rect" href="camel-2110-release.html">Camel 2.11.0 Release</a></li></ul><h2 id="Camel2.11.3release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><ul><li>See <a shape="rect" href="camel-2110-release.html">Camel 2.11.0 Release</a></li></ul><h2 id="Camel2.11.3release-Notice">Notice</h2><ul><li>See <a shape="rect" href="camel-2110-release.html">Camel 2.11.0 Release</a></li></ul><h2 id="Camel2.11.3release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.11.3release-BinaryDistributions">Binary Distributions</h3><d
 iv class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Windows Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.11.3/apache-camel-2.11.3.zip">apache-camel-2.11.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.11.3/apache-camel-2.11.3.zip.asc">apache-camel-2.11.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" cl
 ass="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.11.3/apache-camel-2.11.3.tar.gz">apache-camel-2.11.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.11.3/apache-camel-2.11.3.tar.gz.asc">apache-camel-2.11.3.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 fro
 m the above URL then try using <a shape="rect" class="external-link" href="http://www.mozilla.com/en-US/firefox/" rel="nofollow">FireFox</a></p></div></div><h3 id="Camel2.11.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-camel/2.11.3/apache-camel-2.11.3-src.zip">apache-camel-2.11.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.11.3/apache-c
 amel-2.11.3-src.zip.asc">apache-camel-2.11.3-src.zip.asc</a></p></td></tr></tbody></table></div><h3 id="Camel2.11.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 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: xml; 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.11.3&lt;/version&gt;
 &lt;/dependency&gt;
 </pre>
-</div></div><h3 id="Camel2.11.3release-GitTagCheckout">Git 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.11.3release-GitTagCheckout">Git 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">git clone https://git-wip-us.apache.org/repos/asf/camel.git
 cd camel
 git checkout camel-2.11.3