Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
h1. Camel 2.0-M3 release

{div:style=padding-right:20px;float:left;margin-left:-20px;}
!http://camel.apache.org/download.data/camel-box-v1.0-150x200.png!
{div}
{div:style=min-height:200px}

h2. 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|Xml Configuration] fixes.
* Added SSL support to Camel [IRC]
* Many fixes in the [CXF], [FTP], [Log], [Mail] and other.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.

h3. New [Enterprise Integration Patterns]

* New {{pollEnrich()}} [DSL] added for [Content Enricher]


* Error handler improvements 
* Introduced [<pacakgeScan>|Spring] 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

h3. New [Enterprise Integration Patterns]

* None

h3. New [Components]

* None[camel-servlet|SERVLET]

h3. New DSL

* NoneNew {{pollEnrich()}} added for [Content Enricher]
* New [AOP] added

h3. New Annotations

* None Added {{qualifier}} option to many annotations to specify which CamelContext it should apply in case multiple CamelContext is used.

h3. New [Data Formats|Data Format]

* None

h3. New [Languages]

* None

h3. New [Examples]

* None

h2. API breaking

h3. Camel Core

* All specialized [Exchange] classes have been removed. You should use  {{org.apache.camel.impl.DefaultExchange}} instead.

h3. Notable changes to DSL
* Added DSL operations
** pollEnrich

* Renamed DSL in SpringBuilder
**: bean \-> lookup  

h3. Components

The [Camel JMX] Component is deprecated.* Option delay renamed to redeliveryDelay in RedeliveryPolicy.

* [Debugger] removed

h3. Components

h2. Known Issues

See known issues from previous releases.

h2. 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.

h2. Getting the Distributions

h3. Binary Distributions

|| Description || Download Link || PGP Signature file of download ||
| Windows Distribution | [apache-camel-2.0-M3.zip|http://www.apache.org/dyn/closer.cgi/activemq/apache-camel/2.0-M3/apache-camel-2.0-M3.zip] | [apache-camel-2.0-M3.zip.asc|http://www.apache.org/dist/activemq/apache-camel/2.0-M3/apache-camel-2.0-M3.zip.asc] |
| Unix/Linux/Cygwin Distribution | [apache-camel-2.0-M3.tar.gz|http://www.apache.org/dyn/closer.cgi/activemq/apache-camel/2.0-M3/apache-camel-2.0-M3.tar.gz] | [apache-camel-2.0-M3.tar.gz.asc|http://www.apache.org/dist/activemq/apache-camel/2.0-M3/apache-camel-2.0-M3.tar.gz.asc] |
{info:title=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|http://www.mozilla.com/en-US/firefox/]
{info}

h3. Source Distributions

|| Description || Download Link || PGP Signature file of download ||
| Source for Windows | [apache-camel-2.0-M3-src.zip|http://www.apache.org/dyn/closer.cgi/activemq/apache-camel/2.0-M3/apache-camel-2.0-M3-src.zip] | [apache-camel-2.0-M3-src.zip.asc|http://www.apache.org/dist/activemq/apache-camel/2.0-M3/apache-camel-2.0-M3-src.zip.asc] |

| Source for Unix/Linux/Cygwin | [apache-camel-2.0-M3-src.tar.gz|http://www.apache.org/dyn/closer.cgi/activemq/apache-camel/2.0-M3/apache-camel-2.0-M3-src.tar.gz] | [apache-camel-2.0-M3-src.tar.gz.asc|http://www.apache.org/dist/activemq/apache-camel/2.0-M3/apache-camel-2.0-M3-src.tar.gz.asc] |

h3. 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|http://maven.apache.org/guides/introduction/introduction-to-the-pom.html] is:
{code:xml}
<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-core</artifactId>
  <version>2.0-M3</version>
</dependency>
{code}

h3. SVN Tag Checkout

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

h2. Changelog

For a more detailed view of new features and bug fixes, see the [release notes|http://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=11020&styleName=Html&version=12160]
{jiraissues:url=http://issues.apache.org/activemq/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?&pid=11020&fixfor=12160&sorter/field=issuekey&sorter/order=DESC&tempMax=1000}