Author: buildbot
Date: Mon May 29 13:19:52 2017
New Revision: 1013094

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/camel-2200-release.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/camel-2200-release.html
==============================================================================
--- websites/production/camel/content/camel-2200-release.html (original)
+++ websites/production/camel/content/camel-2200-release.html Mon May 29 
13:19:52 2017
@@ -91,7 +91,7 @@
 <div style="min-height:200px">&#160;</div>
 
 
-<h2 id="Camel2.20.0Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome 
to the x.y.z release which approx XXX issues resolved (new features, 
improvements and bug fixes such as...)</p><ul><li>The <a shape="rect" 
class="external-link" 
href="https://github.com/apache/camel/blob/master/tooling/maven/camel-maven-plugin/src/main/docs/camel-maven-plugin.adoc";
 rel="nofollow">Camel Maven Plugin</a> can now validate for duplicate route ids 
in your source code.</li><li>Splitted&#160;<a shape="rect" 
href="twitter.html">Twitter</a>&#160;component into 4, now directmessage, 
seach, streaming and timeline has its own endpoint and scheme. See&#160;<a 
shape="rect" class="external-link" 
href="https://github.com/apache/camel/blob/master/components/camel-twitter/src/main/docs/twitter.adoc";
 rel="nofollow">documentation</a>&#160;for more 
details</li><li>Introduced&#160;<code>HeadersMapFactory</code> SPI which allows 
to plugin different implementations, or to use case sensitive maps that are 
faster 
 than the default.</li><li>Allow&#160;<a shape="rect" 
href="kafka.html">Kafka</a> consumer to break on first unhandled exception, 
sync the offset from last known good, and then re-connect after one timeout 
cycle, to restart consuming again. This avoids loosing the failed message, but 
retry it again on either this consumer, or another consume which was 
re-balanced by Kafka. This requires to be turned on with the new option 
breakOnFirstError which can be set on both component or endpoint 
level.</li><li>Internal optimisation to reduce contention on thread blocking's 
in regards to updating runtime statistics, JMX mbeans, and caches. And a few 
other optimisations inside the routing engine.</li></ul><p>Fixed these 
issues</p><ul><li>Fixed a infinitive recursion in Camel's&#160;<a shape="rect" 
href="error-handler.html">Error Handler</a> when an onException was routing to 
another route using direct endpoint and this route would throw a new exception 
that would circle back to the same onExcept
 ion or at a later point, which will cause an endless recursion.</li><li>Fixed 
a potential issue with masking password from URI using RAW(xxx) would reveal 
part of the password if the password contains a &amp; 
character.</li><li>The&#160;<a shape="rect" href="restlet.html">Restlet</a> 
component is now internally using&#160;curly brackets for its uri patterns 
instead of regular parentheses so it works similar to the other REST component 
and as Restlet framework itself does</li><li>Fixed <a shape="rect" 
href="hystrix-eip.html">Hystrix EIP</a> having wrong default for 
circuitBreakerForceClose when using camel-hystrix-starter with Spring Boot. The 
default should be false and not true</li><li>Fixed&#160;<a shape="rect" 
href="hystrix-eip.html">Hystrix EIP</a> when failing and running fallback not 
signaling to Hystrix itself so it can keep state of the failure and react 
accordingly to run in half-open mode as well.</li><li>Fixed&#160;<a 
shape="rect" href="mdc-logging.html">MDC logging</a> l
 oosing route id after calling a direct route from within a transacted 
route</li><li>Fixed a regression with&#160;<a shape="rect" 
href="bean.html">Bean</a> and&#160;<a shape="rect" 
href="simple.html">Simple</a> OGNL expressions causing ambiguous method call 
exception&#160;<span>when calling method implemented by super class when method 
is defined by interface and abstract class</span></li><li><span>Fixed&#160;<a 
shape="rect" href="rest-dsl.html">Rest DSL</a> (server side) not returning 
response on all valid uri paths when clients call using a HTTP OPTIONS 
request</span></li><li><span>Fixed&#160;<a shape="rect" 
href="rest.html">Rest</a>&#160;producer not using HTTP method (verb such as 
PUT) from the endpoint uri when calling a remote REST 
service</span></li><li><span>Fixed&#160;<a shape="rect" 
href="timer.html">Timer</a> routes to shutdown more graceful and allow pending 
tasks to complete while they are in-flight.</span></li></ul><h3 
id="Camel2.20.0Release-New">New <a shape="rect" hre
 f="enterprise-integration-patterns.html">Enterprise Integration 
