Apache Camel 3.20 What's New

, by ,

Apache Camel 3.20 has just been released. This release introduces a set of new features and noticeable improvements that we will cover in this blog post. Camel Core The Split EIP has been optimized to perform faster and reduced overhead when splitting by a String literal or a regular expression. When working with EIPs you may want to temporarily disable one or more EIPs. Today you have to comment out code, or remove the EIPs.

Continue reading ❯

RELEASES

RELEASE 3.20.0

, by

The Camel community announces the immediate availability of Camel 3.20.0, a LTS release with 205 improvements and fixes. The artifacts are published and ready for you to download from the Central Maven repository. For more details please take a look at the release notes. Many thanks to all who made this release possible. On behalf of the Camel PMC, Gregor Zurowski

Continue reading ❯

RELEASES

Load properties from Vault/Secrets cloud services: introducing Camel Context automatic refresh on secrets updates

, by

Starting from Camel 3.19.0 we have four cloud services supported for loading properties as secrets: AWS Secret Manager Google Cloud Secret Manager Azure Key Vault Hashicorp Vault One of the problems we faced in the development was related to finding a way to automatically refresh the secret value on the secrets update. The main players in the cloud game are providing solutions based on their services: AWS provides multiple ways to be notified about secret updates and secret rotations through AWS Cloudtrail or AWS Cloud events, GCP leverages Google Pubsub to deliver messages with events related to secret, while Azure provides multiple ways of getting notified about events related to a vault in the Azure Key Vault service, mostly by using Azure Eventgrid as an intermediate service.

Continue reading ❯

CAMEL