Apache Camel 3.19 What's New

, by , , , ,

Apache Camel 3.19 has just been released. This release introduces a set of new features and noticeable improvements that we will cover in this blog post. Camel JBang (Camel CLI) In this release we continue the expansion of Camel CLI. You can now easily manage local running Camel integrations. For example to list all running Camel processes: camel ps PID NAME READY STATUS AGE 61818 sample.camel.MyCamelApplica… 1/1 Running 26m38s 62506 dude 1/1 Running 4m34s To see a bit more information, you can use camel get.

Continue reading ❯

RELEASES

Karavan Roadmap 2023

, by

Karavan is an Integration Toolkit for Apache Camel aimed to increase developer performance through the visualization of routes, integration with runtimes and pipelines for package, image build and deploy to kubernetes out-of-the-box. Apache Camel Karavan is celebrating its first anniversary. October 4, 2021 a new repository was created and the first prototype of Karavan Designer was pushed there. Today we have the Karavan VS Code extension and Cloud-native application for Kubernetes/OpenShift.

Continue reading ❯

TOOLINGKARAVAN

Camel Textual Route debugging in Emacs

, by

A month before it became easier to provide debug adapter support inside Vim -See this blog post. It is now time to use Camel Debug Adapter in Emacscamel-tooling/camel-dap-client-emacs. EMACS Debug Adapter client for Apache Camel How to debug Camel with emacs I just got the debug integration for camel in emacs running using (https://emacs-lsp.github.io/dap-mode/page/adding-debug-server/). In order to not forget the config, I decided to quickly compile this readme. Prerequisites Camel version 3.

Continue reading ❯

TOOLING