Patterns</a></h3><h3 id="Camel2.20.0Release-New.1">New <a shape="rect" 
href="components.html">Components</a></h3><ul><li>camel-reactor - a reactor 
based back-end for camel's reactive streams component</li></ul><h3 
id="Camel2.20.0Release-NewDSL">New DSL</h3><h3 
id="Camel2.20.0Release-NewAnnotations">New Annotations</h3><h3 
id="Camel2.20.0Release-NewDataFormats">New <a shape="rect" 
href="data-format.html">Data Formats</a></h3><h3 
id="Camel2.20.0Release-New.2">New <a shape="rect" 
href="languages.html">Languages</a></h3><h3 id="Camel2.20.0Release-New.3">New 
<a shape="rect" href="examples.html">Examples</a></h3><h3 
id="Camel2.20.0Release-New.4">New <a shape="rect" 
href="tutorials.html">Tutorials</a></h3><h2 
id="Camel2.20.0Release-APIbreaking">API breaking</h2><h2 
id="Camel2.20.0Release-KnownIssues">Known Issues</h2><h2 
id="Camel2.20.0Release-Importantchangestoconsiderwhenupgrading">Important 
changes to consider when upgradin
 g</h2><ul><li>Maven 3.3.3 or newer is required to build the 
project</li><li><p>camel-infinispan - the result is not more set in the 
CamelInfinispanOperationResult header but in the in body. To change this 
behavior you can set the header CamelInfinispanOperationResultHeader with the 
name of the header that should contains the result or with the resultHeader uri 
option</p></li><li><span style="color: rgb(24,54,145);"><span style="color: 
rgb(24,54,145);"><span style="color: rgb(36,41,46);">camel-infinispan - the uri 
option <em>command</em> has been deprecated and replaced by <em>operation</em> 
for consistency</span></span></span></li><li><span style="color: 
rgb(24,54,145);"><span style="color: rgb(24,54,145);"><span style="color: 
rgb(36,41,46);">camel-infinispan - the commands are now int the short form PUT, 
GET etc. old operation names like CamelInfinispanOperationPut, 
CamelInfinispanOperationGet etc have been 
deprecated.</span></span></span></li><li><span style="color: rgb(24,54,145)
 ;"><span style="color: rgb(24,54,145);"><span style="color: 
rgb(36,41,46);">camel-undertow -&#160;<span style="color: 
rgb(0,0,0);">matchOnUriPrefix option is defaulted to be FALSE in order to make 
it&#160;consistent with other components like Camel HTTP 
components.</span></span></span></span></li><li>Splitted&#160;<a shape="rect" 
href="twitter.html">Twitter</a>&#160;component into 4, now directmessage, 
seach, streaming and timeline has its own endpoint and scheme. See&#160;<a 
shape="rect" class="external-link" 
href="https://github.com/apache/camel/blob/master/components/camel-twitter/src/main/docs/twitter.adoc";
 rel="nofollow">documentation</a>&#160;for more details<span style="color: 
rgb(24,54,145);"><span style="color: rgb(24,54,145);"><span style="color: 
rgb(36,41,46);"><span style="color: rgb(0,0,0);"><br 
clear="none"></span></span></span></span></li></ul><h2 
id="Camel2.20.0Release-GettingtheDistributions">Getting the 
Distributions</h2><h3 id="Camel2.20.0Release-BinaryDistributio
 ns">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/x.y.x/apache-camel-x.y.x.zip";>apache-camel-x.y.x.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/x.y.x/apache-camel-x.y.x.zip.asc";>apache-camel-x.y.x.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="confluen
 ceTd"><p><a shape="rect" class="external-link" 
href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/x.y.x/apache-camel-x.y.x.tar.gz";>apache-camel-x.y.x.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/x.y.x/apache-camel-x.y.x.tar.gz.asc";>apache-camel-x.y.x.tar.gz.asc</a></p></td></tr></tbody></table></div><div
 class="confluence-information-macro 
confluence-information-macro-information"><p class="title">The above URLs use 
redirection</p><span class="aui-icon aui-icon-small aui-iconfont-info 
confluence-information-macro-icon"></span><div 
class="confluence-information-macro-body"><p>The above URLs use the Apache 
Mirror system to redirect you to a suitable mirror for your download. Some 
users have experienced issues with some versions of browsers (e.g. some Safari 
browsers). If the download doesn't seem to work for you from the above URL then 
try using <a shape="rect
 " class="external-link" href="http://www.mozilla.com/en-US/firefox/"; 
