This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch whats420
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/whats420 by this push:
new 94483677 Blog - Whats new in Camel 4.2 - WIP
94483677 is described below
commit 94483677ac80681e49fb654d1c6532b3f4625c90
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Nov 15 06:22:20 2023 +0100
Blog - Whats new in Camel 4.2 - WIP
---
content/blog/2023/11/camel42-whatsnew/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/blog/2023/11/camel42-whatsnew/index.md
b/content/blog/2023/11/camel42-whatsnew/index.md
index 6bb3e1d0..94ed6715 100644
--- a/content/blog/2023/11/camel42-whatsnew/index.md
+++ b/content/blog/2023/11/camel42-whatsnew/index.md
@@ -73,7 +73,7 @@ We also made Camel JBang work better on Windows. However, we
are interested in f
The `run clipboard.yaml` command (run from clipboard) now supports `--dev`
mode for reload on changes (i.e. you can copy to clipboard your updates).
-We have also improved support for migrating older Spring XML (spring <beans>
XML files) or Camel Karaf projects (OSGi <blueprint> XML files)
+We have also improved support for migrating older Spring XML (classic Spring
XML files) or Camel Karaf projects (OSGi blueprint XML files)
to Camel 4 with the `transform` command. A blog post is currently in the
writing about this topic.
However, this effort, lead us to implement _best effort_ running existing
Maven based projects via `camel run pom.xml`.
The need for this is to assist during migrating those older projects, but can
be used for other purposes in the future.