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 2014/03/10 00:18:55 UTC

svn commit: r900797 [7/9] - in /websites/production/camel/content: ./ cache/

Modified: websites/production/camel/content/camel-270-release.html
==============================================================================
--- websites/production/camel/content/camel-270-release.html (original)
+++ websites/production/camel/content/camel-270-release.html Sun Mar  9 23:18:55 2014
@@ -86,144 +86,32 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h1 id="Camel2.7.0Release-Camel2.7.0release">Camel 2.7.0 release</h1>
-
-<div style="padding-right:20px;float:left;margin-left:-20px;">
-<p><span class="image-wrap" style=""><img src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png" style="border: 0px solid black"></span></p></div>
-<div style="min-height:200px"></div>
-
-<h2 id="Camel2.7.0Release-NewandNoteworthy">New and Noteworthy</h2>
-
-<p>Welcome to the 2.7.0 release which approx 169 issues resolved (new features, improvements and bug fixes such as...)</p>
-
-    <div class="aui-message hint shadowed information-macro">
+<div class="wiki-content maincontent"><h1 id="Camel2.7.0Release-Camel2.7.0release">Camel 2.7.0 release</h1><div style="padding-right:20px;float:left;margin-left:-20px;">
+<p><span class="image-wrap" style=""><img src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png" style="border: 0px solid black"></span></p></div><div style="min-height:200px"></div><h2 id="Camel2.7.0Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 2.7.0 release which approx 169 issues resolved (new features, improvements and bug fixes such as...)</p>    <div class="aui-message hint shadowed information-macro">
                     <p class="title">Dependency changes</p>
                             <span class="aui-icon icon-hint">Icon</span>
                 <div class="message-content">
-                            
-<p>The Camel 2.7.0 release has a number of major dependency changes:</p>
-<ul class="alternate"><li>JDK 1.6+ is now required</li><li>Spring 3.x+ is now required if using Spring</li><li><a shape="rect" class="external-link" href="http://www.slf4j.org/" rel="nofollow">slf4j</a> is used as logger instead of commons logging</li></ul>
-
-
-<p>In other words support for JDK 1.5 and Spring 2.x has been dropped.</p>
+                            <p>The Camel 2.7.0 release has a number of major dependency changes:</p><ul class="alternate"><li>JDK 1.6+ is now required</li><li>Spring 3.x+ is now required if using Spring</li><li><a shape="rect" class="external-link" href="http://www.slf4j.org/" rel="nofollow">slf4j</a> is used as logger instead of commons logging</li></ul><p>In other words support for JDK 1.5 and Spring 2.x has been dropped.</p>
                     </div>
     </div>
-
-
-<ul><li>Switched to use <a shape="rect" class="external-link" href="http://www.slf4j.org/" rel="nofollow">slf4j</a> as the logger instead of commons logging.</li><li>Camel now checks state of <code>Service</code> during starting/stopping the <a shape="rect" href="lifecycle.html">Lifecycle</a> of the <code>Service</code>. This avoids double starting/stopping in case the service was already in the desired state.</li><li>Added support for <a shape="rect" href="mdc-logging.html">MDC logging</a> with Camel</li><li><a shape="rect" href="jms.html">JMS</a> consumer now eager checks if Camel is shutting down and signals that to its <code>DefaultMessageListenerContainer</code> which avoids trying to re-connect/failover during shutdown.</li><li>Introduced option to automatic <a shape="rect" href="mock.html">Mock</a> endpoints during testing. This makes testing without having to add <a shape="rect" href="mock.html">Mock</a> endpoints in your routes a breeze. See more details at <a shape="rect" 
 href="mock.html">Mock</a> component documentation.</li><li>Added <code>assertPeriod</code> option to <a shape="rect" href="mock.html">Mock</a> endpoint, which is a period im milliseconds, that the <a shape="rect" href="mock.html">Mock</a> will pause and then re-assert itself to ensure the assertion is still valid. This can be used as a threshold when testing with expectations that <strong>exactly</strong> a given number of messages should arrive on the <a shape="rect" href="mock.html">Mock</a> endpoint.</li><li>Added <code>arrives</code> DSL to <a shape="rect" href="mock.html">Mock</a> endpoint to allow you to setup expectations about timespan between messages arriving on the <a shape="rect" href="mock.html">Mock</a> endpoint. See more details at <a shape="rect" href="mock.html">Mock</a> component documentation.</li><li><a shape="rect" href="http4.html">HTTP4</a> is upgraded to use Apache HttpClient 4.1</li><li>Fixed an issue with <a shape="rect" href="file2.html">File</a> consumer 
 having absolute starting directory and using absolute paths in the <code>move</code> option as well</li><li>Fixed concurrent append to the same file in the <a shape="rect" href="file2.html">File</a> producer</li><li>Fixed issue with restarting <a shape="rect" href="quartz.html">Quartz</a> causing a failure due trigger name already exists issue for stateful jobs.</li><li>Its now possible to use multiple QuartzScheduler's when deploying multiple Camel applications in the same JVM classloader.</li><li><a shape="rect" href="quartz.html">Quartz</a> update checker is now always disabled, see more <a shape="rect" class="external-link" href="http://forums.terracotta.org/forums/posts/list/3395.page#19058" rel="nofollow">details here</a></li><li>Fixed potential issue installing <code>camel-ftp</code> feature in Apache ServiceMix</li><li>New <code>JdbcMessageIdRepository</code> for the idempotent consumer EIP in <a shape="rect" href="sql-component.html">SQL</a></li><li>Relaxed how aggressive C
 amel was registering services as MBeans in JMX. Now Camel will by default only registeres MBeans when starting <a shape="rect" href="camelcontext.html">CamelContext</a> or starting new routes. This avoids registering too many MBeans if using dynamic <a shape="rect" href="eip.html">EIP</a> patterns such as <a shape="rect" href="recipient-list.html">Recipient List</a> using different endpoint urls, causing new endpoints and its associated services to be registered in JMX. This would keep growing over time and consume memory as well. You can use the <code>registerAlways</code> or <code>registerNewRoutes</code> options on <code>ManagementAgent</code> to control this behavior. See <a shape="rect" href="camel-jmx.html">Camel JMX</a> for more details.</li><li>Redelivery policy and OnException now supports <a shape="rect" href="using-propertyplaceholder.html">property placeholders</a> in both Java and XML DSLs.</li><li>Introduced <a shape="rect" href="redeliverypolicy.html"><code>&lt;redeli
 veryPolicyProfile&gt;</code></a> to easily define common profiles for <a shape="rect" href="redeliverypolicy.html">redelivery policies</a>, which you can refer to from <code>&lt;errorHandler&gt;</code> or <code>&lt;onException&gt;</code> using the <code>redeliveryPolicyRef</code> attribute. Also Spring Frameworks property placeholders works with <code>&lt;redeliveryPolicyProfile&gt;</code>.</li><li>Improved the XML based <a shape="rect" href="error-handler.html">Error Handler</a>s to validate configuration on startup, to fail if they have been misconfigured.</li><li><a shape="rect" href="springintegration.html">Spring Integration</a> is upgraded to Spring Integration 2.0.</li><li>Added <code>endChoice()</code> to the Java DSL to be able to use any <a shape="rect" href="eip.html">EIP</a>s inside the <a shape="rect" href="content-based-router.html">Content Based Router</a>. See more <a shape="rect" href="why-can-i-not-use-when-or-otherwise-in-a-java-camel-route.html">details here</a><
 /li><li><a shape="rect" href="using-propertyplaceholder.html">Property placeholders</a> can now be use for any kind of attributes/options in the <a shape="rect" href="eip.html">EIP</a>s in the Camel routes. For example in the Spring XML file you can now use placeholders for timeout attributes etc. This is possible using the specialized placeholder namespace. See more details at the <a shape="rect" href="using-propertyplaceholder.html">Using PropertyPlaceholder</a> wiki page. In the Java DSL there is a new <code>placeholder</code> option on each <a shape="rect" href="eip.html">EIP</a> you can leverage.</li><li>The <code>camel-jdbc-aggregator</code> component is merged into the <code>camel-sql</code> component.</li><li>Fix in <a shape="rect" href="mail.html">Mail</a> component for duplicate attachments, and when using starttls.</li><li>Maven 3 is now supported for building</li><li>Tidy up the XML DSL to not allow nesting tags where it doesn't make sense.</li><li>Internal cleanup in ro
 ute preparation logic to be fully shared for all DSLs (before the XML DSLs and Java DSL was a bit different)</li><li>Fixed <a shape="rect" href="intercept.html">InterceptFrom</a> to work with from endpoints defined using ref's or instances (eg everything but uris)</li><li>Fixed <a shape="rect" href="http.html">HTTP</a> and <a shape="rect" href="http4.html">HTTP4</a> producers double encoding endpoint uri, when calling external service</li><li>Fixed <a shape="rect" href="jms.html">JMS</a> producer not working with OracleAQ throwing exception on accessing <code>JMSReplyTo</code></li><li>Added support for using <a shape="rect" href="using-propertyplaceholder.html">OSGi Blueprint property placeholder</a> service with Camel routes. Camel uses convention over configuration so all you have to do is to define the OSGi blueprint placeholder and you can refer to those from the <code>&lt;camelContext&gt;</code>. Pay attention to the placeholder tokens using by Camel is {{ }}.</li><li><code>&lt
 ;threadPoolProfile&gt;</code> and <code>&lt;threadPool&gt;</code> is now easier to use with <a shape="rect" href="using-propertyplaceholder.html">property placeholders</a></li><li><a shape="rect" href="properties.html">Properties</a> component now supports JVM system properties and OS environment variables in the locations option. For example using <code>"file:${karaf.home}/etc/foo.properties"</code> to refer to the <code>foo.proeprties</code> file in the <a shape="rect" class="external-link" href="http://karaf.apache.org/">Apache Karaf</a> installation.</li><li>Fixed an issue with <a shape="rect" href="recipient-list.html">Recipient List</a> in parallel mode, not reusing background aggregator thread</li><li>Fixed an issue with dependency ordering when using Spring's <code>depends-on</code> attribute between multiple <code>&lt;camelContext&gt;</code>.</li><li><a shape="rect" href="servlet.html">Servlet</a> component doesn't hijack Spring to start the web application anymore. Spring 
 and CamelServlet is now independent. See more at important changes to consider when upgrading.</li><li>Fixed all <a shape="rect" href="camel-maven-archetypes.html">Camel Maven Archetypes</a> to use new Maven format and ensured they all work out of the box.</li><li><a shape="rect" href="web-console.html">Web Console</a> upgraded to Scalate 1.4.1, and the webpages is now precompiled</li><li><a shape="rect" href="jt400.html">JT400</a> can now execute program calls on the AS/400</li><li><a shape="rect" href="cache.html">Cache</a> now only mandates a message body for the add and update operations. This makes get operation possible for messages with no existing body.</li><li>Fixed issue when <a shape="rect" href="jetty.html">Jetty</a> continuation timeouts has been triggered before <a shape="rect" href="asynchronous-routing-engine.html">Asynchronous Routing Engine</a> has reply ready. This would cause Jetty to log WARN logs about illegal state.</li></ul>
