This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch new440
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/new440 by this push:
new b20affdb Camel 4.4 whats new. WIP
b20affdb is described below
commit b20affdbc305b3443f9c150267854667c619dd58
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Feb 13 14:17:01 2024 +0100
Camel 4.4 whats new. WIP
---
content/blog/2024/02/camel44-whatsnew/index.md | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/content/blog/2024/02/camel44-whatsnew/index.md
b/content/blog/2024/02/camel44-whatsnew/index.md
index 8b900ccd..03f944cc 100644
--- a/content/blog/2024/02/camel44-whatsnew/index.md
+++ b/content/blog/2024/02/camel44-whatsnew/index.md
@@ -24,7 +24,6 @@ useful for tooling where you can then change routes during
troubleshooting an ex
## DSL
TODO: Throttler EIP
-TODO: Variables
### Variables
@@ -86,7 +85,6 @@ If you take a closer look in the screenshot above, then the
debugger reveals tha
and that the message body is empty (`null`). The example is exclusively using
variables to gather and compute data; without
the need to store and restore data on message header/body during routing. This
is a cleaner and elegant practice.
-
## Camel JBang (Camel CLI)
We have continued investing in Camel JBang, and this time we have some great
new stuff in the release.
@@ -119,7 +117,7 @@ We have changed the recommended ordering of BOM from:
- `spring-boot-dependencies`
- `camel-spring-boot-bom`
-To reverse the order so Camel comes first:
+... to reverse the order, so Camel comes first:
- `camel-spring-boot-bom`
- `spring-boot-dependencies`
@@ -133,6 +131,7 @@ Upgraded to latest Spring Boot 3.2.2 release.
TODO: About the new DSL for Kotlin
+
## Miscellaneous
The `camel-grpc` can now do full streaming in proxy mode.
@@ -145,7 +144,7 @@ this is useful information, when using dynamic computed
queue names.
The `camel-kubernetes` component can now auto-create `KubernetesClient` if
needed, making it easier to use when running inside
a Kubernetes pod.
-Upgraded many 3rd-party dependencies to the latest release at the time of
release.
+Upgraded many third-party dependencies to the latest release at the time of
release.
## New Components