You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have added more choices to the Camel version selector. Now you will be able to choose between the latest community release, the latest LTS community release as well as the Red Hat Build of Apache Camel releases.
24
24
25
-
<palign="center"><imgsrc="./camel-versions.gif"alt="showcasing the version selector"style="height: 400px;"/></p>
25
+
{{< figure src="./camel-versions.gif" alt="Showcasing the version selector" caption="Showcasing the version selector" class="image" >}}
26
26
27
27
#### Visual Data Mapping & Transformation Editor (Tech Preview available in VS Code)
28
28
29
29
This feature has been requested a lot and we are very happy to provide you with the first iteration of a fully new Data Mapping UI which enables you to do your mappings and transformations in a drag and drop way. In comparison to AtlasMap the new Kaoto DataMapper works based on XSLT and does not require a specific custom runtime component to work. <br>
30
30
31
-
<palign="center"><imgsrc="./datamapper-icon.png"alt="showcasing the datamapper icon"/></p>
31
+
{{< figure src="./datamapper-icon.png" alt="Showcasing the datamapper icon" caption="Showcasing the datamapper icon" class="image" >}}
32
32
33
33
This first iteration marks only the beginning of the Kaoto DataMapper story. There are still many more features and capabilities we want to add over the coming months.
34
34
35
-
<palign="center"><imgsrc="./featured.png"alt="showcasing the datamapper"style="height: 600px;"/></p>
35
+
{{< figure src="./featured.png" alt="Showcasing the datamapper" caption="Showcasing the datamapper" class="image" >}}
36
36
37
37
Click the video below to watch a short Kaoto DataMapper introduction:
38
38
[](https://www.youtube.com/watch?v=iz0yYThHZMc)
@@ -41,37 +41,37 @@ Click the video below to watch a short Kaoto DataMapper introduction:
41
41
42
42
Our long term goal is to improve the usability in a way that users can reach most of the functionalities of Kaoto with the least amount of clicks and searching. Efficiency is key to make using Kaoto a fun experience for everyone. A first step in that direction is the new toolbar. In the long run we hope to make this the replacement for the right-click context menu.
43
43
44
-
<palign="center"><imgsrc="./toolbar.png"alt="showcasing the toolbar"style="height: 200px;"/></p>
44
+
{{< figure src="./toolbar.png" alt="Showcasing the toolbar" caption="Showcasing the toolbar" class="image" >}}
45
45
46
46
In the default settings the toolbar will be visible when hovering over a step or group. However you can also change that behavior in the *Settings* dialog to be only visible when selecting a step or group.
47
47
48
48
#### Quick Action for appending and inserting new steps
49
49
50
50
Prototyping a new integration should be as easy and fast as possible in a visual designer. To get closer to that state we added a quick action at the end of each group in your integration which is visible as an **arrow** button. You can now easily append new steps to your integration by clicking that button.
51
51
52
-
<palign="center"><imgsrc="./append.png"alt="showcasing the append button"style="height: 200px;"/></p>
52
+
{{< figure src="./append.png" alt="Showcasing the append button" caption="Showcasing the append button" class="image" >}}
53
53
54
54
We also introduced an easier way to insert steps between existing ones. You can now just hover over the connection between two steps and this will reveal a **+** button you can use to insert a new step.
55
55
56
-
<palign="center"><imgsrc="./insert.png"alt="showcasing the insert button"style="height: 200px;"/></p>
56
+
{{< figure src="./insert.png" alt="Showcasing the insert button" caption="Showcasing the insert button" class="image" >}}
57
57
58
58
#### New Placeholders
59
59
60
60
Whenever there is a container step without any step contained we will now show you a placeholder labeled "*Add step*" to signal where you can add new steps.
61
61
62
-
<palign="center"><imgsrc="./placeholders.png"alt="showcasing the placeholders"style="height: 300px;"/></p>
62
+
{{< figure src="./placeholders.png" alt="Showcasing the placeholders" caption="Showcasing the placeholders" class="image" >}}
63
63
64
64
#### New Action: Enable All
65
65
66
66
During the creation of your integration you may have disabled one or more steps for various purposes. Going through your integration now and manually enabling all the deactived steps can be a tedious task and this situation led to the addition of the new "Enable All" action. You can now reactivate all the disabled steps with a single click.
67
67
68
-
<palign="center"><imgsrc="./enableall.png"alt="showcasing the enableAll button"style="height: 400px;"/></p>
68
+
{{< figure src="./enableall.png" alt="Showcasing the enableAll button" caption="Showcasing the enableAll button" class="image" >}}
69
69
70
70
#### New Action: Show All
71
71
72
72
There is a new action available now which lets you quickly show or hide all of your routes.
73
73
74
-
<palign="center"><imgsrc="./showall.gif"alt="showcasing the Show All button"/></p>
74
+
{{< figure src="./showall.gif" alt="Showcasing the Show All button" caption="Showcasing the Show All button" class="image" >}}
Copy file name to clipboardExpand all lines: content/blog/kaoto-2.5-release/index.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,29 +20,29 @@ Please take a look below to learn about the exciting new things we added to this
20
20
21
21
This version includes the latest Camel catalog version 4.11.0, which brings new components and features to enhance your integration capabilities, alongside the latest LTS version 4.10.3.
22
22
23
-
<palign="center"><imgsrc="./new-camel-versions.png"alt="showcasing the version selector"/></p>
23
+
{{< figure src="./new-camel-versions.png" alt="showcasing the version selector" caption="Showcasing the version selector" class="image" >}}
24
24
25
25
#### XML IO Support
26
26
27
27
Not everyone likes YAML and we are happy to help here and announce that Kaoto now supports the Camel XML IO DSL.
28
28
29
-
<palign="center"><imgsrc="./xml-route.png"alt="showcasing an XML IO route"/></p>
29
+
{{< figure src="./xml-route.png" alt="showcasing an XML IO route" caption="Showcasing an XML IO route" class="image" >}}
30
30
31
31
#### Generate Markdown Documentation
32
32
33
33
Do you want to document your routes effortlessly? You can now export your integration flows with Kaoto as Markdown documents, including a visual representation of the flow in addition to the changed route parameters, making it easier to share and review routes.
@@ -55,31 +55,31 @@ The Kaoto VS Code extension has been reworked heavily and our goal was to provid
55
55
* a `Deployments` section providing easy access to local running integrations and their statuses with easy to access actions (start, stop, pause, resume, log, ...)
56
56
* a `Help & Feedback` section providing links to useful resources for your daily work
57
57
58
-
<palign="center"><imgsrc="./kaoto-perspective.png"alt="Shows the new Kaoto perspective in VS Code"/></p>
58
+
{{< figure src="./kaoto-perspective.png" alt="Shows the new Kaoto perspective in VS Code" caption="Shows the new Kaoto perspective in VS Code" class="image" >}}
59
59
60
60
#### Configuration Form Enhancements
61
61
62
62
We’re introducing a new Kaoto Form, a redesigned form engine with improved field behavior, better keyboard navigation and filtering for dropdown fields, the possibility to wrap the values in a `RAW()` function call and a new `Clear` button to completely remove the field from the source code.
Building on the XML support introduced earlier, the Data Mapper now enables you to:
25
25
@@ -50,7 +50,7 @@ You can find more detailed information about the Data Mapper in our online [user
50
50
51
51
If you are using the Kaoto VS Code extension and you work in a Maven project then this little improvement might delight you. Whenever you add a new component endpoint to your route, upon saving your `pom.xml` file gets updated with the required dependency.
52
52
53
-
<palign="center"><imgsrc="./dep-update.gif"alt="showcasing the dependency update"/></p>
53
+
{{< figure src="./dep-update.gif" alt="showcasing the dependency update" caption="Showcasing the dependency update" class="image" >}}
54
54
55
55
### Drag & Drop Support
56
56
@@ -111,7 +111,7 @@ Your browser does not support the video tag.
111
111
112
112
* Switch between `to`, `toD`, and `poll` variants directly in the form
113
113
114
-
<palign="center"><imgsrc="./endpoint-switch.png"alt="showcasing the endpoint type selector"/></p>
114
+
{{< figure src="./endpoint-switch.png" alt="showcasing the endpoint type selector" caption="Showcasing the endpoint type selector" class="image" >}}
115
115
116
116
* Preserve expressions when switching between different languages
117
117
* Improved parameter handling with URI parsing enhancements
0 commit comments