Apache camel 3.4.2 Release
New and Noteworthy
This release is the new Camel 3.4.2 patch release.
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>3.4.2</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>3.4.2</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>
Apache Camel
Version | Description | Download Link | PGP Signature file of download | SHA512 Checksum file of download |
---|---|---|---|---|
3.4.2 | Binary zip | apache-camel-3.4.2.zip | apache-camel-3.4.2.zip.asc | apache-camel-3.4.2.zip.sha512 |
Binary tar.gz | apache-camel-3.4.2.tar.gz | apache-camel-3.4.2.tar.gz.asc | apache-camel-3.4.2.tar.gz.sha512 | |
Sources | apache-camel-3.4.2-src.zip | apache-camel-3.4.2-src.zip.asc | apache-camel-3.4.2-src.zip.sha512 |
Git tag checkout
Release is tagged with camel-3.4.2
in the Git, to fetch it use:
git clone https://git-wip-us.apache.org/repos/asf/camel.git cd camel git checkout camel-3.4.2
Resolved issues
Here is a list of all the issues that have been resolved for this release
Bug (5)
- CAMEL-15324
- Camel-as2 can fail on jdk8 because of java.lang.NoSuchMethodError: java.nio.CharBuffer
- CAMEL-15299
- FTP endpoints will silently not delete/move file on disconnect
- CAMEL-15260
- OpenTracing - camel tracer appears not to activate spans in global tracer
- CAMEL-15233
- camel-salesforce - CometDReplayExtension does not keep replayId for each message/channel
- CAMEL-15022
- Opentracing doesn't work with Kafka Component
Improvement (1)
- CAMEL-15278
- camel-bean: @Handler annotation does not work for proxied beans
Task (1)
- CAMEL-15309
- Camel 3.4.1 was built with JDK 11 - Use BufferCaster everywhere
Keys
You can verify your download by following these procedures and using these KEYS.