Apache camel 4.8.9 Release

New and Noteworthy

This release is the new Camel 4.8.9 release.

Supported Java version

This version supports Java 17 and 21.

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>4.8.9</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 Spring Boot spring-boot-dependencies and Camel camel-spring-boot-bom Bill of Materials (BOM):

<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-dependencies</artifactId>
      <version> SPRING BOOT VERSION HERE </version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.camel.springboot</groupId>
      <artifactId>camel-spring-boot-bom</artifactId>
      <version>4.8.9</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

Git tag checkout

Release is tagged with camel-4.8.9 in the Git, to fetch it use:

git clone https://git-wip-us.apache.org/repos/asf/camel.git
cd camel
git checkout camel-4.8.9

Resolved issues

Here is a list of all the issues that have been resolved for this release

Bug (12)

CAMEL-22364
camel-jms - Rare ConcurrentModificationException on message header map when using multiple camel-jms calls after each other in route
CAMEL-22359
camel-as2: MDN multipart/report parsing issue with no Content-Type
CAMEL-22273
Google Storage Component: Content disposition header is not set correctly
CAMEL-22253
camel-sjms - Setting JMS delivery mode should not set via property
CAMEL-22251
Incorrect Exchange status when using camel-rest
CAMEL-22248
camel-jbang - Export http endpoint issue with http://@@CamelMagicValue@@
CAMEL-22239
camel-catalog - Language model does not include functions
CAMEL-22208
camel-core - Stream caching spool to disk may cause OOME when low on memory
CAMEL-22198
camel-resilience4j - throwExceptionWhenHalfOpenOrOpenState is not always thrown if in OPEN / HALF_OPEN state
CAMEL-22195
camel-resilience4j - record exception should handle wrapped exceptions
CAMEL-22191
camel-resilience4j - The option recordExceptions is configured as ignored
CAMEL-22147
StackOverflowError when Running a Loop with Splitter & Transaction

Improvement (2)

CAMEL-22297
camel-jsonata does not support json array as input
CAMEL-22199
camel-resilience4j - Add state of circuit breaker as exchange property

Keys

You can verify your download by following these procedures and using these KEYS.