Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3F49D200BC2 for ; Thu, 17 Nov 2016 11:19:48 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3E374160B0B; Thu, 17 Nov 2016 10:19:48 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 14CBD160AFF for ; Thu, 17 Nov 2016 11:19:46 +0100 (CET) Received: (qmail 25946 invoked by uid 500); 17 Nov 2016 10:19:46 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 25937 invoked by uid 99); 17 Nov 2016 10:19:46 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2016 10:19:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id C58E3C059C for ; Thu, 17 Nov 2016 10:19:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id qn-iqcLtVIPU for ; Thu, 17 Nov 2016 10:19:43 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 959855F295 for ; Thu, 17 Nov 2016 10:19:43 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id EB484E0054 for ; Thu, 17 Nov 2016 10:19:41 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id EC1943A0EB1 for ; Thu, 17 Nov 2016 10:19:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1001257 - in /websites/production/camel/content: cache/main.pageCache camel-219-release.html Date: Thu, 17 Nov 2016 10:19:41 -0000 To: commits@camel.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161117101941.EC1943A0EB1@svn01-us-west.apache.org> archived-at: Thu, 17 Nov 2016 10:19:48 -0000 Author: buildbot Date: Thu Nov 17 10:19:41 2016 New Revision: 1001257 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/camel-219-release.html Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/camel-219-release.html ============================================================================== --- websites/production/camel/content/camel-219-release.html (original) +++ websites/production/camel/content/camel-219-release.html Thu Nov 17 10:19:41 2016 @@ -85,7 +85,7 @@ -

Camel 2.19.0 Release (currently in progress)

 

New and Noteworthy

Welcome to the 2.19.0 release which approx XXX issues resolved (new features, improvements and bug fixes such as...)

  • Returning null from Bean should work similar to how setBody and transform works when they set a null body.
  • The Camel Spring Boot starter components now have their auto configuration depends on org.apache.camel.springboot.CamelAutoConfiguration which makes it easier writing unit tests where you can exclude org.apache.camel.springboot.CamelAutoConfiguration to turn off Camel Spring Boot auto configuration completely.
  • Camel now supports OWASP dependency check maven plugin
  • Camel-Nats component now supports TLS
  • Camel-Metrics component now supports Gauge type
  • File consumer now supports idempotent-changed and idempotent-rename read lock strategies for clustering. 
  • 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.
  • The bean component will when calling a method that returned an instance of Callable now call that callable to obtain the chained result. This allows to call Groovy functions/closures etc.
  • Failover Load Balancer with inheritErrorHandler=false, now allows Camel's Error Handler to react after the load balancer is exhausted.

Fixed these issues

  • Fixed Hystrix EIP to also execute fallback if execution was rejected or short-circuited or other reasons from Hystrix. 
  • 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.
  • Adding or removing routes that starts from Undertow no longer restart the enti re HTTP server
  • VM endpoint should prepare exchange with the CamelContext from the consumer and not from cached endpoint which can be different
  • Fixed a bug when using Rest DSL with SERVLET could cause a java.io.IOException: Stream closed exception when using Bean in the route. 
  • Fixed an issue when using pipeline in Java DSL not setting up the EIP correctly which could lead to runtime route not as intended.
  • Fixed Netty douhle buffer release leak in Netty4 and Netty4 HTTP

New Enterprise Integration Patterns

New Components

  • camel-bonita - allow you to communicate with a remote Bonita engine.
  • camel-google-pubsub - allow you communicate with Google Cloud Pub/Sub

New DSL

New Annotations

New Data Format

New Languages

New Examples

New Tutorials

API breaking

Known Issues

Important changes to consider when upgrading

  • Camel now uses Karaf 4.x API and therefore not possible to run on older Karaf versions
  • 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.

Getting the Distributions

Binary Distributions

Description

Download Link

PGP Signature file of download

Windows Distribution

apache-camel-x.y.x.zip

apache-camel-x.y.x.zip.asc

Unix/Linux/Cygwin Distribution

apache-camel-x.y.x.tar.gz

apache-camel-x.y.x.tar.gz.asc

The above URLs use redirection

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 FireFox

Source Distributions

Description

Download Link

PGP Signature file of download

Source (zip)

apache-camel-x.y.x-src.zip

apache-camel-x.y.x-src.zip.asc

Getting the Binaries using Maven 2

To use this release in your maven project, the proper dependency configuration that you should use in your Maven POM is:

+

Camel 2.19.0 Release (currently in progress)

 

New and Noteworthy

Welcome to the 2.19.0 release which approx XXX issues resolved (new features, improvements and bug fixes such as...)

  • Returning null from Bean should work similar to how setBody and transform works when they set a null body.
  • The Camel Spring Boot starter components now have their auto configuration depends on org.apache.camel.springboot.CamelAutoConfiguration which makes it easier writing unit tests where you can exclude org.apache.camel.springboot.CamelAutoConfiguration to turn off Camel Spring Boot auto configuration completely.
  • Camel now supports OWASP dependency check maven plugin
  • Camel-Nats component now supports TLS
  • Camel-Nats component now supports explicit flushing (with timeout) of the connection
  • Camel-Metrics component now supports Gauge type
  • File consumer now supports idempotent-changed and idempotent-rename read lock strategies for clustering. 
  • 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-sprin gboot.
  • The bean component will when calling a method that returned an instance of Callable now call that callable to obtain the chained result. This allows to call Groovy functions/closures etc.
  • Failover Load Balancer with inheritErrorHandler=false, now allows Camel's Error Handler to react after the load balancer is exhausted.

Fixed these issues

  • Fixed Hystrix EIP to also execute fallback if execution was rejected or short-circuited or other reasons from Hystrix. 
  • 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.
  • Adding or removing routes that starts from Undertow no longer restart the entire HTTP server
  • VM endpoint should prepare exchange with the CamelContext from the consumer and not from cached endpoint which can be different
  • Fixed a bug when using Rest DSL with SERVLET could cause a java.io.IOException: Stream closed exception when using Bean in the route. 
  • Fixed an issue when using pipeline in Java DSL not setting up the EIP correctly which could lead to runtime route not as intended.
  • Fixed Netty douhle buffer release leak in Netty4 and Netty4 HTTP

New Enterprise Integration Patterns

New Components

  • camel-bonita - allow you to communicate with a remote Bonita engine.
  • camel-google-pubsub - allow you communicate with Google Cloud Pub/Sub

New DSL

New Annotations

New Data Format

New Languages

New Examples

New Tutorials

API breaking

Known Issues

Important changes to consider when upgrading

  • Camel now uses Karaf 4.x API and therefore not possible to run on older Karaf versions
  • 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.

Getting the Distributions

Binary Distributions

Description

Download Link

PGP Signature file of download

Windows Distribution

apache-camel-x.y.x.zip

apache-camel-x.y.x.zip.asc

Unix/Linux/Cygwin Distribution

apache-camel-x.y.x.tar.gz

apache-camel-x.y.x.tar.gz.asc

The above URLs use redirection

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 FireFox

Source Distributions

Description

Download Link

PGP Signature file of download

Source (zip)

apache-camel-x.y.x-src.zip

apache-camel-x.y.x-src.zip.asc

Getting the Binaries using Maven 2

To use this release in your maven project, the proper dependency configuration that you should use in your Maven POM is: