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 2013/04/23 08:28:10 UTC

svn commit: r859564 [2/3] - in /websites/production/camel/content: 2007/08/18/ 2007/08/20/ 2007/10/01/ 2007/10/28/ 2008/04/08/ 2008/04/22/ 2008/04/28/ 2008/07/22/ 2008/10/31/ 2009/01/19/ 2009/02/03/ 2009/02/17/ 2009/03/17/ 2009/05/19/ 2009/06/16/ 2009/...

Modified: websites/production/camel/content/2010/05/27/camel-230-released.html
==============================================================================
--- websites/production/camel/content/2010/05/27/camel-230-released.html (original)
+++ websites/production/camel/content/2010/05/27/camel-230-released.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,23 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>A new release of Apache Camel is out after a bit over 3 months of hard work. Our thanks and gratitude go to the vibrant and growing community and all the contributors who made Camel a stable, mature and production ready project. Special thanks go to the many other projects, open source or not, who chose Camel for their integration needs.</p>
+
+<p>The Camel 2.3.0 release (see <a shape="rect" href="../../../camel-230-release.html" title="Camel 2.3.0 Release">release notes</a>) features some 276 issues resolved. Most notable (in no particular order) are:</p>
+
+<ul><li>Overhauled <a shape="rect" href="../../../threading-model.html" title="Threading Model">threading model</a> and introducing threadPoolProfile to define profiles for thread pools to have easy configuration.</li><li>Improved the <a shape="rect" href="../../../load-balancer.html" title="Load Balancer">Failover load balancer</a> to support round robin mode and a few other options as well.</li><li>Fixed issue with Camel not being able to run deployed as a WAR in WebLogic server.</li><li>Total overhaul of the <a shape="rect" href="../../../aggregator2.html" title="Aggregator2">Aggregator</a> EIP, which now has better completion triggers, and supports pluggable repository. For example to use <a shape="rect" href="../../../hawtdb.html" title="HawtDB">camel-hawtdb</a> as persistent store. Also added support for recovery and transactional behavior when using camel-hawtdb.</li><li><a shape="rect" href="../../../graceful-shutdown.html" title="Graceful Shutdown">Graceful Shutdown
 </a> now shut down routes in the reverse order in which they was started. Option shutdownRoutesInReverseOrder can be used to control this behavior.</li><li>Added <tt>ExchangeSentEvent</tt> to <tt>EventNotifier</tt> which contains time taken and is emitted when an <a shape="rect" href="../../../exchange.html" title="Exchange">Exchange</a> is sent to an <a shape="rect" href="../../../endpoint.html" title="Endpoint">Endpoint</a>. This allows end users to easily gather performance stats for Exchange send to endpoints.</li><li><a shape="rect" href="../../../simple.html" title="Simple">Simple</a> and <a shape="rect" href="../../../bean.html" title="Bean">Bean</a> languages now has a build in OGNL notation which allows you to reference from Map or List structures and as well to invoke methods in a <a shape="rect" href="../../../ognl.html" title="OGNL">OGNL</a> like notation. See more details at Simple wiki page.</li><li><a shape="rect" href="../../../jetty.html" title="Jetty">camel
 -jetty</a> supports the multipart/form post out of box.</li><li><a shape="rect" href="../../../using-propertyplaceholder.html" title="Using PropertyPlaceholder">Property placeholders</a> in for example endpoint uris is not natively supported in camel-core which means you no long need to use Spring for that. It works therefore in any environment as its provided out of the box in camel-core.</li><li>Added <tt>org.apache.camel.builder.ProxyBuilder</tt> to easier create <a shape="rect" href="../../../using-camelproxy.html" title="Using CamelProxy">Camel Proxy</a> in Java / Java DSL.</li><li><tt>ProducerTemplate</tt> and <tt>ConsumerTemplate</tt> can now be configured with a <tt>maximumCacheSize</tt> to control how many producers/consumers they can cache.</li><li>Reduced registering producers in JMX to prevent using too much memory and potentially registering short lived producers which didn't bring much value of being managed as well.</li><li>Now camel provides a karaf feature f
 ile with Spring 3.0.2.RELEASE, the features url is "mvn:org.apache.camel.karaf/apache-camel/2.3.0/xml/features-spring3"</li><li>... and much, much more....</li></ul>
+
+
+<p>Also notable is the number of new components added to this release:</p>
+<ul><li><a shape="rect" href="../../../nagios.html" title="Nagios">camel-nagios</a> for sending passive checks to <a shape="rect" class="external-link" href="http://nagios.org" rel="nofollow">Nagios</a></li><li><a shape="rect" href="../../../properties.html" title="Properties">properties</a> for using property placeholders to resolve endpoint uris.</li><li><a shape="rect" href="../../../gae.html" title="GAE">camel-gae</a> extensions
+	<ul><li><a shape="rect" href="../../../gauth.html" title="gauth">gauth</a> component for implementing <a shape="rect" class="external-link" href="http://code.google.com/apis/accounts/docs/OAuth.html" rel="nofollow">OAuth</a> consumers.</li><li><a shape="rect" href="../../../glogin.html" title="glogin">glogin</a> component for programmatic login to Google App Engine applications from Java clients.</li></ul>
+	</li><li><a shape="rect" href="../../../hawtdb.html" title="HawtDB">camel-hawtdb</a> as persistent store for the <a shape="rect" href="../../../aggregator2.html" title="Aggregator2">Aggregator</a> EIP.</li><li><a shape="rect" href="../../../netty.html" title="Netty">camel-netty</a> for working with TCP and UDP protocols using Java NIO based capabilities offered by the JBoss Netty.</li><li><a shape="rect" href="../../../exec.html" title="Exec">camel-exec</a> for executing system commands</li><li><a shape="rect" href="../../../bean-validation.html" title="Bean Validation">camel-bean-validator</a> performs bean validation of the message body using the Java Bean Validation API (<a shape="rect" class="external-link" href="http://jcp.org/en/jsr/detail?id=303" rel="nofollow">JSR 303</a>).</li><li><a shape="rect" href="../../../spring-security.html" title="Spring Security">camel-spring-security</a> support to integrate the <a shape="rect" class="external-link" href="http://static.s
 pringsource.org/spring-security/site/index.html" rel="nofollow">spring security</a> with Camel.</li><li><a shape="rect" href="../../../crypto-digital-signatures.html" title="Crypto (Digital Signatures)">camel-crypto</a> using Camel cryptographic endpoints and Java's Cryptographic extension it is easy to create Digital Signatures for <a shape="rect" href="../../../exchange.html" title="Exchange">Exchange</a>s.</li><li><a shape="rect" href="../../../camel-eclipse.html" title="camel-eclipse">camel-eclipse</a> for using Camel with Eclipse RCP.</li></ul>
