You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Camel 2.16.0 release (currently in progress)

 

New and Noteworthy

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

  • The route models (definition classes) preserve property placeholders, which allows round trip editing, and also prevents showing potential sensitive information
  • Added onPrepareFailure option to Dead Letter Channel to allow a custom processor to prepare the Exchange before sending to the dead letter queue.
  • highlighted issue fixed
  • MongoDB tailable consumers now allow setting the readPreference option.

New Enterprise Integration Patterns

New Components

New DSL

New Annotations

New Data Formats

  • camel-boom - For mapping POJO to/from json

New Languages

New Examples

New Tutorials

API breaking

Known Issues

Dependency upgrades

  • MongoDB Java Driver from 2.12.4 to 2.13.0.
  • Embed MongoDB test harness from 1.46.4 to 1.47.0.

Important changes to consider when upgrading

  • The dumpRoutesAsXml operation now preserve property placeholder used in the route models. 

Getting the Distributions

Binary Distributions

Description

Download Link

PGP Signature file of download

Windows Distribution

apache-camel-2.16.0.zip

apache-camel-2.16.0.zip.asc

Unix/Linux/Cygwin Distribution

apache-camel-2.16.0.tar.gz

apache-camel-2.16.0.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-x.y.x-src.zip

apache-camel-x.y.x-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.16.0</version>
</dependency>

Changelog

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

  • No labels