rel="nofollow">FireFox</a></p></div></div><h3 
id="Camel2.20.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 (zip)</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/x.y.x/apache-camel-x.y.x-src.zip";>apache-camel-x.y.x-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/x.y.x/apache-camel-x.y.x-src.zip.asc";>apache-camel-x.y.x-src.
 zip.asc</a></p></td></tr></tbody></table></div><h3 
id="Camel2.20.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">
+<h2 id="Camel2.20.0Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome 
to the x.y.z release which approx XXX issues resolved (new features, 
improvements and bug fixes such as...)</p><ul><li>The <a shape="rect" 
class="external-link" 
href="https://github.com/apache/camel/blob/master/tooling/maven/camel-maven-plugin/src/main/docs/camel-maven-plugin.adoc";
 rel="nofollow">Camel Maven Plugin</a> can now validate for duplicate route ids 
in your source code.</li><li>Splitted&#160;<a shape="rect" 
href="twitter.html">Twitter</a>&#160;component into 4, now directmessage, 
seach, streaming and timeline has its own endpoint and scheme. See&#160;<a 
shape="rect" class="external-link" 
href="https://github.com/apache/camel/blob/master/components/camel-twitter/src/main/docs/twitter.adoc";
 rel="nofollow">documentation</a>&#160;for more 
details</li><li>Introduced&#160;<code>HeadersMapFactory</code> SPI which allows 
to plugin different implementations, or to use case sensitive maps that are 
faster 
 than the default.</li><li>Allow&#160;<a shape="rect" 
href="kafka.html">Kafka</a> consumer to break on first unhandled exception, 
sync the offset from last known good, and then re-connect after one timeout 
cycle, to restart consuming again. This avoids loosing the failed message, but 
retry it again on either this consumer, or another consume which was 
re-balanced by Kafka. This requires to be turned on with the new option 
breakOnFirstError which can be set on both component or endpoint 
level.</li><li>Internal optimisation to reduce contention on thread blocking's 
in regards to updating runtime statistics, JMX mbeans, and caches. And a few 
other optimisations inside the routing engine.</li><li>Starting and stoping the 
CamelContext when used with Spring framework (SpringCamelContext) was revised 
to ensure that the Camel context is started last - when all resources should be 
available, and stopped first - while all resources are still 
available</li></ul><p>Fixed these issues</p><ul><li>
 Fixed a infinitive recursion in Camel's&#160;<a shape="rect" 
href="error-handler.html">Error Handler</a> when an onException was routing to 
another route using direct endpoint and this route would throw a new exception 
that would circle back to the same onException or at a later point, which will 
cause an endless recursion.</li><li>Fixed a potential issue with masking 
password from URI using RAW(xxx) would reveal part of the password if the 
password contains a &amp; character.</li><li>The&#160;<a shape="rect" 
href="restlet.html">Restlet</a> component is now internally using&#160;curly 
brackets for its uri patterns instead of regular parentheses so it works 
similar to the other REST component and as Restlet framework itself 
does</li><li>Fixed <a shape="rect" href="hystrix-eip.html">Hystrix EIP</a> 
having wrong default for circuitBreakerForceClose when using 
camel-hystrix-starter with Spring Boot. The default should be false and not 
true</li><li>Fixed&#160;<a shape="rect" href="hystri
 x-eip.html">Hystrix EIP</a> when failing and running fallback not signaling to 
Hystrix itself so it can keep state of the failure and react accordingly to run 
in half-open mode as well.</li><li>Fixed&#160;<a shape="rect" 
href="mdc-logging.html">MDC logging</a> loosing route id after calling a direct 
route from within a transacted route</li><li>Fixed a regression with&#160;<a 
shape="rect" href="bean.html">Bean</a> and&#160;<a shape="rect" 
href="simple.html">Simple</a> OGNL expressions causing ambiguous method call 
exception&#160;<span>when calling method implemented by super class when method 
is defined by interface and abstract class</span></li><li><span>Fixed&#160;<a 
shape="rect" href="rest-dsl.html">Rest DSL</a> (server side) not returning 
response on all valid uri paths when clients call using a HTTP OPTIONS 
request</span></li><li><span>Fixed&#160;<a shape="rect" 
href="rest.html">Rest</a>&#160;producer not using HTTP method (verb such as 
PUT) from the endpoint uri when calling a 
 remote REST service</span></li><li><span>Fixed&#160;<a shape="rect" 
