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

Compare with Current View Page History

« Previous Version 9 Next »

Camel 2.15.0 release (currently in progress)

 

New and Noteworthy

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

  • Provide Configurer for user to configure the CXF conduit and CXF destination from Java code
  • Added a DelegateEndpoint interface into Camel API
  • highlighted issue fixed
  • highlighted issue fixed

New Enterprise Integration Patterns

New Components

  • camel-beanstalk - for working with Amazon Beanstalk jobs.
  • camel-test-spring40 - for testing with Spring 4.0.x. camel-test-spring is for Spring 4.1.x onwards.
  • camel-github
  • camel-jira

New DSL

New Annotations

New Data Formats

New Languages

New Examples

New Tutorials

API breaking

Known Issues

Dependency Upgrades

  • Codahale Metrics 3.0 to 3.1
  • Guava 17.0 to 18.0
  • Spring Security 3.1.7.RELEASE to 3.2.5.RELEASE

Important changes to consider when upgrading

  • Spring 4.1.x is now the default out of the box Spring version.
  • Unit testing with Spring 4.0.x requires using camel-test-spring40, as camel-test-spring is for Spring 4.1 or better.
  • Remember to add @BootstrapWith(CamelTestContextBootstrapper.class) if upgrading from Spring 3.x or 4.0.x to Spring 4.1 onwards, and using the camel-test-spring module.

Getting the Distributions

Binary Distributions

Description

Download Link

PGP Signature file of download

Windows Distribution

apache-camel-2.15.0.zip

apache-camel-2.15.0.zip.asc

Unix/Linux/Cygwin Distribution

apache-camel-2.15.0.tar.gz

apache-camel-2.15.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-2.15.0-src.zip

apache-camel-2.15.0-src.zip.asc

Source for Unix/Linux/Cygwinapache-camel-2.15.0-src.tar.gzapache-camel-2.15.0-src.tar.gz.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.15.0</version>
</dependency>

 

Changelog

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

  • No labels