This is an automated email from the ASF dual-hosted git repository.
oscerd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new 34433f5f6 Upgrade to Camel 4.23.0-SNAPSHOT (#3027)
34433f5f6 is described below
commit 34433f5f6c603faf027ae6198ad3033b1809b7c1
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Sep 14 14:55:42 2026 +0200
Upgrade to Camel 4.23.0-SNAPSHOT (#3027)
Point the camel-dependencies parent and camel.version at 4.23.0-SNAPSHOT,
unblocking work that requires Camel 4.23.0. aws2-s3 gained four ACL grant
headers upstream, so the aws-s3-sink count in
KameletsCatalogTest.testSupportedHeaders moves from 47 to 51; every other
component the test covers is unchanged.
---
.../java/org/apache/camel/kamelets/catalog/KameletsCatalogTest.java | 2 +-
pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/library/camel-kamelets-catalog/src/test/java/org/apache/camel/kamelets/catalog/KameletsCatalogTest.java
b/library/camel-kamelets-catalog/src/test/java/org/apache/camel/kamelets/catalog/KameletsCatalogTest.java
index 7ff4cd89f..f6b60c766 100644
---
a/library/camel-kamelets-catalog/src/test/java/org/apache/camel/kamelets/catalog/KameletsCatalogTest.java
+++
b/library/camel-kamelets-catalog/src/test/java/org/apache/camel/kamelets/catalog/KameletsCatalogTest.java
@@ -177,7 +177,7 @@ public class KameletsCatalogTest {
@Test
void testSupportedHeaders() throws Exception {
verifyHeaders("aws-s3-source", 26);
- verifyHeaders("aws-s3-sink", 47);
+ verifyHeaders("aws-s3-sink", 51);
verifyHeaders("aws-cloudtrail-source", 4);
verifyHeaders("aws-redshift-source", 0);
verifyHeaders("aws-not-exists", 0);
diff --git a/pom.xml b/pom.xml
index 218f7786a..cf64cf239 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel</groupId>
<artifactId>camel-dependencies</artifactId>
- <version>4.22.0</version>
+ <version>4.23.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.camel.kamelets</groupId>
@@ -73,7 +73,7 @@
<apache-rat-plugin.version>0.18</apache-rat-plugin.version>
<cyclonedx-maven-plugin-version>2.9.3</cyclonedx-maven-plugin-version>
- <camel.version>4.22.0</camel.version>
+ <camel.version>4.23.0-SNAPSHOT</camel.version>
<citrus.version>5.0.1</citrus.version>
<jose4j.version>0.9.7</jose4j.version>