-
-
-<h3 id="Camel2.7.0Release-New">New <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></h3>
-
-<ul><li>None</li></ul>
-
-
-<h3 id="Camel2.7.0Release-New.1">New <a shape="rect" href="components.html">Components</a></h3>
-
-<ul><li><a shape="rect" href="context.html">Context</a></li><li><a shape="rect" href="hazelcast-component.html">Hazelcast</a></li><li><a shape="rect" href="dns.html">DNS</a></li><li><a shape="rect" href="mybatis.html">MyBatis</a></li></ul>
-
-
-<h3 id="Camel2.7.0Release-NewDSL">New DSL</h3>
-
-<ul><li><code>&lt;setFaultBody&gt;</code> added to XML DSL</li><li><code>endChoice</code> added to Java DSL</li><li><code>placeholder</code> added to Java DSL</li></ul>
-
-
-<h3 id="Camel2.7.0Release-NewAnnotations">New Annotations</h3>
-
-<ul><li>None</li></ul>
-
-
-<h3 id="Camel2.7.0Release-NewDataFormats">New <a shape="rect" href="data-format.html">Data Formats</a></h3>
-
-<ul><li>None</li></ul>
-
-
-<h3 id="Camel2.7.0Release-New.2">New <a shape="rect" href="languages.html">Languages</a></h3>
-
-<ul><li><a shape="rect" href="spel.html">Spring Expression Language</a></li></ul>
-
-
-<h3 id="Camel2.7.0Release-New.3">New <a shape="rect" href="examples.html">Examples</a></h3>
-
-<ul><li><code>camel-example-osgi-rmi</code></li><li><code><a shape="rect" href="servlet-tomcat-example.html">camel-example-servlet-tomcat</a></code></li></ul>
-
-
-<h3 id="Camel2.7.0Release-New.4">New <a shape="rect" href="tutorials.html">Tutorials</a></h3>
-
-<ul><li>None</li></ul>
-
-
-<h3 id="Camel2.7.0Release-NewArchetypes">New <a shape="rect" href="camel-maven-archetypes.html">Archetypes</a></h3>
-
-<ul><li><code>camel-archetype-web</code> added to generate a project to deploy camel routes as a WAR</li></ul>
-
-
-<h2 id="Camel2.7.0Release-APIbreaking">API breaking</h2>
-
-<ul><li><code>FATAL</code> has been removed from <code>org.apache.camel.LoggingLevel</code>. Use <code>ERROR</code> instead.</li><li><code>org.apache.camel.processor.Logger</code> has been renamed to <code>org.apache.camel.processor.CamelLogger</code>, and it now uses <a shape="rect" class="external-link" href="http://www.slf4j.org/" rel="nofollow">slf4j</a> as the logger.</li><li>Removed <code>getLeftValue</code> and <code>getRightValue</code> methods on <code>BinaryPredicate</code>.</li><li>The <code>ref</code> attribute on <code>&lt;redeliveryPolicy&gt;</code> has been removed. Instead use <code>redeliveryPolicyRef</code> attribute on <code>&lt;onException&gt;</code> or <code>&lt;errorHandler&gt;</code> tags.</li><li>The <code>&lt;batch-config&gt;</code> and <code>&lt;stream-config&gt;</code> tags in XML DSL in the <a shape="rect" href="resequencer.html">Resequencer</a> EIP must now be configured in the top, and not in the bottom. So if you use those, then move them up just below
  the <code>&lt;resequence&gt;</code> <a shape="rect" href="eip.html">EIP</a> starts in the XML.</li><li>The <code>JdbcAggregationRepository</code> is moved from the <code>camel-jdbc-aggregator</code> component to the <code>camel-sql</code> component. The full qualified class name changed from <code>org.apache.camel.component.jdbc.aggregationRepository.JdbcAggregationRepository</code> to <code>org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository</code>.</li><li><code>sortBody</code> methods removed from Java DSL. You can use <code>sort(body())</code> instead.</li><li>The <a shape="rect" href="sort.html">Sort</a> EIP in XML DSL is now configured the expression directly. Which means you no longer need to use <code>&lt;expression&gt;</code> enclosing the expression. Instead you set the expression directly, just as the other <a shape="rect" href="eip.html">EIP</a>s does.</li><li>Method <code>parsePropertyValue</code> renamed to <code>parseProperty</code> and have additiona
 l parameters in the <code>PropertiesParser</code> interface.</li></ul>
