Apache camel 4.14.5 Release

New and Noteworthy

This release is the new Camel 4.14.5 LTS 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.14.5</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.14.5</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.14.5 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.14.5

Resolved issues

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

Bug (16)

CAMEL-22950
RecipientList with UseOriginalAggregationStrategy fails to capture exception with NPE
CAMEL-22947
Camel-Google-pubsub: consumer does not properly trigger ACK/NACK callbacks and lacks deliveryAttempt visibility
CAMEL-22939
camel-jbang: observe flag ignored when camel.jbang.dependencies is set
CAMEL-22936
camel-spring-boot - camel health check breaks if one component has exception without message
CAMEL-22926
GooglePubsubProducer applies HeaderFilterStrategy incorrectly, causing Camel headers to leak as Pub/Sub attributes
CAMEL-22916
camel-ftp - RemoteFileProducer ignores NOOP result when sendNoop() returns false without exception
CAMEL-22874
Error handler in openapi-contract-first route is invoked twice when using handled(false)
CAMEL-22849
AS2 server/listen does not resolve requestUriPattern wildcards when selecting consumer configuration
CAMEL-22848
camel-file: checksumFileAlgorithm option is ignored due to missing mapping in GenericFileEndpoint
CAMEL-22833
camel-jbang - Yaml DSL file with only templatedRoute is not loaded
CAMEL-22828
camel-main - camel.main.endpoint-runtime-statistics-enabled not working since Camel 4.5
CAMEL-22824
camel-core - Choice with bodyAs predicate may cause stream caching to be EOL
CAMEL-22823
Ensure Null Response Entity will be honored when StreamCache kicks in
CAMEL-22820
routeConfiguration onException does not propagate to direct endpoints for consumer-level exceptions
CAMEL-22784
Failover in FileLockClusterService is unreliable when running multiple JVMs
CAMEL-22429
camel-aws2-sns component fails when sending CloudEvents with subjects over 100 characters

Dependency upgrade (1)

CAMEL-22896
camel-spring-boot - Upgrade to Spring Boot 3.5.10

Improvement (5)

CAMEL-22977
DefaultCxfBinding: also populate credentials
CAMEL-22966
Camel-LevelDB: Add ObjectInputFilter String pattern parameter in LevelDBAggregationRepository to be used in unmarshall operations
CAMEL-22927
camel-sql endpoint opening unnecessary connections to the database if service location is enabled
CAMEL-22925
Enhance S3 producer to stream the payload of type GenericFile
CAMEL-22832
camel-azure-storage-blob: upload big files using uploadBlockBlobFromFile

Keys

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