Apache Camel 3.4.3 Release

New and Noteworthy

This release is the new Camel 3.4.3 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>3.4.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 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.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>

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-3.4.3.zip apache-camel-3.4.3.zip.asc
Unix/Linux/Cygwin Distribution apache-camel-3.4.3.tar.gz apache-camel-3.4.3.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-3.4.3-src.zip apache-camel-3.4.3-src.zip.asc

Git tag checkout

Release is tagged with camel-3.4.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-3.4.3

Resolved issues

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

Bug (25)

CAMEL-15387
Can't set Salesforce packages via application properties.
CAMEL-15378
File gets locked When using camel-flatpack delimited parser
CAMEL-15370
CxfRsProducer: All but last value of query parameter with multiple values are lost
CAMEL-15369
camel-aws2-kinesis: IndexOutOfBoundsException when polling
CAMEL-15358
camel-aws-kinesis: IndexOutOfBoundsException when polling
CAMEL-15355
unacceptable_type,longstr error if we set 'arg.queue.x-single-active-consumer=true in rabbitmq endpoint url
CAMEL-15350
SJMS Batch Consumer error recovery
CAMEL-15349
camel-xmpp can't consume direct message chats
CAMEL-15348
cxfEndpoint blueprint namespace handler - problem with QName vs String
CAMEL-15344
ShutdownStrategy - Inflight count is reporting wrong with 2x the actual number
CAMEL-15343
camel-main - Graceful shutdown from ctrl + c SIGTERM is not working correctly
CAMEL-15338
Salesforce - Wrong Channel Name for Standard Platform Events
CAMEL-15336
Wrong information for supported platforms in FAQ of website
CAMEL-15326
camel-slack: incorrect handling of error responses
CAMEL-15316
Camel Zipkin does not set correct span kind
CAMEL-15315
Camel-Pulsar: Error when verifying/creating namespace
CAMEL-15311
DefaultTracer traceBeforeRoute not calling dumpTrace
CAMEL-15307
camel-spring - Graceful shutdown is not working anymore
CAMEL-15298
Camel-Spring-Boot: No CamelContext defined yet so cannot inject into bean: org.apache.camel.impl.health.DefaultHealthCheckRegistry
CAMEL-15297
camel-pgevent - Issue with URI verification
CAMEL-15282
Wrong validation error reported for uri with netty component using env placeholder
CAMEL-15230
RabbitMqSpanDecorator - Invalid Parent Span Id when EXCHANGE_NAME header not set
CAMEL-15012
Camel-Http: Endpoint parameters proxyHost and proxyPort are ignored
CAMEL-14533
camel-ftp: fileExist=Append and tempPrefix options do not work together
CAMEL-12971
SJMS Component javax.jms.JMSException: Unmatched acknowledge: MessageAck when transactionBatchTimeout expired

Improvement (6)

CAMEL-15381
Avoid use of reflection in CronComponent
CAMEL-15357
Add example for Karaf to demonstrate how REST endpoint using servlet secured by Karaf JAAS service
CAMEL-15346
Let xml-io pass the namespace info to NamespaceAware elements
CAMEL-15328
Honor Optional http headers as method parameters to be null in camel-cxfrs producer
CAMEL-15303
Reduce log level for autodiscovered ObjectMapper
CAMEL-15244
AggregationStrategy - default timeout method should be empty

Task (2)

CAMEL-15388
Upgrade spring boot to 2.3.2 on 3.4.x LTS
CAMEL-15314
camel-endpointdsl - StaticEndpointBuilders - may loose public