Since we're on a major migration process of this website, some component documents here are out of sync right now. In the meantime you may want to look at the early version of the new website
https://camel.apache.org/staging/
We would very much like to receive any feedback on the new site, please join the discussion on the Camel user mailing list.

Camel 2.0-M3 release

New and Noteworthy

Welcome to the 2.0-M3 release which approx 109 issues resolved (new features, improvements and bug fixes such as...)

  • Complete removal of specialized Exchange using generics
  • Performance improvements
  • JMS improvements and fixes
  • Fixes for Camel Maven Archetypes
  • Spring DSL fixes
  • Added SSL support to Camel IRC
  • Many fixes in the CXF, FTP, Log, Mail and others
  • Major improvements and fixes in Bindy
  • Removed platforms specific encoding from kits
  • Fixed issues related to class loading in OSGi
  • Bean also supports lookup in OSGi registry
  • Upgraded to Junit 4.5
  • Error handler improvements
  • Introduced <pacakgeScan> in Spring XML that supports ANT path style filtering
  • Introduced PollingConsumerPollStrategy as pluggable strategy for fine grained error handling with Polling Consumer
  • Stream caching is disabled by default
  • Jetty connector can now be shared among multiple CamelContext

New Enterprise Integration Patterns

  • None

New Components

New DSL

New Annotations

  • Added qualifier option to many annotations to specify which CamelContext it should apply in case multiple CamelContext is used.

New Data Formats

  • None

New Languages

  • None

New Examples

  • None

API breaking

Camel Core

  • All specialized Exchange classes have been removed. You should use org.apache.camel.impl.DefaultExchange instead.
  • Renamed DSL in SpringBuilder: bean -> lookup
  • Option delay renamed to redeliveryDelay in RedeliveryPolicy.

Components

Known Issues

See known issues from previous releases.

Important changes to consider when upgrading

If you specialized existing components and used specialized org.apache.camel.Exchange classes, your code will need updating to use org.apache.camel.impl.DefaultExchange instead.

Getting the Distributions

Binary Distributions

Description

Download Link

PGP Signature file of download

Windows Distribution

apache-camel-2.0-M3.zip

apache-camel-2.0-M3.zip.asc

Unix/Linux/Cygwin Distribution

apache-camel-2.0-M3.tar.gz

apache-camel-2.0-M3.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 for Windows

apache-camel-2.0-M3-src.zip

apache-camel-2.0-M3-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:

<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-core</artifactId>
  <version>2.0-M3</version>
</dependency>

SVN Tag Checkout

svn co http://svn.apache.org/repos/asf/camel/tags/camel-2.0-M3

Changelog

For a more detailed view of new features and bug fixes, see:

© 2004-2015 The Apache Software Foundation.
Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
Graphic Design By Hiram