Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
h1. Camel 2.2.0 release (currently in progress)

{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}
{div}

h2. New and Noteworthy

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

* [Routing Slip] now breaks when an exception occurred
* [Mina] now supports easier configuration of multiple custom codecs, which is needed when working with SSL.
* Improved [TransactionErrorHandler] two fold by reducing complexity of internal logic in Camel when working with transactions. And added better support for using multiple transactions in multiple routes. See more at section _Using multiple routes with different propagation behaviors_ at [Transactional Client].
* [Recipient List] now supports {{parallelProcessing}}, {{stopOnException}} and references for {{AggregationStrategy}} and thread pools. This applies to the {{@RecipientList}} annotation as well.
* Cleanup of spring jar dependencies.
* [File Language] is now merged directly into [Simple] language which among others makes [Content Based Router] in Spring XML using file language syntax easier.
* [HTTP] is now using CamelContext Properties instead of System Properties to set the http proxy configuration. 
* Fixed [Camel Proxy|Using CamelProxy] throwing exception if {{null}} was returned.
* Improved error handling with [Recipient List] and [Multicast] which now performs redelivery etc. on that _output_ node instead of starting again from the scratch.
* Improved the [ETL EXAMPLE] and [BAM EXAMPLE] so they can be deployed into ServiceMix4(Karaf).
* [SEDA] now supports {{multipleConsumers}} which allows you to use it for pub-sub messaging where each consumer concurrently will receive a copy of the [Exchange]. This is done with the help from [Multicast] EIP.
* [DefaultErrorHandler] will now log a log line at {{ERROR}} level in case an Exception was thrown which could not be redelivered either. This aid to see that an Exception occurred instead of relying on the client logging it. You can customize this behavior on the [Error Handler].
* Fixed {{groupedExchange}} not working properly on [Aggregator].
* [Graceful Shutdown] which ensures Camel now shutdown in a more reliable and graceful manner. This also works with in memory components such as [SEDA]. 
* Added new {{[log|LogEIP]}} in the DSL for dynamic human readable log messages.
* Camel now supports Spring 3.0 as well (will still use Camel 2.5.6 as default). However camel-spring-javaconfig now requires Spring 3.0 as Spring have native support for java configuration. 
* Added methods for getting header and property (Exchange / Message API) which uses a default parameter.
* Added OsgiClassResolver which supports to load the class or resources within OSGi platform.
* Added fireNow option to [Quartz] component to fire the trigger when the route is started.
* [File|File2] will delete orphaned lock files on startup. This allows it to selfheal in cases when Camel was terminated/killed abruptly.
* Fixed issue with using Spring XML for routing could in some cases _loose_ route scoped configured {{<onException>}}, {{<onCompletion/>}} when using in combination with {{<transacted/>}}.
* {{<proxy>}}, {{<export>}}, {{<endpoint>}}, {{<template>}}, {{<consumerTemplate>}} can be defined outside of {{<camelContext>}}.
* [JAXB] will filter the nonXml characters when it unmarshals the inputstream or marshal the java object.  
* Slightly reworked how correlation id is determined in [JMS] when using InOut messaging. See more at _important changes to consider when upgrading_.
* {{EventNotifier}} improved to allow ignoring events based on categories. Easier configuration to only notify those events you care about.
* Added {{PublishEventNotifier}} to send the events to any kind of Camel [Endpoint].
* [JDBC] added option {{useJDBC4ColumnNameAndLabelSemantics}} to let you choose semantics to use in case you have issue with your JDBC driver when using SQL SELECT with aliases.
* [Cache] can now store message bodies which are {{Serializable}} out of the box and not forcing to be converted into a byte stream as it otherwise would.
* Fixed an issue with running the [Examples] using ANT.
* {{ManagementStrategy}} now supports using multiple {{EventNotifier}} instead of just one.
* Introduced [NotifyBuilder] which helps during testing. For example when testing routes without mocks etc. It will help to notify when a certain condition has occurred such as X messages has is done etc.
* [FTP|FTP2] now allows using starting directory with a dot in the name. It used to invalidate those to easy transition from Camel 1.x to 2.x as 1.x did also support using a file as starting (which was not good practice).
* [File|File2] producer now supports option to keep last modified timestamp in case a message was received from some file source. You can also set the timestamp it should use in the header {{Exchange.FILE_LAST_MODIFIED}}.
* [Bean Language] using {{bean}} or {{method}} to invoke a [Bean] now supports using an existing bean instance. This is convenient for testing where you can quickly use an instance you have prepared in the unit test.
* [camel-jboss] for running Camel inside JBoss Application Server which uses it specialized classloading which prevents typically frameworks to not work out of the box inside JBoss.
* [Camel Extra|http://camel-extra.googlecode.com/] projects migrated to use Camel 2.1.0 release.
* [JAXB] now supports partial marshalling/unmarshalling.

h3. New [Enterprise Integration Patterns]

h3. New [Components]

* [camel-ftp|FTP2] now supports {{FTPS}} (FTP over SSL/TLS)
* [camel-smpp|SMPP]
* [camel-lucene|Lucene]
* [camel-hdfs|HDFS]
* [camel-jboss] for running Camel inside JBoss out of the box
* [camel-nagios|Nagios] for sending passive checks to [Nagios|http://nagios.org]

h3. New DSL

* {{markRollbackOnlyLast}}
* {{[log|LogEIP]}}

h3. New Annotations

h3. New [Data Formats|Data Format]

* [camel-protobuff|Protobuf]

h3. New [Languages]

h3. New [Examples]

h2. API breaking

h3. DefaultComponent
The methods {{DefaultComponent.resolveAndRemoveReferenceParameter}} and {{DefaultComponent.resolveAndRemoveReferenceParameterList}} have been changed to make the leading {{#}} sign for bean references optional and to throw an {{IllegalArgumentException}} if a referenced bean is not in the registry. For details see [CAMEL-2248|https://issues.apache.org/activemq/browse/CAMEL-2248].

h3. Exchange
The property {{Exchange.FILTETED}} have been removed as part of [CAMEL-2288|https://issues.apache.org/activemq/browse/CAMEL-2248].

Added two new methods for {{getProperty}} to accept a {{defaultValue}} as parameter to be used when the property does not exists.

h3. Message
Added two new methods for {{getHeader}} to accept a {{defaultValue}} as parameter to be used when the header does not exists.

h3. ExceptionHandler
The class {{org.apache.camel.spi.ExceptionHandler}} now have two additional methods which accepts more details when an Exception occurred such as a message and the current Exchange.

h3. @EndpointInject
The {{name}} attribute in @EndpointInject has been renamed to {{ref}} to be consistent with the other annotations. Its a reference for an Endpoint to be looked up in the [Registry].

h3. BatchConsumer
The {{BatchConsumer}} have a new method {{isBatchAllowed}} which should be used during processing the batch, to break out the batch loop in case its not allowed anymore. Also {{BatchConsumer}} should consider implement {{ShutdownAware}} to support fine grained control during shutdown. See for example the {{GenericFileConsumer}} for details.

h3. GenericFileProcessStrategy
The {{GenericFileProcessStrategy}} has a new method {{prepareOnStartup}} which is used to _prepare_ the [File|File2] component on startup, such as deleting orphaned lock files. The same applies for the {{GenericFileExclusiveReadLockStrategy}} interface in case you have developed a custom lock strategy.

h3. ManagementStrategy
The {{ManagementStrategy}} now supports multiple {{EventNotifier}} and thus have its setter/getter methods adjusted to a {{List<EventNotifier>}} and there is a {{addEventNotifier}} method as well to add a single {{EventNotifier}}.

h3. EventNotifier
The {{EventNotifier}} has new methods for filtering events based on categories. The {{DefaultEventNotifier}} class has been renamed to {{LoggingEventNotifier}} and a new {{EventNotifierSupport}} class is added which is meant for custom implementations to extend.

h3. UnitOfWork
The {{UnitOfWork}} have adjusted its methods for setting {{RouteContext}} from a setter to a {{push}} and {{pop}} style.

h2. Known Issues

See known issues from previous releases.

h2. Important changes to consider when upgrading

h3. Spring jar dependencies have been cut down in camel-core.
The {{pom.xml}} file for *camel-core* have cut down number of spring jar dependencies to allow Camel to easily run without any Spring .jars at all. However this affects you if you use maven and use camel-core without camel-spring or spring at all. If you want to use JMX with Camel then you need to add the following 4 spring jars required: {{spring-core.jar, spring-beans.jar, spring-context.jar, spring-aop.jar}}. With maven you only need to depend on {{spring-context}} and {{spring-aop}} as they will bring in the other two jars.

See also [Camel Jar Dependencies] and [Camel JMX].

h3. Using filter in [Splitter]
The {{filter}} no long influence the {{split}} and its {{AggregationStrategy}} as it was just too confusing why it did that. See [CAMEL-2288|https://issues.apache.org/activemq/browse/CAMEL-2248] for details.

h3. camel-http and proxy
The [HTTP] component used to read Proxy settings directly from system properties. You should instead configure proxy wide information as properties to the {{CamelContext}} instead. See [HTTP] for details.

h3. camel-jms
How correlationId is determined has been changed slightly. Now [JMS] will always use messageId if configured to do so using {{useMessageIDAsCorrelationID==true}}. Otherwise {{JMSCorrelationID}} is used but if that has not been set then Camel will fallback to use {{messageId}} instead. See the method {{determineCorrelationId}} in the class {{org.apache.camel.component.jms.EndpointMessageListener}} for actual implementation. This change will most likely not affect most users.

h2. Getting the Distributions

h3. Binary Distributions

|| Description || Download Link || PGP Signature file of download ||
| Windows Distribution | [apache-camel-2.2.0.zip|http://www.apache.org/dyn/closer.cgi/activemq/apache-camel/2.2.0/apache-camel-2.2.0.zip] | [apache-camel-2.2.0.zip.asc|http://www.apache.org/dist/activemq/apache-camel/2.2.0/apache-camel-2.2.0.zip.asc] |
| Unix/Linux/Cygwin Distribution | [apache-camel-2.2.0.tar.gz|http://www.apache.org/dyn/closer.cgi/activemq/apache-camel/2.2.0/apache-camel-2.2.0.tar.gz] | [apache-camel-2.2.0.tar.gz.asc|http://www.apache.org/dist/activemq/apache-camel/2.2.0/apache-camel-2.2.0.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.2.0-src.zip|http://www.apache.org/dyn/closer.cgi/activemq/apache-camel/2.2.0/apache-camel-2.2.0-src.zip] | [apache-camel-2.2.0-src.zip.asc|http://www.apache.org/dist/activemq/apache-camel/2.2.0/apache-camel-2.2.0-src.zip.asc] |

| Source for Unix/Linux/Cygwin | [apache-camel-2.2.0-src.tar.gz|http://www.apache.org/dyn/closer.cgi/activemq/apache-camel/2.2.0/apache-camel-2.2.0-src.tar.gz] | [apache-camel-2.2.0-src.tar.gz.asc|http://www.apache.org/dist/activemq/apache-camel/2.2.0/apache-camel-2.2.0-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.2.0</version>
</dependency>
{code}

h3. SVN Tag Checkout

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

h2. Changelog

For a more detailed view of new features and bug fixes, see the:
TODO: Fix for 2.2.0
* [release notes for 2.2.0|http://issues.apache.org/activemq/secure/ReleaseNote.jspa?projectId=11020&styleName=Html&version=11900]