Apache Camel 2.25.1 Release
New and Noteworthy
This release is the new Camel 2.25.1 patch release.
Getting the Binaries
Getting the Binaries using Maven
To use this release in your Apache Maven pom.xml
, import the Camel Bill of Materials (BOM) and then include the camel-core
and any other components needed without specifying the version.
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-bom</artifactId>
<version>2.25.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-COMPONENT</artifactId>
</dependency>
</dependencies>
To use this release in a Spring Boot application, use the camel-spring-boot-dependencies
Bill of Materials (BOM):
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-spring-boot-dependencies</artifactId>
<version>2.25.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-COMPONENT-starter</artifactId>
</dependency>
</dependencies>
Binary Distributions
Binary distribution contains all the artifacts Apache Camel project distributes in binary form
Description | Download Link | PGP Signature file of download |
Windows Distribution | apache-camel-2.25.1.zip | apache-camel-2.25.1.zip.asc |
Unix/Linux/Cygwin Distribution | apache-camel-2.25.1.tar.gz | apache-camel-2.25.1.tar.gz.asc |
Sources
Source distribution
Source distribution contains all the artifacts Apache Camel project distributes in source form
Description | Download Link | PGP Signature file of download |
Source (zip) | apache-camel-2.25.1-src.zip | apache-camel-2.25.1-src.zip.asc |
Git tag checkout
Release is tagged with camel-2.25.1
in the Git, to fetch it use:
git clone https://git-wip-us.apache.org/repos/asf/camel.git cd camel git checkout camel-2.25.1
Resolved issues
Here is a list of all the issues that have been resolved for this release
Bug (8)
- CAMEL-14865
- camel-telegram - missing the direct dependency of com.fasterxml.jackson.core:jackson-core
- CAMEL-14792
- ClassNotFoundException for onException(Class) in Java DSL in OSGi
- CAMEL-14789
- camel-rabbitmq - Automatic recovery of temporary reply queue is not handled correctly
- CAMEL-14788
- Unable to Start Jetty server in OSGi environment
- CAMEL-14633
- Safe copy of exchange will not copy attachments on in message, unless headers are set
- CAMEL-14493
- camel 2: mvn camel:run fails on spring projects
- CAMEL-14453
- ensure Camel Rest Swagger example work again
- CAMEL-14432
- camel-salesforce - Memory leak when toD is used with cacheSize < 0 in Camel 2.x
Improvement (5)
- CAMEL-14711
- Disable RabbitMQ Java serialization by default
- CAMEL-14639
- DefaultHttpRegistry thread safety
- CAMEL-14501
- gain fully control of xml parser used by saxon
- CAMEL-14477
- camel-netty - Disable object serialization
- CAMEL-14414
- Aggregation completion has inconsistent property/header handling
Task (1)
- CAMEL-14532
- Fix issues with camel-snakeyaml