+
+
+<p>As usual, a lot of fixes and enhancement of the 90+ <a shape="rect" href="../../../components.html" title="Components">Components</a></p>
+
+<p><a shape="rect" href="../../../download.html" title="Download">Download</a> Camel now and enjoy the ride!<br clear="none">
+The Camel Riders</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2010/06/10/camel-163-released.html
==============================================================================
--- websites/production/camel/content/2010/06/10/camel-163-released.html (original)
+++ websites/production/camel/content/2010/06/10/camel-163-released.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,13 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The older Camel 1.x is still in use and very stable but a few issues have been fixed over the past six months since the last release. Therefore we thought appropriate to issue a new 1.6.3 maintenance release which comes with 39 issues resolved (see <a shape="rect" href="../../../camel-163-release.html" title="Camel 1.6.3 Release">release notes</a>) such as:</p>
+
+<ul><li>Use UTF-8 as the default charset</li><li>Locale independent upper case in Getter/Setter introspection</li><li>Backport per message priority and expiration from 2.x in <a shape="rect" href="../../../jms.html" title="JMS">JMS</a></li><li>Fix for sending to wrong address in the <a shape="rect" href="../../../mail.html" title="Mail">Mail</a> component</li><li>Fix for asynchronous processing in <a shape="rect" href="../../../dead-letter-channel.html" title="Dead Letter Channel">DLC</a> endpoint breaking message handling</li><li>OSGi related fixes</li><li>Fix multithreading bug that caused getBody() to sporadically return null</li><li>Fixes in the <a shape="rect" href="../../../cxf.html" title="CXF">CXF</a>, <a shape="rect" href="../../../file2.html" title="File2">File</a>, <a shape="rect" href="../../../xslt.html" title="XSLT">XSLT</a>, <a shape="rect" href="../../../jdbc.html" title="JDBC">JDBC</a>, <a shape="rect" href="../../../jpa.html" title="JPA">JPA</a> components<
 /li></ul>
+
+
+<p>Many thanks to all who contributed and all of you who entrust our Camel to haul your messages.<br clear="none">
+Hadrian</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2010/06/11/welcome-two-more-camel-riders.html
==============================================================================
--- websites/production/camel/content/2010/06/11/welcome-two-more-camel-riders.html (original)
+++ websites/production/camel/content/2010/06/11/welcome-two-more-camel-riders.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,14 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The Camel Riders are growing their ranks again after only a few short months. We are pleasantly surprised ourselves with the growth of our community the increased interest in Camel and the quantity and quality of contributions. As a result we want to welcome as committers two Christians who stuck with us and consistently helped out.</p>
+
+<p>Christian Schneider was actually involved with Camel for more than two years. I still remember working with him on of one of the first efforts he drove to eliminate the circular&#160;dependencies in Camel and cleanup the architecture. As a CXF expert and committer&#160;Christian Schneider will also be a great addition to the team.</p>
+
+<p>Christian Mueller has been around Camel for quite some time too and has contributed new components and helped with non trivial tasks and fixes. His contributions are of outstanding quality and got Willem "tired of applying them". </p>
+
+<p>On behalf of the Camel PMC, welcome aboard and we expect more great things coming from you!<br clear="none">
+Hadrian</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2010/07/16/camel-240-released.html
==============================================================================
--- websites/production/camel/content/2010/07/16/camel-240-released.html (original)
+++ websites/production/camel/content/2010/07/16/camel-240-released.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,15 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The Apache Camel project celebrates the new 2.4.0 release. This release comes a bit earlier than the usual once a quarter release, but the quantity and quality of the issues resolved surely prompted it, most notably the async support, osgi related improvements and the move to spring 3.0.3. We are extremely grateful to the community for all the contributions.</p>
+
+<p>The 2.4.0 release (see <a shape="rect" href="../../../camel-240-release.html" title="Camel 2.4.0 Release">release notes</a> for details) includes approx 182 issues resolved (new features, improvements and bug fixes) among which, in no particular order:</p>
+
+<ul><li>Fully non blocking <a shape="rect" href="../../../asynchronous-routing-engine.html" title="Asynchronous Routing Engine">Asynchronous Routing Engine</a> which all <a shape="rect" href="../../../eip.html" title="EIP">EIP</a>s and some Camel <a shape="rect" href="../../../components.html" title="Components">Components</a> supported.</li><li><a shape="rect" href="../../../using-osgi-blueprint-with-camel.html" title="Using OSGi blueprint with Camel">OSGi blueprint</a> is now supported</li><li>The camel-spring module now supports OSGi out of box.</li><li>Spring 3.0.3 is now the default Spring version used by Camel.</li><li>Added new <a shape="rect" href="../../../spring.html" title="Spring"><tt>&lt;contextScan&gt;</tt></a> to scan the <a shape="rect" href="../../../registry.html" title="Registry">Registry</a> for <tt>RouteBuilder</tt> instances, just as scanning the classpath etc.</li><li>Manually started routes is now also <a shape="rect" href="../../../graceful-shutdown.
 html" title="Graceful Shutdown">Graceful Shutdown</a> by Camel</li><li>Fixed issue using <a shape="rect" href="../../../configuring-camel.html" title="Configuring Camel">RouteContextRef</a> with multiple <a shape="rect" href="../../../camelcontext.html" title="CamelContext">CamelContext</a> from the same Spring ApplicationContext.</li><li><a shape="rect" href="../../../spring-security.html" title="Spring Security">Spring Security</a> is upgrade to spring security 3.0.3.RELEASE.</li><li>Many fixes in components like <a shape="rect" href="../../../bindy.html" title="Bindy">Bindy</a>, <a shape="rect" href="../../../jms.html" title="JMS">JMS</a>, <a shape="rect" href="../../../http.html" title="HTTP">HTTP</a>, <a shape="rect" href="../../../ftp2.html" title="FTP2">FTP</a>, <a shape="rect" href="../../../quartz.html" title="Quartz">Quartz</a>, <a shape="rect" href="../../../csv.html" title="CSV">CSV</a></li><li>Added a <a shape="rect" href="../../../camel-2x-debugger-api.html" ti
 tle="Camel 2.x - Debugger API">Debugger</a> API to be leveraged by 3rd party tooling.</li><li>Improvements for managing Camel using <a shape="rect" href="../../../camel-jmx.html" title="Camel JMX">JMX</a>.</li><li>Upgraded to latest release of Scala 2.8.0RC7 in <a shape="rect" href="../../../scala-dsl.html" title="Scala DSL">Scala DSL</a></li><li>Introduced <a shape="rect" href="../../../processorfactory.html" title="ProcessorFactory">ProcessorFactory</a> to be able to use a custom factory to be able to manipulate <a shape="rect" href="../../../processor.html" title="Processor">Processor</a> creation process. For example to add additional outputs or manipulate the route model.</li><li><a shape="rect" href="../../../properties.html" title="Properties">Properties</a> component can lookup <tt>java.util.Properties</tt> from the <a shape="rect" href="../../../registry.html" title="Registry">Registry</a> using the <tt>ref:</tt> prefix.</li></ul>
