Re: [PR] blog(kaoto): Kaoto 2.0 TP1 Release [camel-website]

2024-01-26 Thread via GitHub


apupier merged PR #1133:
URL: https://github.com/apache/camel-website/pull/1133


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] blog(kaoto): Kaoto 2.0 TP1 Release [camel-website]

2024-01-26 Thread via GitHub


lordrip commented on PR #1133:
URL: https://github.com/apache/camel-website/pull/1133#issuecomment-1912264012

   > current build error is due to Camel Quarkus, fix in progress 
[apache/camel-quarkus#5683](https://github.com/apache/camel-quarkus/pull/5683)
   
   I closed my PR since I couldn't manage to build it locally, but 
@jamesnetherton came to the rescue to save the day: 
https://github.com/apache/camel-quarkus/pull/5684 :muscle: 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] blog(kaoto): Kaoto 2.0 TP1 Release [camel-website]

2024-01-26 Thread via GitHub


apupier commented on PR #1133:
URL: https://github.com/apache/camel-website/pull/1133#issuecomment-1912206877

   current build error is due to Camel Quarkus, fix in progress 
https://github.com/apache/camel-quarkus/pull/5683


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] blog(kaoto): Kaoto 2.0 TP1 Release [camel-website]

2024-01-26 Thread via GitHub


lordrip commented on code in PR #1133:
URL: https://github.com/apache/camel-website/pull/1133#discussion_r1467707943


