Apache camel 4.10.3 Release

New and Noteworthy

This release is the new Camel 4.10.3 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.10.3</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.10.3</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.10.3 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.10.3

Resolved issues

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

Bug (6)

CAMEL-21888
High CPU usage at startup due to Deque.size() iteration in SimpleLRUCache
CAMEL-21865
camel-test - Using advice-with with route having XML namepaces as immutable Map.of
CAMEL-21854
Possible memory leak when using camel-observability
CAMEL-21853
camel-salesforce - PubSub Client Initial Subscription Timeout Error with custom replayPresent
CAMEL-21839
camel-langchain4j-tools: No body passed on no-tools executed
CAMEL-21753
camel-jbang - Generates duplicate application.property entries

Improvement (4)

CAMEL-21887
camel-platform-http-starter - Add support for Spring security context injection
CAMEL-21881
camel-smooks: Move smooks-edi-cartridge dependency from test to compile scope
CAMEL-21880
camel-kafka - add lowerCase to header filter strategy
CAMEL-21861
camel-spring-boot - Actuator endpoint for dev console should respect if console has been disabled

New Feature (1)

CAMEL-21876
Undertow Header Filter Strategy: Considering also the in filter

Keys

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