Modified: websites/production/camel/content/camel-2180-release.html ============================================================================== --- websites/production/camel/content/camel-2180-release.html (original) +++ websites/production/camel/content/camel-2180-release.html Thu Sep 14 19:25:46 2017 @@ -92,7 +92,7 @@ <h2 id="Camel2.18.0Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 2.18.0 release which resolved over 500 issues. <span style="color: rgb(34,34,34);">This is first release that </span><span style="color: rgb(34,34,34);">requires Java 8 and comes with a much-improved Spring Boot support, and </span><span style="color: rgb(34,34,34);">ships with numerous new features, improvements and bug fixes.</span></p><ul><li>Java DSL with experimental Java8 functional/lambda support. Check out the <a shape="rect" class="external-link" href="https://github.com/apache/camel/tree/master/examples/camel-example-java8" rel="nofollow">camel-example-java8</a>. We love feedback on this DSL and expect to improved the API over the next couple of releases.</li><li>The XSD schema for <camelContext> and its other configuration elements are now also documented (before it was only <routes> and <rests>). The XSD schema now also documents the default values of al l the options.</li><li>Introduced <code>FluentProducerTemplate</code> using fluent builder style as a alternative to <a shape="rect" href="producertemplate.html">ProducerTemplate</a></li><li>All Camel <a shape="rect" href="components.html">Components</a> that has options to be configured now supports and include <a shape="rect" href="spring-boot.html">Spring Boot</a> auto configuration for those options, so they can easily be configured in your application.yaml file when using Spring Boot with Camel. </li><li>Camel <a shape="rect" href="spring-boot.html">Spring Boot</a> now supports the same <a shape="rect" href="advanced-configuration-of-camelcontext-using-spring.html">advanced configuration</a> you can do with Spring XML, if the beans have been configured using <code>@Bean</code> style in a Spring Boot configuration class.</li><li>Added <a shape="rect" href="hystrix-eip.html">Hystrix EIP</a> as EIP pattern that uses nativ e Netflixx Hystrix as the Circuit Breaker implementation. This requires having <code>camel-hystrix</code> on the classpath.</li><li>Added <a shape="rect" href="servicecall-eip.html">Service Call EIP</a> as EIP pattern that allows to call a remote service in a distributed system, where the service is looked up from a service registry of some sorts, such as kubernetes, consul, etcd, zookeeper etc.</li><li><span style="line-height: 1.42857;">Running Camel with <a shape="rect" href="spring-boot.html">Spring Boot</a> now includes a Camel Health Indicator (actuator) if <code>spring-boot-starter-actuator</code> is on the classpath.</span></li><li>The <a shape="rect" href="rest.html">Rest</a> component allows to call REST services now (as a client), where you can pick one of the following Camel components for the HTTP transport: http, http4, netty4-http, jetty, restlet, undertow. You can also refer to a existing swagger api doc and include camel-swagger-ja va on the classpath, for automatic validation of rest endpoint is configured to use a valid rest operation/parameters.</li><li>The Rest DSL now auto discovers which HTTP component to use if no explicit component name has been configured, by the available components on the classpath (by their default name) and if there only exists one, then that is used.</li><li>Spring-DM for OSGi moved out of camel-spring into a separate camel-spring-dm module.<span style="line-height: 1.42857;"><br clear="none"></span></li><li><span style="line-height: 1.42857;">Improved the </span><a shape="rect" href="bean.html">Bean</a><span style="line-height: 1.42857;"> component to better match method parameter types when using </span><a shape="rect" href="simple.html">Simple</a><span style="line-height: 1.42857;"> language as parameter values.</span></li><li>Added <code>BindyConverter</code> that allows to implement custom data converters for <a shape="rect" href="bindy.html">Bindy</a></l i><li>The access in the <a shape="rect" href="rest-dsl.html">Rest DSL</a> has been deprecated and no longer in use - its not part of swagger specification anymore.</li><li><a shape="rect" href="nats.html">Camel-NATS</a> now uses JNATS client instead of the deprecated Java_nats one.</li><li>During startup of <a shape="rect" href="camelcontext.html">CamelContext</a> the services that are used as part of routes are now deferred being started to the end of the startup process. Some IoC frameworks like Spring can otherwise causes a circular dependency issue if services are started too early. A side effect is that if service startup failures happen when being started later, they are now wrapped in the <code>FailedToStartupRouteException</code> to better pin point which route thas the problem.</li><li>Improved the startup sequence of <a shape="rect" href="spring-java-config.html">Spring Java Config</a> to be similar to <a shape="rect" href="spring-boot.html">Spring Boot</a> that helps prevent Spring initialization errors about circular dependencies issues.</li><li>Added PATCH to <a shape="rect" href="rest-dsl.html">Rest DSL</a></li><li>Added "starts with" and "ends with" operator to the <a shape="rect" href="simple.html">Simple</a> language.</li><li>Added <code>BeanIOSplitter</code> to <a shape="rect" href="beanio.html">BeanIO</a> that can be used with the <a shape="rect" href="splitter.html">Splitter</a> EIP to split big payloads in streaming mode without reading the entire content into memory.</li><li>Some of the <a shape="rect" href="aws.html">AWS</a> components allows to specify ARN in the endpoint configuration. </li><li>The create operation in <a shape="rect" href="zookeeper.html">Zookeeper</a> now creates sub paths if missing.</li><li>Added support for async mode for <a shape="rect" href="servlet.html">SERVLET</a> component to leverage Asynchronous Servlet from the Servlet 3.0 spec.</li><li> <a shape="rect" href="bean.html">Bean</a> component and <a shape="rect" href="bean-language.html">Bean Language</a> validates method name must be a valid according to java identifier rules, and also if parameter syntax has an ending parenthesis.</li><li>You can now use <code>@RunWith(CamelSpringBootJUnit4ClassRunner.class)</code> to test Camel <a shape="rect" href="spring-boot.html">Spring Boot</a> applications and use the Camel test annotations from <a shape="rect" href="spring-testing.html">Spring Testing</a> such as <code>@MockEndpoints</code>.</li><li>To turn on logging exhausted message body with the message history you can configure this easily on the CamelContext level with <code>setLogExhaustedMessageBody</code></li><li><a shape="rect" href="infinispan.html">Camel-Infinispan</a> now supports Aggregation Repository: InfinispanLocalAggregationRepository and InfinispanRemoteAggregationRepository</li><li>The <a shape="rect" href="sql- component.html">SQL Component</a> and <a shape="rect" href="elsql.html">ElSql</a> now supports <code>outputType=StreamList</code> to use an iterator for the output of the SQL query that allows to process the data in a streaming fashion such as with the <a shape="rect" href="splitter.html">Splitter</a> EIP to process the data row by row, and load data from the database as needed.</li><li><a shape="rect" href="jpa.html">JPA</a> now includes a <code>JpaPollingConsumer</code> implementation that better supports <a shape="rect" href="content-enricher.html">Content Enricher</a> using <code>pollEnrich</code> to do a on-demand poll that returns either none, one or a list of entities as the result. </li><li>Calling <a shape="rect" href="bean.html">Bean</a> with method parameters defined using <a shape="rect" href="simple.html">Simple</a> parameters, now avoids an intermediate conversion of the parameters to a String value. This ensures t he passed in values when calling the bean method is using the parameter type as-is from <a shape="rect" href="simple.html">Simple</a>.</li><li><a shape="rect" href="cdi.html">Camel CDI</a> now supports importing Camel XML configuration files</li><li><a shape="rect" href="cdi.html">Camel CDI</a> does not deploy an empty Camel context bean anymore if not route builder beans nor Camel beans are deployed</li><li><a shape="rect" href="cdi.html">Camel CDI</a> adds the <code>@Named</code> qualifier to Camel route management events so that it's possible to observe these events for a specific route with an explicit <code>id</code></li><li><a shape="rect" href="beanio.html">Camel BeanIO</a> now supports the possibility to use a custom BeanReaderErrorHandler implementation in his configuration</li><li><a shape="rect" href="kubernetes.html">Camel Kubernetes</a> now supports Kubernetes ConfigMap feature</li><li>The <a shape="rect" href="tokenizer.html">Tokenizer</a> and& #160;<a shape="rect" href="xmltokenizer.html">XMLTokenizer</a> language now supports using <a shape="rect" href="simple.html">Simple</a> expressions as the token / xml tag names so they can be dynamic values.</li><li>Added <code>filterDirectory</code> and <code>filterFile</code> options to <a shape="rect" href="file2.html">File2</a> so filtering can be done using <a shape="rect" href="simple.html">Simple</a> language or predicates. </li><li>Optimize Camel to only enable AllowUseOriginalMessage if in use by error handler or <a shape="rect" href="oncompletion.html">OnCompletion</a>. End user who manually access the original message using the Java API must configure AllowUseOriginalMessage=true.</li><li><a shape="rect" href="ahc.html">Camel-AHC</a> <a shape="rect" href="http.html">Camel-HTTP</a> <a shape="rect" href="http4.html">Camel-HTTP4</a> <a shape="rect" href="jetty.html">Camel-Jetty</a> now support a connectionClose parameter to allow explicitly adding a Connection Close header to HTTP request</li><li><a shape="rect" href="bindy.html">Bindy</a> allows to plugin custom formatters for mapping to custom types.</li><li><a shape="rect" href="content-enricher.html">Content Enricher</a> using <code>pollEnrich</code> now supports consumers configured with <code>consumer.bridgeErrorHandler=true</code> to let any exceptions from the poll propagate to the route error handler, to let it be able to perform redeliveries and whatnot.</li><li><a shape="rect" href="cxf.html">CXF</a> and <a shape="rect" href="cxfrs.html">CXFRS</a> now support setting of the SSL-context <a shape="rect" href="camel-configuration-utilities.html">Using the JSSE Configuration Utility</a></li><li><a shape="rect" href="mongodb.html">MongoDB</a> now is fully converted to MongoDB 3 although we still use BasicDBObject instead of Document</li><li>Camel Spring Boot can now scan for classes in Spring Boot FAR jars with embeds third party J ARs.</li><li>You can now set the SNI Hostnames using the <a shape="rect" href="camel-configuration-utilities.html">Camel Configuration Utilities</a> to indicate the hostnames you try to connect</li><li>The XML DSL will preserve double spaces in the context-path of uri attributes when removing white space noise, when uri's are configured using mutli lines.</li><li>The Camel Catalog module can now load older versions of Camel to be used when querying the catalog. There is a <code>camel-catalog-maven</code> module that is able to download catalog JARs from Maven central.</li><li><p>A new Camel Attachment interface was added that allows propagating headers for attachments. <a shape="rect" href="cxf.html">Camel CXF</a>, <a shape="rect" href="mail.html">Camel Mail</a> (including the <a shape="rect" href="mime-multipart.html">MIME-Multipart </a>data format), and <a shape="rect" href="jetty.html">Camel-Jetty</a> set and consume attachment headers.</p></li><li>Improved <a shape="re ct" href="bean.html">bean method call</a> to validate if method name with parameters has valid number of parenthesis in the syntax.</li><li>The <a shape="rect" href="jsonpath.html">JSonPath</a> now supports inlined <a shape="rect" href="simple.html">Simple</a> language expressions to allow more dynamic expressions.</li><li>Improved Netty4 producer to be fully asynchronous when connecting to remote server.</li><li>The <a shape="rect" href="websocket.html">Websocket</a> component now uses a timeout when sending to websocket channels to avoid potentially blocking for a long time due networking issues with clients.</li><li><a shape="rect" href="hazelcast-component.html">Hazelcast Component</a> now provide a <a shape="rect" href="routepolicy.html">RoutePolicy</a>.</li><li>Saxon has been upgraded to version 9.7</li></ul><p>Fixed these issues:</p><ul><li>Fixed <a shape="rect" href="bean.html">Bean</a> component to avoid ambiguous error for classes that extends generic interface and calling which could lead to falsely duplicate methods (due Java type erasure inserts bridge methods) </li><li>Fixed splitting using tarfile could cause OOME if splitting big files which was mistakenly loaded into memory. Now we work on the tar stream directly.</li><li>Fixed <a shape="rect" href="netty-http.html">Netty HTTP</a> and <a shape="rect" href="netty4-http.html">Netty4 HTTP</a> issue when not specifying a port number then port 80 would not be used but an error about port -1 is not allowed.</li><li>Fixed <a shape="rect" href="swagger-java.html">Swagger Java</a> when using property placeholders in <a shape="rect" href="rest-dsl.html">Rest DSL</a> could cause invalid parameters to be included that was from the placeholder.</li><li>The <code>threads</code> EIP now lets <a shape="rect" href="error-handling-in-camel.html">Error handling in Camel</a> perform redeliveries if the thread pool would otherwise reje ct accepting the task. This allows the error handler to perform redeliveries to attempt to put the task on the thread pool queue, or eventually move the message to a dead letter queue etc.</li><li>Fixed <a shape="rect" href="rest-dsl.html">Rest DSL</a> adding empty header if specifying a non required query parameter that has no default value assigned.</li><li>Fixed <a shape="rect" href="loop.html">doWhile</a> loop which could potentially loop forever.</li><li>Fixed a NPE in <a shape="rect" href="zookeeper.html">Zookeeper</a> consumer if no zookeeper node path was set</li><li>When using continued with <a shape="rect" href="exception-clause.html">onException</a> then dead letter channel endpooint should not be invoked.</li><li>Fixed <a shape="rect" href="error-handler.html">Error Handler</a> to not log exceptions when using <code>continued(true)</code> by default.</li><li>Fixed so using shareUnitOfWork would now also call specialized <code>AggregationStrategy< /code> for onTimeout, onCompletion etc.</li><li>Fixed <a shape="rect" href="jetty.html">Jetty</a> consumer incorrectly handle multipart/form data not being mapped as attachments on the Camel Message.</li><li>Fixed <a shape="rect" href="netty4-http.html">Netty4 HTTP</a> may fail reading the http content from the raw netty stream if the Exchange was routed asynchronously.</li><li>Fixed <a shape="rect" href="netty4-http.html">Netty4 HTTP</a> leak ByteBuf's on the producer side which was not released in all corner cases before they may be gargage collected. </li><li>Fixed <a shape="rect" href="dozer.html">Dozer</a> not able to use variables in mapping files when using OSGi.</li><li>Fixed a potential dead-lock when doing request/reply over <a shape="rect" href="jms.html">JMS</a> and requests are timing out concurrently and continued routing the exchanges are calling another <a shape="rect" href="jms.html">JMS</a> endpoint that is also doing request /reply which also timeout. </li><li>Fixed <a shape="rect" href="load-balancer.html">Load Balancer</a> EIPs to support using <em>any</em> <a shape="rect" href="using-propertyplaceholder.html">property placeholder</a> using the <strong>prop:</strong> prefix.</li><li>Fixed context scoped <a shape="rect" href="oncompletion.html">OnCompletion</a> would not stop/shutdown its processors when CamelContext is being shutdown. </li><li>Fixed memory leak in <a shape="rect" href="routing-slip.html">Routing Slip</a> when the slip routes to certain kind of Camel components.</li><li>Fixed <a shape="rect" href="sql-component.html">SQL Component</a> query parameter mis-match issue when using IN queries together with other named parameters.</li><li>Fixed a memory leak with <a shape="rect" href="cxf.html">CXF</a> when continuation was expired could cause Camel message not to be unregisteted from in-flight registry.</li><li>Fixed a preformance regre ssion when using <code>camel-jaxb</code></li></ul><h3 id="Camel2.18.0Release-New">New <a shape="rect" href="components.html">Components</a></h3><ul><li>camel-asterisk - For interacting with Asterisk PBX Servers</li><li>camel-cm-sms - For sending SMS messages using SM SMS Gateway.</li><li><a shape="rect" href="consul-component.html">camel-consul</a> - For integrating your application with <a shape="rect" class="external-link" href="https://www.consul.io/" rel="nofollow">Consul</a>.</li><li><a shape="rect" href="ehcache.html">camel-ehcache</a> - For interacting with Ehcache 3 cache.</li><li><a shape="rect" href="flink.html">camel-flink</a> - Bridges Camel connectors with Apache Flink tasks.</li><li><a shape="rect" href="lumberjack.html">camel-lumberjack</a> - For receiving logs over the lumberjack protocol (used by Filebeat for instance)</li><li>camel-ribbon - To use Netflixx Ribbon with the <a shape="rect" href="servicecall-eip.html">Service Call EIP</a>.</li ><li>camel-servicenow - For cloud management with >ServiceNow.</li><li>camel-telegram - For messaging with Telegram.</li><li><a >shape="rect" href="camel-zipkin.html">camel-zipkin</a> - For tracking Camel >message flows/timings using <a shape="rect" class="external-link" >href="http://zipkin.io/" rel="nofollow" style="line-height: >1.42857;">zipkin</a>.</li><li><a shape="rect" >href="chronicle-engine.html">camel-chronicle</a> - For interacting with >OpenHFT's <a shape="rect" class="external-link" >href="https://github.com/OpenHFT/Chronicle-Engine" >rel="nofollow">Chronicle-Engine</a>.</li></ul><h3 >id="Camel2.18.0Release-NewDSL">New DSL</h3><ul><li><a shape="rect" >href="hystrix-eip.html">hystrix</a> - Using Netflixx Hystrix as circuit >breaker. This requires having <code>camel-hsytrix</code> on the >classpath.</li><li><a shape="rect" >href="servicecall-eip.html">serviceCall</a> - To call a remote service >in a distributed system where the service is looked up from a service re gistry of some sorts.</li></ul><h3 id="Camel2.18.0Release-New.1">New <a shape="rect" href="examples.html">Examples</a></h3><ul><li><code>camel-example-cdi-xml</code>: i<span style="color: rgb(0,0,0);">llustrates the use of Camel XML configuration files into a Camel CDI application</span></li><li><span style="color: rgb(0,0,0);"><code>camel-example-spring-boot-rest-jpa</code>: Spring Boot example that demonstrates how to use<span> JPA along with Camel's REST DSL to expose a RESTful API that performs CRUD operations on a database</span></span></li><li><span style="color: rgb(0,0,0);"><span><code>camel-example-java8</code>: Demonstrates the Java DSL with experimental new Java8 lambda support for expression/preidcate/processor's. We love feedback on this DSL and expect to improved the API over the next couple of releases.</span></span></li><li><span style="color: rgb(0,0,0);"><code>camel-example-java8-rx</code>: Demonstrates the Java DSL with experimental new Java8 lambda supp ort for typesafe filtering and transforming of messages wit Rx-Java. We love feedback on this DSL and expect to improved the API over the next couple of releases.</span></li></ul><h2 id="Camel2.18.0Release-APIbreaking">API breaking</h2><ul><li>Removed the deprecated vtdxml language. You can use the generic language("vtdxml") instead</li></ul><h2 id="Camel2.18.0Release-KnownIssues">Known Issues</h2><h2 id="Camel2.18.0Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><ul><li><strong>Java 1.8 is now required.</strong></li><li>Karaf 2.4.x is no longer supported. Karaf 4.0.x is the primary supported OSGi platform.</li><li>Jetty 8.x is no longer supported and camel-jetty8 has been removed</li><li>spring 4.0 is no longer supported and camel-test-spring40 has been removed</li><li>spring 3.x is no longer supported</li><li>Upgraded to Spring 4.3.x and Spring Boot 1.4.x</li><li>(only spring-dm using spring 3.2.x as part of camel-spring in osgi/karaf is still in use - but spring-dm is deprecated and we recommend using blueprint)</li><li>Spring-DM for OSGi moved out of camel-spring into a separate camel-spring-dm module. If using Spring XML with Spring-DM then you need to install camel-spring-dm feature in Karaf/ServiceMix.</li><li>The deprecated <code>@LazyLoadTypeConverter</code> has been removed from all <a shape="rect" href="camel-test.html">Camel Test</a> modules</li><li>camel-gae has been removed (was not working anyway)</li><li>The access in the <a shape="rect" href="rest-dsl.html">Rest DSL</a> has been deprecated and no longer in use - its not part of swagger specification anymore.</li><li>Removed the deprecated maven archetypes for SOAP WS using CXF with OSGi Blueprint</li><li>The XML DSL will preserve double spaces in the context-path of uri attributes when removing white space noise, when uri's are configured using mutli lines.</li><li>Optimize Camel to only enable AllowUseOriginalMessage if in use by error handler or <a shape="rect" href="oncompletion.html">OnCompletion</a>. End user who manually access the original message using the Java API must configure AllowUseOriginalMessage=true.</li><li>The <a shape="rect" href="ftp2.html">FTPS</a> component is now using known hosts file from the user.home/.ssh directory by default. Set the option useUserKnownHostsFile=false to use old behavior.</li><li>the <a shape="rect" href="mongodb.html">MongoDB</a> component is migrated to MongoDB 3. Returned objects might be different e.g. findAll always returns an Iterable (FindIterable or ArrayList). Sometimes the returning of headers is remove e.g. for the paged findAll the total size isn't fetch</li><li>the <a shape="rect" href="salesforce.html">Salesforce</a> component doesn't use jodatime anymore. It uses the java 8 ZonedDateTime. DTO's need to be changed or regenerated.</li><li>The camel-testng module is deprecated, use the JUnit based test modules instead.</ li><li>The <a shape="rect" href="cache.html">camel-cache</a> module is deprecated, you should use <a shape="rect" href="ehcache.html">camel-ehcache</a> instead.</li><li>The camel-docker module has been removed from Karaf features as it does not work in OSGi</li><li><span>In <a shape="rect" href="xslt.html">camel-xslt</a> selecting saxon using the object model url does not work anymore (see </span><a shape="rect" class="external-link" href="http://www.saxonica.com/documentation/index.html#!xpath-api/jaxp-xpath/factory" rel="nofollow">doc</a><span>), you need to explicit seth both the model url and the implementation class or use dsl/xml shortcut to enable saxon.</span></li></ul><h2 id="Camel2.18.0Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.18.0Release-BinaryDistributions">Binary Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></t h><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Windows Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.18.0/apache-camel-2.18.0.zip">apache-camel-2.18.0.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.18.0/apache-camel-2.18.0.zip.asc">apache-camel-2.18.0.zip.asc</a></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Unix/Linux/Cygwin Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.18.0/apache-camel-2.18.0.tar.gz">apache-camel-2. 18.0.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.18.0/apache-camel-2.18.0.tar.gz.asc">apache-camel-2.18.0.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.18.0Release-SourceDistribut ions">Source Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Source for Windows</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.18.0/apache-camel-2.18.0-src.zip">apache-camel-2.18.0-src.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.18.0/apache-camel-2.18.0-src.zip.asc">apache-camel-2.18.0-src.zip.asc</a></p></td></tr></tbody></table></div><h3 id="Camel2.18.0Release-GettingtheBinariesusingMaven">Getting the Binaries using Maven</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[<dependency> +<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> <version>2.18.0</version>
Modified: websites/production/camel/content/camel-2181-release.html ============================================================================== --- websites/production/camel/content/camel-2181-release.html (original) +++ websites/production/camel/content/camel-2181-release.html Thu Sep 14 19:25:46 2017 @@ -92,7 +92,7 @@ <h2 id="Camel2.18.1Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 2.18.1 release which is mainly a maintenance release with 68 fixes resolved.</p><p>For further details, see <a shape="rect" class="external-link" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12338295&projectId=12311211">the list of JIRA issues</a>.</p><h2 id="Camel2.18.1Release-KnownIssues">Known Issues</h2><ul><li>See <a shape="rect" class="external-link" href="http://camel.apache.org/camel-2180-release.html">Camel 2.18.0 Release</a></li></ul><h2 id="Camel2.18.1Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><ul><li>See <a shape="rect" class="external-link" href="http://camel.apache.org/camel-2180-release.html">Camel 2.18.0 Release</a></li></ul><h2 id="Camel2.18.1Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.18.1Release-BinaryDistributions">Binary Distributions</h3><div clas s="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Windows Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.18.1/apache-camel-2.18.1.zip">apache-camel-2.18.1.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.18.1/apache-camel-2.18.1.zip.asc">apache-camel-2.18.1.zip.asc</a></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Unix/Linux/Cygwin Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class=" external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.18.1/apache-camel-2.18.1.tar.gz">apache-camel-2.18.1.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.18.1/apache-camel-2.18.1.tar.gz.asc">apache-camel-2.18.1.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" hr ef="http://www.mozilla.com/en-US/firefox/" rel="nofollow">FireFox</a></p></div></div><h3 id="Camel2.18.1Release-SourceDistributions">Source Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Source (zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.18.1/apache-camel-2.18.1-src.zip">apache-camel-2.18.1-src.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.18.1/apache-camel-2.18.1-src.zip.asc">apache-camel-2.18.1-src.zip.asc</a></p></td> </tr></tbody></table></div><h3 id="Camel2.18.1Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3><p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl"> -<script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[<dependency> +<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> <version>2.18.1</version> Modified: websites/production/camel/content/camel-2182-release.html ============================================================================== --- websites/production/camel/content/camel-2182-release.html (original) +++ websites/production/camel/content/camel-2182-release.html Thu Sep 14 19:25:46 2017 @@ -92,7 +92,7 @@ <h2 id="Camel2.18.2Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 2.18.2 release which is mainly a maintenance release with 68 fixes resolved.</p><p>For further details, see <a shape="rect" class="external-link" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12338705&projectId=12311211">the list of JIRA issues</a>.</p><h2 id="Camel2.18.2Release-KnownIssues">Known Issues</h2><ul style="margin-left: 15.0px;"><li>See <a shape="rect" class="external-link" href="http://camel.apache.org/camel-2180-release.html">Camel 2.18.0 Release</a></li></ul><h2 id="Camel2.18.2Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><ul style="margin-left: 15.0px;"><li>See <a shape="rect" class="external-link" href="http://camel.apache.org/camel-2180-release.html">Camel 2.18.0 Release</a></li></ul><h2 id="Camel2.18.2Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.18.2Relea se-BinaryDistributions">Binary Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Windows Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.18.2/apache-camel-2.18.2.zip">apache-camel-2.18.2.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.18.2/apache-camel-2.18.2.zip.asc">apache-camel-2.18.2.zip.asc</a></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Unix/Linux/Cygwin Distribution</p></td><td colspan="1" r owspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.18.2/apache-camel-2.18.2.tar.gz">apache-camel-2.18.2.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.18.2/apache-camel-2.18.2.tar.gz.asc">apache-camel-2.18.2.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 U RL 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.18.2Release-SourceDistributions">Source Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Source (zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.18.2/apache-camel-2.18.2-src.zip">apache-camel-2.18.2-src.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.18.2/apache-camel-2.18.2 -src.zip.asc">apache-camel-2.18.2-src.zip.asc</a></p></td></tr></tbody></table></div><h3 id="Camel2.18.2Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3><p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl"> -<script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[<dependency> +<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> <version>2.18.2</version> Modified: websites/production/camel/content/camel-2183-release.html ============================================================================== --- websites/production/camel/content/camel-2183-release.html (original) +++ websites/production/camel/content/camel-2183-release.html Thu Sep 14 19:25:46 2017 @@ -92,7 +92,7 @@ <h2 id="Camel2.18.3Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 2.18.3 release which is mainly a maintenance release with 38 fixes resolved.</p><p>For further details, see <a shape="rect" class="external-link" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12339161&projectId=12311211">the list of JIRA issues</a>.</p><h2 id="Camel2.18.3Release-KnownIssues">Known Issues</h2><ul style="list-style-type: square;"><li><p>See <a shape="rect" class="external-link" href="http://camel.apache.org/camel-2180-release.html" style="font-size: 14.0px;">Camel 2.18.0 Release</a></p></li></ul><h2 id="Camel2.18.3Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><ul style="list-style-type: square;"><li>See <a shape="rect" class="external-link" href="http://camel.apache.org/camel-2180-release.html">Camel 2.18.0 Release</a></li></ul><h2 id="Camel2.18.3Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.18.3Release-BinaryDistributions">Binary Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Windows Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.18.3/apache-camel-2.18.3.zip">apache-camel-2.18.3.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.18.3/apache-camel-2.18.3.zip.asc">apache-camel-2.18.3.zip.asc</a></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Unix/Linux/Cyg win Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.18.3/apache-camel-2.18.3.tar.gz">apache-camel-2.18.3.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.18.3/apache-camel-2.18.3.tar.gz.asc">apache-camel-2.18.3.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 doe sn'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.18.3Release-SourceDistributions">Source Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Source (zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.18.3/apache-camel-2.18.3-src.zip">apache-camel-2.18.3-src.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dist/cam el/apache-camel/2.18.3/apache-camel-2.18.3-src.zip.asc">apache-camel-2.18.3-src.zip.asc</a></p></td></tr></tbody></table></div><h3 id="Camel2.18.3Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3><p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl"> -<script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[<dependency> +<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> <version>2.18.3</version> Modified: websites/production/camel/content/camel-2184-release.html ============================================================================== --- websites/production/camel/content/camel-2184-release.html (original) +++ websites/production/camel/content/camel-2184-release.html Thu Sep 14 19:25:46 2017 @@ -92,7 +92,7 @@ <h2 id="Camel2.18.4Release-NewandNoteworthy">New and Noteworthy</h2><p><span style="color: rgb(0,0,0);">Welcome to the 2.18.4 release which is mainly a maintenance release with 44 fixes resolved.</span></p><h2 id="Camel2.18.4Release-KnownIssues">Known Issues</h2><p><span style="color: rgb(0,0,0);">See </span><a shape="rect" class="external-link" href="http://camel.apache.org/camel-2180-release.html">Camel 2.18.0 Release</a></p><h2 id="Camel2.18.4Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><p><span style="color: rgb(0,0,0);">See </span><a shape="rect" class="external-link" href="http://camel.apache.org/camel-2180-release.html">Camel 2.18.0 Release</a></p><h2 id="Camel2.18.4Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.18.4Release-BinaryDistributions">Binary Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">< p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Windows Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.18.4/apache-camel-2.18.4.zip">apache-camel-2.18.4.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.18.4/apache-camel-2.18.4.zip.asc">apache-camel-2.18.4.zip.asc</a></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Unix/Linux/Cygwin Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.18.4/apache-camel-2.18.4.tar .gz">apache-camel-2.18.4.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.18.4/apache-camel-2.18.4.tar.gz.asc">apache-camel-2.18.4.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.18.4Rel ease-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/2.18.4/apache-camel-2.18.4-src.zip">apache-camel-2.18.4-src.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.18.4/apache-camel-2.18.4-src.zip.asc">apache-camel-2.18.4-src.zip.asc</a></p></td></tr></tbody></table></div><h3 id="Camel2.18.4Release-GettingtheBinariesusingMaven2">Getting the Binaries u sing 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[<dependency> +<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> <version>2.18.4</version> Modified: websites/production/camel/content/camel-2185-release.html ============================================================================== --- websites/production/camel/content/camel-2185-release.html (original) +++ websites/production/camel/content/camel-2185-release.html Thu Sep 14 19:25:46 2017 @@ -92,7 +92,7 @@ <h2 id="Camel2.18.5Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 2.18.5 release which approx XXX issues resolved (new features, improvements and bug fixes such as...)</p><ul><li>highlighted issue fixed</li><li>highlighted issue fixed</li></ul><h3 id="Camel2.18.5Release-New">New <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></h3><h3 id="Camel2.18.5Release-New.1">New <a shape="rect" href="components.html">Components</a></h3><h3 id="Camel2.18.5Release-NewDSL">New DSL</h3><h3 id="Camel2.18.5Release-NewAnnotations">New Annotations</h3><h3 id="Camel2.18.5Release-NewDataFormats">New <a shape="rect" href="data-format.html">Data Formats</a></h3><h3 id="Camel2.18.5Release-New.2">New <a shape="rect" href="languages.html">Languages</a></h3><h3 id="Camel2.18.5Release-New.3">New <a shape="rect" href="examples.html">Examples</a></h3><h3 id="Camel2.18.5Release-New.4">New <a shape="rect" href="tutorials.html">Tutorials</a></h3><h2 id="Camel2.18.5Release-APIbreaking">API breaking</h2><h2 id="Camel2.18.5Release-KnownIssues">Known Issues</h2><h2 id="Camel2.18.5Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><h2 id="Camel2.18.5Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.18.5Release-BinaryDistributions">Binary Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Windows Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://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-mac ro-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.18.5Release-SourceDistributions">Source Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Source (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.18.5Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3><p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl"> -<script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[<dependency> +<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> <version>x.y.x</version> Modified: websites/production/camel/content/camel-2190-release.html ============================================================================== --- websites/production/camel/content/camel-2190-release.html (original) +++ websites/production/camel/content/camel-2190-release.html Thu Sep 14 19:25:46 2017 @@ -92,7 +92,7 @@ <h2 id="Camel2.19.0Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 2.19.0 release which resolved over 670 issues including new features, improvements and bug fixes.</p><ul><li>Introduced <a shape="rect" class="external-link" href="https://github.com/apache/camel/blob/master/connectors/camel-connector/src/main/docs/connector-component.adoc#connector-component" rel="nofollow">Camel Connector</a>'s which is a simplified version of a Camel component that has been pre-configured for a specific use-case.</li><li>Upgraded to Spring Boot 1.5.x.</li><li>The <a shape="rect" href="camel-maven-plugin.html">Camel Maven Plugin</a> now provides the <code>camel:validate</code> goal to parse your Java and XML source code for any Camel routes and report invalid Camel endpoint uri and simple expression errors. You can run this at code time (not runtime). </li><li>Camel <code>Main</code> and <a shape="rect" href="spring-boot.html">Spring Boot</a> and <a shape="rec t" href="camel-maven-plugin.html">Camel Maven Plugin</a> can now auto terminate the JVM after Camel has been running for maximum duration of seconds, processed messages or been idle for a period.</li><li>Camel source code can build with Java 9 in preparation for official support for Java 9 in a future release</li><li>All the Camel Spring Boot starter components now has more of the components default values included in their metadata which allows tooling to display such information</li><li>Deprecated more components and camel-core APIs that will be dropped in Camel 3.0 or sometime in the future</li><li>Introduced <code>ReloadStrategy</code> as SPI which allows custom providers to implement logic for triggering live reloads of Camel routes.</li><li>The  <a shape="rect" href="camel-maven-plugin.html">Camel Maven Plugin</a> now allows to live reload route changes from XML files when running Camel. This can also be enabled from the <code>Main</code> class.</li><l i>Introduced a new <code>camel-catalog-rest</code> artifact which is a tiny standalone REST API of the CamelCatalog using JAX-RS and Swagger Annotations.</li><li>Added <code>camel-catalog-rest-app</code> as a standalone application which used Apache CXF with Jetty to host the Catalog REST API with embedded Swagger UI</li><li>Returning <code>null</code> from <a shape="rect" href="bean.html">Bean</a> should work similar to how <code>setBody</code> and <code>transform</code> works when they set a <code>null</code> body.</li><li>The Camel Spring Boot starter components now have their auto configuration depends on <code>org.apache.camel.springboot.CamelAutoConfiguration</code> which makes it easier writing unit tests where you can exclude <code>org.apache.camel.springboot.CamelAutoConfiguration</code> to turn off Camel Spring Boot auto configuration completely.</li><li>Camel now supports OWASP dependency check mav en plugin</li><li><a shape="rect" href="nats.html">NATS</a> component now supports TLS and explicit flushing (with timeout) of the connection</li><li><a shape="rect" href="https://cwiki.apache.org/confluence/display/BOOKKEEPER/Metrics">Metrics</a> component now supports Gauge type</li><li><a shape="rect" href="file2.html">File consumer</a> now supports idempotent-changed and idempotent-rename read lock strategies for clustering. </li><li>Camel Catalog now supports custom runtime providers that only includes the supported Camel components, languages and data formats running in that container. For example for Karaf or Spring Boot in the camel-catalog-provider-karaf and camel-catalog-provider-springboot.</li><li>The <a shape="rect" href="https://cwiki.apache.org/confluence/display/WW/bean">bean</a> component will when calling a method that returned an instance of <code>Callable</code> now call that callable to obtain the chained result. This allows to call Groovy functions/closures etc.</li><li>Failover <a shape="rect" href="load-balancer.html">Load Balancer</a> with inheritErrorHandler=false, now allows Camel's <a shape="rect" href="error-handler.html">Error Handler</a> to react after the load balancer is exhausted.</li><li><a shape="rect" href="salesforce.html">Salesforce</a> component now supports limits, recent items, approvals and composite API</li><li>Dumping Camel routes as XML now includes custom namespaces which are at xpath expressions etc. Likewise updating Camel routes from XML can now include namespaces which will be associated on xpath expressions.</li><li>Added <code>RouteIdFactory</code> which can auto assign route ids based on the consumer endpoints to use more sensitible names, instead of route1, route2, etc.</li><li>Add <code>skip</code> function to <a shape="rect" href="simple.html">Simple</a> language</li><li>Upgraded to Jetty 9.3 (Jetty 9.2 still supported for Karaf 4.0.x users)</li ><li><code>RouteBuilder</code> auto-configuration can now be disabled >from <a shape="rect" href="cdi.html">Camel >CDI</a> configuration</li><li>Camel contexts automatic start can now be >disabled from <a shape="rect" href="cdi.html">Camel >CDI</a> configuration</li><li><a shape="rect" href="cdi.html">Camel >CDI</a> now provides support >for <span><code>TransactionErrorHandler</code> >and <span><code>TransactionPolicy</code> via >JTA</span></span></li><li><span>Asynchronous support for <a shape="rect" >href="cxfrs.html">CXF JAX-RS</a> producers has been >added</span></li><li><span>The <a shape="rect" >href="jsonpath.html">JSonPath</a> language now supports Map and List types >and POJOs as well. For POJOs you need to have Jackson on the >classpath. </span></li><li><span><a shape="rect" >href="data-format.html">Data Format</a> which marshal to JSon or XML now set >the content-type header to application/json or application/xml >appropriately.<br clear="none "></span></li><li><span>The <a shape="rect" href="kafka.html">Kafka</a> component can now store offset state offline (stateRepository) to preserve this information and be able to resume from previous offset.</span></li><li>The <a shape="rect" href="kafka.html">Kafka</a> component has been improved to be easier to configure and use. Notice there is a backwards incompatible change so users need to migrate.</li><li>A topic based idempotent repository that is <a shape="rect" href="kafka.html">Kafka</a> based for the <a shape="rect" href="idempotent-consumer.html">Idempotent Consumer</a> EIP</li><li>The <a shape="rect" href="kafka.html">Kafka</a> component will automatic type convert the message body to the type specified by the configured serializer (is string by default) when sending to kafka. You can also now configure key and partitionKey in the endpoint uri, instead of having to specify as headers.</li><li>The <a shape="rect" href="kafka.html" >Kafka</a> consumer will now auto commit on stop to ensure the broker has the >latest offset commit. The option <code>autoCommitOnStop</code> can be >configured to be sync,async or none.</li><li>Added easy predicate parser >to <a shape="rect" href="jsonpath.html">JSonPath</a> to more easily >define simple predicates without using the more complex jsonpath notation >with all the symbols to just say price < 50</li><li>The <a >shape="rect" href="box.html">Box</a> component has been migrated to use the >Box v2 Java API as the old v1 API is going to be shutdown from summer >2017</li><li>Examples overview now generate from the source code to ensure >its up to date at <a shape="rect" class="external-link" >href="https://github.com/apache/camel/tree/master/examples#examples" >rel="nofollow">https://github.com/apache/camel/tree/master/examples#examples</a></li><li>Added > declarative <a shape="rect" class="external-link" >href="https://github.com/apache/camel/blob/master/camel- core/src/main/docs/transformer.adoc" rel="nofollow">Transformer</a> and <a shape="rect" class="external-link" href="https://github.com/apache/camel/blob/master/camel-core/src/main/docs/validator.adoc" rel="nofollow">Validator</a> which performs transformation/validation according to the data type information declared on a route by <a shape="rect" class="external-link" href="https://github.com/apache/camel/blob/master/camel-core/src/main/java/org/apache/camel/model/InputTypeDefinition.java" rel="nofollow">inputType</a> and/or <a shape="rect" class="external-link" href="https://github.com/apache/camel/blob/master/camel-core/src/main/java/org/apache/camel/model/OutputTypeDefinition.java" rel="nofollow">outputType</a>. There're a few examples demonstrates this feature: <a shape="rect" class="external-link" href="https://github.com/apache/camel/tree/master/examples/camel-example-transformer-blueprint" rel="nofollow">camel-example-transformer-blueprint</a>, <a shape="rect" class="ext ernal-link" href="https://github.com/apache/camel/tree/master/examples/camel-example-transformer-cdi" rel="nofollow">camel-example-transformer-cdi</a>, <a shape="rect" class="external-link" href="https://github.com/apache/camel/tree/master/examples/camel-example-transformer-demo" rel="nofollow">camel-example-transformer-demo</a>, and <a shape="rect" class="external-link" href="https://github.com/apache/camel/tree/master/examples/camel-example-validator-spring-boot" rel="nofollow">camel-example-validator-spring-boot</a></li><li>Added query support for <a shape="rect" href="jpa.html">JPA</a> Producer</li></ul><p>Fixed these issues</p><ul><li>Fixed starting Camel on Oracle JDK 1.8.0_19 or lower, which would throw an UnsupportedOperationException</li><li>Fixed running <code>mvn camel:run</code> when using OSGi Blueprint</li><li>Fixed <a shape="rect" href="hystrix-eip.html">Hystrix EIP</a> to also execute fallback if execution was rejected or short-circuited or o ther reasons from Hystrix. </li><li>Fixed <a shape="rect" href="hystrix-eip.html">Hystrix EIP</a> race condition when timeout was hit and fallback is executed could let to Camel Exchange having wrong caused exception.</li><li>Fixed adding new routes to running CamelContext and if the new routes would fail to startup, then before these routes would "hang around". Now only succesful started routes are added.</li><li>Adding or removing routes that starts from <a shape="rect" href="undertow.html">Undertow</a> no longer restart the entire HTTP server</li><li><a shape="rect" href="vm.html">VM</a> endpoint should prepare exchange with the CamelContext from the consumer and not from cached endpoint which can be different</li><li>Fixed a bug when using <a shape="rect" href="rest-dsl.html">Rest DSL</a> with <a shape="rect" href="servlet.html">SERVLET</a> could cause a java.io.IOException: Stream closed exception when using <a shape="rect" href="bean.html">Bean</a> 0;in the route. </li><li>Fixed an issue when using <code>pipeline</code> in Java DSL not setting up the EIP correctly which could lead to runtime route not as intended.</li><li>Fixed <a shape="rect" href="dropbox.html">Dropbox</a> to use <a shape="rect" href="stream-caching.html">Stream caching</a> to avoid reading entire file into memory so Camel can process big files</li><li>Fixed <code>toD</code> issue with splitting uris when RAW values had + sign</li><li>Fixed adviceWith may behave differently when using multiple advices in the same order and you would advice on the same nodes.</li><li>Fixed <a shape="rect" href="camel-zipkin.html">camel-zipkin</a> to be able to startup and work with Camel XML </li><li>Fixed <a shape="rect" href="ftp2.html">FTP2</a> readLock=changed not working (when fastFileExists=false) if no sub folder was specified as starting directory.</li><li>Fixed <a shape="rect" href="simple.html">Simple</a> language when us ing indexing with a nested function</li><li>Fixed issue with <code>@Consume</code> not having <code>CamelContext</code> injected and its lifecycle managed by <code>CamelContext</code></li><li>Fixed Netty double buffer release leak in <a shape="rect" href="netty4.html">Netty4</a> and <a shape="rect" href="netty4-http.html">Netty4 HTTP</a></li></ul><h3 id="Camel2.19.0Release-New">New <a shape="rect" href="enterprise-integration-patterns.html">Enterprise Integration Patterns</a></h3><h3 id="Camel2.19.0Release-New.1">New <a shape="rect" href="components.html">Components</a></h3><ul><li>camel-azure - to integrate with Microsoft Azure Cloud services</li><li>camel-bonita - allow you to communicate with a remote Bonita engine.</li><li>camel-couchbase - The couchbase component allows you to treat CouchBase instances as a producer or consumer of messages.</li><li>camel-digitalocean - The digitalocean component allows you to interact with the Digitalocean clo ud</li><li>camel-drill - The drill component gives you the ability to querying to Apache Drill Cluster</li><li>camel-elasticsearch5 - to communicate with Elasticsearch Server using 5.x APIs</li><li>camel-google-pubsub - allow you communicate with Google Cloud Pub/Sub</li><li>camel-grpc - The gRPC component is using for calling remote procedures via HTTP/2</li><li>camel-milo - An OPC UA client and server component based on Eclipse Milo</li><li>camel-mongodb3 - Evolution of the component based on v3 driver. Camel-Mongodb still exists allowing compatibility with the v2 driver.</li><li>camel-olingo4 - Communicates with OData 4.0 services using Apache Olingo OData API.</li><li>camel-openstack - allow you to communicate with an Openstack infrastructure</li><li><a shape="rect" class="external-link" href="https://github.com/apache/camel/blob/master/components/camel-opentracing/src/main/docs/opentracing.adoc" rel="nofollow">camel-opentracing</a> - Distributed tracing usin g OpenTracing</li><li>camel-pubnub - <span style="color: rgb(36,41,46);">To send and receive messages to PubNub data stream network for connected devices.</span></li><li>camel-rest-swagger - for accessing REST resources using <a shape="rect" class="external-link" href="http://swagger.io/" rel="nofollow">Swagger</a> specification as configuration</li><li>camel-tika - integrates with Apache Tika to extract content and metadata from thousands of file types</li><li>camel-sjms2 - JMS 2.0 api compatible component of the <a shape="rect" href="sjms.html">SJMS</a> component.</li><li>camel-spring-cloud - integrates with Spring Cloud</li><li>camel-spring-cloud-netflix - integrates with Spring Cloud Netflix</li><li>camel-zendesk - interacts with <a shape="rect" class="external-link" href="https://www.zendesk.com/" rel="nofollow">Zendesk</a> server with using <a shape="rect" class="external-link" href="https://developer.zendesk.com/rest_api/docs/api-clients/jav a" rel="nofollow">Zendesk Java Client</a></li></ul><h3 id="Camel2.19.0Release-NewDSL">New DSL</h3><h3 id="Camel2.19.0Release-NewAnnotations">New Annotations</h3><h3 id="Camel2.19.0Release-New.2">New <a shape="rect" href="data-format.html">Data Format</a></h3><h3 id="Camel2.19.0Release-New.3">New <a shape="rect" href="languages.html">Languages</a></h3><h3 id="Camel2.19.0Release-New.4">New <a shape="rect" href="examples.html">Examples</a></h3><ul><li>camel-example-reload - To demonstrate the live reload routes from XML files when running Camel.</li><li>camel-example-rest-swagger - Demonstrates the usage of REST Swagger component as a generic Swagger client</li><li>camel-example-opentracing - An example showing how to trace incoming and outgoing messages from Camel with OpenTracing</li></ul><h3 id="Camel2.19.0Release-New.5">New <a shape="rect" href="tutorials.html">Tutorials</a></h3><h2 id="Camel2.19.0Release-APIbreaking">API breaking</h2><ul><li>The groovy DSL from camel-groovy h as been moved into its own camel-groovy-dsl module. The camel-groovy now only contains the Camel Groovy <a shape="rect" href="language.html">Language</a></li><li>Camel-spring-LDAP now uses java.util.function.BiFunction<L, Q, S> instead of org.apache.camel.component.springldap.LdapOperationsFunction<Q, S></li><li>The deprecated APIs from camel-spring-boot has been removed as part of upgrading and supporting Spring Boot 1.5.x</li><li>The <code>getComponentDocumentation</code> method on <code>CamelContext</code> is deprecated and returns null. The embedded HTML documentation in all the Camel components has been removed as they are not in use/maintained, and the JSon schema is the actual information. Use the camel-catalog for component documentation where you can get all the documentation in both ascii doc and html format.</li><li>camel-mongodb-gridf schema has been renamed from <strong>gridfs</strong> to <strong>mongodb-gridfs</strong> 0;to avoid confusion.</li><li>The commands-core has the Catalog commands removed</li><li>The <span style="color: rgb(36,41,46);">org.apache.camel.</span><span class="x x-first x-last" style="color: rgb(36,41,46);">spring.boot.FatJarRouter has been removed, just use regular <code>RouteBuilder</code> classes in Spring Boot applications.</span></li><li>The <a shape="rect" href="kafka.html">Kafka</a> endpoint option <code>seekToBeginning=true</code> should be migrated to <code>seekTo=beginning</code></li><li>The Kafka endpoint option bridgeEndpoint has moved from endpoint to the KafkaConfiguration class so all options are together.</li><li>The <a shape="rect" href="kafka.html">Kafka</a> component has been improved to be easier to configure and use. Notice there is a backwards incompatible change so users need to migrate. The kafka uri is changed from kafka:brokers to kafka:topic. So you need to specify the topic name in the context-path and the brokers as parameters, eg before <code>kafka:myserver?topic=sometopic</code> is now <code>kafka:sometopic?brokers=myserver</code></li><li><span style="font-family: monospace;">The <a shape="rect" href="infinispan.html">Infinispan</a> uri syntax has changed from infinispan:hostName?options to infinispan:cacheName?options</span></li></ul><h2 id="Camel2.19.0Release-KnownIssues">Known Issues</h2><h2 id="Camel2.19.0Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><ul><li>camel-spring-dm has been disabled from the karaf features file so users cannot install it out of the box as it does not work properly. camel-spring-dm has been deprecated for a long time and users are encouraged to use osgi blueprint instead. The JAR is still shipped and can be installed manually but then you are on your own. The JAR will be removed completed in a future release.</li><li>Groovy DSL and Scala DSL is deprecated and planned to be moved to <a shape="re ct" class="external-link" href="https://camel-extra.github.io/" rel="nofollow">Camel Extra</a> and not distributed out of the box in the future.</li><li>Camel now uses Karaf 4.x API and therefore not possible to run on older Karaf versions.</li><li><code>camel-blueprint</code> changed startup behavior to start on Blueprint.CREATED event which would be more `correct` way of startup instead of Blueprint.REGISTERED as before.</li><li>camel-spring-boot now don't include prototype scoped beans when auto scanning for RouteBuilder instances, which is how camel-spring works. You can turn this back using the includeNonSingletons option.</li><li>camel-spring-javaconfig removed from Karaf features as it was not really supported in OSGi/Karaf.</li><li>camel spring-boot shell commands have been removed as spring-boot shell has been deprecated in spring-boot.</li><li>camel-mongodb-gridf schema has been renamed from <strong>gridfs</strong> to <strong>mongodb-gridfs</strong> to avoid confusion.</li><li>camel-box has been migrated to use box v2 api so there may be some migration needed as the old camel-box component was using box v1 api</li><li>The JSon schema from camel-catalog have changed to use boolean, integer and numeric values when applicable instead of using string values for everything. </li><li>The camel-catalog Karaf commands has been removed</li></ul><h2 id="Camel2.19.0Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.19.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 sha pe="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.19.0/apache-camel-2.19.0.zip">apache-camel-2.19.0.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.19.0/apache-camel-2.19.0.zip.asc">apache-camel-2.19.0.zip.asc</a></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Unix/Linux/Cygwin Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.19.0/apache-camel-2.19.0.tar.gz">apache-camel-2.19.0.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.19.0/apache-camel-2.19.0.tar.gz.asc">apache-camel-2.19.0.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.19.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 o f 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/2.19.0/apache-camel-2.19.0-src.zip">apache-camel-2.19.0-src.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.19.0/apache-camel-2.19.0-src.zip.asc">apache-camel-2.19.0-src.zip.asc</a></p></td></tr></tbody></table></div><h3 id="Camel2.19.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="co deContent panelContent pdl"> -<script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[<dependency> +<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> <version>2.19.0</version> Modified: websites/production/camel/content/camel-2191-release.html ============================================================================== --- websites/production/camel/content/camel-2191-release.html (original) +++ websites/production/camel/content/camel-2191-release.html Thu Sep 14 19:25:46 2017 @@ -92,7 +92,7 @@ <h2 id="Camel2.19.1Release-NewandNoteworthy">New and Noteworthy</h2><p><span style="color: rgb(0,0,0);">Welcome to the 2.19.1 release which is mainly a maintenance release and resolved over 57 issues.</span></p><h2 id="Camel2.19.1Release-KnownIssues">Known Issues</h2><p>See <a shape="rect" href="camel-2190-release.html">Camel 2.19.0 Release</a>.</p><h2 id="Camel2.19.1Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><p>See <a shape="rect" href="camel-2190-release.html">Camel 2.19.0 Release</a>.</p><h2 id="Camel2.19.1Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.19.1Release-BinaryDistributions">Binary Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Windows Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.19.1/apache-camel-2.19.1.zip">apache-camel-2.19.1.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.19.1/apache-camel-2.19.1.zip.asc">apache-camel-2.19.1.zip.asc</a></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Unix/Linux/Cygwin Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.19.1/apache-camel-2.19.1.tar.gz">apache-camel-2.19.1.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dist/cam el/apache-camel/2.19.1/apache-camel-2.19.1.tar.gz.asc">apache-camel-2.19.1.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.19.1Release-SourceDistributions">Source Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>D escription</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/2.19.1/apache-camel-2.19.1-src.zip">apache-camel-2.19.1-src.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.19.1/apache-camel-2.19.1-src.zip.asc">apache-camel-2.19.1-src.zip.asc</a></p></td></tr></tbody></table></div><h3 id="Camel2.19.1Release-GettingtheBinariesusingMaven2">Getting the Binaries using Maven 2</h3><p>To use this release in your maven project, the proper dependency configuration that you should use in your <a shape="rect" class="external-link" href= "http://maven.apache.org/guides/introduction/introduction-to-the-pom.html">Maven POM</a> is:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl"> -<script class="brush: xml; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[<dependency> +<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> <version>2.19.1</version> Modified: websites/production/camel/content/camel-2192-release.html ============================================================================== --- websites/production/camel/content/camel-2192-release.html (original) +++ websites/production/camel/content/camel-2192-release.html Thu Sep 14 19:25:46 2017 @@ -92,7 +92,7 @@ <h2 id="Camel2.19.2Release-NewandNoteworthy">New and Noteworthy</h2><p>Welcome to the 2.19.2 release which is mainly a maintenance release and resolved 41 issues.</p><h2 id="Camel2.19.2Release-KnownIssues">Known Issues</h2><p><span style="color: rgb(0,0,0);">See </span><a shape="rect" class="external-link" href="http://camel.apache.org/camel-2190-release.html">Camel 2.19.0 Release</a><span style="color: rgb(0,0,0);">.</span></p><h2 id="Camel2.19.2Release-Importantchangestoconsiderwhenupgrading">Important changes to consider when upgrading</h2><p><span style="color: rgb(0,0,0);">See </span><a shape="rect" class="external-link" href="http://camel.apache.org/camel-2190-release.html">Camel 2.19.0 Release</a><span style="color: rgb(0,0,0);">.</span></p><h2 id="Camel2.19.2Release-GettingtheDistributions">Getting the Distributions</h2><h3 id="Camel2.19.2Release-BinaryDistributions">Binary Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th cols pan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Windows Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.19.2/apache-camel-2.19.2.zip">apache-camel-2.19.2.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.19.2/apache-camel-2.19.2.zip.asc">apache-camel-2.19.2.zip.asc</a></p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Unix/Linux/Cygwin Distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/a pache-camel/2.19.2/apache-camel-2.19.2.tar.gz">apache-camel-2.19.2.tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/2.19.2/apache-camel-2.19.2.tar.gz.asc">apache-camel-2.19.2.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.19.2Release-SourceDistributions">Source Distributions</h3><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>Download Link</p></th><th colspan="1" rowspan="1" class="confluenceTh"><p>PGP Signature file of download</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p>Source (zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.19.2/apache-camel-2.19.2-src.zip">apache-camel-2.19.2-src.zip</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" href="http://www.apache.org/dist/camel/apache-camel/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.19.2Release-GettingtheBina riesusingMaven2">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[<dependency> +<script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> <version>2.19.2</version>