Karavan Preview Release 3.18.3

, 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. What’s new in Karavan 3.18.3? SSO/Keycloak integration Karavan cloud-native application comes with three authentication types supported: Public Public API. No authentication requires. kind: Deployment ... image: ghcr.io/apache/camel-karavan:3.18.3 Basic Authentication with build-in admin user. Password configured in karavan Secrets

Continue reading ❯

RELEASESTOOLINGKARAVAN

Camel Textual Route debugging in Vim

, by

A month before it became easier to provide language support inside Vim, Neovim using coc.nvim -See this blog post. It is now time to use Camel Debug Adapter in Vimcamel-tooling/camel-dap-client-vim. VIM Debug Adapter client for Apache Camel I just got the debug integration for camel in vim running using vimspector. Install Install the vimspector using vim-plug plugin manager. Inside .vimrc file: Plug 'puremourning/vimspector' :PlugInstall How to get Camel Debug Adapter server.

Continue reading ❯

TOOLING

RELEASE 3.18.2

, by

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