-
-
-<h2 id="Camel2.7.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><code>camel-script</code> which uses <code>ScriptEngineManager</code> from the JDK, cannot load script engines from packages outside the JDK (i.e. when running in OSGi).</li><li>Stopping a route after using <code>adviceWith</code> maybe cause issues with error handlers, see <a shape="rect" class="external-link" href="https://issues.apache.org/jira/browse/CAMEL-3534">CAMEL-3534</a></li><li>The project cannot fully build the site using Maven (eg running <code>"mvn site"</code>. There is no plan to make this work as the project do not use the maven site.</li><li>The <a shape="rect" href="cxf-tomcat-example.html">CXF Tomcat Example</a> does not work on Tomcat 7 due a bug in <a shape
 ="rect" class="external-link" href="https://issues.apache.org/jira/browse/CXF-3362">Apache CXF 2.3.3</a> that camel-cxf uses by default. When CXF 2.3.4 is released you can upgrade and the example should work.</li><li>The <code>camel-spring-ws</code> feature does not work in Apache ServiceMix or Apache Karaf.</li><li>The <code>camel-cache</code> feature cannot load the <code>ehcache-failsafe.xml</code> file.</li><li>The default cacheLevel on <a shape="rect" href="jms.html">JMS</a> is always <code>CACHE_CONSUMER</code>. However this impacts performance when using transacted=true. The workaround is to set <code>cacheLevelName=CACHE_NONE</code> if you use transaction.</li><li>Stopping a route having a context scoped error handler, may cause the error handler to stop as well, causing it to not work if it was used by other routes, see <a shape="rect" class="external-link" href="https://issues.apache.org/jira/browse/CAMEL-3878">CAMEL-3878</a></li></ul>
-
-
-<h2 id="Camel2.7.0Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2>
-
-<ul><li>Java 1.6 or better is required</li><li>Spring 3.0.5 or better is required, when using Spring</li><li>Apache CXF 2.3.3 or better is required, when using CXF</li><li>Switched to use <a shape="rect" class="external-link" href="http://www.slf4j.org/" rel="nofollow">slf4j</a> as the logger instead of commons logging. That means you may have to included <code>slf4j-log4j12</code> as dependency if you are using log4j.<br clear="none">
-  See documentation at <a shape="rect" class="external-link" href="http://www.slf4j.org/" rel="nofollow">slf4j</a> for more details.</li><li>If you have developed custom Camel <a shape="rect" href="component.html">Component</a>s and your <code>Endpoint</code> class extends <code>DefaultEndpoint</code> then its advised to use the <code>doStart</code> and <code>doStop</code> instead of <code>start</code> and <code>stop</code>.</li><li>You can not access the attachment by using Message.getAttachement(id) if the camel-cxf endpoint works in POJO data format, please access the attachment objects from the camel message body.</li><li><a shape="rect" href="restlet.html">camel-restlet</a> has been upgraded from Restlet 1.1.x to 2.0.5</li><li><a shape="rect" href="servlet.html">Servlet</a> does not startup Spring XML file anymore. You should startup the XML file using 100% Spring style using the ContextLoaderListener in the web.xml. See the the <a shape="rect" href="servlet-tomcat-example.html
 ">Servlet Tomcat Example</a> example for details.</li><li><a shape="rect" href="camel-maven-archetypes.html">Camel Maven Archetypes</a> the archetype <code>camel-archetype-war</code> has been renamed to <code>camel-archetype-webconsole</code>.</li></ul>
-
-
-<h2 id="Camel2.7.0Release-GettingtheDistributions">Getting the Distributions</h2>
-
-<h3 id="Camel2.7.0Release-BinaryDistributions">Binary Distributions</h3>
-
-<div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p> Description </p></th><th colspan="1" rowspan="1" class="confluenceTh"><p> Download Link </p></th><th colspan="1" rowspan="1" class="confluenceTh"><p> PGP Signature file of download </p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> Windows Distribution </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.7.0/apache-camel-2.7.0.zip">apache-camel-2.7.0.zip</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.7.0/apache-camel-2.7.0.zip.asc">apache-camel-2.7.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 sh
 ape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.7.0/apache-camel-2.7.0.tar.gz">apache-camel-2.7.0.tar.gz</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.7.0/apache-camel-2.7.0.tar.gz.asc">apache-camel-2.7.0.tar.gz.asc</a> </p></td></tr></tbody></table></div>
