New release of VS Code AtlasMap 0.2.1

, by

A new version of VS Code AtlasMap 0.2.1 has been released. It brings a new feature to allow custom placement of AtlasMap files in any directory inside the workspace. New features Create a new AtlasMap Data Transformation at a custom location inside workspace New addition to the Create AtlasMap file action which allows users to place files in their desired location inside the workspace. What’s next? Provide your feedback and ideas!

Continue reading ❯

RELEASESTOOLING

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