Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E18949EC5 for ; Thu, 5 Apr 2012 11:18:48 +0000 (UTC) Received: (qmail 29039 invoked by uid 500); 5 Apr 2012 11:18:48 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 29014 invoked by uid 500); 5 Apr 2012 11:18:48 -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 29006 invoked by uid 99); 5 Apr 2012 11:18:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2012 11:18:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2012 11:18:46 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id AEF462388847 for ; Thu, 5 Apr 2012 11:18:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r811596 - in /websites/production/camel/content: cache/main.pageCache camel-2100-release.html Date: Thu, 05 Apr 2012 11:18:26 -0000 To: commits@camel.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120405111826.AEF462388847@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Thu Apr 5 11:18:26 2012 New Revision: 811596 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/camel-2100-release.html Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/camel-2100-release.html ============================================================================== --- websites/production/camel/content/camel-2100-release.html (original) +++ websites/production/camel/content/camel-2100-release.html Thu Apr 5 11:18:26 2012 @@ -89,14 +89,14 @@

Fixed issues

-
  • Fixed memory leak when dynamically adding and removing many routes at runtime. See this FAQ for more information.
  • Fixed potential NPE in FTP consumer when using double slashes as starting directory.
  • Fixed InterceptSendToEndpoint when using skipSendToEndpoint=true with a when predicate to only skip sending if the predicate was true.
  • Fixed an issue with Bean Binding directly in a method name not working properly with method call expressions.
  • Fixed issue with using custom namespaces in XP ath expressions when using OSGi Blueprint
  • Fixed Validation to support xs:import in the schema files.
  • Fixed Poll Enrich where the timeout was not explicitly configured to use blocking mode (was wrongly using non-blocking mode).
  • Fixed Threads EIP to handle rejected policies, ensuring the Exchange will finish the UnitOfWork and will be de-registered from the inflight registry.
  • Fixed Delayer not working with a Bean expression to define the delay when using XML DSL
  • Fixed JMS consumer to no longer complain by default if no errorHandler is configured when an uncaught exception was thrown while processing a message.
  • Fixed the String trim issue in Simple expressions.
  • Fixed the issue with Recipient List not triggering Error Handler for endpoints with non existing Components.
  • Fixed Load Balancer to update statistics in JMX
  • Fixed SEDA producer configured with waitForTaskToComplete=Always to not hand over on-completion tasks, which otherwis e could be processed prematurely.
  • Fixed a potential issue with configuring custom start and end tokens for the Simple language when using Spring XML.
  • Fixed an issue with Type Converter where NaN values were converted to integers.
  • Fixed HTTP, HTTP4, and Jetty producers to send empty HTTP headers for Exchange headers with an empty value.
  • Fixed an issue with configuring a custom thread pool profile on some EIPs.
  • Fixed an issue with Intercept causing processors to not update their performance statistics in JMX
  • Fixed using <errorHandler> with embedded <redeliveryPolicy> to support Using PropertyPlaceholder
  • Fixed issue with using <redeliveryPolicy>, and <redeliveryPolicyProfile> with OSGi Blueprint.
  • Fixed failover Load Balancer to perform defensive copy of the message before attempting failover, to ensure previous attempts do not propagate back into succeeding attempts.
  • Fixed issue when restarting application using Quartz with a persistent (non clustered) job store, where the app was not shutdown cleanly (such as crashed)
+
  • Fixed memory leak when dynamically adding and removing many routes at runtime. See this FAQ for more information.
  • Fixed potential NPE in FTP consumer when using double slashes as starting directory.
  • Fixed InterceptSendToEndpoint when using skipSendToEndpoint=true with a when predicate to only skip sending if the predicate was true.
  • Fixed an issue with Bean Binding directly in a method name not working properly with method call expressions.
  • Fixed issue with using custom namespaces in XP ath expressions when using OSGi Blueprint
  • Fixed Validation to support xs:import in the schema files.
  • Fixed Poll Enrich where the timeout was not explicitly configured to use blocking mode (was wrongly using non-blocking mode).
  • Fixed Threads EIP to handle rejected policies, ensuring the Exchange will finish the UnitOfWork and will be de-registered from the inflight registry.
  • Fixed Delayer not working with a Bean expression to define the delay when using XML DSL
  • Fixed JMS consumer to no longer complain by default if no errorHandler is configured when an uncaught exception was thrown while processing a message.
  • Fixed the String trim issue in Simple expressions.
  • Fixed the issue with Recipient List not triggering Error Handler for endpoints with non existing Components.
  • Fixed Load Balancer to update statistics in JMX
  • Fixed SEDA producer configured with waitForTaskToComplete=Always to not hand over on-completion tasks, which otherwis e could be processed prematurely.
  • Fixed a potential issue with configuring custom start and end tokens for the Simple language when using Spring XML.
  • Fixed an issue with Type Converter where NaN values were converted to integers.
  • Fixed HTTP, HTTP4, and Jetty producers to send empty HTTP headers for Exchange headers with an empty value.
  • Fixed an issue with configuring a custom thread pool profile on some EIPs.
  • Fixed an issue with Intercept causing processors to not update their performance statistics in JMX
  • Fixed using <errorHandler> with embedded <redeliveryPolicy> to support Using PropertyPlaceholder
  • Fixed issue with using <redeliveryPolicy>, and <redeliveryPolicyProfile> with OSGi Blueprint.
  • Fixed failover Load Balancer to perform defensive copy of the message before attempting failover, to ensure previous attempts do not propagate back into succeeding attempts.
  • Fixed issue when restarting application using Quartz with a persistent (non clustered) job store, where the app was not shutdown cleanly (such as crashed)
  • Fixed issue when using consumer endpoints with Property placeholders not working with inteceptors such as interceptFrom.

New Enterprise Integration Patterns

New Components

-
  • camel-avro
  • camel-aws - AWS-DDB - Amazon DynamoDB
  • camel-beanio - Data Format to map objects to flat structured format
  • camel-cdi
  • camel-core - Stub for stubbing endpoints, for development and testing purposes
  • camel-fop
  • camel-gson - For JSON data format using the Google GSon project
  • camel-jsch
  • camel-mina2
  • camel-mongodb - for MongoDB integration
  • camel-ssh - For executing commands on a SSH Server
  • camel-test-blueprint - For Blueprint Testing
  • camel-test-spring - For Spring Testing
  • camel-twitter - For integrating with Twitter
  • camel-websocket - For using Websocket
+
  • camel-avro
  • camel-aws - AWS-DDB - Amazon DynamoDB
  • camel-beanio - Data Format to map objects to flat structured format
  • camel-cdi
  • camel-core - Stub for stubbing endpoints, for development and testing purposes
  • camel-fop
  • camel-gson - For JSON data format using the Google GSon project
  • camel-jsch - For Secure Copy using Jsch
  • camel-mina2
  • camel-mongodb - for MongoDB integration
  • camel-ssh - For executing commands on a SSH Server
  • camel-test-blueprint - For Blueprint Testing
  • camel-test-spring - For Spring Testing
  • camel-twitter - For integrating with Twitter
  • camel-websocket - For using Websocket

DSL Changes