-
-    <div class="aui-message hint shadowed information-macro">
+<ul><li>Switched to use <a shape="rect" class="external-link" href="http://www.slf4j.org/" rel="nofollow">slf4j</a> as the logger instead of commons logging.</li><li>Camel now checks state of <code>Service</code> during starting/stopping the <a shape="rect" href="lifecycle.html">Lifecycle</a> of the <code>Service</code>. This avoids double starting/stopping in case the service was already in the desired state.</li><li>Added support for <a shape="rect" href="mdc-logging.html">MDC logging</a> with Camel</li><li><a shape="rect" href="jms.html">JMS</a> consumer now eager checks if Camel is shutting down and signals that to its <code>DefaultMessageListenerContainer</code> which avoids trying to re-connect/failover during shutdown.</li><li>Introduced option to automatic <a shape="rect" href="mock.html">Mock</a> endpoints during testing. This makes testing without having to add <a shape="rect" href="mock.html">Mock</a> endpoints in your routes a breeze. See more details at <a shape="rect" 
 href="mock.html">Mock</a> component documentation.</li><li>Added <code>assertPeriod</code> option to <a shape="rect" href="mock.html">Mock</a> endpoint, which is a period im milliseconds, that the <a shape="rect" href="mock.html">Mock</a> will pause and then re-assert itself to ensure the assertion is still valid. This can be used as a threshold when testing with expectations that <strong>exactly</strong> a given number of messages should arrive on the <a shape="rect" href="mock.html">Mock</a> endpoint.</li><li>Added <code>arrives</code> DSL to <a shape="rect" href="mock.html">Mock</a> endpoint to allow you to setup expectations about timespan between messages arriving on the <a shape="rect" href="mock.html">Mock</a> endpoint. See more details at <a shape="rect" href="mock.html">Mock</a> component documentation.</li><li><a shape="rect" href="http4.html">HTTP4</a> is upgraded to use Apache HttpClient 4.1</li><li>Fixed an issue with <a shape="rect" href="file2.html">File</a> consumer 
 having absolute starting directory and using absolute paths in the <code>move</code> option as well</li><li>Fixed concurrent append to the same file in the <a shape="rect" href="file2.html">File</a> producer</li><li>Fixed issue with restarting <a shape="rect" href="quartz.html">Quartz</a> causing a failure due trigger name already exists issue for stateful jobs.</li><li>Its now possible to use multiple QuartzScheduler's when deploying multiple Camel applications in the same JVM classloader.</li><li><a shape="rect" href="quartz.html">Quartz</a> update checker is now always disabled, see more <a shape="rect" class="external-link" href="http://forums.terracotta.org/forums/posts/list/3395.page#19058" rel="nofollow">details here</a></li><li>Fixed potential issue installing <code>camel-ftp</code> feature in Apache ServiceMix</li><li>New <code>JdbcMessageIdRepository</code> for the idempotent consumer EIP in <a shape="rect" href="sql-component.html">SQL</a></li><li>Relaxed how aggressive C
 amel was registering services as MBeans in JMX. Now Camel will by default only registeres MBeans when starting <a shape="rect" href="camelcontext.html">CamelContext</a> or starting new routes. This avoids registering too many MBeans if using dynamic <a shape="rect" href="eip.html">EIP</a> patterns such as <a shape="rect" href="recipient-list.html">Recipient List</a> using different endpoint urls, causing new endpoints and its associated services to be registered in JMX. This would keep growing over time and consume memory as well. You can use the <code>registerAlways</code> or <code>registerNewRoutes</code> options on <code>ManagementAgent</code> to control this behavior. See <a shape="rect" href="camel-jmx.html">Camel JMX</a> for more details.</li><li>Redelivery policy and OnException now supports <a shape="rect" href="using-propertyplaceholder.html">property placeholders</a> in both Java and XML DSLs.</li><li>Introduced <a shape="rect" href="redeliverypolicy.html"><code>&lt;redeli
 veryPolicyProfile&gt;</code></a> to easily define common profiles for <a shape="rect" href="redeliverypolicy.html">redelivery policies</a>, which you can refer to from <code>&lt;errorHandler&gt;</code> or <code>&lt;onException&gt;</code> using the <code>redeliveryPolicyRef</code> attribute. Also Spring Frameworks property placeholders works with <code>&lt;redeliveryPolicyProfile&gt;</code>.</li><li>Improved the XML based <a shape="rect" href="error-handler.html">Error Handler</a>s to validate configuration on startup, to fail if they have been misconfigured.</li><li><a shape="rect" href="springintegration.html">Spring Integration</a> is upgraded to Spring Integration 2.0.</li><li>Added <code>endChoice()</code> to the Java DSL to be able to use any <a shape="rect" href="eip.html">EIP</a>s inside the <a shape="rect" href="content-based-router.html">Content Based Router</a>. See more <a shape="rect" href="why-can-i-not-use-when-or-otherwise-in-a-java-camel-route.html">details here</a><
 /li><li><a shape="rect" href="using-propertyplaceholder.html">Property placeholders</a> can now be use for any kind of attributes/options in the <a shape="rect" href="eip.html">EIP</a>s in the Camel routes. For example in the Spring XML file you can now use placeholders for timeout attributes etc. This is possible using the specialized placeholder namespace. See more details at the <a shape="rect" href="using-propertyplaceholder.html">Using PropertyPlaceholder</a> wiki page. In the Java DSL there is a new <code>placeholder</code> option on each <a shape="rect" href="eip.html">EIP</a> you can leverage.</li><li>The <code>camel-jdbc-aggregator</code> component is merged into the <code>camel-sql</code> component.</li><li>Fix in <a shape="rect" href="mail.html">Mail</a> component for duplicate attachments, and when using starttls.</li><li>Maven 3 is now supported for building</li><li>Tidy up the XML DSL to not allow nesting tags where it doesn't make sense.</li><li>Internal cleanup in ro
 ute preparation logic to be fully shared for all DSLs (before the XML DSLs and Java DSL was a bit different)</li><li>Fixed <a shape="rect" href="intercept.html">InterceptFrom</a> to work with from endpoints defined using ref's or instances (eg everything but uris)</li><li>Fixed <a shape="rect" href="http.html">HTTP</a> and <a shape="rect" href="http4.html">HTTP4</a> producers double encoding endpoint uri, when calling external service</li><li>Fixed <a shape="rect" href="jms.html">JMS</a> producer not working with OracleAQ throwing exception on accessing <code>JMSReplyTo</code></li><li>Added support for using <a shape="rect" href="using-propertyplaceholder.html">OSGi Blueprint property placeholder</a> service with Camel routes. Camel uses convention over configuration so all you have to do is to define the OSGi blueprint placeholder and you can refer to those from the <code>&lt;camelContext&gt;</code>. Pay attention to the placeholder tokens using by Camel is {{ }}.</li><li><code>&lt
 ;threadPoolProfile&gt;</code> and <code>&lt;threadPool&gt;</code> is now easier to use with <a shape="rect" href="using-propertyplaceholder.html">property placeholders</a></li><li><a shape="rect" href="properties.html">Properties</a> component now supports JVM system properties and OS environment variables in the locations option. For example using <code>"file:${karaf.home}/etc/foo.properties"</code> to refer to the <code>foo.proeprties</code> file in the <a shape="rect" class="external-link" href="http://karaf.apache.org/">Apache Karaf</a> installation.</li><li>Fixed an issue with <a shape="rect" href="recipient-list.html">Recipient List</a> in parallel mode, not reusing background aggregator thread</li><li>Fixed an issue with dependency ordering when using Spring's <code>depends-on</code> attribute between multiple <code>&lt;camelContext&gt;</code>.</li><li><a shape="rect" href="servlet.html">SERVLET</a> component doesn't hijack Spring to start the web application anymore. Spring 
 and CamelServlet is now independent. See more at important changes to consider when upgrading.</li><li>Fixed all <a shape="rect" href="camel-maven-archetypes.html">Camel Maven Archetypes</a> to use new Maven format and ensured they all work out of the box.</li><li><a shape="rect" href="web-console.html">Web Console</a> upgraded to Scalate 1.4.1, and the webpages is now precompiled</li><li><a shape="rect" href="jt400.html">JT400</a> can now execute program calls on the AS/400</li><li><a shape="rect" href="cache.html">Cache</a> now only mandates a message body for the add and update operations. This makes get operation possible for messages with no existing body.</li><li>Fixed issue when <a shape="rect" href="jetty.html">Jetty</a> continuation timeouts has been triggered before <a shape="rect" href="asynchronous-routing-engine.html">Asynchronous Routing Engine</a> has reply ready. This would cause Jetty to log WARN logs about illegal state.</li></ul><h3 id="Camel2.7.0Release-New">New 
 <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></h3><ul><li>None</li></ul><h3 id="Camel2.7.0Release-New.1">New <a shape="rect" href="components.html">Components</a></h3><ul><li><a shape="rect" href="context.html">Context</a></li><li><a shape="rect" href="hazelcast-component.html">Hazelcast</a></li><li><a shape="rect" href="dns.html">DNS</a></li><li><a shape="rect" href="mybatis.html">MyBatis</a></li></ul><h3 id="Camel2.7.0Release-NewDSL">New DSL</h3><ul><li><code>&lt;setFaultBody&gt;</code> added to XML DSL</li><li><code>endChoice</code> added to Java DSL</li><li><code>placeholder</code> added to Java DSL</li></ul><h3 id="Camel2.7.0Release-NewAnnotations">New Annotations</h3><ul><li>None</li></ul><h3 id="Camel2.7.0Release-NewDataFormats">New <a shape="rect" href="data-format.html">Data Formats</a></h3><ul><li>None</li></ul><h3 id="Camel2.7.0Release-New.2">New <a shape="rect" href="languages.html">Languages</a></h3><ul><li><a shape="rec
 t" href="spel.html">Spring Expression Language</a></li></ul><h3 id="Camel2.7.0Release-New.3">New <a shape="rect" href="examples.html">Examples</a></h3><ul><li><code>camel-example-osgi-rmi</code></li><li><code><a shape="rect" href="servlet-tomcat-example.html">camel-example-servlet-tomcat</a></code></li></ul><h3 id="Camel2.7.0Release-New.4">New <a shape="rect" href="tutorials.html">Tutorials</a></h3><ul><li>None</li></ul><h3 id="Camel2.7.0Release-NewArchetypes">New <a shape="rect" href="camel-maven-archetypes.html">Archetypes</a></h3><ul><li><code>camel-archetype-web</code> added to generate a project to deploy camel routes as a WAR</li></ul><h2 id="Camel2.7.0Release-APIbreaking">API breaking</h2><ul><li><code>FATAL</code> has been removed from <code>org.apache.camel.LoggingLevel</code>. Use <code>ERROR</code> instead.</li><li><code>org.apache.camel.processor.Logger</code> has been renamed to <code>org.apache.camel.processor.CamelLogger</code>, and it now uses <a shape="rect" class="
 external-link" href="http://www.slf4j.org/" rel="nofollow">slf4j</a> as the logger.</li><li>Removed <code>getLeftValue</code> and <code>getRightValue</code> methods on <code>BinaryPredicate</code>.</li><li>The <code>ref</code> attribute on <code>&lt;redeliveryPolicy&gt;</code> has been removed. Instead use <code>redeliveryPolicyRef</code> attribute on <code>&lt;onException&gt;</code> or <code>&lt;errorHandler&gt;</code> tags.</li><li>The <code>&lt;batch-config&gt;</code> and <code>&lt;stream-config&gt;</code> tags in XML DSL in the <a shape="rect" href="resequencer.html">Resequencer</a> EIP must now be configured in the top, and not in the bottom. So if you use those, then move them up just below the <code>&lt;resequence&gt;</code> <a shape="rect" href="eip.html">EIP</a> starts in the XML.</li><li>The <code>JdbcAggregationRepository</code> is moved from the <code>camel-jdbc-aggregator</code> component to the <code>camel-sql</code> component. The full qualified class name changed fro
 m <code>org.apache.camel.component.jdbc.aggregationRepository.JdbcAggregationRepository</code> to <code>org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository</code>.</li><li><code>sortBody</code> methods removed from Java DSL. You can use <code>sort(body())</code> instead.</li><li>The <a shape="rect" href="sort.html">Sort</a> EIP in XML DSL is now configured the expression directly. Which means you no longer need to use <code>&lt;expression&gt;</code> enclosing the expression. Instead you set the expression directly, just as the other <a shape="rect" href="eip.html">EIP</a>s does.</li><li>Method <code>parsePropertyValue</code> renamed to <code>parseProperty</code> and have additional parameters in the <code>PropertiesParser</code> interface.</li></ul><h2 id="Camel2.7.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>interce
 pt</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><code>camel-script</code> which uses <code>ScriptEngineManager</code> from the JDK, cannot load script engines from packages outside the JDK (i.e. when running in OSGi).</li><li>Stopping a route after using <code>adviceWith</code> maybe cause issues with error handlers, see <a shape="rect" class="external-link" href="https://issues.apache.org/jira/browse/CAMEL-3534">CAMEL-3534</a></li><li>The project cannot fully build the site using Maven (eg running <code>"mvn site"</code>. There is no plan to make this work as the project do not use the maven site.</li><li>The <a shape="rect" href="cxf-tomcat-example.html">CXF Tomcat Example</a> does not work on Tomcat 7 due a bug in <a shape="rect" class="external-link" href="https://issues.apache.org/jira/browse/CXF-3362">Apache CXF 2.3.3</a> that camel-cxf uses by default. When CXF 2.3.4 is released yo
 u can upgrade and the example should work.</li><li>The <code>camel-spring-ws</code> feature does not work in Apache ServiceMix or Apache Karaf.</li><li>The <code>camel-cache</code> feature cannot load the <code>ehcache-failsafe.xml</code> file.</li><li>The default cacheLevel on <a shape="rect" href="jms.html">JMS</a> is always <code>CACHE_CONSUMER</code>. However this impacts performance when using transacted=true. The workaround is to set <code>cacheLevelName=CACHE_NONE</code> if you use transaction.</li><li>Stopping a route having a context scoped error handler, may cause the error handler to stop as well, causing it to not work if it was used by other routes, see <a shape="rect" class="external-link" href="https://issues.apache.org/jira/browse/CAMEL-3878">CAMEL-3878</a></li></ul><h2 id="Camel2.7.0Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><ul><li>Java 1.6 or better is required</li><li>Spring 3.0.5 or better is required, when 
 using Spring</li><li>Apache CXF 2.3.3 or better is required, when using CXF</li><li>Switched to use <a shape="rect" class="external-link" href="http://www.slf4j.org/" rel="nofollow">slf4j</a> as the logger instead of commons logging. That means you may have to included <code>slf4j-log4j12</code> as dependency if you are using log4j.<br clear="none"> See documentation at <a shape="rect" class="external-link" href="http://www.slf4j.org/" rel="nofollow">slf4j</a> for more details.</li><li>If you have developed custom Camel <a shape="rect" href="component.html">Component</a>s and your <code>Endpoint</code> class extends <code>DefaultEndpoint</code> then its advised to use the <code>doStart</code> and <code>doStop</code> instead of <code>start</code> and <code>stop</code>.</li><li>You can not access the attachment by using Message.getAttachement(id) if the camel-cxf endpoint works in POJO data format, please access the attachment objects from the camel message body.</li><li><a shape="rec
 t" href="restlet.html">camel-restlet</a> has been upgraded from Restlet 1.1.x to 2.0.5</li><li><a shape="rect" href="servlet.html">SERVLET</a> does not startup Spring XML file anymore. You should startup the XML file using 100% Spring style using the ContextLoaderListener in the web.xml. See the the <a shape="rect" href="servlet-tomcat-example.html">Servlet Tomcat Example</a> example for details.</li><li><a shape="rect" href="camel-maven-archetypes.html">Camel Maven Archetypes</a> the archetype <code>camel-archetype-war</code> has been renamed to <code>camel-archetype-webconsole</code>.</li></ul><h2 id="Camel2.7.0Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.7.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" c
 lass="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.0/apache-camel-2.7.0.zip">apache-camel-2.7.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.7.0/apache-camel-2.7.0.zip.asc">apache-camel-2.7.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.7.0/apache-camel-2.7.0.tar.gz">apache-camel-2.7.0.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="ht
 tp://archive.apache.org/dist/camel/apache-camel/2.7.0/apache-camel-2.7.0.tar.gz.asc">apache-camel-2.7.0.tar.gz.asc</a></p></td></tr></tbody></table></div>    <div class="aui-message hint shadowed information-macro">
                     <p class="title">The above URLs use redirection</p>
                             <span class="aui-icon icon-hint">Icon</span>
                 <div class="message-content">
-                            
-<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>
-
+                            <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.0Release-SourceDistributions">Source Distributions</h3>
-
-<div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p> Description </p></th><th colspan="1" rowspan="1" class="confluenceTh"><p> Download Link </p></th><th colspan="1" rowspan="1" class="confluenceTh"><p> PGP Signature file of download </p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> Source for Windows </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.7.0/apache-camel-2.7.0-src.zip">apache-camel-2.7.0-src.zip</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.7.0/apache-camel-2.7.0-src.zip.asc">apache-camel-2.7.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://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.7.0/apache-camel-2.7.0-src.tar.gz">apache-camel-2.7.0-src.tar.gz</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.7.0/apache-camel-2.7.0-src.tar.gz.asc">apache-camel-2.7.0-src.tar.gz.asc</a> </p></td></tr></tbody></table></div>
-
-
-<h3 id="Camel2.7.0Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3>
-
-<p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p>
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
-&lt;dependency&gt;
+<h3 id="Camel2.7.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/camel/apache-camel/2.7.0/apache-camel-2.7.0-src.zip">apache-camel-2.7.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.7.0/apache-camel-2.7.0-src.zip.asc">apache-camel-2.7.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.7.0/apache-camel-2.7.0-src.tar.gz">apache-camel-2.7.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.7.0/apache-camel-2.7.0-src.tar.gz.asc">apache-camel-2.7.0-src.tar.gz.asc</a></p></td></tr></tbody></table></div><h3 id="Camel2.7.0Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3><p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeCo
 ntent panelContent pdl">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[&lt;dependency&gt;
   &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
   &lt;artifactId&gt;camel-core&lt;/artifactId&gt;
   &lt;version&gt;2.7.0&lt;/version&gt;
 &lt;/dependency&gt;
 ]]></script>