+
+
+<p><a shape="rect" href="../../../download.html" title="Download">Download</a> Camel now and enjoy the ride!<br clear="none">
+Hadrian</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2010/08/27/camel-webinars.html
==============================================================================
--- websites/production/camel/content/2010/08/27/camel-webinars.html (original)
+++ websites/production/camel/content/2010/08/27/camel-webinars.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,22 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><h2><a shape="rect" name="Camelwebinars-Camelwebinars"></a>Camel webinars</h2>
+
+<p><a shape="rect" class="external-link" href="http://fusesource.com/" rel="nofollow">FuseSource</a> is giving two live webinars on Apache Camel in september:</p>
+<ul class="alternate" type="square"><li>Introduction to Camel, on September 8th</li><li>Deployment options for Camel, on September 16th</li></ul>
+
+
+<p>The speakers of those webinars will be Claus Ibsen and Jonathan Anstey, who happens both to be authors of the <a shape="rect" href="../../../books.html" title="Books">Camel in Action Book</a>. So you get the information from the experts.</p>
+
+<p>The webinars will be recorded and later posted on the <a shape="rect" class="external-link" href="http://fusesource.com/" rel="nofollow">FuseSource</a> for anyone freely to download and listen.<br clear="none">
+If you want to listen live and for example also be able to ask questions, then you can <a shape="rect" class="external-link" href="http://fusesource.com/resources/video-archived-webinars/" rel="nofollow">register here</a>.</p>
+
+<h2><a shape="rect" name="Camelwebinars-Camelpodcast"></a>Camel podcast</h2>
+
+<p>The <a shape="rect" class="external-link" href="http://basementcoders.com" rel="nofollow">Basement Coders</a> recently posted a <a shape="rect" class="external-link" href="http://basementcoders.com/?p=684" rel="nofollow">podcast on Apache Camel</a>. The talk is a pretty good introduction to the concepts behind Camel and is worth listening to if your just becoming familiar with the project. They also cover some of the reasons why it's a good idea to use Camel in <a shape="rect" class="external-link" href="http://servicemix.apache.org/home.html">Servicemix</a>.</p>
+
+<p>You may want to skip to the 25 minute as that's where the talk about Camel starts.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2010/09/28/camel-riders-to-discontinue-support-for-1x-branch.html
==============================================================================
--- websites/production/camel/content/2010/09/28/camel-riders-to-discontinue-support-for-1x-branch.html (original)
+++ websites/production/camel/content/2010/09/28/camel-riders-to-discontinue-support-for-1x-branch.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,14 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The Camel PMC decided to discontinue support for the camel 1.x line, currently at version 1.6.3 at the end of this year. We plan on having one last release (1.6.4) at the end of Q4 2010 to include all fixes on that branch until that time. There will be no more development, fixes or releases on the 1.x branch after that.</p>
+
+<p>We are now focusing our efforts towards releasing Camel 3.0 early in Q1 2011 (see <a shape="rect" href="../../../camel-30-ideas.html" title="Camel 3.0 - Ideas">roadmap</a>). The camel 2.x line will continue to be supported.</p>
+
+<p>Many thanks to our community for the continued support.</p>
+
+<p>Hadrian<br clear="none">
+VP, Apache Camel</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2010/10/06/help-us-by-taking-the-camel-survey.html
==============================================================================
--- websites/production/camel/content/2010/10/06/help-us-by-taking-the-camel-survey.html (original)
+++ websites/production/camel/content/2010/10/06/help-us-by-taking-the-camel-survey.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,14 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The Apache Camel PMC launched yesterday a <a shape="rect" class="external-link" href="http://s.apache.org/camel-survey">survey</a> intended to get a better understanding of how Camel is used, what the major issues are in getting started with Camel (and even for experienced users) and what improvements and new features you would like to see in the next releases. </p>
+
+<p>The survey is anonymous and the results will be made public. Committers will use the survey results to help finalizing the <a shape="rect" href="../../../camel-30-ideas.html" title="Camel 3.0 - Ideas">3.0 roadmap</a> and prioritizing tasks. The Camel 3.0 release is planned for early Q1 2011.</p>
+
+<p>So please take the survey (<a shape="rect" class="external-link" href="http://s.apache.org/camel-survey">http://s.apache.org/camel-survey</a>) if you didn't already!</p>
+
+<p>Many thanks,<br clear="none">
+The Apache Camel PMC</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2010/11/01/camel-250-released.html
==============================================================================
--- websites/production/camel/content/2010/11/01/camel-250-released.html (original)
+++ websites/production/camel/content/2010/11/01/camel-250-released.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,15 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The Apache Camel project issued this week another minor release camel-2.5.0. We are extremely grateful to the community for all the contributions.</p>
+
+<p>The 2.5.0 release (see <a shape="rect" href="../../../camel-250-release.html" title="Camel 2.5.0 Release">release notes</a> for details) includes approx 300 issues resolved (new features, improvements and bug fixes) among which, in no particular order:</p>
+
+<ul><li>Added <tt>suspend/resume</tt> operations to <a shape="rect" href="../../../camelcontext.html" title="CamelContext">CamelContext</a> for <em>warm</em> restarts, or as the preferred way to temporary stop a running Camel application, and then later resume it. Those operations is also available in <a shape="rect" href="../../../camel-jmx.html" title="Camel JMX">JMX</a>.</li><li>Fixed an issue with starting <tt>CamelContext</tt> after it had been shutdown, leading to routes not properly being re-initialized and started.</li><li>Improved management of routes in <a shape="rect" href="../../../camel-jmx.html" title="Camel JMX">JMX</a>. You can now suspend/resume routes which support suspension. There is a new <tt>removeRoute</tt> to remove a route from <a shape="rect" href="../../../camel-jmx.html" title="Camel JMX">JMX</a>. Routes with <tt>autoStartup=false</tt> is now also listed in <a shape="rect" href="../../../camel-jmx.html" title="Camel JMX">JMX</a>, to allow you to s
 tart the routes manually.</li><li>The <a shape="rect" href="../../../asynchronous-routing-engine.html" title="Asynchronous Routing Engine">Asynchronous Routing Engine</a> allows to be forced into synchronous mode for certain components, by specifying <tt>synchronous=true</tt> in the endpoint uri.</li><li><a shape="rect" href="../../../cxf.html" title="CXF">CXF</a> consumer and <a shape="rect" href="../../../cxfrs.html" title="CXFRS">CXFRS</a> consumer will try to leverage CXF continuation API to call the camel process asynchronous API if it is possible, and you can turn it off by setting the <tt>synchronous</tt> option to <tt>true</tt>.</li><li><a shape="rect" href="../../../cxf-bean-component.html" title="CXF Bean Component">CXF Bean Component</a> now supports using customer providers configured by the <tt>providers</tt> option on the <a shape="rect" href="../../../cxfrs.html" title="CXFRS">CXFRS</a> endpoint.</li><li><a shape="rect" href="../../../cxfrs.html" title="CXFRS"
 >CXFRS</a> producer now leverages fallback type converter which means its much easier for end users to grab the response body in a type they want.</li><li><a shape="rect" href="../../../ftp2.html" title="FTP2">FTP</a> now supports MSV file systems.</li><li>Many improvements in the <a shape="rect" href="../../../file2.html" title="File2">File</a> and <a shape="rect" href="../../../ftp2.html" title="FTP2">FTP</a> components.</li><li>Server thread pool settings can be configured on <a shape="rect" href="../../../jetty.html" title="Jetty">Jetty</a> component.</li><li>Easier to configure general HTTP/SSL socket connector properties on <a shape="rect" href="../../../jetty.html" title="Jetty">Jetty</a> component.</li><li><a shape="rect" href="../../../jms.html" title="JMS">JMS</a> uses <a shape="rect" href="../../../asynchronous-routing-engine.html" title="Asynchronous Routing Engine">Asynchronous Routing Engine</a> for <a shape="rect" href="../../../request-reply.html" title="Requ
 est Reply">Request Reply</a> messaging over JMS.</li><li>Added support for <tt>timeout</tt> in <a shape="rect" href="../../../recipient-list.html" title="Recipient List">Recipient List</a>, <a shape="rect" href="../../../splitter.html" title="Splitter">Splitter</a> and <a shape="rect" href="../../../multicast.html" title="Multicast">Multicast</a> EIPs when running in parallel mode.</li><li>Added <tt>dynamicRouter</tt> to the DSL to make it easier to do dynamic routing using a <a shape="rect" href="../../../bean.html" title="Bean">Bean</a> to evaluate <em>on-the-fly</em> the next destination(s).</li><li>Major overhaul of the <a shape="rect" href="../../../quickfix.html" title="Quickfix">Quickfix</a> component. Thanks to the <a shape="rect" class="external-link" href="http://www.quickfixj.org/" rel="nofollow">QuickFIX/J</a> community for help.</li></ul>
+
+
+<p><a shape="rect" href="../../../download.html" title="Download">Download</a> Camel now and enjoy the ride!<br clear="none">
+Hadrian</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2010/11/05/welcome-johan-edstrom-as-new-committer.html
==============================================================================
--- websites/production/camel/content/2010/11/05/welcome-johan-edstrom-as-new-committer.html (original)
+++ websites/production/camel/content/2010/11/05/welcome-johan-edstrom-as-new-committer.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,12 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>We are very happy to see solid growth of the Apache Camel community, with more contributors and increased adoption. We highly appreciate your contributions and support. </p>
+
+<p>Last week, in recognition of his continued commitment, the Camel PMC invited Johan Edstrom to join the riders as a new committer. Johan started his involvement with Camel at the end of March when he proposed a patch for camel-blueprint. Since then he reported more issues and proposed patches. Equally important is his activity on the mailing lists helping other users and the contribution to the documentation in the wiki. You can also find Johan (joed) hanging out on the #camel <a shape="rect" href="../../../irc-room.html" title="IRC Room">IRC Room</a>. You might also bump into him at some conference in which case feel free to buy him a beer.</p>
+
+<p>On behalf of the Camel PMC, welcome aboard and we expect more great things coming from you!<br clear="none">
+Hadrian</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2010/11/09/welcome-new-camel-pmc-members.html
==============================================================================
--- websites/production/camel/content/2010/11/09/welcome-new-camel-pmc-members.html (original)
+++ websites/production/camel/content/2010/11/09/welcome-new-camel-pmc-members.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,9 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The Apache Camel user community is growing constantly with increased adoption especially during this year. We are grateful to our users who decide to give something back in the form of reporting bugs, providing patches and contributing to the documentation. We want to see more of you helping out and the most active join us as committers. </p>
+
+<p>It is also very rewarding to see that most of the contributors who became committers continue to stay involved. Therefore, in recognition of their continued contribution, the Apache Camel PMC invited last week a few committers to join the PMC, be even more involved and take a greater responsibility in shaping the future of the Camel project. We welcome Martin Krasser, Stan Lewis, Ashwin Karpe, Christian Schneider and Christian Mueller as new Apache Camel PMC members. Many thanks for your past contributions and we look forward to the same commitment in the future.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2010/12/16/survey-results.html
==============================================================================
--- websites/production/camel/content/2010/12/16/survey-results.html (original)
+++ websites/production/camel/content/2010/12/16/survey-results.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,11 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>During the month of October, the Apache Camel PMC conducted a survey to better understand the problems our users have, how they use Camel and what they would like to see in the upcoming releases. We cannot thank our community enough for the continued support, participation, contributions and the wonderful feedback we got. We are very happy to see the community grow, we recently had five committers join the PMC and one new committer joining the project. We hope to see at least the same level of contribution in the coming year and some of you join the Riders ranks as committers.</p>
+
+<p>For those who missed that, the <a shape="rect" class="external-link" href="http://camel.apache.org/camel-30-roadmap.data/camel-survey-2010.pdf">survey results</a> are already attached to the <a shape="rect" class="external-link" href="http://camel.apache.org/camel-30-roadmap.html">3.0 roadmap</a>. It was interesting to see Camel used in production for a number of years, but also being recently adopted, used across a variety of industries, by companies large and small, in enterprise wide, mission critical applications. We also took note of things that need improvement like management/monitoring and better tooling. </p>
+
+<p>But you'll hear more from us about all that shortly. With Christmas approaching you'll see what Claus (not Santa, but our own) has in his bag, aside for the recently finished <a shape="rect" class="external-link" href="http://www.manning.com/ibsen/" rel="nofollow">Camel in Action</a> book. Many thanks and congratulations to <a shape="rect" class="external-link" href="http://davsclaus.blogspot.com/2010/12/camel-in-action-is-done.html" rel="nofollow">Claus</a> and <a shape="rect" class="external-link" href="http://janstey.blogspot.com/2010/12/camel-in-action-is-complete.html" rel="nofollow">Jon</a> for their achievement.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2010/12/18/camel-164-released.html
==============================================================================
--- websites/production/camel/content/2010/12/18/camel-164-released.html (original)
+++ websites/production/camel/content/2010/12/18/camel-164-released.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,16 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The Apache Camel project issued this week a new patch release camel-1.6.4. We are extremely grateful to the community for the continued support and the contributions.</p>
+
+<p>Development on the camel-1.x branch slowed down this year. The <a shape="rect" href="../../../camel-164-release.html" title="Camel 1.6.4 Release">1.6.4 release</a> includes 7 issues resolved (see below). As previously announced this is the last release of the camel-1.x branch, which is no longer maintained.</p>
+
+<ul><li>Message content redelivered asynchronously by DLC is now rereadable</li><li>Aggregator - Exception thrown from custom aggregation strategy could cause BatchSender thread to terminate</li><li>Updated constants in the Documentation for <a shape="rect" href="../../../http.html" title="HTTP">HTTP</a> Component</li><li>Merged the http chucked option support from trunk to camel 1.x branch</li><li>Added META-INF to <a shape="rect" href="../../../sql.html" title="SQL">SQL</a> to make it discoverable by camel-core</li><li>Upgrade to <a shape="rect" href="../../../velocity.html" title="Velocity">Velocity</a> 1.6.4</li><li>Upgrade to <a shape="rect" href="../../../cxf.html" title="CXF">CXF</a> 2.2.9</li></ul>
+
+
+
+<p><a shape="rect" href="../../../download.html" title="Download">Download</a> Camel now and enjoy the ride!<br clear="none">
+Hadrian</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2010/12/25/camel-in-action-is-done.html
==============================================================================
--- websites/production/camel/content/2010/12/25/camel-in-action-is-done.html (original)
+++ websites/production/camel/content/2010/12/25/camel-in-action-is-done.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,21 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The <a shape="rect" class="external-link" href="http://www.manning.com/ibsen/" rel="nofollow">Camel in Action book</a> is done. </p>
+
+<p><a shape="rect" class="external-link" href="http://www.manning.com/ibsen/" rel="nofollow"><span class="image-wrap" style=""><img src="camel-in-action-is-done.data/CiA-front-medium.png" style="border: 0px solid black"></span></a></p>
+
+<p>For developers working with integration of any kind, this practical book introduces Camel and shows examples of how to use it with many supported enterprise integration patterns.<br clear="none">
+Written by the developers who wrote the Camel code, it's up to date and distills details and insights that only people deeply involved with Camel could provide.</p>
+
+<p>You can read more about the book <a shape="rect" class="external-link" href="http://www.manning.com/ibsen/" rel="nofollow">here from the publishers web site</a>.<br clear="none">
+The book is available for sale at any major book stores on the web.</p>
+
+<p>You can read about the announcements at the authors blogs:</p>
+<ul class="alternate" type="square"><li><a shape="rect" class="external-link" href="http://janstey.blogspot.com/2010/12/camel-in-action-is-complete.html" rel="nofollow">Jonathan Anstey</a></li><li><a shape="rect" class="external-link" href="http://davsclaus.blogspot.com/2010/12/camel-in-action-is-done.html" rel="nofollow">Claus Ibsen</a></li></ul>
+
+
+<p>Happy reading.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2011/01/31/camel-260-released.html
==============================================================================
--- websites/production/camel/content/2011/01/31/camel-260-released.html (original)
+++ websites/production/camel/content/2011/01/31/camel-260-released.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,14 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The Apache Camel project issued this week a new minor release 2.6.0. This release is the result of 3 months of hard work with an impressive 297 issues resolved, many of them coming as contributions from our growing community. Many thanks for your continued support and for trusting your integration needs to Apache Camel.</p>
+
+<p>Among the issues resolved in this release you can find (in no particular order):</p>
+<ul><li>Added features to <tt>camel-blueprint</tt> component so its on-par with feature set from Spring XML.</li><li>Fixed issue in OSGi with refreshing Camel bundles causing a race condition when discovering type converters</li><li>Fixed problem installing <tt>camel-cxf</tt> feature on Apache Karaf.</li><li><a shape="rect" href="../../../cxf.html" title="CXF">CXF</a> and <a shape="rect" href="../../../cxfrs.html" title="CXFRS">CXFRS</a> use the CXF continuation API when using CXF 2.3.x.</li><li>You can access the CXF Message from the Camel message header by using the key "CamelCxfMessage" after the <a shape="rect" href="../../../cxf.html" title="CXF">CXF</a> consumer.</li><li>Constant fields from <a shape="rect" href="../../../exchange.html" title="Exchange">Exchange</a> can be referred in the <a shape="rect" href="../../../dsl.html" title="DSL">DSL</a> from a String attribute using the class type style. This makes the Java DSL and Spring XML more similar. * Improved <a sha
 pe="rect" href="../../../camel-jmx.html" title="Camel JMX">Camel JMX</a> to always find next free name when registering in JMX and existing name exists (to remedy name clash). This makes it easier when deploying muliple WARs in the same JVM where the Camel applications may have same <a shape="rect" href="../../../camelcontext.html" title="CamelContext">CamelContext</a> id. In OSGi the name in JMX now has the bundle id as prefix.</li><li>Easier to debug routes from <tt>camel-test</tt> using the <a shape="rect" href="../../../debugger.html" title="Debugger">Debugger</a></li><li>Introduced <a shape="rect" href="../../../scheduledroutepolicy.html" title="ScheduledRoutePolicy">ScheduledRoutePolicy</a> to allow you to schedule when routes should be active.</li><li><a shape="rect" href="../../../threading-model.html" title="Threading Model">Thread names</a> now outputs <a shape="rect" href="../../../camelcontext.html" title="CamelContext">CamelContext</a> name which makes it easier
  to differentiate when running multiple Camel applications in the same JVM.</li><li>Fixed <a shape="rect" href="../../../beanshell.html" title="BeanShell">BeanShell</a> language</li><li><a shape="rect" href="../../../data-format.html" title="Data Format">Data Format</a> now supports <tt>Service</tt> and <tt>CamelContextAware</tt> callbacks which means its much easier to perform custom initialization logic in your data formats.</li><li>Improved <a shape="rect" href="../../../file2.html" title="File2">File</a>, <a shape="rect" href="../../../ftp2.html" title="FTP2">FTP</a>, <a shape="rect" href="../../../irc.html" title="IRC">IRC</a>, <a shape="rect" href="../../../ldap.html" title="LDAP">LDAP</a>, <a shape="rect" href="../../../bindy.html" title="Bindy">Bindy</a> and many other components.</li><li>Fixed <a shape="rect" href="../../../multicast.html" title="Multicast">Multicast</a>, <a shape="rect" href="../../../splitter.html" title="Splitter">Splitter</a>, <a shape="rect" hr
 ef="../../../recipient-list.html" title="Recipient List">Recipient List</a> to work as the <a shape="rect" href="../../../pipes-and-filters.html" title="Pipes and Filters">Pipes and Filters</a> would do, breaking to continue routing if a sub exchange failed and was handled by an <a shape="rect" href="../../../exception-clause.html" title="Exception Clause">Exception Clause</a>. Previously you would have to detect this manually in the <tt>AggregationStrategy</tt>.</li><li>Made it easier to load routes from XML files using <tt>loadRoutesDefinition</tt> method from <a shape="rect" href="../../../camelcontext.html" title="CamelContext">CamelContext</a>.</li><li><a shape="rect" href="../../../web-console.html" title="Web Console">Web Console</a> now displays some basic route statistics if <a shape="rect" href="../../../camel-jmx.html" title="Camel JMX">JMX</a> is enabled.</li><li><a shape="rect" href="../../../graceful-shutdown.html" title="Graceful Shutdown">Graceful Shutdown</a
 > a single route now supports a <tt>abortOnTimeout</tt> option.</li><li>Camel now fails on startup if it cannot load type converters from the classpath.</li><li>... and many more</li></ul>
+
+
+<p><a shape="rect" href="../../../download.html" title="Download">Download</a> Camel now, check out the <a shape="rect" href="../../../camel-260-release.html" title="Camel 2.6.0 Release">release notes</a> and enjoy the ride!<br clear="none">
+Hadrian</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2011/02/09/camel-270-drops-support-for-java-15.html
==============================================================================
--- websites/production/camel/content/2011/02/09/camel-270-drops-support-for-java-15.html (original)
+++ websites/production/camel/content/2011/02/09/camel-270-drops-support-for-java-15.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,17 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>After the last release camel-2.6.0 a few weeks the focused is changing. It's time to take the lessons learned during the 18 months development of camel-2.x and bring a leaner, faster, more scalable <a shape="rect" href="../../../camel-30-ideas.html" title="Camel 3.0 - Ideas">camel-3.x</a> to life.</p>
+
+<p>In the meanwhile camel-2.x will continue to be supported for the foreseeable future. Due to a few reasons however, like java 1.5 going EOL in Oct 2009 and the recent survey showing virtual no interest in java 1.5 among the camel users, we decided that it is time to move on. Since some effort will be required for migrating to a new jdk version we decided to bite the bullet and drop support for older technologies as well.</p>
+
+<p>Therefore, starting with <a shape="rect" href="../../../camel-27-roadmap.html" title="Camel 2.7 - Roadmap">camel-2.7.0</a>, only following technologies will be supported:</p>
+<ul><li>java 1.6 (up to camel-2.6.x: both java 1.5 and java 1.6)</li><li>spring 3.x (up to camel-2.6.x: both 2.5.6 and 3.x, currently 3.0.5.RELEASE)</li><li>junit 4 (up to camel-2.6.x: both junit 3 and junit 4)</li><li>slf4j (up to camel-2.6.x: commons-logging)</li></ul>
+
+
+<p>Depending on the community requests and interest in supporting the older technologies above we may issue patch releases on a camel-2.6.x branch. Let us know on the users@ mailing list.</p>
+
+<p>Hadrian</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2011/03/02/the-camel-riders-welcome-two-new-committers.html
==============================================================================
--- websites/production/camel/content/2011/03/02/the-camel-riders-welcome-two-new-committers.html (original)
+++ websites/production/camel/content/2011/03/02/the-camel-riders-welcome-two-new-committers.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,12 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The Apache Camel project is growing at the same steady pace we got used to with strong support from our community. The project would not be what it is without the community contributions.</p>
+
+<p>Now and then contributors stand out not only because of the high quality of the contributions, but also due to the commitment to the project and the time and energy spend on helping other users be as successful in using Camel. This is the case now with two more riders: Richard Kettelerij and Tracy Snell. In recognition of their skills and passion the Camel community is proudly announcing them becoming new committers. </p>
+
+<p>On behalf of the Camel PMC, welcome aboard and we expect more great things coming from you!<br clear="none">
+Hadrian</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2011/03/23/camel-270-released.html
==============================================================================
--- websites/production/camel/content/2011/03/23/camel-270-released.html (original)
+++ websites/production/camel/content/2011/03/23/camel-270-released.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,16 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The Apache Camel 2.7.0 release is finally out. It is a bit earlier than the usual quarterly schedule and it comes with about 169 issues resolved, many of them coming as contributions from our community. Thank you for your contributions and continued support.</p>
+
+<p>This release is a bit special as it drops support for older technologies, as <a shape="rect" href="../../../2011/02/09/camel-270-drops-support-for-java-15.html" title="Camel 2.7.0 drops support for java 1.5">announced</a> last month. More specifically, Java 5 and Spring 2.5.6 are no longer supported starting with this version.</p>
+
+<p>Among the issues resolved in this release you can find (in no particular order):</p>
+<ul><li>Added 4 new components: <a shape="rect" href="../../../context.html" title="Context">Context</a>, <a shape="rect" href="../../../hazelcast-component.html" title="Hazelcast Component">Hazelcast Component</a>, <a shape="rect" href="../../../dns.html" title="DNS">DNS</a> and <a shape="rect" href="../../../mybatis.html" title="MyBatis">MyBatis</a></li><li>Switched to using slf4j as the logger instead of commons logging</li><li>Added support for <a shape="rect" href="../../../mdc-logging.html" title="MDC logging">MDC logging</a> with Camel</li><li><a shape="rect" href="../../../dsl.html" title="DSL">DSL</a> improvements</li><li>Improvements for a few components like <a shape="rect" href="../../../jms.html" title="JMS">JMS</a>, <a shape="rect" href="../../../http4.html" title="HTTP4">HTTP</a>, <a shape="rect" href="../../../file2.html" title="File2">File</a>, <a shape="rect" href="../../../quartz.html" title="Quartz">Quartz</a></li><li>Improvements of the test kit and <a s
 hape="rect" href="../../../mock.html" title="Mock">Mock</a> component</li><li>... and much, much more.</li></ul>
+
+
+<p><a shape="rect" href="../../../download.html" title="Download">Download</a> Camel now, check out the <a shape="rect" href="../../../camel-270-release.html" title="Camel 2.7.0 Release">release notes</a> and enjoy the ride!<br clear="none">
+Hadrian</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2011/04/13/camel-271-released.html
==============================================================================
--- websites/production/camel/content/2011/04/13/camel-271-released.html (original)
+++ websites/production/camel/content/2011/04/13/camel-271-released.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,12 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The Camel PMC is glad to announce the availability of apache-camel version 2.7.1. This is a patch release binary compatible with apache-camel-2.7.0. This release targets better usability in OSGi environments and compatibility with a wider range of versions of dependent libraries.</p>
+
+<p>The <a shape="rect" class="external-link" href="http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;version=12316352&amp;styleName=Html">12 issues</a> fixed in this release are also available on trunk. The development of the upcoming version 2.8.0 is going strong and we expect it to be released on the usual quarterly schedule. </p>
+
+<p><a shape="rect" href="../../../download.html" title="Download">Download</a> Camel now, check out the <a shape="rect" href="../../../camel-271-release.html" title="Camel 2.7.1 Release">release notes</a> and enjoy the ride!<br clear="none">
+Hadrian</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2011/05/03/welcome-johan-edstrom-as-a-pmc-member.html
==============================================================================
--- websites/production/camel/content/2011/05/03/welcome-johan-edstrom-as-a-pmc-member.html (original)
+++ websites/production/camel/content/2011/05/03/welcome-johan-edstrom-as-a-pmc-member.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,12 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The Apache Camel community recently grew its ranks with a couple of new committers. Although Camel has been a mature project for a while now, the community keeps growing as is as strong as ever. The great thing though is that our committers keep showing the same dedication, although (I know) they have other commitments as well.</p>
+
+<p>Today I have the pleasure to announce that Johan Edstrom, who became a committer some six months ago was invited to join the Apache Camel PMC. He demonstrated that he is both willing and capable of taking responsibilities that go beyond the code and involve the future of the project and the growth of the community. Johan, many thanks for your involvement and for the example you set. I am personally very proud of the whole community for its support and for being able to attract such rare individuals.</p>
+
+<p>Hadrian Zbarcea<br clear="none">
+VP, Apache Camel</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2011/05/20/welcome-ben-oday-as-the-newest-camel-rider.html
==============================================================================
--- websites/production/camel/content/2011/05/20/welcome-ben-oday-as-the-newest-camel-rider.html (original)
+++ websites/production/camel/content/2011/05/20/welcome-ben-oday-as-the-newest-camel-rider.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,12 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>A few weeks back the Camel PMC voted another one of the very active and talented contributors to become a committer.</p>
+
+<p>Ben O'Day was actively involved with Apache Camel for about a year contributing code and helping other users. In the past months his activity reached a new level. Ben proactively assigned reported issues to himself and took them to resolution acting as a committer. In recognition of his work, the PMC only had to take care of the simple task of making that official. Today, Ben got his committer account setup, concluding the process of becoming the newest Camel rider. Stay tuned for his first official commit.</p>
+
+<p>On behalf of the Camel PMC, welcome aboard Ben and keep up the great work!<br clear="none">
+Hadrian</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2011/06/04/apache-camel-272-released.html
==============================================================================
--- websites/production/camel/content/2011/06/04/apache-camel-272-released.html (original)
+++ websites/production/camel/content/2011/06/04/apache-camel-272-released.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,12 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The Camel PMC is glad to announce the availability of apache-camel version 2.7.2. This is a patch release binary compatible with apache-camel-2.7.0. This release targets better usability in OSGi environments and fixes for the camel-web console, in particular an XSS vulnerability reported by Secunia.</p>
+
+<p>The <a shape="rect" class="external-link" href="http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;version=12316478&amp;styleName=Html">7 issues fixed</a> in this release are also available on trunk. Our focus is now on closing down and releasing camel-2.8.0 towards the end of this month.</p>
+
+<p><a shape="rect" href="../../../download.html" title="Download">Download</a> Camel now, check out the <a shape="rect" href="../../../camel-272-release.html" title="Camel 2.7.2 Release">release notes</a> and enjoy the ride!<br clear="none">
+Hadrian</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2011/07/02/welcome-new-committers.html
==============================================================================
--- websites/production/camel/content/2011/07/02/welcome-new-committers.html (original)
+++ websites/production/camel/content/2011/07/02/welcome-new-committers.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,16 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The Apache Camel community grew its ranks again this week. Thanks to their high quality contributions the Camel PMC voted Dan Kulp, Jean-Baptiste Onofr&#233; and David Valeri to join as new committers.</p>
+
+<p>Dan does not require any introduction, he is one of the main committers to <a shape="rect" href="http://cxf.apache.org/">Apache CXF</a> and is helping us not only with the camel-cxf component, but many other improvements related to OSGi and better and faster builds (yes, badly needed).</p>
+
+<p>Jean-Baptiste helped with a lot of improvements around OSGi and helped our community for a long time with fixes and releases in projects that Camel relies on, such as <a shape="rect" class="external-link" href="http://karaf.apache.org/">Apache Karaf</a>, but also projects that rely on Camel, like <a shape="rect" class="external-link" href="http://servicemix.apache.org/home.html">Apache Servicemix</a>.</p>
+
+<p>David's contributions were mostly in the area of security and fixes around the http transport in camel-http and camel-jetty. David is a CXF committer as well.</p>
+
+<p>On behalf of the Camel PMC, many thanks for your contributions and welcome to the community!<br clear="none">
+Hadrian</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2011/07/07/happy-birthday-camel.html
==============================================================================
--- websites/production/camel/content/2011/07/07/happy-birthday-camel.html (original)
+++ websites/production/camel/content/2011/07/07/happy-birthday-camel.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,43 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>This month we celebrate the 4 year birthday of the Apache Camel project. Camel was conceived as a sub project from Apache ActiveMQ project.<br clear="none">
+<span class="image-wrap" style="float: left"><img src="happy-birthday-camel.data/camel-4year.png" style="border: 0px solid black"></span></p>
+
+<p>In fact the <a shape="rect" class="external-link" href="http://svn.apache.org/viewvc/activemq/camel/trunk/?pathrev=519901">first commit</a> of the project to Apache was done by one of its founders, <a shape="rect" class="external-link" href="http://macstrac.blogspot.com" rel="nofollow">James Strachan</a>, on March 19th 2007.</p>
+
+<p>The first public announcement of the project as posted on a blog by James on May 15th 2007, in his blog titled<br clear="none">
+<a shape="rect" class="external-link" href="http://macstrac.blogspot.com/2007/05/enterprise-integration-patterns-in-java.html" rel="nofollow">Enterprise Integration Patterns in Java</a>.</p>
+
+<p>Apache Camel 1.0 was released on the 2th of July 2007 according to the <a shape="rect" class="external-link" href="http://repo2.maven.org/maven2/org/apache/camel/camel-core/1.0.0/" rel="nofollow">timestamp in the central Maven repository</a>.<br clear="none">
+What strikes me as really impressive with the 1.0 release was the envision of its founders to emphasize on making<br clear="none">
+integration easier using EIPs and DSLs. The first release of Camel had its powerful Java DSL and Spring XML from<br clear="none">
+the very beginning.</p>
+
+<p>Over the course of time the Camel team have released many Camel releases.<br clear="none">
+A total of 11 release of the Camel 1.x series.<br clear="none">
+And so far 10 releases (and 3 milestones) of the Camel 2.x series.</p>
+
+<p>The project has since grown tremendously and today is one of the most popular integration frameworks out there.</p>
+
+<p>In January 2009 the project became a <a shape="rect" class="external-link" href="http://macstrac.blogspot.com/2009/01/apache-camel-goes-top-level.html" rel="nofollow">top level project</a> at Apache.</p>
+
+<p>It is believed that one of the first public presentation of Apache Camel at a major conference took place in 2008<br clear="none">
+where <a shape="rect" class="external-link" href="http://bsnyderblog.blogspot.com/2008/05/activemq-and-servicemix-at-apachecon-us.html" rel="nofollow">Bruce Snyder presented ActiveMQ and Camel</a> at several conferences.</p>
+
+<p>Since then Camel have appeared in many public presentation, both at major conferences, JUGs and other events.<br clear="none">
+We do have a number of links to those presentations at the <a shape="rect" href="../../../articles.html" title="Articles">Articles</a> page.</p>
+
+<p>The popularity of the Camel project keep rising and at the end of last year, the <a shape="rect" class="external-link" href="http://manning.com/ibsen/" rel="nofollow">Camel in Action</a> book went into print.<br clear="none">
+Having a book published by the well respected Manning publication is a testimony of the popularity of the project.</p>
+
+<p>Today the Camel team is busy finalizing on the last bits for the upcoming Apache <a shape="rect" href="../../../camel-280-release.html" title="Camel 2.8.0 Release">Camel 2.8.0 release</a>.</p>
+
+<p>Happy birthday Camel.</p>
+
+
+<p>On behalf of the Camel team<br clear="none">
+Claus Ibsen</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2011/07/20/apache-camel-273-released.html
==============================================================================
--- websites/production/camel/content/2011/07/20/apache-camel-273-released.html (original)
+++ websites/production/camel/content/2011/07/20/apache-camel-273-released.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,11 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>Apache Camel 2.7.3 Released</p>
+
+<p>The Camel PMC is glad to announce the availability of apache-camel version 2.7.3.    This release resolved over <a shape="rect" class="external-link" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;version=12316520">70 JIRA issues</a> (mostly bugs) reported by users.   </p>
+
+<p><a shape="rect" href="../../../download.html" title="Download">Download</a> Camel now, check out the <a shape="rect" href="../../../camel-273-release.html" title="Camel 2.7.3 Release">release notes</a> and enjoy the ride!</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2011/07/25/camel-280-released.html
==============================================================================
--- websites/production/camel/content/2011/07/25/camel-280-released.html (original)
+++ websites/production/camel/content/2011/07/25/camel-280-released.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,12 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The Apache Camel 2.8.0 release is finally out. This release comes with a record 422 issues resolved, many of them coming as contributions from our community. Thank you for your contributions and continued support.</p>
+
+<p>This release features a few new components, most notably <a shape="rect" href="../../../aws-s3.html" title="AWS-S3">AWS-S3</a> and <a shape="rect" href="../../../aws-sns.html" title="AWS-SNS">AWS-SNS</a> supporting Amazon cloud services, <a shape="rect" href="../../../hdfs.html" title="HDFS">HDFS</a> for the Hadoop Distributed File System and a new <a shape="rect" href="../../../ahc.html" title="AHC">AHC</a> providing an asynchronous HTTP client. There are also many new features and improvements, too many to list, so I recommend taking a look at the <a shape="rect" href="../../../camel-280-release.html" title="Camel 2.8.0 Release">release notes</a> for a more complete overview.</p>
+
+<p><a shape="rect" href="../../../download.html" title="Download">Download</a> Camel now and enjoy the ride!<br clear="none">
+Hadrian</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2011/09/16/apache-camel-281-released.html
==============================================================================
--- websites/production/camel/content/2011/09/16/apache-camel-281-released.html (original)
+++ websites/production/camel/content/2011/09/16/apache-camel-281-released.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,8 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The Camel PMC is glad to announce the availability of apache-camel version 2.8.1. This release resolved over 45 JIRA issues (mostly bugs) reported by users.<br clear="none">
+<a shape="rect" href="../../../download.html" title="Download">Download</a> Camel now, check out the <a shape="rect" href="../../../camel-281-release.html" title="Camel 2.8.1 Release">release notes</a> and enjoy the ride!</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2011/10/25/apache-camel-282-and-274-released.html
==============================================================================
--- websites/production/camel/content/2011/10/25/apache-camel-282-and-274-released.html (original)
+++ websites/production/camel/content/2011/10/25/apache-camel-282-and-274-released.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,12 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The Camel PMC is glad to announce the availability of <a shape="rect" href="../../../camel-282-release.html" title="Camel 2.8.2 Release">Apache Camel 2.8.2</a>.<br clear="none">
+This release resolved over 100 JIRA issues (mostly bugs) reported by users.</p>
+
+<p>Apache <a shape="rect" href="../../../camel-274-release.html" title="Camel 2.7.4 Release">Camel 2.7.4</a> has been released with 14 JIRA issues (mostly bugs).</p>
+
+<p><a shape="rect" href="../../../download.html" title="Download">Download</a> Camel now, check out the release notes and enjoy the ride!</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2011/11/03/welcome-ioannis-canellos-as-a-new-committer.html
==============================================================================
--- websites/production/camel/content/2011/11/03/welcome-ioannis-canellos-as-a-new-committer.html (original)
+++ websites/production/camel/content/2011/11/03/welcome-ioannis-canellos-as-a-new-committer.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,14 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>Today Ioannis Cannellos joined the Camel Riders as the newest committer.</p>
+
+<p>Ioannis has been very busy in the past months, with a lot of contributions to the project, in particular two new components, camel-jclouds and camel-krati. You may also bump into him on the mailing lists where he's helping out.</p>
+
+<p>Ioannis is not new to the ASF, he's already a committer on two other projects often used in conjunction with Camel: Karaf and Servicemix. His expertise is a great addition to our team.</p>
+
+<p>On behalf of the Camel PMC, Ioannis, welcome aboard!<br clear="none">
+Hadrian</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2011/11/12/apache-camel-290-rc1-released.html
==============================================================================
--- websites/production/camel/content/2011/11/12/apache-camel-290-rc1-released.html (original)
+++ websites/production/camel/content/2011/11/12/apache-camel-290-rc1-released.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,18 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The Camel PMC is glad to announce the availability of Apache Camel 2.9.0-RC1. <br clear="none">
+This is only a release candidate for version 2.9, so we don't recommend adoption into production systems. </p>
+
+<p>Due to some larger changes like core API refactorings, Spring dependency changes,<br clear="none">
+rewritten simple expression language, etc, we decided it would be good to provide a early<br clear="none">
+copy of version 2.9 so our users could try it out and report problems before they actually upgrade. </p>
+
+<p>Please try it out and let us know if you have any issues (or if you think it's great)<br clear="none">
+and we'll make sure they are addressed in the full 2.9 release.</p>
+
+<p>The release is available to <a shape="rect" href="../../../download.html" title="Download">Download</a> from Apache, and as well from Central Maven repo.<br clear="none">
+For the release notes we suggest to take a look at the current in-progress release notes for the <a shape="rect" href="../../../camel-290-release.html" title="Camel 2.9.0 Release">Camel 2.9.0 Release</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2011/11/23/apache-camel-283-released.html
==============================================================================
--- websites/production/camel/content/2011/11/23/apache-camel-283-released.html (original)
+++ websites/production/camel/content/2011/11/23/apache-camel-283-released.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,11 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The Camel PMC is glad to announce the availability of Apache Camel 2.8.3.<br clear="none">
+This release resolved over 60 JIRA issues (mostly bugs) reported by users.</p>
+
+<p>The release is available to <a shape="rect" href="../../../download.html" title="Download">Download</a> from Apache, and as well from Central Maven repo.<br clear="none">
+For the release notes we suggest to take a look at the current in-progress release notes for the <a shape="rect" href="../../../camel-283-release.html" title="Camel 2.8.3 Release">Camel 2.8.3 Release</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2012/01/02/apache-camel-290-released.html
==============================================================================
--- websites/production/camel/content/2012/01/02/apache-camel-290-released.html (original)
+++ websites/production/camel/content/2012/01/02/apache-camel-290-released.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,12 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The Camel Riders didn't want to close 2011 without one more release, the awaited camel-2.9.0. After a few last minute fixes we are glad to announce that Apache Camel 2.9.0 was officially released yesterday, hours before many champagne bottles were opened. The 2.9.0 release comes with another record 497 issues resolved, but this is not surprising as the community continues to grow and we lengthened the release cycle for minor releases.</p>
+
+<p>The artifacts are now available in the Maven Central Repository and the official distribution is available for <a shape="rect" href="../../../download.html" title="Download">download</a> from the Apache site and its mirrors. The new features, improvements and fixes are too many to mention here, so please check the <a shape="rect" href="../../../camel-290-release.html" title="Camel 2.9.0 Release">release notes</a> for details.</p>
+
+<p>Many thanks to all the contributors. We wish you a happy and prosperous 2012!</p>
+</div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2012/01/15/apache-camel-275-released.html
==============================================================================
--- websites/production/camel/content/2012/01/15/apache-camel-275-released.html (original)
+++ websites/production/camel/content/2012/01/15/apache-camel-275-released.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,13 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The Camel PMC is glad to announce the availability of Apache Camel 2.7.5.<br clear="none">
+This release resolved 44 JIRA issues (mostly bugs) reported by users.</p>
+
+<p>The release is available to <a shape="rect" class="external-link" href="http://camel.apache.org/download.html">Download</a> from Apache, and as well from Central Maven repo.<br clear="none">
+For the release notes we suggest to take a look at the release notes for the <a shape="rect" class="external-link" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&amp;version=12318648&amp;styleName=Html">Camel 2.7.5 release</a>.</p>
+
+<p>Camel 2.7.5 is the last planned 2.7.x release and we stop maintaining this branch. You will may see a Camel 2.7.6 version if we need an really urgent patch (e.g. for a security vulnerability), but this is really unlikely.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2012/01/17/welcome-babak-vahdat-as-the-newest-camel-rider.html
==============================================================================
--- websites/production/camel/content/2012/01/17/welcome-babak-vahdat-as-the-newest-camel-rider.html (original)
+++ websites/production/camel/content/2012/01/17/welcome-babak-vahdat-as-the-newest-camel-rider.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,12 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>Today the Camel PMC voted another one of the very active and talented contributors to become a committer.</p>
+
+<p>Babak Vahdat was actively involved with Apache Camel for about ten month contributing code and helping other users. In the past two months his activity reached a new level. Babak proactively improved our code base, provided patches for broken builds and tested our new releases. In recognition of his work, the PMC only had to take care of the simple task of making that official. Stay tuned for his first official commit. <img align="middle" class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/smile.gif" height="20" width="20" alt="" border="0"></p>
+
+<p>On behalf of the Camel PMC, Babak, welcome aboard!<br clear="none">
+Christian</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2012/01/31/apache-camel-284-released.html
==============================================================================
--- websites/production/camel/content/2012/01/31/apache-camel-284-released.html (original)
+++ websites/production/camel/content/2012/01/31/apache-camel-284-released.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,13 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The Camel PMC just issued a new patch release: Apache Camel 2.8.4. <br clear="none">
+This release includes almost 90 bug fixes and comes about eight weeks after the previous patch release on the camel-2.8.x branch.</p>
+
+<p>The artifacts are now published and are ready for you to <a shape="rect" href="../../../download.html" title="Download">download</a> them from the Apache mirrors or from the Central Maven repository. <br clear="none">
+For more details please take a look at the <a shape="rect" href="../../../camel-284-release.html" title="Camel 2.8.4 Release">release notes</a>.</p>
+
+<p>Many thanks to the Camel community and all contributors who's time and efforts made this release possible.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2012/03/01/welcome-bilgin-ibryam-as-the-newest-camel-rider.html
==============================================================================
--- websites/production/camel/content/2012/03/01/welcome-bilgin-ibryam-as-the-newest-camel-rider.html (original)
+++ websites/production/camel/content/2012/03/01/welcome-bilgin-ibryam-as-the-newest-camel-rider.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,12 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>Two days ago the Camel PMC voted another one of the very active and talented contributors to become a committer.</p>
+
+<p>Bilgin Ibryam was actively involved with Apache Camel for about 6 month contributing code and helping other users. Bilgin proactively assigned reported issues to himself and took them to resolution acting as a committer. He is already a committer for the Apache OFBiz project and know how Apache works. In recognition of his work, the PMC only had to take care of the simple task of making that official. Today, Bilgin got his committer account setup, concluding the process of becoming the newest Camel rider. Stay tuned for his first official commit. <img align="middle" class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/wink.gif" height="20" width="20" alt="" border="0"></p>
+
+<p>On behalf of the Camel PMC, welcome aboard Bilgin and keep up the great work!<br clear="none">
+Christian</p></div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/2012/03/06/apache-camel-291-released.html
==============================================================================
--- websites/production/camel/content/2012/03/06/apache-camel-291-released.html (original)
+++ websites/production/camel/content/2012/03/06/apache-camel-291-released.html Tue Apr 23 06:28:09 2013
@@ -75,7 +75,13 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+<div class="wiki-content maincontent"><p>The Camel PMC made available a new patch release: Apache Camel 2.9.1.<br clear="none">
+This release includes 109 bug fixes and comes about eight weeks after the release of camel-2.9.0.</p>
+
+<p>The artifacts are now published and are ready for you to <a shape="rect" href="../../../download.html" title="Download">download</a> either from the Apache mirrors or from the Central Maven repository.<br clear="none">
+For more details please take a look at the <a shape="rect" href="../../../camel-291-release.html" title="Camel 2.9.1 Release">release notes</a>.</p>
+
+<p>Many thanks to the Camel community for making this release possible.</p></div>
         </td>
         <td valign="top">
           <div class="navigation">