Apache camel 2.24.1 Release
New and Noteworthy
This release is a minor update of the 2.24.x branch.
Supported Java version
This version supports Java 8.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>2.24.1</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>2.24.1</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
Download | Signature and checksum |
---|---|
apache-camel-2.24.1-src.zip (Sources) | PGP Signature, SHA512 Checksum |
Git tag checkout
Release is tagged with camel-2.24.1
in the Git, to fetch it use:
git clone https://git-wip-us.apache.org/repos/asf/camel.git cd camel git checkout camel-2.24.1
Resolved issues
Here is a list of all the issues that have been resolved for this release
Bug (17)
- CAMEL-13625
- Quartz2 firenow doesn't work consistently
- CAMEL-13606
- Olingo Consumer filtering can cause NPE
- CAMEL-13587
- InflightRepository, InflightEntry getElapsed is 0
- CAMEL-13576
- avoid adding cxf message context map into camel exchange
- CAMEL-13554
- Using "route1" as a route id produces infinite loop
- CAMEL-13543
- @PropertyInject is broken for Spring projects using CamelTestContextBootstrapper
- CAMEL-13541
- Race condition in camel-hystrix when xecutionTimeoutInMilliseconds() and onFallback() are used
- CAMEL-13536
- StackOverflow when using bean(this)
- CAMEL-13524
- RuntimeCamelCatalog#asEndpointUri strips dash from url with toD and netty4-http
- CAMEL-13513
- CXFRS header "CamelDestinationOverrideUrl" ignored after changing it twice
- CAMEL-13497
- Setting a clientConfig parameter always creates new cookie store per endpoint
- CAMEL-13479
- Camel Shiro has a transitive dependency to Commons-Collections
- CAMEL-13407
- CouchDbChangesetTracker fails silently on network error and does not recover
- CAMEL-13400
- Camel FTP Cannot list directory with 'File not found' prepending additional '/' in front of directory automatically
- CAMEL-13376
- camel-cxf - failure processor for custom exception handling cannot get the original message
- CAMEL-13316
- Olingo4 Connector split does not handle result values
- CAMEL-12975
- WARN: No CamelContext defined yet so cannot inject into bean: org.apache.camel.converter.jaxb.FallbackTypeConverter
Improvement (4)
- CAMEL-13638
- camel-salesforce - Lookups to polymorphic relationship fields must include an attributes object with a type property
- CAMEL-13593
- avoid “expected resource not found” warnings when using camel-mail in OSGi
- CAMEL-13527
- Implement missing optimisation for DelimiterBasedFrameDecoder
- CAMEL-13476
- QuartzScheduledPollConsumerScheduler should not remove trigger when quartz is clustered
New Feature (1)
- CAMEL-13498
- Add support for AS2 in Karaf
Keys
You can verify your download by following these procedures and using these KEYS.