-</div></div>
-
-<h3 id="Camel2.7.0Release-SVNTagCheckout">SVN Tag Checkout</h3>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
-svn co http://svn.apache.org/repos/asf/camel/tags/camel-2.7.0
+</div></div><h3 id="Camel2.7.0Release-SVNTagCheckout">SVN Tag Checkout</h3><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[svn co http://svn.apache.org/repos/asf/camel/tags/camel-2.7.0
 ]]></script>
-</div></div>
-
-<h2 id="Camel2.7.0Release-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;styleName=Html&amp;version=12316021">release notes for 2.7.0</a></li></ul></div>
+</div></div><h2 id="Camel2.7.0Release-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;styleName=Html&amp;version=12316021">release notes for 2.7.0</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/camel-271-release.html
==============================================================================
--- websites/production/camel/content/camel-271-release.html (original)
+++ websites/production/camel/content/camel-271-release.html Sun Mar  9 23:18:55 2014
@@ -86,91 +86,25 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h1 id="Camel2.7.1Release-Camel2.7.1release">Camel 2.7.1 release</h1>
-
-<div style="padding-right:20px;float:left;margin-left:-20px;">
-<p><span class="image-wrap" style=""><img src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png" style="border: 0px solid black"></span></p></div>
-<div style="min-height:200px"></div>
-
-<h2 id="Camel2.7.1Release-NewandNoteworthy">New and Noteworthy</h2>
-
-<p>Welcome to the 2.7.1 patch release which approx 12 issues resolved (improvements and bug fixes such as...)</p>
-
-<ul><li>upgrade to pax-exam 1.2.4</li><li>upgrade to Jackson 1.7.5</li><li>upgrade to sl4j 1.6.1</li><li>support for cxf-2.4.x</li><li>fixes and improvements related to using Camel in OSGi</li></ul>
-
-
-<h3 id="Camel2.7.1Release-New">New <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></h3>
-
-<h3 id="Camel2.7.1Release-New.1">New <a shape="rect" href="components.html">Components</a></h3>
-
-<h3 id="Camel2.7.1Release-NewDSL">New DSL</h3>
-
-<h3 id="Camel2.7.1Release-NewAnnotations">New Annotations</h3>
-
-<h3 id="Camel2.7.1Release-NewDataFormats">New <a shape="rect" href="data-format.html">Data Formats</a></h3>
-
-<h3 id="Camel2.7.1Release-New.2">New <a shape="rect" href="languages.html">Languages</a></h3>
-
-<h3 id="Camel2.7.1Release-New.3">New <a shape="rect" href="examples.html">Examples</a></h3>
-
-<h3 id="Camel2.7.1Release-New.4">New <a shape="rect" href="tutorials.html">Tutorials</a></h3>
-
-<h2 id="Camel2.7.1Release-APIbreaking">API breaking</h2>
-
-<h2 id="Camel2.7.1Release-KnownIssues">Known Issues</h2>
-
-<h2 id="Camel2.7.1Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2>
-
-<h2 id="Camel2.7.1Release-GettingtheDistributions">Getting the Distributions</h2>
-
-<h3 id="Camel2.7.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://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.7.1/apache-camel-2.7.1.zip">apache-camel-2.7.1.zip</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.7.1/apache-camel-2.7.1.zip.asc">apache-camel-2.7.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 sh
 ape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.7.1/apache-camel-2.7.1.tar.gz">apache-camel-2.7.1.tar.gz</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.7.1/apache-camel-2.7.1.tar.gz.asc">apache-camel-2.7.1.tar.gz.asc</a> </p></td></tr></tbody></table></div>
