|
|
Welcome to the 1.6.0 release which approx 169 issues resolved (new features, improvements and bug fixes such as...)
onWhen predicate to Exception ClauseonRedeliver to allow custom processing an Exchange before its being redelivered. Allowing you to work on the message being sent.See known issues from previous releases.
If you use XJC to create the java class from the schema, you will get a ObjectFactory for you JAXB context. Since the ObjectFactory uses JAXBElement to hold the reference of the schema and element instance value, from Camel 1.6.0 jaxbDataformat will ignore the JAXBElement by default and you will get the element instance value instead of the JAXBElement object form the unmarshaled message body.
If you want to get the JAXBElement object form the unmarshaled message body, you need to set the JaxbDataFormat object's ignoreJAXBElement property to be false.
Description | Download Link | PGP Signature file of download |
|---|---|---|
Windows Distribution | ||
Unix/Linux/Cygwin Distribution |
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 |
Description | Download Link | PGP Signature file of download |
|---|---|---|
Source for Windows | ||
Source for Unix/Linux/Cygwin |
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>1.6.0</version> </dependency> |
svn co http://svn.apache.org/repos/asf/activemq/camel/tags/camel-1.6.0 |
For a more detailed view of new features and bug fixes, see: