Kaoto v2.3 release

, by ,

Following the Apache Camel 4.9.0 release, we’re happy to announce the release of Kaoto 2.3. What’s New in Kaoto 2.3? We’re thrilled to announce the release of Kaoto 2.3, bringing new features, improvements, and bug fixes to enhance your integration experience. This release also brings the first technical preview of a long awaited feature: the Kaoto DataMapper with the ability to perform data transformations using Camel. Here are the key highlights of this release Kaoto DataMapper technical preview In this release, we are introducing the new Kaoto DataMapper, a graphical way of authoring data mappings inside your routes using Kaoto.

Continue reading ❯

RELEASESTOOLING

Apache Camel 4.9 What's New

, by , ,

Apache Camel 4.9 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 Added startup condition feature to let Camel perform some checks on startup, before continuing. For example to check if a specific ENV exists, or wait for a specific file to be created etc. The supervised route controller now emits RouteRestartingEvent when routes are attempted to be started again after a previous failure.

Continue reading ❯

RELEASES

Avoiding model lock in while building an AI Camel route

, by

Introduction In a previous blog post, we have seen how Camel parameter binding annotations could be used in conjunction with LangChain4J AI services to easily create Camel routes using Large Language Models. All this work is best reflected in a Camel Quarkus example. While building this example, poor care was taken about the choice of the LLM as this was not the initial priority. Thinking a bit more, this situation is a great opportunity to experience the switch of an LLM inside of a Camel application.

Continue reading ❯

AI