-
-    <div class="aui-message hint shadowed information-macro">
+<div class="wiki-content maincontent"><h1 id="Camel2.7.1Release-Camel2.7.1release">Camel 2.7.1 release</h1><div style="padding-right:20px;float:left;margin-left:-20px;">
+<p><span class="image-wrap" style=""><img src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png" style="border: 0px solid black"></span></p></div><div style="min-height:200px"></div><h2 id="Camel2.7.1Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 2.7.1 patch release which approx 12 issues resolved (improvements and bug fixes such as...)</p><ul><li>upgrade to pax-exam 1.2.4</li><li>upgrade to Jackson 1.7.5</li><li>upgrade to sl4j 1.6.1</li><li>support for cxf-2.4.x</li><li>fixes and improvements related to using Camel in OSGi</li></ul><h3 id="Camel2.7.1Release-New">New <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></h3><h3 id="Camel2.7.1Release-New.1">New <a shape="rect" href="components.html">Components</a></h3><h3 id="Camel2.7.1Release-NewDSL">New DSL</h3><h3 id="Camel2.7.1Release-NewAnnotations">New Annotations</h3><h3 id="Camel2.7.1Release-NewDataFormats">New <a shape="rect" href="data-format.htm
 l">Data Formats</a></h3><h3 id="Camel2.7.1Release-New.2">New <a shape="rect" href="languages.html">Languages</a></h3><h3 id="Camel2.7.1Release-New.3">New <a shape="rect" href="examples.html">Examples</a></h3><h3 id="Camel2.7.1Release-New.4">New <a shape="rect" href="tutorials.html">Tutorials</a></h3><h2 id="Camel2.7.1Release-APIbreaking">API breaking</h2><h2 id="Camel2.7.1Release-KnownIssues">Known Issues</h2><h2 id="Camel2.7.1Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><h2 id="Camel2.7.1Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.7.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.7.1/apache-camel-2.7.1.zip">apache-camel-2.7.1.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.7.1/apache-camel-2.7.1.zip.asc">apache-camel-2.7.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.7.1/apache-camel-2.7.1.tar.gz">apache-camel-2.7.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.7.1/apache-camel-2.7.1.t
 ar.gz.asc">apache-camel-2.7.1.tar.gz.asc</a></p></td></tr></tbody></table></div>    <div class="aui-message hint shadowed information-macro">
                     <p class="title">The above URLs use redirection</p>
                             <span class="aui-icon icon-hint">Icon</span>
                 <div class="message-content">
-                            
-<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>
-
+                            <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.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 for Windows </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.7.1/apache-camel-2.7.1-src.zip">apache-camel-2.7.1-src.zip</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.7.1/apache-camel-2.7.1-src.zip.asc">apache-camel-2.7.1-src.zip.asc</a> </p></td></tr></tbody></table></div>
-
-
-<div class="table-wrap"><table class="confluenceTable"><tbody><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> Source for Unix/Linux/Cygwin </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.7.1/apache-camel-2.7.1-src.tar.gz">apache-camel-2.7.1-src.tar.gz</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.7.1/apache-camel-2.7.1-src.tar.gz.asc">apache-camel-2.7.1-src.tar.gz.asc</a> </p></td></tr></tbody></table></div>
-
-
-<h3 id="Camel2.7.1Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3>
-
-<p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p>
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
-&lt;dependency&gt;
+<h3 id="Camel2.7.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 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.1/apache-camel-2.7.1-src.zip">apache-camel-2.7.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.7.1/apache-camel-2.7.1-src.zip.asc">apache-camel-2.7.1-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.1/apache-camel-2.7.1-src.tar.gz">apache-camel-2.7.1-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.1/apache-camel-2.7.1-src.tar.gz.asc">apache-camel-2.7.1-src.tar.gz.asc</a></p></td></tr></tbody></table></div><h3 id="Camel2.7.1Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3><p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeCo
 ntent panelContent pdl">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[&lt;dependency&gt;
   &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
   &lt;artifactId&gt;camel-core&lt;/artifactId&gt;
   &lt;version&gt;2.7.1&lt;/version&gt;
 &lt;/dependency&gt;
 ]]></script>
-</div></div>
-
-<h3 id="Camel2.7.1Release-SVNTagCheckout">SVN Tag Checkout</h3>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
-svn co http://svn.apache.org/repos/asf/camel/tags/camel-2.7.1
+</div></div><h3 id="Camel2.7.1Release-SVNTagCheckout">SVN Tag Checkout</h3><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[svn co http://svn.apache.org/repos/asf/camel/tags/camel-2.7.1
 ]]></script>
