You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/11/14 21:02:11 UTC

(camel-website) branch main updated (23d9d1bb -> 6dcb6257)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


    from 23d9d1bb Add release notes and blog entry for Camel 4.2.0
     new 7b677329 Add java 21 as supported for this release
     new 6dcb6257 Move XSD in correct folder

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/releases/release-4.2.0.md                                       | 2 +-
 .../spring/{camel-spring-xml-3.14.10.xsd => camel-spring-3.14.10.xsd}   | 0
 .../spring/{camel-spring-xml-3.20.8.xsd => camel-spring-3.20.8.xsd}     | 0
 .../spring/{camel-spring-xml-3.21.2.xsd => camel-spring-3.21.2.xsd}     | 0
 .../spring/{camel-spring-xml-4.0.2.xsd => camel-spring-4.0.2.xsd}       | 0
 .../camel-spring-xml-4.2.0.xsd => spring/camel-spring-4.2.0.xsd}        | 0
 6 files changed, 1 insertion(+), 1 deletion(-)
 rename static/schema/spring/{camel-spring-xml-3.14.10.xsd => camel-spring-3.14.10.xsd} (100%)
 rename static/schema/spring/{camel-spring-xml-3.20.8.xsd => camel-spring-3.20.8.xsd} (100%)
 rename static/schema/spring/{camel-spring-xml-3.21.2.xsd => camel-spring-3.21.2.xsd} (100%)
 rename static/schema/spring/{camel-spring-xml-4.0.2.xsd => camel-spring-4.0.2.xsd} (100%)
 rename static/schema/{spring-xml/camel-spring-xml-4.2.0.xsd => spring/camel-spring-4.2.0.xsd} (100%)


(camel-website) 02/02: Move XSD in correct folder

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 6dcb6257cbbbe750e95bc981c8ed2eff35fbcf88
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Nov 14 22:00:34 2023 +0100

    Move XSD in correct folder
---
 .../spring/{camel-spring-xml-3.14.10.xsd => camel-spring-3.14.10.xsd}     | 0
 .../spring/{camel-spring-xml-3.20.8.xsd => camel-spring-3.20.8.xsd}       | 0
 .../spring/{camel-spring-xml-3.21.2.xsd => camel-spring-3.21.2.xsd}       | 0
 .../schema/spring/{camel-spring-xml-4.0.2.xsd => camel-spring-4.0.2.xsd}  | 0
 .../camel-spring-xml-4.2.0.xsd => spring/camel-spring-4.2.0.xsd}          | 0
 5 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/static/schema/spring/camel-spring-xml-3.14.10.xsd b/static/schema/spring/camel-spring-3.14.10.xsd
similarity index 100%
rename from static/schema/spring/camel-spring-xml-3.14.10.xsd
rename to static/schema/spring/camel-spring-3.14.10.xsd
diff --git a/static/schema/spring/camel-spring-xml-3.20.8.xsd b/static/schema/spring/camel-spring-3.20.8.xsd
similarity index 100%
rename from static/schema/spring/camel-spring-xml-3.20.8.xsd
rename to static/schema/spring/camel-spring-3.20.8.xsd
diff --git a/static/schema/spring/camel-spring-xml-3.21.2.xsd b/static/schema/spring/camel-spring-3.21.2.xsd
similarity index 100%
rename from static/schema/spring/camel-spring-xml-3.21.2.xsd
rename to static/schema/spring/camel-spring-3.21.2.xsd
diff --git a/static/schema/spring/camel-spring-xml-4.0.2.xsd b/static/schema/spring/camel-spring-4.0.2.xsd
similarity index 100%
rename from static/schema/spring/camel-spring-xml-4.0.2.xsd
rename to static/schema/spring/camel-spring-4.0.2.xsd
diff --git a/static/schema/spring-xml/camel-spring-xml-4.2.0.xsd b/static/schema/spring/camel-spring-4.2.0.xsd
similarity index 100%
rename from static/schema/spring-xml/camel-spring-xml-4.2.0.xsd
rename to static/schema/spring/camel-spring-4.2.0.xsd


(camel-website) 01/02: Add java 21 as supported for this release

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 7b67732931abcc3bbecde29389a27c973915eb38
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Nov 14 21:59:27 2023 +0100

    Add java 21 as supported for this release
---
 content/releases/release-4.2.0.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/releases/release-4.2.0.md b/content/releases/release-4.2.0.md
index 3e8ca51f..17987ed5 100644
--- a/content/releases/release-4.2.0.md
+++ b/content/releases/release-4.2.0.md
@@ -9,7 +9,7 @@ apiBreaking: ""
 knownIssues: ""
 jiraVersionId: 12353662
 category: camel
-jdk: [17]
+jdk: [17,21]
 ---
 
 This release is the new Camel 4.2.0 release.