href="timer.html">Timer</a> routes to shutdown more graceful and allow pending 
tasks to complete while they are in-flight.</span></li></ul><h3 
id="Camel2.20.0Release-New">New <a shape="rect" 
href="enterprise-integration-patterns.html">Enterprise Integration 
Patterns</a></h3><h3 id="Camel2.20.0Release-New.1">New <a shape="rect" 
href="components.html">Components</a></h3><ul><li>camel-reactor - a reactor 
based back-end for camel's reactive streams component</li></ul><h3 
id="Camel2.20.0Release-NewDSL">New DSL</h3><h3 
id="Camel2.20.0Release-NewAnnotations">New Annotations</h3><h3 
id="Camel2.20.0Release-NewDataFormats">New <a shape="rect" 
href="data-format.html">Data Formats</a></h3><h3 
id="Camel2.20.0Release-New.2">New <a shape="rect" 
href="languages.html">Languages</a></h3><h3 id="Camel2.20.0Release-New.3">New 
<a shape="rect" href="examples.html">Examples</a></h3><h3 
id="Camel2.20.0Release-New.4">New <a shape="rect" hre
 f="tutorials.html">Tutorials</a></h3><h2 
id="Camel2.20.0Release-APIbreaking">API breaking</h2><h2 
id="Camel2.20.0Release-KnownIssues">Known Issues</h2><h2 
id="Camel2.20.0Release-Importantchangestoconsiderwhenupgrading">Important 
changes to consider when upgrading</h2><ul><li>Maven 3.3.3 or newer is required 
to build the project</li><li><p>camel-infinispan - the result is not more set 
in the CamelInfinispanOperationResult header but in the in body. To change this 
behavior you can set the header CamelInfinispanOperationResultHeader with the 
name of the header that should contains the result or with the resultHeader uri 
option</p></li><li><span style="color: rgb(24,54,145);"><span style="color: 
rgb(24,54,145);"><span style="color: rgb(36,41,46);">camel-infinispan - the uri 
option <em>command</em> has been deprecated and replaced by <em>operation</em> 
for consistency</span></span></span></li><li><span style="color: 
rgb(24,54,145);"><span style="color: rgb(24,54,145);"><span style="color
 : rgb(36,41,46);">camel-infinispan - the commands are now int the short form 
PUT, GET etc. old operation names like CamelInfinispanOperationPut, 
CamelInfinispanOperationGet etc have been 
deprecated.</span></span></span></li><li><span style="color: 
rgb(24,54,145);"><span style="color: rgb(24,54,145);"><span style="color: 
rgb(36,41,46);">camel-undertow -&#160;<span style="color: 
rgb(0,0,0);">matchOnUriPrefix option is defaulted to be FALSE in order to make 
it&#160;consistent with other components like Camel HTTP 
components.</span></span></span></span></li><li>Splitted&#160;<a shape="rect" 
href="twitter.html">Twitter</a>&#160;component into 4, now directmessage, 
seach, streaming and timeline has its own endpoint and scheme. See&#160;<a 
shape="rect" class="external-link" 
href="https://github.com/apache/camel/blob/master/components/camel-twitter/src/main/docs/twitter.adoc";
 rel="nofollow">documentation</a>&#160;for more details<span style="color: 
rgb(24,54,145);"><span style="color: rgb(2
 4,54,145);"><span style="color: rgb(36,41,46);"><span style="color: 
rgb(0,0,0);"><br clear="none"></span></span></span></span></li></ul><h2 
id="Camel2.20.0Release-GettingtheDistributions">Getting the 
Distributions</h2><h3 id="Camel2.20.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/x.y.x/apache-camel-x.y.x.zip";>apache-camel-x.y.x.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/x.y.x/apache-camel-x.y.x.zip.asc";>apache-camel-x.y.x.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://www.apache.org/dyn/closer.cgi/camel/apache-camel/x.y.x/apache-camel-x.y.x.tar.gz";>apache-camel-x.y.x.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/x.y.x/apache-camel-x.y.x.tar.gz.asc";>apache-camel-x.y.x.tar.gz.asc</a></p></td></tr></tbody></table></div><div
 class="confluence-information-macro 
confluence-information-macro-information"><p class="title">The above URLs use 
redirection</p><span class="aui-icon aui-icon-small aui-iconfont-info 
confluence-information-macro-icon"></span><div 
class="confluence-information-macro-body"><p>The above URLs use the Apa
 che 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.20.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 (zip)</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/x.y.x/apache-c
 amel-x.y.x-src.zip">apache-camel-x.y.x-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/x.y.x/apache-camel-x.y.x-src.zip.asc";>apache-camel-x.y.x-src.zip.asc</a></p></td></tr></tbody></table></div><h3
 id="Camel2.20.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="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[&lt;dependency&gt;
   &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
   &lt;artifactId&gt;camel-core&lt;/artifactId&gt;


Reply via email to