-</div></div>
-
-<h2 id="Camel2.7.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;version=12316352&amp;styleName=Html">release notes for 2.7.1</a></li></ul></div>
+</div></div><h2 id="Camel2.7.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;version=12316352&amp;styleName=Html">release notes for 2.7.1</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/camel-272-release.html
==============================================================================
--- websites/production/camel/content/camel-272-release.html (original)
+++ websites/production/camel/content/camel-272-release.html Sun Mar  9 23:18:55 2014
@@ -86,91 +86,25 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h1 id="Camel2.7.2Release-Camel2.7.2release">Camel 2.7.2 release</h1>
-
-<div style="padding-right:20px;float:left;margin-left:-20px;">
-<p><span class="image-wrap" style=""><img src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png" style="border: 0px solid black"></span></p></div>
-<div style="min-height:200px"></div>
-
-<h2 id="Camel2.7.2Release-NewandNoteworthy">New and Noteworthy</h2>
-
-<p>Welcome to the 2.7.2 patch release which approx 7 issues resolved (improvements and bug fixes such as...)</p>
-
-<ul><li>fixes and improvements related to using Camel in OSGi</li><li>fixes for the camel-web console, including an XSS vulnerability</li><li>fix for camel-ehcache related to replication across nodes</li></ul>
-
-
-<h3 id="Camel2.7.2Release-New">New <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></h3>
-
-<h3 id="Camel2.7.2Release-New.1">New <a shape="rect" href="components.html">Components</a></h3>
-
-<h3 id="Camel2.7.2Release-NewDSL">New DSL</h3>
-
-<h3 id="Camel2.7.2Release-NewAnnotations">New Annotations</h3>
-
-<h3 id="Camel2.7.2Release-NewDataFormats">New <a shape="rect" href="data-format.html">Data Formats</a></h3>
-
-<h3 id="Camel2.7.2Release-New.2">New <a shape="rect" href="languages.html">Languages</a></h3>
-
-<h3 id="Camel2.7.2Release-New.3">New <a shape="rect" href="examples.html">Examples</a></h3>
-
-<h3 id="Camel2.7.2Release-New.4">New <a shape="rect" href="tutorials.html">Tutorials</a></h3>
-
-<h2 id="Camel2.7.2Release-APIbreaking">API breaking</h2>
-
-<h2 id="Camel2.7.2Release-KnownIssues">Known Issues</h2>
-
-<h2 id="Camel2.7.2Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2>
-
-<h2 id="Camel2.7.2Release-GettingtheDistributions">Getting the Distributions</h2>
-
-<h3 id="Camel2.7.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://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.7.2/apache-camel-2.7.2.zip">apache-camel-2.7.2.zip</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.7.2/apache-camel-2.7.2.zip.asc">apache-camel-2.7.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 sh
 ape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.7.2/apache-camel-2.7.2.tar.gz">apache-camel-2.7.2.tar.gz</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.7.2/apache-camel-2.7.2.tar.gz.asc">apache-camel-2.7.2.tar.gz.asc</a> </p></td></tr></tbody></table></div>
-
-    <div class="aui-message hint shadowed information-macro">
+<div class="wiki-content maincontent"><h1 id="Camel2.7.2Release-Camel2.7.2release">Camel 2.7.2 release</h1><div style="padding-right:20px;float:left;margin-left:-20px;">
+<p><span class="image-wrap" style=""><img src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png" style="border: 0px solid black"></span></p></div><div style="min-height:200px"></div><h2 id="Camel2.7.2Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 2.7.2 patch release which approx 7 issues resolved (improvements and bug fixes such as...)</p><ul><li>fixes and improvements related to using Camel in OSGi</li><li>fixes for the camel-web console, including an XSS vulnerability</li><li>fix for camel-ehcache related to replication across nodes</li></ul><h3 id="Camel2.7.2Release-New">New <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></h3><h3 id="Camel2.7.2Release-New.1">New <a shape="rect" href="components.html">Components</a></h3><h3 id="Camel2.7.2Release-NewDSL">New DSL</h3><h3 id="Camel2.7.2Release-NewAnnotations">New Annotations</h3><h3 id="Camel2.7.2Release-NewDataFormats">New <a shape="rect" href="data-
 format.html">Data Formats</a></h3><h3 id="Camel2.7.2Release-New.2">New <a shape="rect" href="languages.html">Languages</a></h3><h3 id="Camel2.7.2Release-New.3">New <a shape="rect" href="examples.html">Examples</a></h3><h3 id="Camel2.7.2Release-New.4">New <a shape="rect" href="tutorials.html">Tutorials</a></h3><h2 id="Camel2.7.2Release-APIbreaking">API breaking</h2><h2 id="Camel2.7.2Release-KnownIssues">Known Issues</h2><h2 id="Camel2.7.2Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><h2 id="Camel2.7.2Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.7.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.7.2/apache-camel-2.7.2.zip">apache-camel-2.7.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.7.2/apache-camel-2.7.2.zip.asc">apache-camel-2.7.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.7.2/apache-camel-2.7.2.tar.gz">apache-camel-2.7.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.7.2/apache-cam
 el-2.7.2.tar.gz.asc">apache-camel-2.7.2.tar.gz.asc</a></p></td></tr></tbody></table></div>    <div class="aui-message hint shadowed information-macro">
                     <p class="title">The above URLs use redirection</p>
                             <span class="aui-icon icon-hint">Icon</span>
                 <div class="message-content">
-                            
-<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>
-
+                            <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.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 for Windows </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.7.2/apache-camel-2.7.2-src.zip">apache-camel-2.7.2-src.zip</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.7.2/apache-camel-2.7.2-src.zip.asc">apache-camel-2.7.2-src.zip.asc</a> </p></td></tr></tbody></table></div>
-
-
-<div class="table-wrap"><table class="confluenceTable"><tbody><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> Source for Unix/Linux/Cygwin </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.7.2/apache-camel-2.7.2-src.tar.gz">apache-camel-2.7.2-src.tar.gz</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.7.2/apache-camel-2.7.2-src.tar.gz.asc">apache-camel-2.7.2-src.tar.gz.asc</a> </p></td></tr></tbody></table></div>
-
-
-<h3 id="Camel2.7.2Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3>
-
-<p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p>
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
-&lt;dependency&gt;
+<h3 id="Camel2.7.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 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.2/apache-camel-2.7.2-src.zip">apache-camel-2.7.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.7.2/apache-camel-2.7.2-src.zip.asc">apache-camel-2.7.2-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.2/apache-camel-2.7.2-src.tar.gz">apache-camel-2.7.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/2.7.2/apache-camel-2.7.2-src.tar.gz.asc">apache-camel-2.7.2-src.tar.gz.asc</a></p></td></tr></tbody></table></div><h3 id="Camel2.7.2Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3><p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeCo
 ntent panelContent pdl">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[&lt;dependency&gt;
   &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
   &lt;artifactId&gt;camel-core&lt;/artifactId&gt;
   &lt;version&gt;2.7.2&lt;/version&gt;
 &lt;/dependency&gt;
 ]]></script>
-</div></div>
-
-<h3 id="Camel2.7.2Release-SVNTagCheckout">SVN Tag Checkout</h3>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
-svn co http://svn.apache.org/repos/asf/camel/tags/camel-2.7.2
+</div></div><h3 id="Camel2.7.2Release-SVNTagCheckout">SVN Tag Checkout</h3><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[svn co http://svn.apache.org/repos/asf/camel/tags/camel-2.7.2
 ]]></script>
