RELEASE 3.14.6

, by

The Camel community announces the immediate availability of Camel 3.14.6 (LTS), a new patch release with 13 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

RELEASE 3.18.3

, by

The Camel community announces the immediate availability of Camel 3.18.3, a new patch release with 52 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

Camel Textual Route debugging in Sublime

, by

Few days before it became easier to provide debug adapter support inside Emacs -See this blog post. It is now time to use Camel Debug Adapter in Sublimecamel-tooling/camel-dap-client-sublime. Sublime Debug Adapter client for Apache Camel Prerequisites Camel version 3.18+ camel-debug is available on the classpath have JMX enabled How to configure Sublime In a ~/.config/sublime-text/Packages/Debugger/modules/adapters/camel.py file: from __future__ import annotations from ..typecheck import * from .import util from .. import dap from .

Continue reading ❯

TOOLING