Apache Camel 2.18.2 Release
New and Noteworthy
This release is a minor update of the 2.18.x branch.
API breaking
Known issues
Getting the Binaries using Maven
Binary Distributions
Source Distributions
Git tag checkout
git clone https://git-wip-us.apache.org/repos/asf/camel.git
cd camel
git checkout camel-2.18.2
Getting the Binaries using Maven
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.18.2</version>
</dependency>
Changelog
For a more detailed view of new features and bug fixes, see the:
Release notes for 2.18.2