-</div></div>
-
-<h2 id="Camel2.7.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="http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;version=12316478&amp;styleName=Html">release notes for 2.7.2</a></li></ul></div>
+</div></div><h2 id="Camel2.7.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="http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;version=12316478&amp;styleName=Html">release notes for 2.7.2</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/camel-273-release.html
==============================================================================
--- websites/production/camel/content/camel-273-release.html (original)
+++ websites/production/camel/content/camel-273-release.html Sun Mar  9 23:18:55 2014
@@ -86,90 +86,25 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent">
-<h1 id="Camel2.7.3Release-Camel2.7.3release">Camel 2.7.3 release</h1>
-
-<div style="padding-right:20px;float:left;margin-left:-20px;">
-<p><span class="image-wrap" style=""><img src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png" style="border: 0px solid black"></span></p></div>
-<div style="min-height:200px"></div>
-
-<h2 id="Camel2.7.3Release-NewandNoteworthy">New and Noteworthy</h2>
-
-<p>Welcome to the 2.7.3 patch release which approx 72 issues resolved.  Many issues reported by users and patches supplied have been applied to make 2.7.3 as "stable" and bug free as possible. </p>
-
-
-<h3 id="Camel2.7.3Release-New">New <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></h3>
-
-<h3 id="Camel2.7.3Release-New.1">New <a shape="rect" href="components.html">Components</a></h3>
-
-<h3 id="Camel2.7.3Release-NewDSL">New DSL</h3>
-
-<h3 id="Camel2.7.3Release-NewAnnotations">New Annotations</h3>
-
-<h3 id="Camel2.7.3Release-NewDataFormats">New <a shape="rect" href="data-format.html">Data Formats</a></h3>
-
-<h3 id="Camel2.7.3Release-New.2">New <a shape="rect" href="languages.html">Languages</a></h3>
-
-<h3 id="Camel2.7.3Release-New.3">New <a shape="rect" href="examples.html">Examples</a></h3>
-
-<h3 id="Camel2.7.3Release-New.4">New <a shape="rect" href="tutorials.html">Tutorials</a></h3>
-
-<h2 id="Camel2.7.3Release-APIbreaking">API breaking</h2>
-
-<h2 id="Camel2.7.3Release-KnownIssues">Known Issues</h2>
-
-<h2 id="Camel2.7.3Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2>
-
-<h2 id="Camel2.7.3Release-GettingtheDistributions">Getting the Distributions</h2>
-
-<h3 id="Camel2.7.3Release-BinaryDistributions">Binary Distributions</h3>
-
-<div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p> Description </p></th><th colspan="1" rowspan="1" class="confluenceTh"><p> Download Link </p></th><th colspan="1" rowspan="1" class="confluenceTh"><p> PGP Signature file of download </p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> Windows Distribution </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.7.3/apache-camel-2.7.3.zip">apache-camel-2.7.3.zip</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.7.3/apache-camel-2.7.3.zip.asc">apache-camel-2.7.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 sh
 ape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.7.3/apache-camel-2.7.3.tar.gz">apache-camel-2.7.3.tar.gz</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.7.3/apache-camel-2.7.3.tar.gz.asc">apache-camel-2.7.3.tar.gz.asc</a> </p></td></tr></tbody></table></div>
-
-    <div class="aui-message hint shadowed information-macro">
+<div class="wiki-content maincontent"><h1 id="Camel2.7.3Release-Camel2.7.3release">Camel 2.7.3 release</h1><div style="padding-right:20px;float:left;margin-left:-20px;">
+<p><span class="image-wrap" style=""><img src="http://camel.apache.org/download.data/camel-box-v1.0-150x200.png" style="border: 0px solid black"></span></p></div><div style="min-height:200px"></div><h2 id="Camel2.7.3Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 2.7.3 patch release which approx 72 issues resolved. Many issues reported by users and patches supplied have been applied to make 2.7.3 as "stable" and bug free as possible.</p><h3 id="Camel2.7.3Release-New">New <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></h3><h3 id="Camel2.7.3Release-New.1">New <a shape="rect" href="components.html">Components</a></h3><h3 id="Camel2.7.3Release-NewDSL">New DSL</h3><h3 id="Camel2.7.3Release-NewAnnotations">New Annotations</h3><h3 id="Camel2.7.3Release-NewDataFormats">New <a shape="rect" href="data-format.html">Data Formats</a></h3><h3 id="Camel2.7.3Release-New.2">New <a shape="rect" href="languages.html">Languages</a></h3
 ><h3 id="Camel2.7.3Release-New.3">New <a shape="rect" href="examples.html">Examples</a></h3><h3 id="Camel2.7.3Release-New.4">New <a shape="rect" href="tutorials.html">Tutorials</a></h3><h2 id="Camel2.7.3Release-APIbreaking">API breaking</h2><h2 id="Camel2.7.3Release-KnownIssues">Known Issues</h2><h2 id="Camel2.7.3Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><h2 id="Camel2.7.3Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.7.3Release-BinaryDistributions">Binary Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Windows Distribution</p></td><td colspan="1" rowspan="1" class="con
 fluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.7.3/apache-camel-2.7.3.zip">apache-camel-2.7.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.7.3/apache-camel-2.7.3.zip.asc">apache-camel-2.7.3.zip.asc</a></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Unix/Linux/Cygwin Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://archive.apache.org/dist/camel/apache-camel/2.7.3/apache-camel-2.7.3.tar.gz">apache-camel-2.7.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.7.3/apache-camel-2.7.3.tar.gz.asc">apache-camel-2.7.3.tar.gz.asc</a></p></td></tr></tbody></table></div>    <div class="aui-message hint sha
 dowed information-macro">
                     <p class="title">The above URLs use redirection</p>
                             <span class="aui-icon icon-hint">Icon</span>
                 <div class="message-content">
-                            
-<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>
-
+                            <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.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 for Windows </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.7.3/apache-camel-2.7.3-src.zip">apache-camel-2.7.3-src.zip</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.7.3/apache-camel-2.7.3-src.zip.asc">apache-camel-2.7.3-src.zip.asc</a> </p></td></tr></tbody></table></div>
-
-
-<div class="table-wrap"><table class="confluenceTable"><tbody><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> Source for Unix/Linux/Cygwin </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.7.3/apache-camel-2.7.3-src.tar.gz">apache-camel-2.7.3-src.tar.gz</a> </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> <a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.7.3/apache-camel-2.7.3-src.tar.gz.asc">apache-camel-2.7.3-src.tar.gz.asc</a> </p></td></tr></tbody></table></div>
-
-
-<h3 id="Camel2.7.3Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3>
-
-<p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p>
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
-&lt;dependency&gt;
+<h3 id="Camel2.7.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 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.3/apache-camel-2.7.3-src.zip">apache-camel-2.7.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.7.3/apache-camel-2.7.3-src.zip.asc">apache-camel-2.7.3-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.3/apache-camel-2.7.3-src.tar.gz">apache-camel-2.7.3-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.3/apache-camel-2.7.3-src.tar.gz.asc">apache-camel-2.7.3-src.tar.gz.asc</a></p></td></tr></tbody></table></div><h3 id="Camel2.7.3Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3><p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeCo
 ntent panelContent pdl">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[&lt;dependency&gt;
   &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
   &lt;artifactId&gt;camel-core&lt;/artifactId&gt;
   &lt;version&gt;2.7.3&lt;/version&gt;
 &lt;/dependency&gt;
 ]]></script>
-</div></div>
-
-<h3 id="Camel2.7.3Release-SVNTagCheckout">SVN Tag Checkout</h3>
-
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
-svn co http://svn.apache.org/repos/asf/camel/tags/camel-2.7.3
+</div></div><h3 id="Camel2.7.3Release-SVNTagCheckout">SVN Tag Checkout</h3><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[svn co http://svn.apache.org/repos/asf/camel/tags/camel-2.7.3
 ]]></script>
-</div></div>
-
-<h2 id="Camel2.7.3Release-Changelog">Changelog</h2>
-
-<p>For a more detailed view of new features and bug fixes, see the:</p>
-<ul><li><a shape="rect" class="external-link" href="http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;version=12316520&amp;styleName=Html">release notes for 2.7.3</a></li></ul></div>
+</div></div><h2 id="Camel2.7.3Release-Changelog">Changelog</h2><p>For a more detailed view of new features and bug fixes, see the:</p><ul><li><a shape="rect" class="external-link" href="http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;version=12316520&amp;styleName=Html">release notes for 2.7.3</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">