##
content/blog/2024/01/kaoto/index.md:
##
@@ -0,0 +1,64 @@
+---
+title: "Kaoto v2.0 TP1 release"
+date: 2024-01-26
+draft: false
+authors: [rmartinez]
+categories: ["Releases", "Tooling", "Kaoto"]
+preview: "Kaoto 2.0 TP1 is released. What's new?"
+---
+
+![Kaoto](CamelKaoto.png)
+
+Introducing Kaoto 2.0 (Tech Preview) - A New Chapter for the Kaoto Project
+We are thrilled to announce the first tech preview release of Kaoto 2.0, 
marking a significant milestone in the evolution of the Kaoto project.
+
+Kaoto is a no-code / low-code editor for Apache Camel integrations, which lets 
you create and edit your routes in a graphical way.
+
+## Highlights
+A lot of effort has been put into bringing the Kaoto project closer to Apache 
Camel. We are now directly leveraging the Camel models and schemas to provide 
all the features Apache Camel is offering also in the Kaoto designer.
+
+On top of that, we were busy adding a host of new features and usability 
improvements that promise to elevate your development experience. Here's a 
glimpse of what you can expect:
+
+### New Catalog UI
+Explore a brand-new catalog that provides comprehensive information about 
component and processor descriptions and parameters. Use the filter and search 
functionality to easily find what you are looking for.
+![Kaoto Catalog](catalog.gif)
+
+### Expression Definition Support
+Kaoto now provides an enhanced expression definition support, making it easier 
to define and manage expressions within your Camel routes. We support all 
languages which are part of Apache Camel.
+![Expression Definition support](expressionDefinition.gif)
+
+### Dataformat Support
+Handle data with ease using our improved data format support. Kaoto now offers 
a seamless experience when working with different data formats. We support all 
data formats included in Apache Camel.
+![Dataformats support](dataformats.gif)
+
+### Beans support
+We've introduced support for adding Beans directly from the Canvas 
Configuration Form, simplifying the process of configuring your Camel routes. 
The Beans page will offer you full control over all defined beans in one place.
+![Beans support](beans.gif)
+
+### Fresh Icons
+Check out the new set of icons which will help you to understand your 
integration better without looking at the details.
+
+### Dynamic Labels
+Experience dynamic labels for nodes, improving clarity and making it easier to 
understand and manage complex route structures. You can provide descriptions 
for your steps which will then show as the labels on the canvas.
+
+### “setHeaders” Processor
+We added support for the new [`setHeaders` 
processor](https://camel.apache.org/components/next/eips/setHeaders-eip.html), 
enhancing your ability to add multiple headers effortlessly.
+
+### Copy Routes to Clipboard
+Take advantage of the "Copy Route to Clipboard" feature, perfect for 
leveraging the [JBang run from clipboard 
functionality](https://camel.apache.org/manual/camel-jbang.html#_run_from_clipboard).
+[Run route from clipboard](JBangClipboard.webm)

Review Comment:
   Switched to Youtube instead



##
content/blog/2024/01/kaoto/index.md:
##
@@ -0,0 +1,64 @@
+---
+title: "Kaoto v2.0 TP1 release"
+date: 2024-01-26
+draft: false
+authors: [rmartinez]
+categories: ["Releases", "Tooling", "Kaoto"]
+preview: "Kaoto 2.0 TP1 is released. What's new?"
+---
+
+![Kaoto](CamelKaoto.png)
+
+Introducing Kaoto 2.0 (Tech Preview) - A New Chapter for the Kaoto Project
+We are thrilled to announce the first tech preview release of Kaoto 2.0, 
marking a significant milestone in the evolution of the Kaoto project.
+
+Kaoto is a no-code / low-code editor for Apache Camel integrations, which lets 
you create and edit your routes in a graphical way.
+
+## Highlights
+A lot of effort has been put into bringing the Kaoto project closer to Apache 
Camel. We are now directly leveraging the Camel models and schemas to provide 
all the features Apache Camel is offering also in the Kaoto designer.
+
+On top of that, we were busy adding a host of new features and usability 
improvements that promise to elevate your development experience. Here's a 
glimpse of what you can expect:
+
+### New Catalog UI
+Explore a brand-new catalog that provides comprehensive information about 
component and processor descriptions and parameters. Use the filter and search 
functionality to easily find what you are looking for.
+![Kaoto Catalog](catalog.gif)
+
+### Expression Definition Support
+Kaoto now provides an enhanced expression definition support, making it easier 
to define and manage expressions within your Camel routes. We support all 
languages which are part of Apache Camel.
+![Expression Definition support](expressionDefinition.gif)
+
+### Dataformat Support
+Handle data with ease using our improved data format support. Kaoto now 

Re: [PR] blog(kaoto): Kaoto 2.0 TP1 Release [camel-website]

2024-01-26 Thread via GitHub


lordrip commented on code in PR #1133:
URL: https://github.com/apache/camel-website/pull/1133#discussion_r1467707723


##
content/blog/2024/01/kaoto/index.md:
##
@@ -0,0 +1,64 @@
+---
+title: "Kaoto v2.0 TP1 release"
+date: 2024-01-26
+draft: false
+authors: [rmartinez]
+categories: ["Releases", "Tooling", "Kaoto"]
+preview: "Kaoto 2.0 TP1 is released. What's new?"
+---
+
+![Kaoto](CamelKaoto.png)
+
+Introducing Kaoto 2.0 (Tech Preview) - A New Chapter for the Kaoto Project
+We are thrilled to announce the first tech preview release of Kaoto 2.0, 
marking a significant milestone in the evolution of the Kaoto project.
+
+Kaoto is a no-code / low-code editor for Apache Camel integrations, which lets 
you create and edit your routes in a graphical way.
+
+## Highlights
+A lot of effort has been put into bringing the Kaoto project closer to Apache 
Camel. We are now directly leveraging the Camel models and schemas to provide 
all the features Apache Camel is offering also in the Kaoto designer.
+
+On top of that, we were busy adding a host of new features and usability 
improvements that promise to elevate your development experience. Here's a 
glimpse of what you can expect:
+
+### New Catalog UI
+Explore a brand-new catalog that provides comprehensive information about 
component and processor descriptions and parameters. Use the filter and search 
functionality to easily find what you are looking for.
+![Kaoto Catalog](catalog.gif)
+
+### Expression Definition Support
+Kaoto now provides an enhanced expression definition support, making it easier 
to define and manage expressions within your Camel routes. We support all 
languages which are part of Apache Camel.
+![Expression Definition support](expressionDefinition.gif)
+
+### Dataformat Support
+Handle data with ease using our improved data format support. Kaoto now offers 
a seamless experience when working with different data formats. We support all 
data formats included in Apache Camel.
+![Dataformats support](dataformats.gif)
+
+### Beans support
+We've introduced support for adding Beans directly from the Canvas 
Configuration Form, simplifying the process of configuring your Camel routes. 
The Beans page will offer you full control over all defined beans in one place.
+![Beans support](beans.gif)
+
+### Fresh Icons
+Check out the new set of icons which will help you to understand your 
integration better without looking at the details.
+
+### Dynamic Labels
+Experience dynamic labels for nodes, improving clarity and making it easier to 
understand and manage complex route structures. You can provide descriptions 
for your steps which will then show as the labels on the canvas.
+
+### “setHeaders” Processor
+We added support for the new [`setHeaders` 
processor](https://camel.apache.org/components/next/eips/setHeaders-eip.html), 
enhancing your ability to add multiple headers effortlessly.

Review Comment:
   Done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] blog(kaoto): Kaoto 2.0 TP1 Release [camel-website]

2024-01-26 Thread via GitHub


lordrip commented on code in PR #1133:
URL: https://github.com/apache/camel-website/pull/1133#discussion_r1467705711


##
content/blog/2024/01/kaoto/index.md:
##
@@ -0,0 +1,64 @@
+---
+title: "Kaoto v2.0 TP1 release"
+date: 2024-01-26
+draft: false
+authors: [rmartinez]
+categories: ["Releases", "Tooling", "Kaoto"]
+preview: "Kaoto 2.0 TP1 is released. What's new?"
+---
+
+![Kaoto](CamelKaoto.png)
+
+Introducing Kaoto 2.0 (Tech Preview) - A New Chapter for the Kaoto Project
+We are thrilled to announce the first tech preview release of Kaoto 2.0, 
marking a significant milestone in the evolution of the Kaoto project.
+
+Kaoto is a no-code / low-code editor for Apache Camel integrations, which lets 
you create and edit your routes in a graphical way.
+
+## Highlights
+A lot of effort has been put into bringing the Kaoto project closer to Apache 
Camel. We are now directly leveraging the Camel models and schemas to provide 
all the features Apache Camel is offering also in the Kaoto designer.
+
+On top of that, we were busy adding a host of new features and usability 
improvements that promise to elevate your development experience. Here's a 
glimpse of what you can expect:
+
+### New Catalog UI
+Explore a brand-new catalog that provides comprehensive information about 
component and processor descriptions and parameters. Use the filter and search 
functionality to easily find what you are looking for.
+![Kaoto Catalog](catalog.gif)
+
+### Expression Definition Support
+Kaoto now provides an enhanced expression definition support, making it easier 
to define and manage expressions within your Camel routes. We support all 
languages which are part of Apache Camel.
+![Expression Definition support](expressionDefinition.gif)
+
+### Dataformat Support
+Handle data with ease using our improved data format support. Kaoto now offers 
a seamless experience when working with different data formats. We support all 
data formats included in Apache Camel.
+![Dataformats support](dataformats.gif)
+
+### Beans support
+We've introduced support for adding Beans directly from the Canvas 
Configuration Form, simplifying the process of configuring your Camel routes. 
The Beans page will offer you full control over all defined beans in one place.
+![Beans support](beans.gif)
+
+### Fresh Icons
+Check out the new set of icons which will help you to understand your 
integration better without looking at the details.
+
+### Dynamic Labels
+Experience dynamic labels for nodes, improving clarity and making it easier to 
understand and manage complex route structures. You can provide descriptions 
for your steps which will then show as the labels on the canvas.
+
+### “setHeaders” Processor
+We added support for the new [`setHeaders` 
processor](https://camel.apache.org/components/next/eips/setHeaders-eip.html), 
enhancing your ability to add multiple headers effortlessly.
+
+### Copy Routes to Clipboard
+Take advantage of the "Copy Route to Clipboard" feature, perfect for 
leveraging the [JBang run from clipboard 
functionality](https://camel.apache.org/manual/camel-jbang.html#_run_from_clipboard).
+[Run route from clipboard](JBangClipboard.webm)
+
+### Kamelet Integration
+We now support adding Kamelets in a Camel Route, expanding your options, and 
simplifying integration tasks.
+
+### Lightweight
+This new version of Kaoto is a UI-only application, which makes it more 
portable for embedding it in different environments.
+
+
+## What comes next?
+

Review Comment:
   Done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] blog(kaoto): Kaoto 2.0 TP1 Release [camel-website]

2024-01-26 Thread via GitHub


apupier commented on code in PR #1133:
URL: https://github.com/apache/camel-website/pull/1133#discussion_r1467684742


##
content/blog/2024/01/kaoto/index.md:
##
@@ -0,0 +1,64 @@
+---
+title: "Kaoto v2.0 TP1 release"
+date: 2024-01-26
+draft: false
+authors: [rmartinez]
+categories: ["Releases", "Tooling", "Kaoto"]
+preview: "Kaoto 2.0 TP1 is released. What's new?"
+---
+
+![Kaoto](CamelKaoto.png)
+
+Introducing Kaoto 2.0 (Tech Preview) - A New Chapter for the Kaoto Project
+We are thrilled to announce the first tech preview release of Kaoto 2.0, 
marking a significant milestone in the evolution of the Kaoto project.
+
+Kaoto is a no-code / low-code editor for Apache Camel integrations, which lets 
you create and edit your routes in a graphical way.
+
+## Highlights
+A lot of effort has been put into bringing the Kaoto project closer to Apache 
Camel. We are now directly leveraging the Camel models and schemas to provide 
all the features Apache Camel is offering also in the Kaoto designer.
+
+On top of that, we were busy adding a host of new features and usability 
improvements that promise to elevate your development experience. Here's a 
glimpse of what you can expect:
+
+### New Catalog UI
+Explore a brand-new catalog that provides comprehensive information about 
component and processor descriptions and parameters. Use the filter and search 
functionality to easily find what you are looking for.
+![Kaoto Catalog](catalog.gif)
+
+### Expression Definition Support
+Kaoto now provides an enhanced expression definition support, making it easier 
to define and manage expressions within your Camel routes. We support all 
languages which are part of Apache Camel.
+![Expression Definition support](expressionDefinition.gif)
+
+### Dataformat Support
+Handle data with ease using our improved data format support. Kaoto now offers 
a seamless experience when working with different data formats. We support all 
data formats included in Apache Camel.
+![Dataformats support](dataformats.gif)
+
+### Beans support
+We've introduced support for adding Beans directly from the Canvas 
Configuration Form, simplifying the process of configuring your Camel routes. 
The Beans page will offer you full control over all defined beans in one place.
+![Beans support](beans.gif)
+
+### Fresh Icons
+Check out the new set of icons which will help you to understand your 
integration better without looking at the details.
+
+### Dynamic Labels
+Experience dynamic labels for nodes, improving clarity and making it easier to 
understand and manage complex route structures. You can provide descriptions 
for your steps which will then show as the labels on the canvas.
+
+### “setHeaders” Processor
+We added support for the new [`setHeaders` 
processor](https://camel.apache.org/components/next/eips/setHeaders-eip.html), 
enhancing your ability to add multiple headers effortlessly.

Review Comment:
   must be a relative link (there should an error at build time)



##
content/blog/2024/01/kaoto/index.md:
##
@@ -0,0 +1,64 @@
+---
+title: "Kaoto v2.0 TP1 release"
+date: 2024-01-26
+draft: false
+authors: [rmartinez]
+categories: ["Releases", "Tooling", "Kaoto"]
+preview: "Kaoto 2.0 TP1 is released. What's new?"
+---
+
+![Kaoto](CamelKaoto.png)
+
+Introducing Kaoto 2.0 (Tech Preview) - A New Chapter for the Kaoto Project
+We are thrilled to announce the first tech preview release of Kaoto 2.0, 
marking a significant milestone in the evolution of the Kaoto project.
+
+Kaoto is a no-code / low-code editor for Apache Camel integrations, which lets 
you create and edit your routes in a graphical way.
+
+## Highlights
+A lot of effort has been put into bringing the Kaoto project closer to Apache 
Camel. We are now directly leveraging the Camel models and schemas to provide 
all the features Apache Camel is offering also in the Kaoto designer.
+
+On top of that, we were busy adding a host of new features and usability 
improvements that promise to elevate your development experience. Here's a 
glimpse of what you can expect:
+
+### New Catalog UI
+Explore a brand-new catalog that provides comprehensive information about 
component and processor descriptions and parameters. Use the filter and search 
functionality to easily find what you are looking for.
+![Kaoto Catalog](catalog.gif)
+
+### Expression Definition Support
+Kaoto now provides an enhanced expression definition support, making it easier 
to define and manage expressions within your Camel routes. We support all 
languages which are part of Apache Camel.
+![Expression Definition support](expressionDefinition.gif)
+
+### Dataformat Support
+Handle data with ease using our improved data format support. Kaoto now offers 
a seamless experience when working with different data formats. We support all 
data formats included in Apache Camel.
+![Dataformats support](dataformats.gif)
+
+### Beans support
+We've introduced support for adding Beans directly from the 

Re: [PR] blog(kaoto): Kaoto 2.0 TP1 Release [camel-website]

2024-01-26 Thread via GitHub


lhein commented on code in PR #1133:
URL: https://github.com/apache/camel-website/pull/1133#discussion_r1467683803


##
content/blog/2024/01/kaoto/index.md:
##
@@ -0,0 +1,64 @@
+---
+title: "Kaoto v2.0 TP1 release"
+date: 2024-01-26
+draft: false
+authors: [rmartinez]
+categories: ["Releases", "Tooling", "Kaoto"]
+preview: "Kaoto 2.0 TP1 is released. What's new?"
+---
+
+![Kaoto](CamelKaoto.png)
+
+Introducing Kaoto 2.0 (Tech Preview) - A New Chapter for the Kaoto Project
+We are thrilled to announce the first tech preview release of Kaoto 2.0, 
marking a significant milestone in the evolution of the Kaoto project.
+
+Kaoto is a no-code / low-code editor for Apache Camel integrations, which lets 
you create and edit your routes in a graphical way.
+
+## Highlights
+A lot of effort has been put into bringing the Kaoto project closer to Apache 
Camel. We are now directly leveraging the Camel models and schemas to provide 
all the features Apache Camel is offering also in the Kaoto designer.
+
+On top of that, we were busy adding a host of new features and usability 
improvements that promise to elevate your development experience. Here's a 
glimpse of what you can expect:
+
+### New Catalog UI
+Explore a brand-new catalog that provides comprehensive information about 
component and processor descriptions and parameters. Use the filter and search 
functionality to easily find what you are looking for.
+![Kaoto Catalog](catalog.gif)
+
+### Expression Definition Support
+Kaoto now provides an enhanced expression definition support, making it easier 
to define and manage expressions within your Camel routes. We support all 
languages which are part of Apache Camel.
+![Expression Definition support](expressionDefinition.gif)
+
+### Dataformat Support
+Handle data with ease using our improved data format support. Kaoto now offers 
a seamless experience when working with different data formats. We support all 
data formats included in Apache Camel.
+![Dataformats support](dataformats.gif)
+
+### Beans support
+We've introduced support for adding Beans directly from the Canvas 
Configuration Form, simplifying the process of configuring your Camel routes. 
The Beans page will offer you full control over all defined beans in one place.
+![Beans support](beans.gif)
+
+### Fresh Icons
+Check out the new set of icons which will help you to understand your 
integration better without looking at the details.
+
+### Dynamic Labels
+Experience dynamic labels for nodes, improving clarity and making it easier to 
understand and manage complex route structures. You can provide descriptions 
for your steps which will then show as the labels on the canvas.
+
+### “setHeaders” Processor
+We added support for the new [`setHeaders` 
processor](https://camel.apache.org/components/next/eips/setHeaders-eip.html), 
enhancing your ability to add multiple headers effortlessly.
+
+### Copy Routes to Clipboard
+Take advantage of the "Copy Route to Clipboard" feature, perfect for 
leveraging the [JBang run from clipboard 
functionality](https://camel.apache.org/manual/camel-jbang.html#_run_from_clipboard).
+[Run route from clipboard](JBangClipboard.webm)
+
+### Kamelet Integration
+We now support adding Kamelets in a Camel Route, expanding your options, and 
simplifying integration tasks.
+
+### Lightweight
+This new version of Kaoto is a UI-only application, which makes it more 
portable for embedding it in different environments.
+
+
+## What comes next?
+

Review Comment:
   remove the empty line?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org