Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Karavan 4.4.0 #1158

Merged
merged 7 commits into from Mar 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 64 additions & 0 deletions content/blog/2024/03/camel-karavan-4.4.0/index.md
@@ -0,0 +1,64 @@
---
title: "Karavan 4.4.0: Beauty is variable"
date: 2024-03-04
authors: [mgubaidullin]
categories: ["Tooling", "Karavan"]
preview: "Karavan 4.4.0: Release notes"
---
*There should have been an AI-generated image of animated camels in a setting vaguely related to the plot of this post. But I think we have already had enough of them ;-)*

We are announcing the Apache Camel Karavan 4.4.0, your one-stop shop for simplified and accelerated integration development with Apache Camel! This release packs a punch with a plethora of improvements, making your integration journey smoother and more efficient than ever.

## Variables are everywhere

Karavan 4.4.0 enhances variable support in DSLs, including elements like From, To, Marshall, and Unmarshall, DSLs for managing variables - setVariable, removeVariable, and convertVariableTo - and displays a list of existing variables in DSL properties. This update streamlines integration development, making Karavan more versatile and user-friendly.

![variables](variable-selector.png)

## Enhanced Navigation

Real integration projects with Apache Camel typically consist of dozens of routes and are usually spread across multiple files. We have simplified navigation between directly (`direct`, `seda`) connected routes.

![navigation](direct-navigation.png)

## Property Handling

The Property Panel contains syntax tips for properties placeholder. Users can easily create new property values directly in the Properties panel.

![set-property](set-property.gif)

## Bean Wizard

Creating beans in Apache Camel has never been a straightforward task. In addition to the syntax, you need to know which properties of the particular bean should be configured. We are introducing the Bean Wizard that simplifies bean configuration. The wizard's configuration can be enhanced with preconfigured properties in the templates project.

![beans-config.gif](beans-config.gif)

## Component and Kamelet palette configuration

Karavan offers over 300 Camel Components and more than 100 Kamelets, some of which may overlap in functionality (e.g., SQL, JDBC) or vary in maturity levels. Integration developers now have the capability to specify which Components and Kamelets are accessible for their project. While these are still available in the Knowledgebase for learning purposes, they are excluded from the Selector during development.

![configurable-kamelets-components.gif](configurable-kamelets-components.gif)

## Simple installation

We are constantly enhancing and streamlining the installation process. As of version 4.4, Karavan can be deployed on Docker using the docker-compose.yaml file and on Kubernetes through straightforward resource YAML files. There will no longer be a need for a custom installer or bespoke internal installation code.

1. [Install on Docker](https://github.com/apache/camel-karavan/blob/4.4.0/docs/WEB_DOCKER.md)
2. [Install on Kubernetes](https://github.com/apache/camel-karavan/blob/4.4.0/docs/WEB_KUBERNETES.md)

## The latest and greatest

Karavan is updated with the latest versions of the frameworks and libraries it utilizes and is built with.

- Camel 4.4.0
- Kamelets 4.4.0
- Jkube 1.16.1
- JBang v0.114.0
- Quarkus 3.8.1


To kickstart your integration projects, please use [Karavan Documentaion](https://github.com/apache/camel-karavan/tree/main/docs)

We appreciate your continued support for Apache Camel Karavan, and we eagerly await your feedback and contributions as we continue to evolve and enhance the integration landscape.

**Happy integrating!**
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.