(camel-quarkus) 01/02: Regen

2024-04-04 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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

commit ddd3ee1c42c25cf2d7ed09b1c49b65ef347f6d99
Author: aldettinger 
AuthorDate: Wed Apr 3 15:51:22 2024 +0200

Regen
---
 catalog/pom.xml| 117 +
 integration-test-groups/http/netty-http/pom.xml|  13 +++
 integration-tests/kudu/pom.xml |  13 ---
 integration-tests/main-yaml/pom.xml|  13 +++
 integration-tests/master-file/pom.xml  |  13 +++
 integration-tests/master-openshift/pom.xml |  13 +++
 integration-tests/openapi-java/pom.xml |  13 +++
 integration-tests/platform-http/pom.xml|  13 +++
 integration-tests/rest/pom.xml |  13 +++
 integration-tests/servlet/pom.xml  |   4 +-
 poms/bom/pom.xml   |  12 +--
 poms/bom/src/main/generated/flattened-full-pom.xml |  12 +--
 .../src/main/generated/flattened-reduced-pom.xml   |  12 +--
 .../generated/flattened-reduced-verbose-pom.xml|  12 +--
 14 files changed, 234 insertions(+), 39 deletions(-)

diff --git a/catalog/pom.xml b/catalog/pom.xml
index 020376dd7e..03f622bf6c 100644
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -617,6 +617,19 @@
 
 
 
+
+org.apache.camel.quarkus
+camel-quarkus-beanio
+${project.version}
+pom
+test
+
+
+*
+*
+
+
+
 
 org.apache.camel.quarkus
 camel-quarkus-bindy
@@ -1215,6 +1228,19 @@
 
 
 
+
+org.apache.camel.quarkus
+camel-quarkus-elasticsearch-rest-client
+${project.version}
+pom
+test
+
+
+*
+*
+
+
+
 
 org.apache.camel.quarkus
 camel-quarkus-etcd3
@@ -1280,6 +1306,19 @@
 
 
 
+
+org.apache.camel.quarkus
+camel-quarkus-file-cluster-service
+${project.version}
+pom
+test
+
+
+*
+*
+
+
+
 
 org.apache.camel.quarkus
 camel-quarkus-file-watch
@@ -2359,6 +2398,19 @@
 
 
 
+
+org.apache.camel.quarkus
+camel-quarkus-kubernetes-cluster-service
+${project.version}
+pom
+test
+
+
+*
+*
+
+
+
 
 org.apache.camel.quarkus
 camel-quarkus-kudu
@@ -2502,6 +2554,19 @@
 
 
 
+
+org.apache.camel.quarkus
+camel-quarkus-mail-microsoft-oauth
+${project.version}
+pom
+test
+
+
+*
+*
+
+
+
 
 org.apache.camel.quarkus
 camel-quarkus-management
@@ -2788,6 +2853,19 @@
 
 
 
+
+org.apache.camel.quarkus
+camel-quarkus-opensearch
+${project.version}
+pom
+test
+
+
+*
+*
+
+
+
 
 org.apache.camel.quarkus
 camel-quarkus-openstack
@@ -2957,6 +3035,19 @@
 
 
 
+
+org.apache.camel.quarkus
+camel-quarkus-qdrant
+${project.version}
+pom
+test
+
+
+*
+*
+
+
+
 
 org.apache.camel.quarkus
 camel-quarkus-quartz
@@ -3282,6 +3373,19 @@
 
 
 
+
+org.apache.camel.quarkus
+camel-quarkus-smb
+${project.version}
+pom
+test
+
+
+*
+*
+
+
+
 
 org.apache.camel.quarkus
 camel-quarkus-smpp
@@ -3373,6 +3477,19 @@
 
 
 
+
+org.apache.camel.quarkus
+camel-quarkus-spring-redis
+${project.version}
+pom
+test

(camel-quarkus) branch main updated (67aaa125a4 -> a9b6a21353)

2024-04-04 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


from 67aaa125a4 Enable CSimple tests
 new ddd3ee1c42 Regen
 new a9b6a21353 Promote Qdrant extension to native #5815

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:
 catalog/pom.xml| 117 
 docs/modules/ROOT/examples/components/qdrant.yml   |   6 +-
 .../ROOT/pages/reference/extensions/qdrant.adoc|  14 ++-
 extensions-jvm/pom.xml |   1 -
 .../qdrant/deployment/QdrantProcessor.java |  46 
 extensions/pom.xml |   1 +
 .../qdrant/deployment/pom.xml  |  19 +++-
 .../qdrant/deployment/QdrantProcessor.java}|   8 +-
 {extensions-jvm => extensions}/qdrant/pom.xml  |   2 +-
 .../qdrant/runtime/pom.xml |  23 +++-
 .../main/resources/META-INF/quarkus-extension.yaml |   3 +-
 integration-test-groups/http/netty-http/pom.xml|  13 +++
 integration-tests-jvm/pom.xml  |   1 -
 integration-tests-jvm/qdrant/pom.xml   |  84 ---
 .../component/qdrant/it/QdrantResource.java|  50 -
 integration-tests/kudu/pom.xml |  13 ---
 integration-tests/main-yaml/pom.xml|  13 +++
 integration-tests/master-file/pom.xml  |  13 +++
 integration-tests/master-openshift/pom.xml |  13 +++
 integration-tests/openapi-java/pom.xml |  13 +++
 integration-tests/platform-http/pom.xml|  13 +++
 integration-tests/pom.xml  |   1 +
 integration-tests/{jsch => qdrant}/pom.xml |  63 +--
 .../component/qdrant/it/QdrantResource.java| 118 +
 .../quarkus/component/qdrant/it/QdrantIT.java  |   4 +-
 .../quarkus/component/qdrant/it/QdrantTest.java}   |  35 +++---
 .../component/qdrant/it/QdrantTestResource.java|  73 +
 integration-tests/rest/pom.xml |  13 +++
 integration-tests/servlet/pom.xml  |   4 +-
 pom.xml|   1 +
 poms/bom/pom.xml   |  12 +--
 poms/bom/src/main/generated/flattened-full-pom.xml |  12 +--
 .../src/main/generated/flattened-reduced-pom.xml   |  12 +--
 .../generated/flattened-reduced-verbose-pom.xml|  12 +--
 tooling/scripts/test-categories.yaml   |   1 +
 35 files changed, 538 insertions(+), 289 deletions(-)
 delete mode 100644 
extensions-jvm/qdrant/deployment/src/main/java/org/apache/camel/quarkus/component/qdrant/deployment/QdrantProcessor.java
 rename {extensions-jvm => extensions}/qdrant/deployment/pom.xml (76%)
 copy 
extensions/{browse/deployment/src/main/java/org/apache/camel/quarkus/component/browse/deployment/BrowseProcessor.java
 => 
qdrant/deployment/src/main/java/org/apache/camel/quarkus/component/qdrant/deployment/QdrantProcessor.java}
 (83%)
 rename {extensions-jvm => extensions}/qdrant/pom.xml (96%)
 rename {extensions-jvm => extensions}/qdrant/runtime/pom.xml (79%)
 rename {extensions-jvm => 
extensions}/qdrant/runtime/src/main/resources/META-INF/quarkus-extension.yaml 
(97%)
 delete mode 100644 integration-tests-jvm/qdrant/pom.xml
 delete mode 100644 
integration-tests-jvm/qdrant/src/main/java/org/apache/camel/quarkus/component/qdrant/it/QdrantResource.java
 copy integration-tests/{jsch => qdrant}/pom.xml (88%)
 create mode 100644 
integration-tests/qdrant/src/main/java/org/apache/camel/quarkus/component/qdrant/it/QdrantResource.java
 copy 
integration-test-groups/foundation/browse/src/test/java/org/apache/camel/quarkus/component/browse/it/BrowseIT.java
 => 
integration-tests/qdrant/src/test/java/org/apache/camel/quarkus/component/qdrant/it/QdrantIT.java
 (90%)
 copy 
integration-tests/{jcache/src/test/java/org/apache/camel/quarkus/component/jcache/it/JcacheTest.java
 => 
qdrant/src/test/java/org/apache/camel/quarkus/component/qdrant/it/QdrantTest.java}
 (61%)
 create mode 100644 
integration-tests/qdrant/src/test/java/org/apache/camel/quarkus/component/qdrant/it/QdrantTestResource.java



(camel-quarkus) 02/02: Promote Qdrant extension to native #5815

2024-04-04 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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

commit a9b6a21353341b2ec28779fd7912044a15ecede3
Author: aldettinger 
AuthorDate: Wed Apr 3 15:55:36 2024 +0200

Promote Qdrant extension to native #5815
---
 docs/modules/ROOT/examples/components/qdrant.yml   |   6 +-
 .../ROOT/pages/reference/extensions/qdrant.adoc|  14 ++-
 extensions-jvm/pom.xml |   1 -
 extensions/pom.xml |   1 +
 .../qdrant/deployment/pom.xml  |  19 +++-
 .../qdrant/deployment/QdrantProcessor.java |  14 ---
 {extensions-jvm => extensions}/qdrant/pom.xml  |   2 +-
 .../qdrant/runtime/pom.xml |  23 +++-
 .../main/resources/META-INF/quarkus-extension.yaml |   3 +-
 integration-tests-jvm/pom.xml  |   1 -
 .../component/qdrant/it/QdrantResource.java|  50 -
 integration-tests/pom.xml  |   1 +
 .../qdrant/pom.xml |  58 +-
 .../component/qdrant/it/QdrantResource.java| 118 +
 .../quarkus/component/qdrant/it/QdrantIT.java  |  24 +
 .../quarkus/component/qdrant/it/QdrantTest.java|  56 ++
 .../component/qdrant/it/QdrantTestResource.java|  73 +
 pom.xml|   1 +
 tooling/scripts/test-categories.yaml   |   1 +
 19 files changed, 382 insertions(+), 84 deletions(-)

diff --git a/docs/modules/ROOT/examples/components/qdrant.yml 
b/docs/modules/ROOT/examples/components/qdrant.yml
index 0887a47046..6b3a7016de 100644
--- a/docs/modules/ROOT/examples/components/qdrant.yml
+++ b/docs/modules/ROOT/examples/components/qdrant.yml
@@ -2,11 +2,11 @@
 # This file was generated by 
camel-quarkus-maven-plugin:update-extension-doc-page
 cqArtifactId: camel-quarkus-qdrant
 cqArtifactIdBase: qdrant
-cqNativeSupported: false
-cqStatus: Preview
+cqNativeSupported: true
+cqStatus: Stable
 cqDeprecated: false
 cqJvmSince: 3.10.0
-cqNativeSince: n/a
+cqNativeSince: 3.10.0
 cqCamelPartName: qdrant
 cqCamelPartTitle: Qdrant
 cqCamelPartDescription: Perform operations on the Qdrant Vector Database.
diff --git a/docs/modules/ROOT/pages/reference/extensions/qdrant.adoc 
b/docs/modules/ROOT/pages/reference/extensions/qdrant.adoc
index 549ddc6cfb..a2712d4b11 100644
--- a/docs/modules/ROOT/pages/reference/extensions/qdrant.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/qdrant.adoc
@@ -4,17 +4,17 @@
 = Qdrant
 :linkattrs:
 :cq-artifact-id: camel-quarkus-qdrant
-:cq-native-supported: false
-:cq-status: Preview
-:cq-status-deprecation: Preview
+:cq-native-supported: true
+:cq-status: Stable
+:cq-status-deprecation: Stable
 :cq-description: Perform operations on the Qdrant Vector Database.
 :cq-deprecated: false
 :cq-jvm-since: 3.10.0
-:cq-native-since: n/a
+:cq-native-since: 3.10.0
 
 ifeval::[{doc-show-badges} == true]
 [.badges]
-[.badge-key]##JVM since##[.badge-supported]##3.10.0## 
[.badge-key]##Native##[.badge-unsupported]##unsupported##
+[.badge-key]##JVM since##[.badge-supported]##3.10.0## [.badge-key]##Native 
since##[.badge-supported]##3.10.0##
 endif::[]
 
 Perform operations on the Qdrant Vector Database.
@@ -29,6 +29,10 @@ Please refer to the above link for usage and configuration 
details.
 [id="extensions-qdrant-maven-coordinates"]
 == Maven coordinates
 
+https://{link-quarkus-code-generator}/?extension-search=camel-quarkus-qdrant[Create
 a new project with this extension on {link-quarkus-code-generator}, 
window="_blank"]
+
+Or add the coordinates to your existing project:
+
 [source,xml]
 
 
diff --git a/extensions-jvm/pom.xml b/extensions-jvm/pom.xml
index 94eaf452ae..8e16b04c66 100644
--- a/extensions-jvm/pom.xml
+++ b/extensions-jvm/pom.xml
@@ -85,7 +85,6 @@
 opensearch
 printer
 pulsar
-qdrant
 quickfix
 redis
 robotframework
diff --git a/extensions/pom.xml b/extensions/pom.xml
index 2d9db9e730..c107834b6a 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -204,6 +204,7 @@
 platform-http
 protobuf
 pubnub
+qdrant
 quartz
 qute
 reactive-streams
diff --git a/extensions-jvm/qdrant/deployment/pom.xml 
b/extensions/qdrant/deployment/pom.xml
similarity index 76%
rename from extensions-jvm/qdrant/deployment/pom.xml
rename to extensions/qdrant/deployment/pom.xml
index a84753ed29..de4c45e831 100644
--- a/extensions-jvm/qdrant/deployment/pom.xml
+++ b/extensions/qdrant/deployment/pom.xml
@@ -18,8 +18,8 @@
 
 -->
 http://maven.apache.org/POM/4.0.0;
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+xmlns:xsi=&qu

(camel-quarkus) branch main updated: Adjust UpdateExtensionDocPageMojo to filter on supported catalog model kinds

2024-04-03 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 1dbb69b7b8 Adjust UpdateExtensionDocPageMojo to filter on supported 
catalog model kinds
1dbb69b7b8 is described below

commit 1dbb69b7b897ab0d7e3a7bdb0011b7e2a413c380
Author: James Netherton 
AuthorDate: Wed Apr 3 14:03:29 2024 +0100

Adjust UpdateExtensionDocPageMojo to filter on supported catalog model kinds
---
 .../camel/quarkus/maven/UpdateExtensionDocPageMojo.java | 13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git 
a/tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/UpdateExtensionDocPageMojo.java
 
b/tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/UpdateExtensionDocPageMojo.java
index 62f58e6be5..8218464e8e 100644
--- 
a/tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/UpdateExtensionDocPageMojo.java
+++ 
b/tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/UpdateExtensionDocPageMojo.java
@@ -31,6 +31,7 @@ import java.util.Locale;
 import java.util.Map;
 import java.util.Optional;
 import java.util.concurrent.ConcurrentHashMap;
+import java.util.function.Predicate;
 import java.util.regex.Pattern;
 import java.util.stream.Collectors;
 import java.util.stream.Stream;
@@ -54,9 +55,7 @@ import 
org.apache.camel.quarkus.maven.processor.SectionIdPostProcessor;
 import org.apache.camel.tooling.model.ArtifactModel;
 import org.apache.camel.tooling.model.BaseModel;
 import org.apache.camel.tooling.model.ComponentModel;
-import org.apache.camel.tooling.model.DevConsoleModel;
 import org.apache.camel.tooling.model.Kind;
-import org.apache.camel.tooling.model.TransformerModel;
 import org.apache.maven.model.Dependency;
 import org.apache.maven.plugin.MojoExecutionException;
 import org.apache.maven.plugin.MojoFailureException;
@@ -71,6 +70,13 @@ public class UpdateExtensionDocPageMojo extends 
AbstractDocGeneratorMojo {
 new AppendNewLinePostProcessor(),
 new SectionIdPostProcessor()
 };
+static final Predicate> SUPPORTED_MODEL_KIND_FILTER = 
artifactModel -> {
+Kind kind = artifactModel.getKind();
+return kind.equals(Kind.component) ||
+kind.equals(Kind.dataformat) ||
+kind.equals(Kind.language) ||
+kind.equals(Kind.other);
+};
 
 @Parameter(defaultValue = "false", property = 
"camel-quarkus.update-extension-doc-page.skip")
 boolean skip = false;
@@ -113,8 +119,7 @@ public class UpdateExtensionDocPageMojo extends 
AbstractDocGeneratorMojo {
 templatesUriBase, encoding);
 
 final List> models = 
catalog.filterModels(ext.getRuntimeArtifactIdBase())
-.filter(artifactModel -> !(artifactModel instanceof 
DevConsoleModel))
-.filter(artifactModel -> !(artifactModel instanceof 
TransformerModel))
+.filter(SUPPORTED_MODEL_KIND_FILTER)
 .filter(artifactModel -> 
!artifactModel.getArtifactId().equals("camel-management"))
 .filter(artifactModel -> 
!artifactModel.getArtifactId().equals("camel-yaml-io"))
 .sorted(BaseModel.compareTitle())



(camel-website) branch main updated: Remove 3.9.x doc branch as its not LTS

2024-03-29 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 7204ba13 Remove 3.9.x doc branch as its not LTS
7204ba13 is described below

commit 7204ba1318ac25163442ba29c1129a5b7f97a4fc
Author: aldettinger 
AuthorDate: Fri Mar 29 10:04:54 2024 +0100

Remove 3.9.x doc branch as its not LTS
---
 antora-playbook-snippets/antora-playbook.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/antora-playbook-snippets/antora-playbook.yml 
b/antora-playbook-snippets/antora-playbook.yml
index c2725377..42783d8d 100644
--- a/antora-playbook-snippets/antora-playbook.yml
+++ b/antora-playbook-snippets/antora-playbook.yml
@@ -51,7 +51,6 @@ content:
 - url: https://github.com/apache/camel-quarkus.git
   branches:
 - main
-- 3.9.x
 - 3.8.x
 - 3.2.x
   start_path: docs



(camel-quarkus) branch main updated: Explicit in release procedure that only LTS branches should have documentation

2024-03-29 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 9845d7b832 Explicit in release procedure that only LTS branches should 
have documentation
9845d7b832 is described below

commit 9845d7b8321536c755466854ced167bff7600958
Author: aldettinger 
AuthorDate: Fri Mar 29 10:08:32 2024 +0100

Explicit in release procedure that only LTS branches should have 
documentation
---
 docs/modules/ROOT/pages/contributor-guide/release-guide.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc 
b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index dc0c65a043..0742b1e9a0 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -446,7 +446,7 @@ Please, keep in mind a few things when preparing the pull 
request for the camel-
 * A release marker file should be added in 
https://github.com/apache/camel-website/tree/main/content/releases/q
 * Marker files for LTS versions should include the end of life date, ala  
'eol: date'
 * The end of life date is the minimum date between camel LTS eol date and 
quarkus LTS eol date
-* Documentation branches should be updated in 
https://github.com/apache/camel-website/blob/main/antora-playbook-snippets/antora-playbook.yml[antora-playbook.yml]
+* Documentation branches for LTS releases should be updated in 
https://github.com/apache/camel-website/blob/main/antora-playbook-snippets/antora-playbook.yml[antora-playbook.yml]
 * We maintain documentation branches only for LTS versions and main
 
 == Further steps



(camel-quarkus) branch main updated: fix tag steps in release procedure

2024-03-28 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new b67e3991b6 fix tag steps in release procedure
b67e3991b6 is described below

commit b67e3991b6e9cd5d5811e532b1af0e583582e702
Author: aldettinger 
AuthorDate: Thu Mar 28 10:33:33 2024 +0100

fix tag steps in release procedure
---
 docs/modules/ROOT/pages/contributor-guide/release-guide.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc 
b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index a736a6e477..dc0c65a043 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -348,7 +348,7 @@ The following needs to be done:
 
 * Go to 
https://github.com/apache/camel-quarkus/releases[https://github.com/apache/camel-quarkus/releases].
 * Click the tag you want to promote to a GitHub release
-* Click "Edit Tag" button
+* Click "Create release from tag" button
 * In the "New release" form:
   * Leave "Release title" empty
   * Choose the tag of the previous release from the "Previous tag" select field



(camel-website) branch main updated: Camel Quarkus 3.9.0 announcement blog post

2024-03-27 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 3733155d Camel Quarkus 3.9.0 announcement blog post
3733155d is described below

commit 3733155d392229dd19935a8a61f27ac75a338522
Author: aldettinger 
AuthorDate: Wed Mar 27 17:28:55 2024 +0100

Camel Quarkus 3.9.0 announcement blog post
---
 antora-playbook-snippets/antora-playbook.yml   |   1 +
 .../camel-featured.jpeg| Bin 0 -> 625206 bytes
 .../2024/03/camel-quarkus-release-3.9.0/index.md   |  24 +
 content/releases/q/release-3.9.0.md|  12 +++
 4 files changed, 37 insertions(+)

diff --git a/antora-playbook-snippets/antora-playbook.yml 
b/antora-playbook-snippets/antora-playbook.yml
index 42783d8d..c2725377 100644
--- a/antora-playbook-snippets/antora-playbook.yml
+++ b/antora-playbook-snippets/antora-playbook.yml
@@ -51,6 +51,7 @@ content:
 - url: https://github.com/apache/camel-quarkus.git
   branches:
 - main
+- 3.9.x
 - 3.8.x
 - 3.2.x
   start_path: docs
diff --git 
a/content/blog/2024/03/camel-quarkus-release-3.9.0/camel-featured.jpeg 
b/content/blog/2024/03/camel-quarkus-release-3.9.0/camel-featured.jpeg
new file mode 100644
index ..36c23a02
Binary files /dev/null and 
b/content/blog/2024/03/camel-quarkus-release-3.9.0/camel-featured.jpeg differ
diff --git a/content/blog/2024/03/camel-quarkus-release-3.9.0/index.md 
b/content/blog/2024/03/camel-quarkus-release-3.9.0/index.md
new file mode 100644
index ..db2a76d2
--- /dev/null
+++ b/content/blog/2024/03/camel-quarkus-release-3.9.0/index.md
@@ -0,0 +1,24 @@
+---
+title: "Camel Quarkus 3.9.0 Released"
+date: 2024-03-27
+authors: ["aldettinger"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 3.9.0 Released"
+summary: "Camel Quarkus 3.9.0 release"
+---
+
+Image by https://www.flickr.com/photos/lanzen/5984113332;>Anders Lanzen https://creativecommons.org/licenses/by-nc-sa/2.0;>CC BY-NC-SA 
2.0
+
+We are pleased to announce the 3.9.0 release of Camel Quarkus.
+
+Camel Quarkus 3.9.0 aligns with Camel 4.4.1 LTS and Quarkus 3.9.0 releases.
+
+For more information, please check the [Release notes](/releases/q-3.9.0/).
+
+## Camel 4.4.1
+
+Please refer to the [Camel 4.4.1 announcement](/blog/2024/03/RELEASE-4.4.1/) 
for more details.
+
+## Quarkus 3.9.0
+
+Please refer to the [Quarkus 
3.9.0](https://github.com/quarkusio/quarkus/releases/tag/3.9.0) release notes 
for more details.
diff --git a/content/releases/q/release-3.9.0.md 
b/content/releases/q/release-3.9.0.md
new file mode 100644
index ..e7dead4b
--- /dev/null
+++ b/content/releases/q/release-3.9.0.md
@@ -0,0 +1,12 @@
+---
+url: "/releases/q-3.9.0/"
+date: 2024-03-27
+type: release-note
+version: 3.9.0
+title: "Camel Quarkus release 3.9.0"
+preview: ""
+changelog: ""
+category: "camel-quarkus"
+milestone: 55
+jdk: [17, 21]
+---



(camel-quarkus-examples) branch camel-quarkus-main updated (9f14668 -> 9e958a7)

2024-03-27 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


omit 9f14668  Upgrade to Quarkus Platform 3.9.1
omit 2e23c59  Next is 3.9.0
 add 317efed  Next is 3.9.0
 add 6c54100  Upgrade to Quarkus Platform 3.9.1
 add ef1f680  Tag 3.9.0
 new 9e958a7  Next is 3.9.1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9f14668)
\
 N -- N -- N   refs/heads/camel-quarkus-main (9e958a7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 aws-lambda/pom.xml   | 12 ++--
 cluster-leader-election/pom.xml  | 12 ++--
 cxf-soap/pom.xml | 12 ++--
 file-bindy-ftp/pom.xml   | 12 ++--
 file-bindy-ftp/src/main/kubernetes/kubernetes.yml| 12 ++--
 file-bindy-ftp/src/main/kubernetes/openshift.yml | 12 ++--
 file-split-log-xml/pom.xml   | 12 ++--
 health/pom.xml   | 12 ++--
 http-log/pom.xml | 12 ++--
 jdbc-datasource/pom.xml  | 12 ++--
 jms-jpa/pom.xml  | 12 ++--
 jpa-idempotent-repository/pom.xml| 12 ++--
 .../src/main/kubernetes/kubernetes.yml   | 12 ++--
 .../src/main/kubernetes/openshift.yml| 16 
 jta-jpa/pom.xml  | 12 ++--
 kafka/pom.xml| 12 ++--
 kamelet-chucknorris/pom.xml  | 14 +++---
 message-bridge/pom.xml   | 12 ++--
 observability/pom.xml| 12 ++--
 platform-http-security-keycloak/pom.xml  | 12 ++--
 rest-json/pom.xml| 12 ++--
 timer-log-kotlin/pom.xml | 12 ++--
 timer-log-main/pom.xml   | 14 +++---
 timer-log/pom.xml| 12 ++--
 24 files changed, 148 insertions(+), 148 deletions(-)



(camel-quarkus-examples) 01/01: Next is 3.9.1

2024-03-27 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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

commit 9e958a755d1f907784b35a48d1213694d4f4d1ad
Author: aldettinger 
AuthorDate: Wed Mar 27 19:08:23 2024 +0100

Next is 3.9.1
---
 aws-lambda/pom.xml | 12 ++--
 cluster-leader-election/pom.xml| 12 ++--
 cxf-soap/pom.xml   | 12 ++--
 file-bindy-ftp/pom.xml | 12 ++--
 file-bindy-ftp/src/main/kubernetes/kubernetes.yml  | 12 ++--
 file-bindy-ftp/src/main/kubernetes/openshift.yml   | 12 ++--
 file-split-log-xml/pom.xml | 12 ++--
 health/pom.xml | 12 ++--
 http-log/pom.xml   | 12 ++--
 jdbc-datasource/pom.xml| 12 ++--
 jms-jpa/pom.xml| 12 ++--
 jpa-idempotent-repository/pom.xml  | 12 ++--
 .../src/main/kubernetes/kubernetes.yml | 12 ++--
 .../src/main/kubernetes/openshift.yml  | 14 +++---
 jta-jpa/pom.xml| 12 ++--
 kafka/pom.xml  | 12 ++--
 kamelet-chucknorris/pom.xml| 14 +++---
 message-bridge/pom.xml | 12 ++--
 observability/pom.xml  | 12 ++--
 platform-http-security-keycloak/pom.xml| 12 ++--
 rest-json/pom.xml  | 12 ++--
 timer-log-kotlin/pom.xml   | 12 ++--
 timer-log-main/pom.xml | 14 +++---
 timer-log/pom.xml  | 12 ++--
 24 files changed, 147 insertions(+), 147 deletions(-)

diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml
index 0a91886..a1f2f57 100644
--- a/aws-lambda/pom.xml
+++ b/aws-lambda/pom.xml
@@ -21,19 +21,19 @@
 4.0.0
 org.apache.camel.quarkus.examples
 camel-quarkus-examples-aws-lambda
-3.9.0
+3.9.1-SNAPSHOT
 
 Camel Quarkus :: Examples :: AWS Lambda
 Camel Quarkus Example :: Deploying a Camel Route in AWS 
Lambda
 
 
-3.9.1
-
${quarkus.platform.version}
+3.9.0
+
3.9.1-SNAPSHOT
 
-
io.quarkus.platform
+io.quarkus
 
quarkus-bom
-
${quarkus.platform.group-id}
-
quarkus-camel-bom
+
org.apache.camel.quarkus
+
camel-quarkus-bom
 
 UTF-8
 
UTF-8
diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml
index 7089272..2e669a1 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -23,19 +23,19 @@
 
 camel-quarkus-examples-cluster-leader-election
 org.apache.camel.quarkus.examples
-3.9.0
+3.9.1-SNAPSHOT
 
 Camel Quarkus :: Examples :: Cluster leader election
 Camel Quarkus Example :: Cluster leader election
 
 
-3.9.1
-
${quarkus.platform.version}
+3.9.0
+
3.9.1-SNAPSHOT
 
-
io.quarkus.platform
+io.quarkus
 
quarkus-bom
-
${quarkus.platform.group-id}
-
quarkus-camel-bom
+
org.apache.camel.quarkus
+
camel-quarkus-bom
 
 UTF-8
 
UTF-8
diff --git a/cxf-soap/pom.xml b/cxf-soap/pom.xml
index fa71d6a..f48f1e9 100644
--- a/cxf-soap/pom.xml
+++ b/cxf-soap/pom.xml
@@ -23,19 +23,19 @@
 
 camel-quarkus-examples-cxf-soap
 org.apache.camel.quarkus.examples
-3.9.0
+3.9.1-SNAPSHOT
 
 Camel Quarkus :: Examples :: CXF SOAP
 Camel Quarkus Example :: CXF SOAP
 
 
-3.9.1
-
${quarkus.platform.version}
+3.9.0
+
3.9.1-SNAPSHOT
 
-
io.quarkus.platform
+io.quarkus
 
quarkus-bom
-
${quarkus.platform.group-id}
-
quarkus-camel-bom
+
org.apache.camel.quarkus
+
camel-quarkus-bom
 
 UTF-8
 
UTF-8
diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml
index 917a2b2..1db1716 100644
--- a/file-bindy-ftp/pom.xml
+++ b/file-bindy-ftp/pom.xml
@@ -22,19 +22,19 @@
 
 camel-quarkus-examples-file-bindy-ftp
 org.apache.camel.quarkus.examples
-3.9.0
+3.9.1-SNAPSHOT
 
 Camel Quarkus :: Examples :: File Bindy FTP
 Camel Quarkus Example :: File Bindy FTP
 
 
-3.9.1
-
${quarkus.platform.version}
+3.9.0
+
3.9.1-SNAPSHOT
 
-
io.quarkus.platform
+io.quarkus

(camel-quarkus-examples) branch 3.9.x created (now ef1f680)

2024-03-27 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to branch 3.9.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git


  at ef1f680  Tag 3.9.0

No new revisions were added by this update.



(camel-quarkus-examples) branch main updated: Tag 3.9.0

2024-03-27 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new ef1f680  Tag 3.9.0
ef1f680 is described below

commit ef1f680090ac17204e679cabe6f566eb8ae8cb5e
Author: aldettinger 
AuthorDate: Wed Mar 27 19:00:57 2024 +0100

Tag 3.9.0
---
 aws-lambda/pom.xml   |  2 +-
 cluster-leader-election/pom.xml  |  2 +-
 cxf-soap/pom.xml |  2 +-
 file-bindy-ftp/pom.xml   |  2 +-
 file-bindy-ftp/src/main/kubernetes/kubernetes.yml| 12 ++--
 file-bindy-ftp/src/main/kubernetes/openshift.yml | 12 ++--
 file-split-log-xml/pom.xml   |  2 +-
 health/pom.xml   |  2 +-
 http-log/pom.xml |  2 +-
 jdbc-datasource/pom.xml  |  2 +-
 jms-jpa/pom.xml  |  2 +-
 jpa-idempotent-repository/pom.xml|  2 +-
 .../src/main/kubernetes/kubernetes.yml   | 12 ++--
 .../src/main/kubernetes/openshift.yml| 16 
 jta-jpa/pom.xml  |  2 +-
 kafka/pom.xml|  2 +-
 kamelet-chucknorris/pom.xml  |  2 +-
 message-bridge/pom.xml   |  2 +-
 observability/pom.xml|  2 +-
 platform-http-security-keycloak/pom.xml  |  2 +-
 rest-json/pom.xml|  2 +-
 timer-log-kotlin/pom.xml |  2 +-
 timer-log-main/pom.xml   |  2 +-
 timer-log/pom.xml|  2 +-
 24 files changed, 46 insertions(+), 46 deletions(-)

diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml
index 48891d0..0a91886 100644
--- a/aws-lambda/pom.xml
+++ b/aws-lambda/pom.xml
@@ -21,7 +21,7 @@
 4.0.0
 org.apache.camel.quarkus.examples
 camel-quarkus-examples-aws-lambda
-3.9.0-SNAPSHOT
+3.9.0
 
 Camel Quarkus :: Examples :: AWS Lambda
 Camel Quarkus Example :: Deploying a Camel Route in AWS 
Lambda
diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml
index ca4275b..7089272 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -23,7 +23,7 @@
 
 camel-quarkus-examples-cluster-leader-election
 org.apache.camel.quarkus.examples
-3.9.0-SNAPSHOT
+3.9.0
 
 Camel Quarkus :: Examples :: Cluster leader election
 Camel Quarkus Example :: Cluster leader election
diff --git a/cxf-soap/pom.xml b/cxf-soap/pom.xml
index 1079108..fa71d6a 100644
--- a/cxf-soap/pom.xml
+++ b/cxf-soap/pom.xml
@@ -23,7 +23,7 @@
 
 camel-quarkus-examples-cxf-soap
 org.apache.camel.quarkus.examples
-3.9.0-SNAPSHOT
+3.9.0
 
 Camel Quarkus :: Examples :: CXF SOAP
 Camel Quarkus Example :: CXF SOAP
diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml
index bad643c..917a2b2 100644
--- a/file-bindy-ftp/pom.xml
+++ b/file-bindy-ftp/pom.xml
@@ -22,7 +22,7 @@
 
 camel-quarkus-examples-file-bindy-ftp
 org.apache.camel.quarkus.examples
-3.9.0-SNAPSHOT
+3.9.0
 
 Camel Quarkus :: Examples :: File Bindy FTP
 Camel Quarkus Example :: File Bindy FTP
diff --git a/file-bindy-ftp/src/main/kubernetes/kubernetes.yml 
b/file-bindy-ftp/src/main/kubernetes/kubernetes.yml
index ba7afce..d6b8333 100644
--- a/file-bindy-ftp/src/main/kubernetes/kubernetes.yml
+++ b/file-bindy-ftp/src/main/kubernetes/kubernetes.yml
@@ -21,18 +21,18 @@ metadata:
   name: ssh-server-deployment
   labels:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 3.9.0-SNAPSHOT
+app.kubernetes.io/version: 3.9.0
 spec:
   replicas: 1
   selector:
 matchLabels:
   app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-  app.kubernetes.io/version: 3.9.0-SNAPSHOT
+  app.kubernetes.io/version: 3.9.0
   template:
 metadata:
   labels:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 3.9.0-SNAPSHOT
+app.kubernetes.io/version: 3.9.0
 spec:
   containers:
 - name: openssh-server
@@ -57,7 +57,7 @@ kind: Service
 metadata:
   labels:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 3.9.0-SNAPSHOT
+app.kubernetes.io/version: 3.9.0
   name: ftp-server
 spec:
   ports:
@@ -66,7 +66,7 @@ spec:
   targetPort: 
   selector:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy

(camel-quarkus-examples) tag 3.9.0 created (now ef1f680)

2024-03-27 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to tag 3.9.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git


  at ef1f680  (commit)
No new revisions were added by this update.



(camel-quarkus-examples) 02/02: Upgrade to Quarkus Platform 3.9.1

2024-03-27 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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

commit 6c5410027f5e264fd80fd93c175337761cd1fe73
Author: aldettinger 
AuthorDate: Wed Mar 27 16:23:05 2024 +0100

Upgrade to Quarkus Platform 3.9.1
---
 aws-lambda/pom.xml  | 10 +-
 cluster-leader-election/pom.xml | 10 +-
 cxf-soap/pom.xml| 10 +-
 file-bindy-ftp/pom.xml  | 10 +-
 file-split-log-xml/pom.xml  | 10 +-
 health/pom.xml  | 10 +-
 http-log/pom.xml| 10 +-
 jdbc-datasource/pom.xml | 10 +-
 jms-jpa/pom.xml | 10 +-
 jpa-idempotent-repository/pom.xml   | 10 +-
 jta-jpa/pom.xml | 10 +-
 kafka/pom.xml   | 10 +-
 kamelet-chucknorris/pom.xml | 12 ++--
 message-bridge/pom.xml  | 10 +-
 observability/pom.xml   | 10 +-
 platform-http-security-keycloak/pom.xml | 10 +-
 rest-json/pom.xml   | 10 +-
 timer-log-kotlin/pom.xml| 10 +-
 timer-log-main/pom.xml  | 12 ++--
 timer-log/pom.xml   | 10 +-
 20 files changed, 102 insertions(+), 102 deletions(-)

diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml
index 182ec85..48891d0 100644
--- a/aws-lambda/pom.xml
+++ b/aws-lambda/pom.xml
@@ -27,13 +27,13 @@
 Camel Quarkus Example :: Deploying a Camel Route in AWS 
Lambda
 
 
-3.8.1
-
3.9.0-SNAPSHOT
+3.9.1
+
${quarkus.platform.version}
 
-io.quarkus
+
io.quarkus.platform
 
quarkus-bom
-
org.apache.camel.quarkus
-
camel-quarkus-bom
+
${quarkus.platform.group-id}
+
quarkus-camel-bom
 
 UTF-8
 
UTF-8
diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml
index 3dd0076..ca4275b 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -29,13 +29,13 @@
 Camel Quarkus Example :: Cluster leader election
 
 
-3.8.1
-
3.9.0-SNAPSHOT
+3.9.1
+
${quarkus.platform.version}
 
-io.quarkus
+
io.quarkus.platform
 
quarkus-bom
-
org.apache.camel.quarkus
-
camel-quarkus-bom
+
${quarkus.platform.group-id}
+
quarkus-camel-bom
 
 UTF-8
 
UTF-8
diff --git a/cxf-soap/pom.xml b/cxf-soap/pom.xml
index cec9c4a..1079108 100644
--- a/cxf-soap/pom.xml
+++ b/cxf-soap/pom.xml
@@ -29,13 +29,13 @@
 Camel Quarkus Example :: CXF SOAP
 
 
-3.8.1
-
3.9.0-SNAPSHOT
+3.9.1
+
${quarkus.platform.version}
 
-io.quarkus
+
io.quarkus.platform
 
quarkus-bom
-
org.apache.camel.quarkus
-
camel-quarkus-bom
+
${quarkus.platform.group-id}
+
quarkus-camel-bom
 
 UTF-8
 
UTF-8
diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml
index d790670..bad643c 100644
--- a/file-bindy-ftp/pom.xml
+++ b/file-bindy-ftp/pom.xml
@@ -28,13 +28,13 @@
 Camel Quarkus Example :: File Bindy FTP
 
 
-3.8.1
-
3.9.0-SNAPSHOT
+3.9.1
+
${quarkus.platform.version}
 
-io.quarkus
+
io.quarkus.platform
 
quarkus-bom
-
org.apache.camel.quarkus
-
camel-quarkus-bom
+
${quarkus.platform.group-id}
+
quarkus-camel-bom
 
 UTF-8
 
UTF-8
diff --git a/file-split-log-xml/pom.xml b/file-split-log-xml/pom.xml
index beed925..100783a 100644
--- a/file-split-log-xml/pom.xml
+++ b/file-split-log-xml/pom.xml
@@ -28,13 +28,13 @@
 Camel Quarkus Example :: File To Log XML DSL
 
 
-3.8.1
-
3.9.0-SNAPSHOT
+3.9.1
+
${quarkus.platform.version}
 
-io.quarkus
+
io.quarkus.platform
 
quarkus-bom
-
org.apache.camel.quarkus
-
camel-quarkus-bom
+
${quarkus.platform.group-id}
+
quarkus-camel-bom
 
 UTF-8
 
UTF-8
diff --git a/health/pom.xml b/health/pom.xml
index 6d4c8e4..999ea32 100644
--- a/health/pom.xml
+++ b/health/pom.xml
@@ -28,13 +28,13 @@
 Camel Quarkus Example :: Health Check
 
 
-3.8.1
-
3.9.0-SNAPSHOT
+3.9.1
+
${quarkus.platform.version}
 
-io.quarkus
+
io.quarkus.platform
 
quarkus-bom
-
org.apache.camel.quarkus
-
camel-quarkus-bom
+
${quarkus.platform.group-id}
+
quarkus-camel-bom
 
 UTF-8
 
UTF-8
diff --git a/http-log/pom.xml b/http-log/pom.xml
index 5364029..7f3c947 100644
--- a/http-log/pom.xml
+++ b/http-log/pom.xml

(camel-quarkus-examples) branch main updated (10387fc -> 6c54100)

2024-03-27 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


from 10387fc  Tag 3.8.0
 new 317efed  Next is 3.9.0
 new 6c54100  Upgrade to Quarkus Platform 3.9.1

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:
 aws-lambda/pom.xml |  4 ++--
 cluster-leader-election/pom.xml|  4 ++--
 cxf-soap/pom.xml   |  4 ++--
 file-bindy-ftp/pom.xml |  4 ++--
 file-bindy-ftp/src/main/kubernetes/kubernetes.yml  | 12 ++--
 file-bindy-ftp/src/main/kubernetes/openshift.yml   | 12 ++--
 file-split-log-xml/pom.xml |  4 ++--
 health/pom.xml |  4 ++--
 http-log/pom.xml   |  4 ++--
 jdbc-datasource/pom.xml|  4 ++--
 jms-jpa/pom.xml|  4 ++--
 jpa-idempotent-repository/pom.xml  |  4 ++--
 .../src/main/kubernetes/kubernetes.yml | 12 ++--
 .../src/main/kubernetes/openshift.yml  | 14 +++---
 jta-jpa/pom.xml|  4 ++--
 kafka/pom.xml  |  4 ++--
 kamelet-chucknorris/pom.xml|  6 +++---
 message-bridge/pom.xml |  4 ++--
 observability/pom.xml  |  4 ++--
 platform-http-security-keycloak/pom.xml|  4 ++--
 rest-json/pom.xml  |  4 ++--
 timer-log-kotlin/pom.xml   |  4 ++--
 timer-log-main/pom.xml |  6 +++---
 timer-log/pom.xml  |  4 ++--
 24 files changed, 67 insertions(+), 67 deletions(-)



(camel-quarkus-examples) 01/02: Next is 3.9.0

2024-03-27 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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

commit 317efed22f5bb57ec7905d7253784a7e84737134
Author: James Netherton 
AuthorDate: Wed Mar 6 09:32:25 2024 +

Next is 3.9.0
---
 aws-lambda/pom.xml | 10 +-
 cluster-leader-election/pom.xml| 10 +-
 cxf-soap/pom.xml   | 10 +-
 file-bindy-ftp/pom.xml | 10 +-
 file-bindy-ftp/src/main/kubernetes/kubernetes.yml  | 12 ++--
 file-bindy-ftp/src/main/kubernetes/openshift.yml   | 12 ++--
 file-split-log-xml/pom.xml | 10 +-
 health/pom.xml | 10 +-
 http-log/pom.xml   | 10 +-
 jdbc-datasource/pom.xml| 10 +-
 jms-jpa/pom.xml| 10 +-
 jpa-idempotent-repository/pom.xml  | 10 +-
 .../src/main/kubernetes/kubernetes.yml | 12 ++--
 .../src/main/kubernetes/openshift.yml  | 14 +++---
 jta-jpa/pom.xml| 10 +-
 kafka/pom.xml  | 10 +-
 kamelet-chucknorris/pom.xml| 12 ++--
 message-bridge/pom.xml | 10 +-
 observability/pom.xml  | 10 +-
 platform-http-security-keycloak/pom.xml| 10 +-
 rest-json/pom.xml  | 10 +-
 timer-log-kotlin/pom.xml   | 10 +-
 timer-log-main/pom.xml | 12 ++--
 timer-log/pom.xml  | 10 +-
 24 files changed, 127 insertions(+), 127 deletions(-)

diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml
index a8345fd..182ec85 100644
--- a/aws-lambda/pom.xml
+++ b/aws-lambda/pom.xml
@@ -21,19 +21,19 @@
 4.0.0
 org.apache.camel.quarkus.examples
 camel-quarkus-examples-aws-lambda
-3.8.0
+3.9.0-SNAPSHOT
 
 Camel Quarkus :: Examples :: AWS Lambda
 Camel Quarkus Example :: Deploying a Camel Route in AWS 
Lambda
 
 
 3.8.1
-
${quarkus.platform.version}
+
3.9.0-SNAPSHOT
 
-
io.quarkus.platform
+io.quarkus
 
quarkus-bom
-
${quarkus.platform.group-id}
-
quarkus-camel-bom
+
org.apache.camel.quarkus
+
camel-quarkus-bom
 
 UTF-8
 
UTF-8
diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml
index 527fcb7..3dd0076 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -23,19 +23,19 @@
 
 camel-quarkus-examples-cluster-leader-election
 org.apache.camel.quarkus.examples
-3.8.0
+3.9.0-SNAPSHOT
 
 Camel Quarkus :: Examples :: Cluster leader election
 Camel Quarkus Example :: Cluster leader election
 
 
 3.8.1
-
${quarkus.platform.version}
+
3.9.0-SNAPSHOT
 
-
io.quarkus.platform
+io.quarkus
 
quarkus-bom
-
${quarkus.platform.group-id}
-
quarkus-camel-bom
+
org.apache.camel.quarkus
+
camel-quarkus-bom
 
 UTF-8
 
UTF-8
diff --git a/cxf-soap/pom.xml b/cxf-soap/pom.xml
index 7218dc6..cec9c4a 100644
--- a/cxf-soap/pom.xml
+++ b/cxf-soap/pom.xml
@@ -23,19 +23,19 @@
 
 camel-quarkus-examples-cxf-soap
 org.apache.camel.quarkus.examples
-3.8.0
+3.9.0-SNAPSHOT
 
 Camel Quarkus :: Examples :: CXF SOAP
 Camel Quarkus Example :: CXF SOAP
 
 
 3.8.1
-
${quarkus.platform.version}
+
3.9.0-SNAPSHOT
 
-
io.quarkus.platform
+io.quarkus
 
quarkus-bom
-
${quarkus.platform.group-id}
-
quarkus-camel-bom
+
org.apache.camel.quarkus
+
camel-quarkus-bom
 
 UTF-8
 
UTF-8
diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml
index 3fdbfa5..d790670 100644
--- a/file-bindy-ftp/pom.xml
+++ b/file-bindy-ftp/pom.xml
@@ -22,19 +22,19 @@
 
 camel-quarkus-examples-file-bindy-ftp
 org.apache.camel.quarkus.examples
-3.8.0
+3.9.0-SNAPSHOT
 
 Camel Quarkus :: Examples :: File Bindy FTP
 Camel Quarkus Example :: File Bindy FTP
 
 
 3.8.1
-
${quarkus.platform.version}
+
3.9.0-SNAPSHOT
 
-
io.quarkus.platform
+io.quarkus
 
quarkus-bom
-
${quarkus.platform.group-id}
-
quarkus-camel-bom

(camel-quarkus-examples) branch camel-quarkus-main updated: Upgrade to Quarkus Platform 3.9.1

2024-03-27 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/camel-quarkus-main by this 
push:
 new 9f14668  Upgrade to Quarkus Platform 3.9.1
9f14668 is described below

commit 9f1466803e07ca73376ff139497e085757ca8f6f
Author: aldettinger 
AuthorDate: Wed Mar 27 16:23:05 2024 +0100

Upgrade to Quarkus Platform 3.9.1
---
 aws-lambda/pom.xml  | 10 +-
 cluster-leader-election/pom.xml | 10 +-
 cxf-soap/pom.xml| 10 +-
 file-bindy-ftp/pom.xml  | 10 +-
 file-split-log-xml/pom.xml  | 10 +-
 health/pom.xml  | 10 +-
 http-log/pom.xml| 10 +-
 jdbc-datasource/pom.xml | 10 +-
 jms-jpa/pom.xml | 10 +-
 jpa-idempotent-repository/pom.xml   | 10 +-
 jta-jpa/pom.xml | 10 +-
 kafka/pom.xml   | 10 +-
 kamelet-chucknorris/pom.xml | 12 ++--
 message-bridge/pom.xml  | 10 +-
 observability/pom.xml   | 10 +-
 platform-http-security-keycloak/pom.xml | 10 +-
 rest-json/pom.xml   | 10 +-
 timer-log-kotlin/pom.xml| 10 +-
 timer-log-main/pom.xml  | 12 ++--
 timer-log/pom.xml   | 10 +-
 20 files changed, 102 insertions(+), 102 deletions(-)

diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml
index 182ec85..48891d0 100644
--- a/aws-lambda/pom.xml
+++ b/aws-lambda/pom.xml
@@ -27,13 +27,13 @@
 Camel Quarkus Example :: Deploying a Camel Route in AWS 
Lambda
 
 
-3.8.1
-
3.9.0-SNAPSHOT
+3.9.1
+
${quarkus.platform.version}
 
-io.quarkus
+
io.quarkus.platform
 
quarkus-bom
-
org.apache.camel.quarkus
-
camel-quarkus-bom
+
${quarkus.platform.group-id}
+
quarkus-camel-bom
 
 UTF-8
 
UTF-8
diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml
index 3dd0076..ca4275b 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -29,13 +29,13 @@
 Camel Quarkus Example :: Cluster leader election
 
 
-3.8.1
-
3.9.0-SNAPSHOT
+3.9.1
+
${quarkus.platform.version}
 
-io.quarkus
+
io.quarkus.platform
 
quarkus-bom
-
org.apache.camel.quarkus
-
camel-quarkus-bom
+
${quarkus.platform.group-id}
+
quarkus-camel-bom
 
 UTF-8
 
UTF-8
diff --git a/cxf-soap/pom.xml b/cxf-soap/pom.xml
index cec9c4a..1079108 100644
--- a/cxf-soap/pom.xml
+++ b/cxf-soap/pom.xml
@@ -29,13 +29,13 @@
 Camel Quarkus Example :: CXF SOAP
 
 
-3.8.1
-
3.9.0-SNAPSHOT
+3.9.1
+
${quarkus.platform.version}
 
-io.quarkus
+
io.quarkus.platform
 
quarkus-bom
-
org.apache.camel.quarkus
-
camel-quarkus-bom
+
${quarkus.platform.group-id}
+
quarkus-camel-bom
 
 UTF-8
 
UTF-8
diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml
index d790670..bad643c 100644
--- a/file-bindy-ftp/pom.xml
+++ b/file-bindy-ftp/pom.xml
@@ -28,13 +28,13 @@
 Camel Quarkus Example :: File Bindy FTP
 
 
-3.8.1
-
3.9.0-SNAPSHOT
+3.9.1
+
${quarkus.platform.version}
 
-io.quarkus
+
io.quarkus.platform
 
quarkus-bom
-
org.apache.camel.quarkus
-
camel-quarkus-bom
+
${quarkus.platform.group-id}
+
quarkus-camel-bom
 
 UTF-8
 
UTF-8
diff --git a/file-split-log-xml/pom.xml b/file-split-log-xml/pom.xml
index beed925..100783a 100644
--- a/file-split-log-xml/pom.xml
+++ b/file-split-log-xml/pom.xml
@@ -28,13 +28,13 @@
 Camel Quarkus Example :: File To Log XML DSL
 
 
-3.8.1
-
3.9.0-SNAPSHOT
+3.9.1
+
${quarkus.platform.version}
 
-io.quarkus
+
io.quarkus.platform
 
quarkus-bom
-
org.apache.camel.quarkus
-
camel-quarkus-bom
+
${quarkus.platform.group-id}
+
quarkus-camel-bom
 
 UTF-8
 
UTF-8
diff --git a/health/pom.xml b/health/pom.xml
index 6d4c8e4..999ea32 100644
--- a/health/pom.xml
+++ b/health/pom.xml
@@ -28,13 +28,13 @@
 Camel Quarkus Example :: Health Check
 
 
-3.8.1
-
3.9.0-SNAPSHOT
+3.9.1
+
${quarkus.platform.version}
 
-io.quarkus
+
io.quarkus.platform
 
quarkus-bom
-
org.apache.camel.quarkus
-
camel-quarkus-bom
+
${quarkus.platform.group-id

(camel-quarkus) branch main updated: Update CHANGELOG.md for Camel Quarkus 3.9.0 release

2024-03-27 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 5775113393 Update CHANGELOG.md for Camel Quarkus 3.9.0 release
5775113393 is described below

commit 5775113393f269dbeb8622027c60d009c670919f
Author: aldettinger 
AuthorDate: Wed Mar 27 14:54:23 2024 +0100

Update CHANGELOG.md for Camel Quarkus 3.9.0 release
---
 CHANGELOG.md | 70 
 1 file changed, 70 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 23c34a78d1..7d735427bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,75 @@
 # Changelog
 
+## 3.9.0
+
+* Avoid updating quarkus.version in antora.yml on the quarkus-main branch by 
@jamesnetherton in https://github.com/apache/camel-quarkus/pull/5787
+* Update release guide by @aldettinger in 
https://github.com/apache/camel-quarkus/pull/5790
+* Next is 3.9.0-SNAPSHOT by @aldettinger in 
https://github.com/apache/camel-quarkus/pull/5789
+* Add JUnit conditions for FIPS mode by @jamesnetherton in 
https://github.com/apache/camel-quarkus/pull/5791
+* Remove maven-deploy-plugin configuration deprecated since maven 3 by 
@aldettinger in https://github.com/apache/camel-quarkus/pull/5793
+* Add a Jasypt test profile for FIPS by @jamesnetherton in 
https://github.com/apache/camel-quarkus/pull/5794
+* feat(camel-k): add options to override some aspects of a route by 
@lburgazzoli in https://github.com/apache/camel-quarkus/pull/5792
+* Generated sources regen for SBOM by @github-actions in 
https://github.com/apache/camel-quarkus/pull/5797
+* update quarkus metadata #5803 by @aldettinger in 
https://github.com/apache/camel-quarkus/pull/5805
+* Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 by @dependabot 
in https://github.com/apache/camel-quarkus/pull/5796
+* Move com.squareup.okhttp3:mockwebserver into camel-quarkus-bom by 
@jamesnetherton in https://github.com/apache/camel-quarkus/pull/5806
+* Use correct quarkus-extension-maven-plugin in beanio extension by 
@jamesnetherton in https://github.com/apache/camel-quarkus/pull/5807
+* Upgrade quarkus-amazon-services to 2.12.1 by @jamesnetherton in 
https://github.com/apache/camel-quarkus/pull/5811
+* Avoid hard coded use of localhost in Google cloud extension tests by 
@jamesnetherton in https://github.com/apache/camel-quarkus/pull/5808
+* Update release changelog and associated process step by @aldettinger in 
https://github.com/apache/camel-quarkus/pull/5817
+* Upgrade Quarkus to 3.8.1 by @jamesnetherton in 
https://github.com/apache/camel-quarkus/pull/5818
+* jt400 mock coverage + native fixes by @JiriOndrusek in 
https://github.com/apache/camel-quarkus/pull/5812
+* Add jolokia and okhttp to dependabot config by @jamesnetherton in 
https://github.com/apache/camel-quarkus/pull/5820
+* Manage software.amazon.awssdk:endpoints-spi by @ppalaga in 
https://github.com/apache/camel-quarkus/pull/5821
+* Clean up camel-k extension leftovers by @lburgazzoli in 
https://github.com/apache/camel-quarkus/pull/5802
+* Remove xerces:xercesImpl from the BOM by @jamesnetherton in 
https://github.com/apache/camel-quarkus/pull/5822
+* Bump io.quarkiverse.artemis:quarkus-artemis-bom from 3.1.4 to 3.2.0 by 
@dependabot in https://github.com/apache/camel-quarkus/pull/5826
+* Bump quarkiverse-groovy.version from 3.7.1 to 3.8.0 by @dependabot in 
https://github.com/apache/camel-quarkus/pull/5825
+* Upgrade cq-maven-plugin to 4.5.0 by @jamesnetherton in 
https://github.com/apache/camel-quarkus/pull/5827
+* Rebalance native test category group-13 by @jamesnetherton in 
https://github.com/apache/camel-quarkus/pull/5829
+* Add multipart configuration options to servlet extension by @jamesnetherton 
in https://github.com/apache/camel-quarkus/pull/5328
+* Remove registration of Servlet classes with AdditionalBeanBuildItem by 
@jamesnetherton in https://github.com/apache/camel-quarkus/pull/5831
+* Generated sources regen for SBOM by @github-actions in 
https://github.com/apache/camel-quarkus/pull/5833
+* Bump quarkiverse-pooled-jms.version from 2.3.0 to 2.3.1 by @dependabot in 
https://github.com/apache/camel-quarkus/pull/5836
+* Servlet extension improvements by @jamesnetherton in 
https://github.com/apache/camel-quarkus/pull/5837
+* Upgrade cq-maven-plugin to 4.6.1 by @jamesnetherton in 
https://github.com/apache/camel-quarkus/pull/5838
+* Migrate file watch tests to new harness #3584 by @aldettinger in 
https://github.com/apache/camel-quarkus/pull/5840
+* Bump quarkiverse-jgit.version from 3.0.6 to 3.0.7 by @dependabot in 
https://github.com/apache/camel-quarkus/pull/5841
+* Bump quarkiverse-jsch.version from 3.0.6 to 3.0.7 by @dependabot in 
https://github.com/apache/camel-quarkus/pull/5842
+* Bump quarkiverse-mybatis.version from 2.2.1 to 2.2.2 by @dependabot in 
https://github.com/apache

svn commit: r68114 [2/5] - /release/camel/camel-quarkus/3.9.0/

2024-03-25 Thread aldettinger


Added: release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.json
==
--- release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.json 
(added)
+++ release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.json Mon 
Mar 25 08:21:35 2024
@@ -0,0 +1,228520 @@
+{
+  "bomFormat" : "CycloneDX",
+  "specVersion" : "1.4",
+  "serialNumber" : "urn:uuid:e70339a5-be33-398f-b3de-64a7f19890ac",
+  "version" : 1,
+  "metadata" : {
+"tools" : [
+  {
+"vendor" : "OWASP Foundation",
+"name" : "CycloneDX Maven plugin",
+"version" : "2.7.11",
+"hashes" : [
+  {
+"alg" : "MD5",
+"content" : "a70e8b649ab4a2bb7922d360173c8237"
+  },
+  {
+"alg" : "SHA-1",
+"content" : "4c3c0878c15561639076e5be7a48ffcd6111c5ee"
+  },
+  {
+"alg" : "SHA-256",
+"content" : 
"70997d52dbffd4e797c467b2062c6ba9b8b5a7380ff2884779f2743b6172ebb5"
+  },
+  {
+"alg" : "SHA-512",
+"content" : 
"bc1ce91190c642f68fd3571939d7668def3b879ec8e5a87a213a9710a106e0290f60f9e0414593d19cca958c4fcb5d4450bd2793bcd609948419c8a2a6a7f5c8"
+  },
+  {
+"alg" : "SHA-384",
+"content" : 
"3c8421bdafd1754fb424f16dccc83bfe0827648c1cadfffc98bdf1c7da65475dfe48d2f4b16d233bb8819e155ba6a4f3"
+  },
+  {
+"alg" : "SHA3-384",
+"content" : 
"ad88cf6a0e0a5d51df49a4dab5530a28de9df7eec8460c045dff3e1f9316b82a244a125d52b937fe9d4ee72e44f5d01a"
+  },
+  {
+"alg" : "SHA3-256",
+"content" : 
"b4d9c3ef07c34517fd9f33178ba95ffc9618eb84a3671e71b0c82991ec3717e5"
+  },
+  {
+"alg" : "SHA3-512",
+"content" : 
"935b43aba8999dc7d95d93288a251c97b6b32852841b7bef31516c27c8d65c8de7f8411f1829f765ee760f25930c766db6a49df68e5994e18721c0a71f606f1e"
+  }
+]
+  }
+],
+"component" : {
+  "publisher" : "The Apache Software Foundation",
+  "group" : "org.apache.camel.quarkus",
+  "name" : "camel-quarkus",
+  "version" : "3.9.0",
+  "description" : "Apache Camel extensions for Quarkus",
+  "licenses" : [
+{
+  "license" : {
+"id" : "Apache-2.0",
+"url" : "https://www.apache.org/licenses/LICENSE-2.0;
+  }
+}
+  ],
+  "purl" : 
"pkg:maven/org.apache.camel.quarkus/camel-quarkus@3.9.0?type=pom",
+  "externalReferences" : [
+{
+  "type" : "website",
+  "url" : "http://camel.apache.org;
+},
+{
+  "type" : "distribution",
+  "url" : 
"https://repository.apache.org/service/local/staging/deploy/maven2;
+},
+{
+  "type" : "issue-tracker",
+  "url" : "https://github.com/apache/camel-quarkus/issues;
+},
+{
+  "type" : "mailing-list",
+  "url" : "dev-subscr...@camel.apache.org"
+},
+{
+  "type" : "vcs",
+  "url" : "https://github.com/apache/camel-quarkus;
+}
+  ],
+  "type" : "library",
+  "bom-ref" : 
"pkg:maven/org.apache.camel.quarkus/camel-quarkus@3.9.0?type=pom"
+},
+"properties" : [
+  {
+"name" : "maven.goal",
+"value" : "makeAggregateBom"
+  },
+  {
+"name" : "maven.scopes",
+"value" : "compile,provided,runtime,system"
+  },
+  {
+"name" : "cdx:reproducible",
+"value" : "enabled"
+  }
+]
+  },
+  "components" : [
+{
+  "publisher" : "The Apache Software Foundation",
+  "group" : "org.apache.camel.quarkus",
+  "name" : "camel-quarkus-poms",
+  "version" : "3.9.0",
+  "description" : "Apache Camel extensions for Quarkus",
+  "licenses" : [
+{
+  "license" : {
+"id" : "Apache-2.0",
+"url" : "https://www.apache.org/licenses/LICENSE-2.0;
+  }
+}
+  ],
+  "purl" : 
"pkg:maven/org.apache.camel.quarkus/camel-quarkus-poms@3.9.0?type=pom",
+  "externalReferences" : [
+{
+  "type" : "website",
+  "url" : "http://camel.apache.org/camel-quarkus-poms;
+},
+{
+  "type" : "distribution",
+  "url" : 
"https://repository.apache.org/service/local/staging/deploy/maven2;
+},
+{
+  "type" : "issue-tracker",
+  "url" : "https://github.com/apache/camel-quarkus/issues;
+},
+{
+  "type" : "mailing-list",
+  "url" : "dev-subscr...@camel.apache.org"
+},
+{
+  "type" : "vcs",
+  "url" : "https://github.com/apache/camel-quarkus/camel-quarkus-poms;
+}
+  ],
+  "type" : "library",
+  "bom-ref" : 
"pkg:maven/org.apache.camel.quarkus/camel-quarkus-poms@3.9.0?type=pom"
+},

svn commit: r68114 [4/5] - /release/camel/camel-quarkus/3.9.0/

2024-03-25 Thread aldettinger
Added: release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.xml
==
--- release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.xml 
(added)
+++ release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.xml Mon 
Mar 25 08:21:35 2024
@@ -0,0 +1,92031 @@
+
+http://cyclonedx.org/schema/bom/1.4;>
+  
+
+  
+OWASP Foundation
+CycloneDX Maven plugin
+2.7.11
+
+  a70e8b649ab4a2bb7922d360173c8237
+  4c3c0878c15561639076e5be7a48ffcd6111c5ee
+  70997d52dbffd4e797c467b2062c6ba9b8b5a7380ff2884779f2743b6172ebb5
+  bc1ce91190c642f68fd3571939d7668def3b879ec8e5a87a213a9710a106e0290f60f9e0414593d19cca958c4fcb5d4450bd2793bcd609948419c8a2a6a7f5c8
+  3c8421bdafd1754fb424f16dccc83bfe0827648c1cadfffc98bdf1c7da65475dfe48d2f4b16d233bb8819e155ba6a4f3
+  ad88cf6a0e0a5d51df49a4dab5530a28de9df7eec8460c045dff3e1f9316b82a244a125d52b937fe9d4ee72e44f5d01a
+  b4d9c3ef07c34517fd9f33178ba95ffc9618eb84a3671e71b0c82991ec3717e5
+  935b43aba8999dc7d95d93288a251c97b6b32852841b7bef31516c27c8d65c8de7f8411f1829f765ee760f25930c766db6a49df68e5994e18721c0a71f606f1e
+
+  
+
+
+  The Apache Software Foundation
+  org.apache.camel.quarkus
+  camel-quarkus
+  3.9.0
+  Apache Camel extensions for Quarkus
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  
pkg:maven/org.apache.camel.quarkus/camel-quarkus@3.9.0?type=pom
+  http://camel.apache.orghttps://repository.apache.org/service/local/staging/deploy/maven2https://github.com/apache/camel-quarkus/issuesdev-subscr...@camel.apache.orghttps://github.com/apache/camel-quarkus
+
+
+  makeAggregateBom
+  compile,provided,runtime,system
+  enabled
+
+  
+  
+
+  The Apache Software Foundation
+  org.apache.camel.quarkus
+  camel-quarkus-poms
+  3.9.0
+  Apache Camel extensions for Quarkus
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  
pkg:maven/org.apache.camel.quarkus/camel-quarkus-poms@3.9.0?type=pom
+  http://camel.apache.org/camel-quarkus-pomshttps://repository.apache.org/service/local/staging/deploy/maven2https://github.com/apache/camel-quarkus/issuesdev-subscr...@camel.apache.orghttps://github.com/apache/camel-quarkus/camel-quarkus-poms
+
+
+  The Apache Software Foundation
+  org.apache.camel.quarkus
+  camel-quarkus-bom
+  3.9.0
+  Apache Camel extensions for Quarkus
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  
pkg:maven/org.apache.camel.quarkus/camel-quarkus-bom@3.9.0?type=pom
+  http://camel.apache.org/camel-quarkus-poms/camel-quarkus-bomhttps://repository.apache.org/service/local/staging/deploy/maven2https://github.com/apache/camel-quarkus/issuesdev-subscr...@camel.apache.orghttps://github.com/apache/camel-quarkus/camel-quarkus-poms/camel-quarkus-bom
+
+
+  The Apache Software Foundation
+  org.apache.camel.quarkus
+  camel-quarkus-bom-test
+  3.9.0
+  Apache Camel extensions for Quarkus
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  
pkg:maven/org.apache.camel.quarkus/camel-quarkus-bom-test@3.9.0?type=pom
+  http://camel.apache.org/camel-quarkus-poms/camel-quarkus-bom-testhttps://repository.apache.org/service/local/staging/deploy/maven2https://github.com/apache/camel-quarkus/issuesdev-subscr...@camel.apache.orghttps://github.com/apache/camel-quarkus/camel-quarkus-poms/camel-quarkus-bom-test
+
+
+  The Apache Software Foundation
+  org.apache.camel.quarkus
+  camel-quarkus-build-parent
+  3.9.0
+  Maven plugins configuration
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  
pkg:maven/org.apache.camel.quarkus/camel-quarkus-build-parent@3.9.0?type=pom
+  http://camel.apache.org/camel-quarkus-poms/camel-quarkus-build-parenthttps://repository.apache.org/service/local/staging/deploy/maven2https://github.com/apache/camel-quarkus/issuesdev-subscr...@camel.apache.orghttps://github.com/apache/camel-quarkus/camel-quarkus-poms/camel-quarkus-build-parent
+
+
+  The Apache Software Foundation
+  org.apache.camel.quarkus
+  camel-quarkus-build-parent-it
+  3.9.0
+  Maven plugins configuration for Integration 
Tests
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  
pkg:maven/org.apache.camel.quarkus/camel-quarkus-build-parent-it@3.9.0?type=pom
+  

svn commit: r68114 [1/5] - /release/camel/camel-quarkus/3.9.0/

2024-03-25 Thread aldettinger
Author: aldettinger
Date: Mon Mar 25 08:21:35 2024
New Revision: 68114

Log:
Apache Camel Quarkus 3.9.0 released artifacts

Added:
release/camel/camel-quarkus/3.9.0/
release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.json
release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.json.asc  
 (with props)

release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.json.sha512
release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.xml
release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.xml.asc   
(with props)
release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.xml.sha512
release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-src.zip   
(with props)
release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-src.zip.asc   
(with props)
release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-src.zip.sha512



svn commit: r68114 [5/5] - /release/camel/camel-quarkus/3.9.0/

2024-03-25 Thread aldettinger
Added: release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.xml.asc
==
Binary file - no diff available.

Propchange: 
release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.xml.asc
--
svn:mime-type = application/pgp-signature

Added: 
release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.xml.sha512
==
--- 
release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.xml.sha512 
(added)
+++ 
release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.xml.sha512 
Mon Mar 25 08:21:35 2024
@@ -0,0 +1 @@
+2f3548588807213ec2ae3151e26cbe8dc8f46fdf9517b12a09f7d31f4bd7339750e6ad438303e2164e71a838bf4906893c1bd71b9eb2f333606b221706834ab9
  apache-camel-quarkus-3.9.0-sbom.xml

Added: release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-src.zip
==
Binary file - no diff available.

Propchange: release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-src.zip
--
svn:mime-type = application/zip

Added: release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-src.zip.asc
==
Binary file - no diff available.

Propchange: 
release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-src.zip.asc
--
svn:mime-type = application/pgp-signature

Added: 
release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-src.zip.sha512
==
--- release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-src.zip.sha512 
(added)
+++ release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-src.zip.sha512 
Mon Mar 25 08:21:35 2024
@@ -0,0 +1 @@
+7573a7239f71bf66188f5e9b86dfc2f4bbc7343f744a0a3cfefc260b6baa6af9036733885c800f28ebf249277763e80e9af1ffade1769e2913eea2cfa53f6e79
  apache-camel-quarkus-3.9.0-src.zip




svn commit: r68114 [3/5] - /release/camel/camel-quarkus/3.9.0/

2024-03-25 Thread aldettinger
Added: 
release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.json.asc
==
Binary file - no diff available.

Propchange: 
release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.json.asc
--
svn:mime-type = application/pgp-signature

Added: 
release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.json.sha512
==
--- 
release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.json.sha512 
(added)
+++ 
release/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.json.sha512 
Mon Mar 25 08:21:35 2024
@@ -0,0 +1 @@
+667496ad6c5e9e50aa7d36cc9527e68f1c8f006b371ed39b100484fcfd537f415ae60e08192d0eed630605062e724881049ad206e44fdcf1e30e285f53fb82e4
  apache-camel-quarkus-3.9.0-sbom.json




(camel-quarkus) branch main updated: update release plugin version

2024-03-21 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 0d05d6b53d update release plugin version
0d05d6b53d is described below

commit 0d05d6b53d601d680e189c2811cd523b52347d36
Author: aldettinger 
AuthorDate: Thu Mar 21 17:35:58 2024 +0100

update release plugin version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 91c5aed301..f8eb7fd370 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,7 +201,7 @@
 3.5.0
 3.9.0
 3.2.1
-3.0.0
+3.0.1
 
3.1.0
 3.3.1
 2.0.0



svn commit: r68042 [1/5] - /dev/camel/camel-quarkus/3.9.0/

2024-03-21 Thread aldettinger
Author: aldettinger
Date: Thu Mar 21 13:42:45 2024
New Revision: 68042

Log:
Import camel-quarkus release

Added:
dev/camel/camel-quarkus/3.9.0/
dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.json
dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.json.asc   
(with props)
dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.json.sha512
dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.xml
dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.xml.asc   
(with props)
dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.xml.sha512
dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-src.zip   (with 
props)
dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-src.zip.asc   
(with props)
dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-src.zip.sha512



svn commit: r68042 [2/5] - /dev/camel/camel-quarkus/3.9.0/

2024-03-21 Thread aldettinger


Added: dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.json
==
--- dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.json (added)
+++ dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.json Thu Mar 
21 13:42:45 2024
@@ -0,0 +1,228520 @@
+{
+  "bomFormat" : "CycloneDX",
+  "specVersion" : "1.4",
+  "serialNumber" : "urn:uuid:e70339a5-be33-398f-b3de-64a7f19890ac",
+  "version" : 1,
+  "metadata" : {
+"tools" : [
+  {
+"vendor" : "OWASP Foundation",
+"name" : "CycloneDX Maven plugin",
+"version" : "2.7.11",
+"hashes" : [
+  {
+"alg" : "MD5",
+"content" : "a70e8b649ab4a2bb7922d360173c8237"
+  },
+  {
+"alg" : "SHA-1",
+"content" : "4c3c0878c15561639076e5be7a48ffcd6111c5ee"
+  },
+  {
+"alg" : "SHA-256",
+"content" : 
"70997d52dbffd4e797c467b2062c6ba9b8b5a7380ff2884779f2743b6172ebb5"
+  },
+  {
+"alg" : "SHA-512",
+"content" : 
"bc1ce91190c642f68fd3571939d7668def3b879ec8e5a87a213a9710a106e0290f60f9e0414593d19cca958c4fcb5d4450bd2793bcd609948419c8a2a6a7f5c8"
+  },
+  {
+"alg" : "SHA-384",
+"content" : 
"3c8421bdafd1754fb424f16dccc83bfe0827648c1cadfffc98bdf1c7da65475dfe48d2f4b16d233bb8819e155ba6a4f3"
+  },
+  {
+"alg" : "SHA3-384",
+"content" : 
"ad88cf6a0e0a5d51df49a4dab5530a28de9df7eec8460c045dff3e1f9316b82a244a125d52b937fe9d4ee72e44f5d01a"
+  },
+  {
+"alg" : "SHA3-256",
+"content" : 
"b4d9c3ef07c34517fd9f33178ba95ffc9618eb84a3671e71b0c82991ec3717e5"
+  },
+  {
+"alg" : "SHA3-512",
+"content" : 
"935b43aba8999dc7d95d93288a251c97b6b32852841b7bef31516c27c8d65c8de7f8411f1829f765ee760f25930c766db6a49df68e5994e18721c0a71f606f1e"
+  }
+]
+  }
+],
+"component" : {
+  "publisher" : "The Apache Software Foundation",
+  "group" : "org.apache.camel.quarkus",
+  "name" : "camel-quarkus",
+  "version" : "3.9.0",
+  "description" : "Apache Camel extensions for Quarkus",
+  "licenses" : [
+{
+  "license" : {
+"id" : "Apache-2.0",
+"url" : "https://www.apache.org/licenses/LICENSE-2.0;
+  }
+}
+  ],
+  "purl" : 
"pkg:maven/org.apache.camel.quarkus/camel-quarkus@3.9.0?type=pom",
+  "externalReferences" : [
+{
+  "type" : "website",
+  "url" : "http://camel.apache.org;
+},
+{
+  "type" : "distribution",
+  "url" : 
"https://repository.apache.org/service/local/staging/deploy/maven2;
+},
+{
+  "type" : "issue-tracker",
+  "url" : "https://github.com/apache/camel-quarkus/issues;
+},
+{
+  "type" : "mailing-list",
+  "url" : "dev-subscr...@camel.apache.org"
+},
+{
+  "type" : "vcs",
+  "url" : "https://github.com/apache/camel-quarkus;
+}
+  ],
+  "type" : "library",
+  "bom-ref" : 
"pkg:maven/org.apache.camel.quarkus/camel-quarkus@3.9.0?type=pom"
+},
+"properties" : [
+  {
+"name" : "maven.goal",
+"value" : "makeAggregateBom"
+  },
+  {
+"name" : "maven.scopes",
+"value" : "compile,provided,runtime,system"
+  },
+  {
+"name" : "cdx:reproducible",
+"value" : "enabled"
+  }
+]
+  },
+  "components" : [
+{
+  "publisher" : "The Apache Software Foundation",
+  "group" : "org.apache.camel.quarkus",
+  "name" : "camel-quarkus-poms",
+  "version" : "3.9.0",
+  "description" : "Apache Camel extensions for Quarkus",
+  "licenses" : [
+{
+  "license" : {
+"id" : "Apache-2.0",
+"url" : "https://www.apache.org/licenses/LICENSE-2.0;
+  }
+}
+  ],
+  "purl" : 
"pkg:maven/org.apache.camel.quarkus/camel-quarkus-poms@3.9.0?type=pom",
+  "externalReferences" : [
+{
+  "type" : "website",
+  "url" : "http://camel.apache.org/camel-quarkus-poms;
+},
+{
+  "type" : "distribution",
+  "url" : 
"https://repository.apache.org/service/local/staging/deploy/maven2;
+},
+{
+  "type" : "issue-tracker",
+  "url" : "https://github.com/apache/camel-quarkus/issues;
+},
+{
+  "type" : "mailing-list",
+  "url" : "dev-subscr...@camel.apache.org"
+},
+{
+  "type" : "vcs",
+  "url" : "https://github.com/apache/camel-quarkus/camel-quarkus-poms;
+}
+  ],
+  "type" : "library",
+  "bom-ref" : 
"pkg:maven/org.apache.camel.quarkus/camel-quarkus-poms@3.9.0?type=pom"
+},
+{
+  

svn commit: r68042 [3/5] - /dev/camel/camel-quarkus/3.9.0/

2024-03-21 Thread aldettinger
Added: dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.json.asc
==
Binary file - no diff available.

Propchange: 
dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.json.asc
--
svn:mime-type = application/pgp-signature

Added: dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.json.sha512
==
--- dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.json.sha512 
(added)
+++ dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.json.sha512 
Thu Mar 21 13:42:45 2024
@@ -0,0 +1 @@
+667496ad6c5e9e50aa7d36cc9527e68f1c8f006b371ed39b100484fcfd537f415ae60e08192d0eed630605062e724881049ad206e44fdcf1e30e285f53fb82e4
 *apache-camel-quarkus-3.9.0-sbom.json




svn commit: r68042 [4/5] - /dev/camel/camel-quarkus/3.9.0/

2024-03-21 Thread aldettinger
Added: dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.xml
==
--- dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.xml (added)
+++ dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.xml Thu Mar 
21 13:42:45 2024
@@ -0,0 +1,92031 @@
+
+http://cyclonedx.org/schema/bom/1.4;>
+  
+
+  
+OWASP Foundation
+CycloneDX Maven plugin
+2.7.11
+
+  a70e8b649ab4a2bb7922d360173c8237
+  4c3c0878c15561639076e5be7a48ffcd6111c5ee
+  70997d52dbffd4e797c467b2062c6ba9b8b5a7380ff2884779f2743b6172ebb5
+  bc1ce91190c642f68fd3571939d7668def3b879ec8e5a87a213a9710a106e0290f60f9e0414593d19cca958c4fcb5d4450bd2793bcd609948419c8a2a6a7f5c8
+  3c8421bdafd1754fb424f16dccc83bfe0827648c1cadfffc98bdf1c7da65475dfe48d2f4b16d233bb8819e155ba6a4f3
+  ad88cf6a0e0a5d51df49a4dab5530a28de9df7eec8460c045dff3e1f9316b82a244a125d52b937fe9d4ee72e44f5d01a
+  b4d9c3ef07c34517fd9f33178ba95ffc9618eb84a3671e71b0c82991ec3717e5
+  935b43aba8999dc7d95d93288a251c97b6b32852841b7bef31516c27c8d65c8de7f8411f1829f765ee760f25930c766db6a49df68e5994e18721c0a71f606f1e
+
+  
+
+
+  The Apache Software Foundation
+  org.apache.camel.quarkus
+  camel-quarkus
+  3.9.0
+  Apache Camel extensions for Quarkus
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  
pkg:maven/org.apache.camel.quarkus/camel-quarkus@3.9.0?type=pom
+  http://camel.apache.orghttps://repository.apache.org/service/local/staging/deploy/maven2https://github.com/apache/camel-quarkus/issuesdev-subscr...@camel.apache.orghttps://github.com/apache/camel-quarkus
+
+
+  makeAggregateBom
+  compile,provided,runtime,system
+  enabled
+
+  
+  
+
+  The Apache Software Foundation
+  org.apache.camel.quarkus
+  camel-quarkus-poms
+  3.9.0
+  Apache Camel extensions for Quarkus
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  
pkg:maven/org.apache.camel.quarkus/camel-quarkus-poms@3.9.0?type=pom
+  http://camel.apache.org/camel-quarkus-pomshttps://repository.apache.org/service/local/staging/deploy/maven2https://github.com/apache/camel-quarkus/issuesdev-subscr...@camel.apache.orghttps://github.com/apache/camel-quarkus/camel-quarkus-poms
+
+
+  The Apache Software Foundation
+  org.apache.camel.quarkus
+  camel-quarkus-bom
+  3.9.0
+  Apache Camel extensions for Quarkus
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  
pkg:maven/org.apache.camel.quarkus/camel-quarkus-bom@3.9.0?type=pom
+  http://camel.apache.org/camel-quarkus-poms/camel-quarkus-bomhttps://repository.apache.org/service/local/staging/deploy/maven2https://github.com/apache/camel-quarkus/issuesdev-subscr...@camel.apache.orghttps://github.com/apache/camel-quarkus/camel-quarkus-poms/camel-quarkus-bom
+
+
+  The Apache Software Foundation
+  org.apache.camel.quarkus
+  camel-quarkus-bom-test
+  3.9.0
+  Apache Camel extensions for Quarkus
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  
pkg:maven/org.apache.camel.quarkus/camel-quarkus-bom-test@3.9.0?type=pom
+  http://camel.apache.org/camel-quarkus-poms/camel-quarkus-bom-testhttps://repository.apache.org/service/local/staging/deploy/maven2https://github.com/apache/camel-quarkus/issuesdev-subscr...@camel.apache.orghttps://github.com/apache/camel-quarkus/camel-quarkus-poms/camel-quarkus-bom-test
+
+
+  The Apache Software Foundation
+  org.apache.camel.quarkus
+  camel-quarkus-build-parent
+  3.9.0
+  Maven plugins configuration
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  
pkg:maven/org.apache.camel.quarkus/camel-quarkus-build-parent@3.9.0?type=pom
+  http://camel.apache.org/camel-quarkus-poms/camel-quarkus-build-parenthttps://repository.apache.org/service/local/staging/deploy/maven2https://github.com/apache/camel-quarkus/issuesdev-subscr...@camel.apache.orghttps://github.com/apache/camel-quarkus/camel-quarkus-poms/camel-quarkus-build-parent
+
+
+  The Apache Software Foundation
+  org.apache.camel.quarkus
+  camel-quarkus-build-parent-it
+  3.9.0
+  Maven plugins configuration for Integration 
Tests
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  
pkg:maven/org.apache.camel.quarkus/camel-quarkus-build-parent-it@3.9.0?type=pom
+  

svn commit: r68042 [5/5] - /dev/camel/camel-quarkus/3.9.0/

2024-03-21 Thread aldettinger
Added: dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.xml.asc
==
Binary file - no diff available.

Propchange: 
dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.xml.asc
--
svn:mime-type = application/pgp-signature

Added: dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.xml.sha512
==
--- dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.xml.sha512 
(added)
+++ dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-sbom.xml.sha512 
Thu Mar 21 13:42:45 2024
@@ -0,0 +1 @@
+2f3548588807213ec2ae3151e26cbe8dc8f46fdf9517b12a09f7d31f4bd7339750e6ad438303e2164e71a838bf4906893c1bd71b9eb2f333606b221706834ab9
 *apache-camel-quarkus-3.9.0-sbom.xml

Added: dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-src.zip
==
Binary file - no diff available.

Propchange: dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-src.zip
--
svn:mime-type = application/zip

Added: dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-src.zip.asc
==
Binary file - no diff available.

Propchange: dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-src.zip.asc
--
svn:mime-type = application/pgp-signature

Added: dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-src.zip.sha512
==
--- dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-src.zip.sha512 
(added)
+++ dev/camel/camel-quarkus/3.9.0/apache-camel-quarkus-3.9.0-src.zip.sha512 Thu 
Mar 21 13:42:45 2024
@@ -0,0 +1 @@
+d08e522d771a0e5133c706887f4cfffc3406c9927e87123c16df28f8b50bf344809463b70f254f892fc04929e7db13e28b6d1eb28652f6165cd5384012579168
 *apache-camel-quarkus-3.9.0-src.zip




(camel-quarkus) annotated tag 3.9.0 created (now e3484a57e9)

2024-03-21 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to annotated tag 3.9.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


  at e3484a57e9 (tag)
 tagging f16b5f82979a3152b43f682b71b311f6f518b09a (commit)
 replaces 1.0.0-CR3
  by aldettinger
  on Thu Mar 21 13:33:29 2024 +0100

- Log -
[maven-release-plugin] copy for tag 3.9.0
---

No new revisions were added by this update.



(camel-quarkus) branch 3.9.x created (now f16b5f8297)

2024-03-21 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to branch 3.9.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


  at f16b5f8297 [maven-release-plugin] Prepare release 3.9.0

This branch includes the following new commits:

 new f16b5f8297 [maven-release-plugin] Prepare release 3.9.0

The 1 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.




(camel-quarkus) annotated tag 3.9.0 deleted (was 5b3e848d0e)

2024-03-21 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to annotated tag 3.9.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


*** WARNING: tag 3.9.0 was deleted! ***

   tag was  5b3e848d0e

This change permanently discards the following revisions:

 discard 024b6d6354 [maven-release-plugin] Prepare release 3.9.0



(camel-quarkus) branch 3.9.x deleted (was dda01deaed)

2024-03-21 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to branch 3.9.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


 was dda01deaed [maven-release-plugin] Set next development version 
3.9.1-SNAPSHOT

This change permanently discards the following revisions:

 discard dda01deaed [maven-release-plugin] Set next development version 
3.9.1-SNAPSHOT
 discard 024b6d6354 [maven-release-plugin] Prepare release 3.9.0



(camel-quarkus) annotated tag 3.9.0 created (now 5b3e848d0e)

2024-03-21 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to annotated tag 3.9.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


  at 5b3e848d0e (tag)
 tagging 024b6d63540aa5d10bcee80465f64c7c26328df2 (commit)
 replaces 1.0.0-CR3
  by aldettinger
  on Thu Mar 21 12:08:34 2024 +0100

- Log -
[maven-release-plugin] copy for tag 3.9.0
---

No new revisions were added by this update.



(camel-quarkus) branch 3.9.x created (now 024b6d6354)

2024-03-21 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to branch 3.9.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


  at 024b6d6354 [maven-release-plugin] Prepare release 3.9.0

This branch includes the following new commits:

 new 024b6d6354 [maven-release-plugin] Prepare release 3.9.0

The 1 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.




(camel-quarkus) annotated tag 3.9.0 deleted (was 4c2aa818d1)

2024-03-21 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to annotated tag 3.9.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


*** WARNING: tag 3.9.0 was deleted! ***

   tag was  4c2aa818d1

This change permanently discards the following revisions:

 discard a204abff7e [maven-release-plugin] Prepare release 3.9.0
 discard 6d0a55addc Revert "Remove maven-deploy-plugin configuration deprecated 
since maven 3 (#5793)"



(camel-quarkus) branch 3.9.x deleted (was c72f186f82)

2024-03-21 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to branch 3.9.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


 was c72f186f82 [maven-release-plugin] Set next development version 
3.9.1-SNAPSHOT

This change permanently discards the following revisions:

 discard c72f186f82 [maven-release-plugin] Set next development version 
3.9.1-SNAPSHOT
 discard a204abff7e [maven-release-plugin] Prepare release 3.9.0
 discard 6d0a55addc Revert "Remove maven-deploy-plugin configuration deprecated 
since maven 3 (#5793)"



(camel-quarkus) branch main updated (6d0a55addc -> 5d7a131de2)

2024-03-21 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


omit 6d0a55addc Revert "Remove maven-deploy-plugin configuration deprecated 
since maven 3 (#5793)"

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/main (5d7a131de2)
\
 O -- O -- O   (6d0a55addc)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)



(camel-quarkus) annotated tag 3.9.0 created (now 4c2aa818d1)

2024-03-21 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to annotated tag 3.9.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


  at 4c2aa818d1 (tag)
 tagging a204abff7ec96e8fa4489bed2980b30d6f15349b (commit)
 replaces 1.0.0-CR3
  by aldettinger
  on Thu Mar 21 12:00:08 2024 +0100

- Log -
[maven-release-plugin] copy for tag 3.9.0
---

No new revisions were added by this update.



(camel-quarkus) branch 3.9.x created (now a204abff7e)

2024-03-21 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to branch 3.9.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


  at a204abff7e [maven-release-plugin] Prepare release 3.9.0

This branch includes the following new commits:

 new a204abff7e [maven-release-plugin] Prepare release 3.9.0

The 1 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.




(camel-quarkus) branch main updated: Revert "Remove maven-deploy-plugin configuration deprecated since maven 3 (#5793)"

2024-03-21 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 6d0a55addc Revert "Remove maven-deploy-plugin configuration deprecated 
since maven 3 (#5793)"
6d0a55addc is described below

commit 6d0a55addc44b541291214e8c8c4dfcf18745f94
Author: aldettinger 
AuthorDate: Thu Mar 21 11:57:48 2024 +0100

Revert "Remove maven-deploy-plugin configuration deprecated since maven 3 
(#5793)"

This reverts commit 7d18210543c06d968eee177060978153c82c800b.
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 91c5aed301..fd4dd82019 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1082,6 +1082,9 @@
 org.apache.maven.plugins
 maven-deploy-plugin
 ${maven-deploy-plugin.version}
+
+true
+
 
 
 org.apache.maven.plugins



(camel-quarkus) annotated tag 3.9.0 deleted (was f8ab2f6ed9)

2024-03-21 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to annotated tag 3.9.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


*** WARNING: tag 3.9.0 was deleted! ***

   tag was  f8ab2f6ed9

This change permanently discards the following revisions:

 discard aef4f9c2f9 [maven-release-plugin] Prepare release 3.9.0



(camel-quarkus) branch 3.9.x deleted (was a5b450063f)

2024-03-21 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to branch 3.9.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


 was a5b450063f [maven-release-plugin] Set next development version 
3.9.1-SNAPSHOT

This change permanently discards the following revisions:

 discard a5b450063f [maven-release-plugin] Set next development version 
3.9.1-SNAPSHOT
 discard aef4f9c2f9 [maven-release-plugin] Prepare release 3.9.0



(camel-quarkus) annotated tag 3.9.0 created (now f8ab2f6ed9)

2024-03-21 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to annotated tag 3.9.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


  at f8ab2f6ed9 (tag)
 tagging aef4f9c2f9f834314581d0cd207a11869d18acd2 (commit)
 replaces 1.0.0-CR3
  by aldettinger
  on Thu Mar 21 09:29:22 2024 +0100

- Log -
[maven-release-plugin] copy for tag 3.9.0
---

No new revisions were added by this update.



(camel-quarkus) branch 3.9.x created (now aef4f9c2f9)

2024-03-21 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to branch 3.9.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


  at aef4f9c2f9 [maven-release-plugin] Prepare release 3.9.0

This branch includes the following new commits:

 new aef4f9c2f9 [maven-release-plugin] Prepare release 3.9.0

The 1 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.




(camel-quarkus) annotated tag 3.9.0 deleted (was 0ba18291fe)

2024-03-20 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to annotated tag 3.9.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


*** WARNING: tag 3.9.0 was deleted! ***

   tag was  0ba18291fe

The revisions that were on this annotated tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(camel-quarkus) branch main updated (03178c7f2f -> f46690499f)

2024-03-20 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


omit 03178c7f2f [maven-release-plugin] Prepare release 3.9.0

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/main (f46690499f)
\
 O -- O -- O   (03178c7f2f)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 catalog/pom.xml | 2 +-
 docs/antora.yml | 5 -
 docs/pom.xml| 2 +-
 docs/source-map.yml | 2 +-
 extensions-core/core-cloud/deployment/pom.xml   | 2 +-
 extensions-core/core-cloud/pom.xml  | 2 +-
 extensions-core/core-cloud/runtime/pom.xml  | 2 +-
 extensions-core/core/deployment/pom.xml | 2 +-
 extensions-core/core/pom.xml| 2 +-
 extensions-core/core/runtime/pom.xml| 2 +-
 extensions-core/http-common/deployment/pom.xml  | 2 +-
 extensions-core/http-common/pom.xml | 2 +-
 extensions-core/http-common/runtime/pom.xml | 2 +-
 extensions-core/pom.xml | 2 +-
 extensions-core/reactive-executor/deployment/pom.xml| 2 +-
 extensions-core/reactive-executor/pom.xml   | 2 +-
 extensions-core/reactive-executor/runtime/pom.xml   | 2 +-
 extensions-core/threadpoolfactory-vertx/deployment/pom.xml  | 2 +-
 extensions-core/threadpoolfactory-vertx/pom.xml | 2 +-
 extensions-core/threadpoolfactory-vertx/runtime/pom.xml | 2 +-
 extensions-core/xml-io-dsl/deployment/pom.xml   | 2 +-
 extensions-core/xml-io-dsl/pom.xml  | 2 +-
 extensions-core/xml-io-dsl/runtime/pom.xml  | 2 +-
 extensions-core/xml-jaxb/deployment/pom.xml | 2 +-
 extensions-core/xml-jaxb/pom.xml| 2 +-
 extensions-core/xml-jaxb/runtime/pom.xml| 2 +-
 extensions-core/xml-jaxp/deployment/pom.xml | 2 +-
 extensions-core/xml-jaxp/pom.xml| 2 +-
 extensions-core/xml-jaxp/runtime/pom.xml| 2 +-
 extensions-core/yaml-dsl/deployment/pom.xml | 2 +-
 extensions-core/yaml-dsl/pom.xml| 2 +-
 extensions-core/yaml-dsl/runtime/pom.xml| 2 +-
 extensions-core/yaml-io/deployment/pom.xml  | 2 +-
 extensions-core/yaml-io/pom.xml | 2 +-
 extensions-core/yaml-io/runtime/pom.xml | 2 +-
 extensions-jvm/asn1/deployment/pom.xml  | 2 +-
 extensions-jvm/asn1/pom.xml | 2 +-
 extensions-jvm/asn1/runtime/pom.xml | 2 +-
 extensions-jvm/asterisk/deployment/pom.xml  | 2 +-
 extensions-jvm/asterisk/pom.xml | 2 +-
 extensions-jvm/asterisk/runtime/pom.xml | 2 +-
 extensions-jvm/aws-secrets-manager/deployment/pom.xml   | 2 +-
 extensions-jvm/aws-secrets-manager/pom.xml  | 2 +-
 extensions-jvm/aws-secrets-manager/runtime/pom.xml  | 2 +-
 extensions-jvm/aws-xray/deployment/pom.xml  | 2 +-
 extensions-jvm/aws-xray/pom.xml | 2 +-
 extensions-jvm/aws-xray/runtime/pom.xml | 2 +-
 extensions-jvm/azure-cosmosdb/deployment/pom.xml| 2 +-
 extensions-jvm/azure-cosmosdb/pom.xml   | 2 +-
 extensions-jvm/azure-cosmosdb/runtime/pom.xml   | 2 +-
 extensions-jvm/azure-key-vault/deployment/pom.xml   | 2 +-
 extensions-jvm/azure-key-vault/pom.xml  | 2 +-
 extensions-jvm/azure-key-vault/runtime/pom.xml  | 2 +-
 extensions-jvm/azure-servicebus/deployment/pom.xml  | 2 +-
 extensions-jvm/azure-servicebus/pom.xml | 2 +-
 extensions-jvm/azure-servicebus/runtime/pom.xml | 2 +-
 extensions-jvm/azure-storage-datalak

(camel-quarkus) annotated tag 3.9.0 created (now 0ba18291fe)

2024-03-20 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to annotated tag 3.9.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


  at 0ba18291fe (tag)
 tagging 03178c7f2f99792b51eb25661599626eee035810 (commit)
 replaces 1.0.0-CR3
  by aldettinger
  on Wed Mar 20 19:12:54 2024 +0100

- Log -
[maven-release-plugin] copy for tag 3.9.0
---

No new revisions were added by this update.



(camel-quarkus) annotated tag 3.9.0 deleted (was ed85403a8a)

2024-03-20 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to annotated tag 3.9.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


*** WARNING: tag 3.9.0 was deleted! ***

   tag was  ed85403a8a

This change permanently discards the following revisions:

 discard edcbad4676 [maven-release-plugin] Prepare release 3.9.0



(camel-quarkus) branch main updated (b1deba44a3 -> f46690499f)

2024-03-20 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


 discard b1deba44a3 [maven-release-plugin] Set next development version 
3.9.1-SNAPSHOT
omit edcbad4676 [maven-release-plugin] Prepare release 3.9.0

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/main (f46690499f)
\
 O -- O -- O   (b1deba44a3)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 catalog/pom.xml | 2 +-
 docs/antora.yml | 5 -
 docs/pom.xml| 2 +-
 docs/source-map.yml | 2 +-
 extensions-core/core-cloud/deployment/pom.xml   | 2 +-
 extensions-core/core-cloud/pom.xml  | 2 +-
 extensions-core/core-cloud/runtime/pom.xml  | 2 +-
 extensions-core/core/deployment/pom.xml | 2 +-
 extensions-core/core/pom.xml| 2 +-
 extensions-core/core/runtime/pom.xml| 2 +-
 extensions-core/http-common/deployment/pom.xml  | 2 +-
 extensions-core/http-common/pom.xml | 2 +-
 extensions-core/http-common/runtime/pom.xml | 2 +-
 extensions-core/pom.xml | 2 +-
 extensions-core/reactive-executor/deployment/pom.xml| 2 +-
 extensions-core/reactive-executor/pom.xml   | 2 +-
 extensions-core/reactive-executor/runtime/pom.xml   | 2 +-
 extensions-core/threadpoolfactory-vertx/deployment/pom.xml  | 2 +-
 extensions-core/threadpoolfactory-vertx/pom.xml | 2 +-
 extensions-core/threadpoolfactory-vertx/runtime/pom.xml | 2 +-
 extensions-core/xml-io-dsl/deployment/pom.xml   | 2 +-
 extensions-core/xml-io-dsl/pom.xml  | 2 +-
 extensions-core/xml-io-dsl/runtime/pom.xml  | 2 +-
 extensions-core/xml-jaxb/deployment/pom.xml | 2 +-
 extensions-core/xml-jaxb/pom.xml| 2 +-
 extensions-core/xml-jaxb/runtime/pom.xml| 2 +-
 extensions-core/xml-jaxp/deployment/pom.xml | 2 +-
 extensions-core/xml-jaxp/pom.xml| 2 +-
 extensions-core/xml-jaxp/runtime/pom.xml| 2 +-
 extensions-core/yaml-dsl/deployment/pom.xml | 2 +-
 extensions-core/yaml-dsl/pom.xml| 2 +-
 extensions-core/yaml-dsl/runtime/pom.xml| 2 +-
 extensions-core/yaml-io/deployment/pom.xml  | 2 +-
 extensions-core/yaml-io/pom.xml | 2 +-
 extensions-core/yaml-io/runtime/pom.xml | 2 +-
 extensions-jvm/asn1/deployment/pom.xml  | 2 +-
 extensions-jvm/asn1/pom.xml | 2 +-
 extensions-jvm/asn1/runtime/pom.xml | 2 +-
 extensions-jvm/asterisk/deployment/pom.xml  | 2 +-
 extensions-jvm/asterisk/pom.xml | 2 +-
 extensions-jvm/asterisk/runtime/pom.xml | 2 +-
 extensions-jvm/aws-secrets-manager/deployment/pom.xml   | 2 +-
 extensions-jvm/aws-secrets-manager/pom.xml  | 2 +-
 extensions-jvm/aws-secrets-manager/runtime/pom.xml  | 2 +-
 extensions-jvm/aws-xray/deployment/pom.xml  | 2 +-
 extensions-jvm/aws-xray/pom.xml | 2 +-
 extensions-jvm/aws-xray/runtime/pom.xml | 2 +-
 extensions-jvm/azure-cosmosdb/deployment/pom.xml| 2 +-
 extensions-jvm/azure-cosmosdb/pom.xml   | 2 +-
 extensions-jvm/azure-cosmosdb/runtime/pom.xml   | 2 +-
 extensions-jvm/azure-key-vault/deployment/pom.xml   | 2 +-
 extensions-jvm/azure-key-vault/pom.xml  | 2 +-
 extensions-jvm/azure-key-vault/runtime/pom.xml  | 2 +-
 extensions-jvm/azure-servicebus/deployment/pom.xml  | 2 +-
 extensions-jvm/azure-servicebus/pom.xml | 2 +-
 extensions-jvm/azur

(camel-quarkus) annotated tag 3.9.0 created (now ed85403a8a)

2024-03-20 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to annotated tag 3.9.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


  at ed85403a8a (tag)
 tagging edcbad467685bc744f1aa3f621ce1f72d0efe219 (commit)
 replaces 1.0.0-CR3
  by aldettinger
  on Wed Mar 20 19:06:53 2024 +0100

- Log -
[maven-release-plugin] copy for tag 3.9.0
---

No new revisions were added by this update.



(camel-quarkus) branch main updated (62ab5565ea -> f46690499f)

2024-03-20 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


 discard 62ab5565ea [maven-release-plugin] Prepare release 3.9.0

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/main (f46690499f)
\
 O -- O -- O   (62ab5565ea)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 catalog/pom.xml | 2 +-
 docs/antora.yml | 5 -
 docs/pom.xml| 2 +-
 docs/source-map.yml | 2 +-
 extensions-core/core-cloud/deployment/pom.xml   | 2 +-
 extensions-core/core-cloud/pom.xml  | 2 +-
 extensions-core/core-cloud/runtime/pom.xml  | 2 +-
 extensions-core/core/deployment/pom.xml | 2 +-
 extensions-core/core/pom.xml| 2 +-
 extensions-core/core/runtime/pom.xml| 2 +-
 extensions-core/http-common/deployment/pom.xml  | 2 +-
 extensions-core/http-common/pom.xml | 2 +-
 extensions-core/http-common/runtime/pom.xml | 2 +-
 extensions-core/pom.xml | 2 +-
 extensions-core/reactive-executor/deployment/pom.xml| 2 +-
 extensions-core/reactive-executor/pom.xml   | 2 +-
 extensions-core/reactive-executor/runtime/pom.xml   | 2 +-
 extensions-core/threadpoolfactory-vertx/deployment/pom.xml  | 2 +-
 extensions-core/threadpoolfactory-vertx/pom.xml | 2 +-
 extensions-core/threadpoolfactory-vertx/runtime/pom.xml | 2 +-
 extensions-core/xml-io-dsl/deployment/pom.xml   | 2 +-
 extensions-core/xml-io-dsl/pom.xml  | 2 +-
 extensions-core/xml-io-dsl/runtime/pom.xml  | 2 +-
 extensions-core/xml-jaxb/deployment/pom.xml | 2 +-
 extensions-core/xml-jaxb/pom.xml| 2 +-
 extensions-core/xml-jaxb/runtime/pom.xml| 2 +-
 extensions-core/xml-jaxp/deployment/pom.xml | 2 +-
 extensions-core/xml-jaxp/pom.xml| 2 +-
 extensions-core/xml-jaxp/runtime/pom.xml| 2 +-
 extensions-core/yaml-dsl/deployment/pom.xml | 2 +-
 extensions-core/yaml-dsl/pom.xml| 2 +-
 extensions-core/yaml-dsl/runtime/pom.xml| 2 +-
 extensions-core/yaml-io/deployment/pom.xml  | 2 +-
 extensions-core/yaml-io/pom.xml | 2 +-
 extensions-core/yaml-io/runtime/pom.xml | 2 +-
 extensions-jvm/asn1/deployment/pom.xml  | 2 +-
 extensions-jvm/asn1/pom.xml | 2 +-
 extensions-jvm/asn1/runtime/pom.xml | 2 +-
 extensions-jvm/asterisk/deployment/pom.xml  | 2 +-
 extensions-jvm/asterisk/pom.xml | 2 +-
 extensions-jvm/asterisk/runtime/pom.xml | 2 +-
 extensions-jvm/aws-secrets-manager/deployment/pom.xml   | 2 +-
 extensions-jvm/aws-secrets-manager/pom.xml  | 2 +-
 extensions-jvm/aws-secrets-manager/runtime/pom.xml  | 2 +-
 extensions-jvm/aws-xray/deployment/pom.xml  | 2 +-
 extensions-jvm/aws-xray/pom.xml | 2 +-
 extensions-jvm/aws-xray/runtime/pom.xml | 2 +-
 extensions-jvm/azure-cosmosdb/deployment/pom.xml| 2 +-
 extensions-jvm/azure-cosmosdb/pom.xml   | 2 +-
 extensions-jvm/azure-cosmosdb/runtime/pom.xml   | 2 +-
 extensions-jvm/azure-key-vault/deployment/pom.xml   | 2 +-
 extensions-jvm/azure-key-vault/pom.xml  | 2 +-
 extensions-jvm/azure-key-vault/runtime/pom.xml  | 2 +-
 extensions-jvm/azure-servicebus/deployment/pom.xml  | 2 +-
 extensions-jvm/azure-servicebus/pom.xml | 2 +-
 extensions-jvm/azure-servicebus/runtime/pom.xml | 2 +-
 extensions-jvm/azure-storage-datalak

(camel-quarkus) branch 3.9.x deleted (was 4cd5b003a8)

2024-03-20 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to branch 3.9.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


 was 4cd5b003a8 [maven-release-plugin] Prepare release 3.9.0

This change permanently discards the following revisions:

 discard 4cd5b003a8 [maven-release-plugin] Prepare release 3.9.0



(camel-quarkus) annotated tag 3.9.0 deleted (was 293664c0a5)

2024-03-20 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to annotated tag 3.9.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


*** WARNING: tag 3.9.0 was deleted! ***

   tag was  293664c0a5

This change permanently discards the following revisions:

 discard a7a5bfa3b4 [maven-release-plugin] Prepare release 3.9.0



(camel-quarkus) branch 3.9.x created (now 4cd5b003a8)

2024-03-20 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to branch 3.9.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


  at 4cd5b003a8 [maven-release-plugin] Prepare release 3.9.0

This branch includes the following new commits:

 new 4cd5b003a8 [maven-release-plugin] Prepare release 3.9.0

The 1 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.




(camel-quarkus) branch 3.9.x deleted (was 67daba2014)

2024-03-20 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to branch 3.9.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


 was 67daba2014 [maven-release-plugin] Prepare release 3.9.0

This change permanently discards the following revisions:

 discard 67daba2014 [maven-release-plugin] Prepare release 3.9.0
 discard 7a16743a60 [maven-release-plugin] Set next development version 
3.9.1-SNAPSHOT



(camel-quarkus) annotated tag 3.9.0 created (now 293664c0a5)

2024-03-20 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to annotated tag 3.9.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


  at 293664c0a5 (tag)
 tagging a7a5bfa3b4c9c00275b9537feae8e3f28d9d1125 (commit)
 replaces 1.0.0-CR3
  by aldettinger
  on Wed Mar 20 17:57:05 2024 +0100

- Log -
[maven-release-plugin] copy for tag 3.9.0
---

No new revisions were added by this update.



(camel-quarkus) branch 3.9.x created (now a7a5bfa3b4)

2024-03-20 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to branch 3.9.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


  at a7a5bfa3b4 [maven-release-plugin] Prepare release 3.9.0

This branch includes the following new commits:

 new a7a5bfa3b4 [maven-release-plugin] Prepare release 3.9.0

The 1 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.




(camel-website) branch main updated: Adding eol to the release files of 3.2.x and 3.8.x

2024-03-20 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new d498bd09 Adding eol to the release files of 3.2.x and 3.8.x
d498bd09 is described below

commit d498bd09655cd068f6f75812de91282a1455903f
Author: ShravaniP 
AuthorDate: Wed Mar 20 17:46:11 2024 +0530

Adding eol to the release files of 3.2.x and 3.8.x
---
 content/releases/q/release-3.2.0.md | 2 +-
 content/releases/q/release-3.2.1.md | 2 +-
 content/releases/q/release-3.2.2.md | 2 +-
 content/releases/q/release-3.2.3.md | 2 +-
 content/releases/q/release-3.8.0.md | 1 +
 content/releases/q/release-3.8.1.md | 1 +
 6 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/content/releases/q/release-3.2.0.md 
b/content/releases/q/release-3.2.0.md
index ae5ec15c..f6e3b0a6 100644
--- a/content/releases/q/release-3.2.0.md
+++ b/content/releases/q/release-3.2.0.md
@@ -1,7 +1,7 @@
 ---
 url: "/releases/q-3.2.0/"
 date: 2023-09-01
-eol: 2024-03-01
+eol: 2024-07-06
 type: release-note
 version: 3.2.0
 title: "New LTS Camel Quarkus release 3.2.0"
diff --git a/content/releases/q/release-3.2.1.md 
b/content/releases/q/release-3.2.1.md
index 1cae3c94..d7e08efc 100644
--- a/content/releases/q/release-3.2.1.md
+++ b/content/releases/q/release-3.2.1.md
@@ -1,7 +1,7 @@
 ---
 url: "/releases/q-3.2.1/"
 date: 2023-10-09
-eol: 2024-03-01
+eol: 2024-07-06
 type: release-note
 version: 3.2.1
 title: "New LTS Camel Quarkus release 3.2.1"
diff --git a/content/releases/q/release-3.2.2.md 
b/content/releases/q/release-3.2.2.md
index a0c2b351..8902a40a 100644
--- a/content/releases/q/release-3.2.2.md
+++ b/content/releases/q/release-3.2.2.md
@@ -1,7 +1,7 @@
 ---
 url: "/releases/q-3.2.2/"
 date: 2023-11-07
-eol: 2024-03-01
+eol: 2024-07-06
 type: release-note
 version: 3.2.2
 title: "New LTS Camel Quarkus release 3.2.2"
diff --git a/content/releases/q/release-3.2.3.md 
b/content/releases/q/release-3.2.3.md
index 59b10729..adcdbfe7 100644
--- a/content/releases/q/release-3.2.3.md
+++ b/content/releases/q/release-3.2.3.md
@@ -1,7 +1,7 @@
 ---
 url: "/releases/q-3.2.3/"
 date: 2023-12-05
-eol: 2024-03-01
+eol: 2024-07-06
 type: release-note
 version: 3.2.3
 title: "New LTS Camel Quarkus release 3.2.3"
diff --git a/content/releases/q/release-3.8.0.md 
b/content/releases/q/release-3.8.0.md
index 7bd7be94..a87c4b5e 100644
--- a/content/releases/q/release-3.8.0.md
+++ b/content/releases/q/release-3.8.0.md
@@ -1,6 +1,7 @@
 ---
 url: "/releases/q-3.8.0/"
 date: 2024-02-28
+eol: 2025-02-12
 type: release-note
 version: 3.8.0
 title: "Camel Quarkus release 3.8.0"
diff --git a/content/releases/q/release-3.8.1.md 
b/content/releases/q/release-3.8.1.md
index d82b80aa..59311550 100644
--- a/content/releases/q/release-3.8.1.md
+++ b/content/releases/q/release-3.8.1.md
@@ -1,6 +1,7 @@
 ---
 url: "/releases/q-3.8.1/"
 date: 2024-03-19
+eol: 2025-02-12
 type: release-note
 version: 3.8.1
 title: "Camel Quarkus release 3.8.1"



(camel-quarkus) branch main updated: Explicit blog post annoucement step in the release procedure

2024-03-20 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new b12568e8db Explicit blog post annoucement step in the release procedure
b12568e8db is described below

commit b12568e8db1ad2e4d8157ad857c1dfcc2905a4f5
Author: aldettinger 
AuthorDate: Wed Mar 20 13:01:47 2024 +0100

Explicit blog post annoucement step in the release procedure
---
 .../modules/ROOT/pages/contributor-guide/release-guide.adoc | 13 -
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc 
b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index b3939cfca7..a736a6e477 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -437,10 +437,21 @@ $ git commit -m "Next is $NEXT_CQ_VERSION"
 $ git push upstream camel-quarkus-main --force-with-lease
 
 
+== Write the release announcement blog post
+
+Taking inspiration from previous release announcement blog post, we need to 
write one for the release at hand.
+
+Please, keep in mind a few things when preparing the pull request for the 
camel-website:
+
+* A release marker file should be added in 
https://github.com/apache/camel-website/tree/main/content/releases/q
+* Marker files for LTS versions should include the end of life date, ala  
'eol: date'
+* The end of life date is the minimum date between camel LTS eol date and 
quarkus LTS eol date
+* Documentation branches should be updated in 
https://github.com/apache/camel-website/blob/main/antora-playbook-snippets/antora-playbook.yml[antora-playbook.yml]
+* We maintain documentation branches only for LTS versions and main
+
 == Further steps
 
 In addition to the above, the following is needed:
 
 * https://github.com/apache/camel-quarkus/issues/new[Create a ticket] asking a 
https://projects.apache.org/committee.html?camel[PMC member] to update the 
https://reporter.apache.org/addrelease.html?camel[Apache Committee Report 
Helper]. The ticket title could be as follow.
   Release: The Apache Committee Report Helper should be updated by a PMC 
member as camel-quarkus-X.Y.Z has been released on -MM-DD.
-* When writing the release announcement blog post, do not forget to add the 
release note section in 
https://github.com/apache/camel-website/tree/main/content/releases/q, and to 
add the branch for documentation in 
https://github.com/apache/camel-website/blob/main/antora-playbook-snippets/antora-playbook.yml[antora-playbook.yml].



(camel-quarkus) 02/04: Fixup adding com.squareup.okhttp3:mockwebserver to camel-quarkus-bom

2024-03-18 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a commit to branch 3.8.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 9da812dfdc81b96903cb69f22e1c25e4d5f0bca6
Author: James Netherton 
AuthorDate: Mon Mar 18 08:04:24 2024 +

Fixup adding com.squareup.okhttp3:mockwebserver to camel-quarkus-bom

Fixes #5806
---
 poms/bom/pom.xml  |  7 +++
 poms/bom/src/main/generated/flattened-full-pom.xml|  6 ++
 poms/bom/src/main/generated/flattened-reduced-pom.xml | 11 +++
 poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml | 11 +++
 4 files changed, 35 insertions(+)

diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 71e5d2be1c..4c4c9d93c3 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -6332,6 +6332,12 @@
 com.squareup.okhttp3
 mockwebserver
 ${okhttp.version}
+
+
+junit
+junit
+
+
 
 
 com.squareup.okio
@@ -7130,6 +7136,7 @@
 
xerces:xercesImpl
 
com.ibm.mq:com.ibm.mq.jakarta.client
 
com.ibm.icu:icu4j
+
com.squareup.okhttp3:mockwebserver
 
org.mapstruct:mapstruct-processor
 
 
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index c90548e873..00ae7e8f30 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -6255,6 +6255,12 @@
 com.squareup.okhttp3
 mockwebserver
 4.12.0
+
+  
+junit
+junit
+  
+
   
   
 com.squareup.okio
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index 6266b3ca5a..36e133540a 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -6236,6 +6236,17 @@
 logging-interceptor
 4.12.0
   
+  
+com.squareup.okhttp3
+mockwebserver
+4.12.0
+
+  
+junit
+junit
+  
+
+  
   
 com.squareup.okio
 okio
diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
index c8035dffb3..cdf8d9706c 100644
--- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
@@ -6236,6 +6236,17 @@
 logging-interceptor
 4.12.0
   
+  
+com.squareup.okhttp3
+mockwebserver
+4.12.0
+
+  
+junit
+junit
+  
+
+  
   
 com.squareup.okio
 okio



(camel-quarkus) branch 3.8.x updated (6580b175d9 -> c3a5391ca6)

2024-03-18 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to branch 3.8.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


from 6580b175d9 [maven-release-plugin] Set next development version 
3.8.2-SNAPSHOT
 new e3c8fece0e Update generated files after 3.8.1 release
 new 9da812dfdc Fixup adding com.squareup.okhttp3:mockwebserver to 
camel-quarkus-bom
 new 718a53003b Upgrade Debezium to 2.5.2.Final
 new c3a5391ca6 Upgrade quarkus-qpid-jms to 2.6.1

The 4 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:
 docs/antora.yml| 2 +-
 .../org/apache/camel/component/qute/qute.json  | 2 +-
 pom.xml| 6 +-
 poms/bom/pom.xml   | 7 +
 poms/bom/src/main/generated/flattened-full-pom.xml | 16150 ++-
 .../src/main/generated/flattened-reduced-pom.xml   |  1355 +-
 .../generated/flattened-reduced-verbose-pom.xml|  1469 +-
 7 files changed, 9526 insertions(+), 9465 deletions(-)



(camel-quarkus) 03/04: Upgrade Debezium to 2.5.2.Final

2024-03-18 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a commit to branch 3.8.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 718a53003bf8a5d77f4316f138f4e29ebc63ec22
Author: James Netherton 
AuthorDate: Mon Mar 18 10:16:32 2024 +

Upgrade Debezium to 2.5.2.Final
---
 pom.xml|   2 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 427 ++---
 .../src/main/generated/flattened-reduced-pom.xml   |  26 +-
 .../generated/flattened-reduced-verbose-pom.xml| 126 +++---
 4 files changed, 283 insertions(+), 298 deletions(-)

diff --git a/pom.xml b/pom.xml
index 387fc281bf..2173b467a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
 
camel-${camel.major.minor}.x
 
camel-spring-boot-${camel.major.minor}.x
 1.2.0
-2.5.0.Final 
 
2.12.1
 3.1.4
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index 00ae7e8f30..732cef79d5 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -22548,9 +22548,9 @@
 25.1-jre-graal-sub-1
   
   
-org.apache.kafka
-connect-api
-3.6.1
+org.apache.kafka
+connect-api
+3.6.1
 
   
 javax.ws.rs
@@ -22559,352 +22559,337 @@
 
   
   
-org.apache.kafka
-connect-json
-3.6.1
+org.apache.kafka
+connect-json
+3.6.1
   
   
-org.apache.kafka
-connect-file
-3.6.1
+org.apache.kafka
+connect-file
+3.6.1
   
   
-org.apache.kafka
-connect-transforms
-3.6.1
+org.apache.kafka
+connect-transforms
+3.6.1
   
   
-org.apache.kafka
-kafka_2.13
-3.6.1
-test
+org.apache.kafka
+kafka_2.13
+3.6.1
+test
   
   
-io.confluent
-kafka-connect-avro-converter
-7.0.1
+io.confluent
+kafka-connect-avro-converter
+7.0.1
   
   
-io.confluent
-kafka-connect-protobuf-converter
-7.0.1
+io.confluent
+kafka-connect-protobuf-converter
+7.0.1
   
   
-io.apicurio
-apicurio-registry-utils-converter
-2.4.3.Final
+io.apicurio
+apicurio-registry-utils-converter
+2.4.3.Final
   
   
-com.zendesk
-mysql-binlog-connector-java
-0.29.0
+com.zendesk
+mysql-binlog-connector-java
+0.29.0
   
   
-mil.nga
-wkb
-1.0.2
+mil.nga
+wkb
+1.0.2
   
   
-com.oracle.instantclient
-xstreams
-21.6.0.0
+com.oracle.instantclient
+xstreams
+21.6.0.0
   
   
-com.ibm.informix
-jdbc
-4.50.10
+com.ibm.informix
+jdbc
+4.50.10
   
   
-com.ibm.informix
-ifx-changestream-client
-1.1.3
+com.ibm.informix
+ifx-changestream-client
+1.1.3
   
   
-ch.qos.logback
-logback-classic
-1.2.13
+ch.qos.logback
+logback-classic
+1.2.13
   
   
-org.codehaus.groovy
-groovy
-3.0.7
+io.vitess
+vitess-grpc-client
+17.0.0
   
   
-org.codehaus.groovy
-groovy-json
-3.0.7
+org.apache.cassandra
+cassandra-all
+3.11.12
   
   
-org.codehaus.groovy
-groovy-jsr223
-3.0.7
+com.datastax.cassandra
+cassandra-driver-core
+4.14.0
   
   
-io.vitess
-vitess-grpc-client
-17.0.0
+io.dropwizard.metrics
+metrics-core
+4.0.1
   
   
-org.apache.cassandra
-cassandra-all
-3.11.12
+io.dropwizard.metrics
+metrics-healthchecks
+4.0.1
   
   
-com.datastax.cassandra
-cassandra-driver-core
-4.14.0
+io.dropwizard.metrics
+metrics-servlets
+4.0.1
   
   
-io.dropwizard.metrics
-metrics-core
-4.0.1
+org.eclipse.jetty
+jetty-servlet
+9.4.12.v20180830
   
   
-io.dropwizard.metrics
-metrics-healthchecks
-4.0.1
+javax.xml.bind
+jaxb-api
+2.3.1
   
   
-io.dropwizard.metrics
-metrics-servlets
-4.0.1
+org.infinispan
+infinispan-core-jakarta
+14.0.20.Final
   
   
-org.eclipse.jetty
-jetty-servlet
-9.4.12.v20180830

(camel-quarkus) branch camel-main updated: Add Qdrant JVM only extension #5860

2024-03-13 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/camel-main by this push:
 new d9e670c89d Add Qdrant JVM only extension #5860
d9e670c89d is described below

commit d9e670c89d4fb51ee29a1d91ac945f76a4ac0854
Author: aldettinger 
AuthorDate: Mon Mar 11 17:19:18 2024 +0100

Add Qdrant JVM only extension #5860
---
 docs/modules/ROOT/examples/components/qdrant.yml   |  13 +++
 docs/modules/ROOT/nav.adoc |   1 +
 .../ROOT/pages/reference/extensions/qdrant.adoc|  41 +
 extensions-jvm/pom.xml |   1 +
 extensions-jvm/qdrant/deployment/pom.xml   |  63 +
 .../qdrant/deployment/QdrantProcessor.java |  46 ++
 extensions-jvm/qdrant/pom.xml  |  39 
 extensions-jvm/qdrant/runtime/pom.xml  | 100 +
 .../main/resources/META-INF/quarkus-extension.yaml |  33 +++
 integration-tests-jvm/pom.xml  |   1 +
 integration-tests-jvm/qdrant/pom.xml   |  84 +
 .../component/qdrant/it/QdrantResource.java|  50 +++
 .../quarkus/component/qdrant/it/QdrantTest.java|  34 +++
 poms/bom/pom.xml   |  39 +++-
 poms/bom/src/main/generated/flattened-full-pom.xml |  39 +++-
 .../src/main/generated/flattened-reduced-pom.xml   |  47 +-
 .../generated/flattened-reduced-verbose-pom.xml|  47 +-
 17 files changed, 668 insertions(+), 10 deletions(-)

diff --git a/docs/modules/ROOT/examples/components/qdrant.yml 
b/docs/modules/ROOT/examples/components/qdrant.yml
new file mode 100644
index 00..baf7abbffe
--- /dev/null
+++ b/docs/modules/ROOT/examples/components/qdrant.yml
@@ -0,0 +1,13 @@
+# Do not edit directly!
+# This file was generated by 
camel-quarkus-maven-plugin:update-extension-doc-page
+cqArtifactId: camel-quarkus-qdrant
+cqArtifactIdBase: qdrant
+cqNativeSupported: false
+cqStatus: Preview
+cqDeprecated: false
+cqJvmSince: 3.9.0
+cqNativeSince: n/a
+cqCamelPartName: qdrant
+cqCamelPartTitle: Qdrant
+cqCamelPartDescription: Perform operations on the Qdrant Vector Database.
+cqExtensionPageTitle: Qdrant
diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index 36658c68d6..1fab5d81c5 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -239,6 +239,7 @@
 *** xref:reference/extensions/jackson-protobuf.adoc[Protobuf Jackson]
 *** xref:reference/extensions/pubnub.adoc[PubNub]
 *** xref:reference/extensions/pulsar.adoc[Pulsar]
+*** xref:reference/extensions/qdrant.adoc[Qdrant]
 *** xref:reference/extensions/quartz.adoc[Quartz]
 *** xref:reference/extensions/quickfix.adoc[QuickFix]
 *** xref:reference/extensions/qute.adoc[Qute]
diff --git a/docs/modules/ROOT/pages/reference/extensions/qdrant.adoc 
b/docs/modules/ROOT/pages/reference/extensions/qdrant.adoc
new file mode 100644
index 00..79f50e40aa
--- /dev/null
+++ b/docs/modules/ROOT/pages/reference/extensions/qdrant.adoc
@@ -0,0 +1,41 @@
+// Do not edit directly!
+// This file was generated by 
camel-quarkus-maven-plugin:update-extension-doc-page
+[id="extensions-qdrant"]
+= Qdrant
+:linkattrs:
+:cq-artifact-id: camel-quarkus-qdrant
+:cq-native-supported: false
+:cq-status: Preview
+:cq-status-deprecation: Preview
+:cq-description: Perform operations on the Qdrant Vector Database.
+:cq-deprecated: false
+:cq-jvm-since: 3.9.0
+:cq-native-since: n/a
+
+ifeval::[{doc-show-badges} == true]
+[.badges]
+[.badge-key]##JVM since##[.badge-supported]##3.9.0## 
[.badge-key]##Native##[.badge-unsupported]##unsupported##
+endif::[]
+
+Perform operations on the Qdrant Vector Database.
+
+[id="extensions-qdrant-whats-inside"]
+== What's inside
+
+* xref:{cq-camel-components}::qdrant-component.adoc[Qdrant component], URI 
syntax: `qdrant:collection`
+
+Please refer to the above link for usage and configuration details.
+
+[id="extensions-qdrant-maven-coordinates"]
+== Maven coordinates
+
+[source,xml]
+
+
+org.apache.camel.quarkus
+camel-quarkus-qdrant
+
+
+ifeval::[{doc-show-user-guide-link} == true]
+Check the xref:user-guide/index.adoc[User guide] for more information about 
writing Camel Quarkus applications.
+endif::[]
diff --git a/extensions-jvm/pom.xml b/extensions-jvm/pom.xml
index f195f49fa1..8fcdb46adc 100644
--- a/extensions-jvm/pom.xml
+++ b/extensions-jvm/pom.xml
@@ -85,6 +85,7 @@
 opensearch
 printer
 pulsar
+qdrant
 quickfix
 redis
 robotframework
diff --git a/extensions-jvm/qdrant/deployment/pom.xml 
b/extensions-jvm/qdrant/deployment/pom.xml
new file mode 100644
index 00..7a45573223
--- /dev/null
+++ b/extensions-jvm/qdrant/deployment/pom.xml
@@ -0,0 +1,63 @

(camel-website) branch main updated: Explicit that Camel Quarkus 3.8.0 is an LTS release based on Quarkus 3.8.1

2024-02-29 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 36d74d30 Explicit that Camel Quarkus 3.8.0 is an LTS release based on 
Quarkus 3.8.1
36d74d30 is described below

commit 36d74d3010515815564ad60346210366487a7ddc
Author: aldettinger 
AuthorDate: Thu Feb 29 11:09:06 2024 +0100

Explicit that Camel Quarkus 3.8.0 is an LTS release based on Quarkus 3.8.1
---
 content/blog/2024/02/camel-quarkus-release-3.8.0/index.md | 14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/content/blog/2024/02/camel-quarkus-release-3.8.0/index.md 
b/content/blog/2024/02/camel-quarkus-release-3.8.0/index.md
index 1d9484ae..749e8625 100644
--- a/content/blog/2024/02/camel-quarkus-release-3.8.0/index.md
+++ b/content/blog/2024/02/camel-quarkus-release-3.8.0/index.md
@@ -1,15 +1,17 @@
 ---
-title: "Camel Quarkus 3.8.0 Released"
+title: "Camel Quarkus 3.8.0 LTS Released"
 date: 2024-02-28
 authors: ["aldettinger"]
 categories: ["Releases", "Camel Quarkus"]
-preview: "Camel Quarkus 3.8.0 Released"
-summary: "Camel Quarkus 3.8.0 release"
+preview: "Camel Quarkus 3.8.0 LTS Released"
+summary: "Camel Quarkus 3.8.0 LTS release"
 ---
 
 Image by https://www.flickr.com/photos/lanzen/5984113332;>Anders Lanzen https://creativecommons.org/licenses/by-nc-sa/2.0;>CC BY-NC-SA 
2.0
 
-We are pleased to announce the 3.8.0 release of Camel Quarkus. It aligns with 
the Camel 4.4.0 and Quarkus 3.8.0 releases.
+We are pleased to announce the 3.8.0 release of Camel Quarkus.
+
+Camel Quarkus 3.8.0 is an LTS release, it aligns with Camel 4.4.x LTS and 
Quarkus 3.8.x LTS releases.
 
 For more information, please check the [Release notes](/releases/q-3.8.0/).
 
@@ -19,6 +21,8 @@ Please refer to the [Camel 4.4.0 
announcement](/blog/2024/02/RELEASE-4.4.0/) for
 
 ## Quarkus 3.8.0
 
-Please refer to the [Quarkus 
3.8.0](https://github.com/quarkusio/quarkus/releases/tag/3.8.0) release notes.
+Camel Quarkus 3.8.0 is based on Quarkus 3.8.1. It’s important to note that 
this version is available in Quarkus platform 3.8.1 onward. Therefore, users 
are encouraged to upgrade to Quarkus Platform 3.8.1 for the latest features and 
improvements.
+
+Please refer to the [Quarkus 
3.8.1](https://github.com/quarkusio/quarkus/releases/tag/3.8.1) release notes.
 
 Many thanks to all contributors and issue reporters!



(camel-quarkus-examples) branch camel-quarkus-main updated (d6dd5aa -> 783fcb3)

2024-02-29 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


from d6dd5aa  Update of the bootstrap properties because of CAMEL-20243
 add 783fcb3  Upgrade to Quarkus Platform 3.8.1

No new revisions were added by this update.

Summary of changes:
 aws-lambda/pom.xml  | 10 +-
 cluster-leader-election/pom.xml | 10 +-
 cxf-soap/pom.xml| 10 +-
 file-bindy-ftp/pom.xml  | 10 +-
 file-split-log-xml/pom.xml  | 10 +-
 health/pom.xml  | 10 +-
 http-log/pom.xml| 10 +-
 jdbc-datasource/pom.xml | 10 +-
 jms-jpa/pom.xml | 10 +-
 jpa-idempotent-repository/pom.xml   | 10 +-
 jta-jpa/pom.xml | 10 +-
 kafka/pom.xml   | 10 +-
 kamelet-chucknorris/pom.xml | 12 ++--
 message-bridge/pom.xml  | 10 +-
 observability/pom.xml   | 10 +-
 platform-http-security-keycloak/pom.xml | 10 +-
 rest-json/pom.xml   | 10 +-
 timer-log-kotlin/pom.xml| 10 +-
 timer-log-main/pom.xml  | 12 ++--
 timer-log/pom.xml   | 10 +-
 20 files changed, 102 insertions(+), 102 deletions(-)



(camel-quarkus-examples) tag 3.8.0 created (now 10387fc)

2024-02-29 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to tag 3.8.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git


  at 10387fc  (commit)
No new revisions were added by this update.



(camel-quarkus-examples) branch main updated: Tag 3.8.0

2024-02-29 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 10387fc  Tag 3.8.0
10387fc is described below

commit 10387fc24c7340bf3a4b5f5f6df824266f4d7820
Author: aldettinger 
AuthorDate: Thu Feb 29 09:35:39 2024 +0100

Tag 3.8.0
---
 aws-lambda/pom.xml |  2 +-
 cluster-leader-election/pom.xml|  2 +-
 cxf-soap/pom.xml   |  2 +-
 file-bindy-ftp/pom.xml |  2 +-
 file-bindy-ftp/src/main/kubernetes/kubernetes.yml  | 12 ++--
 file-bindy-ftp/src/main/kubernetes/openshift.yml   | 12 ++--
 file-split-log-xml/pom.xml |  2 +-
 health/pom.xml |  2 +-
 http-log/pom.xml   |  2 +-
 jdbc-datasource/pom.xml|  2 +-
 jms-jpa/pom.xml|  2 +-
 jpa-idempotent-repository/pom.xml  |  2 +-
 .../src/main/kubernetes/kubernetes.yml | 12 ++--
 .../src/main/kubernetes/openshift.yml  | 14 +++---
 jta-jpa/pom.xml|  2 +-
 kafka/pom.xml  |  2 +-
 kamelet-chucknorris/pom.xml|  2 +-
 message-bridge/pom.xml |  2 +-
 observability/pom.xml  |  2 +-
 platform-http-security-keycloak/pom.xml|  2 +-
 rest-json/pom.xml  |  2 +-
 timer-log-kotlin/pom.xml   |  2 +-
 timer-log-main/pom.xml |  2 +-
 timer-log/pom.xml  |  2 +-
 24 files changed, 45 insertions(+), 45 deletions(-)

diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml
index 45dee37..a8345fd 100644
--- a/aws-lambda/pom.xml
+++ b/aws-lambda/pom.xml
@@ -21,7 +21,7 @@
 4.0.0
 org.apache.camel.quarkus.examples
 camel-quarkus-examples-aws-lambda
-3.8.0-SNAPSHOT
+3.8.0
 
 Camel Quarkus :: Examples :: AWS Lambda
 Camel Quarkus Example :: Deploying a Camel Route in AWS 
Lambda
diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml
index e557668..527fcb7 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -23,7 +23,7 @@
 
 camel-quarkus-examples-cluster-leader-election
 org.apache.camel.quarkus.examples
-3.8.0-SNAPSHOT
+3.8.0
 
 Camel Quarkus :: Examples :: Cluster leader election
 Camel Quarkus Example :: Cluster leader election
diff --git a/cxf-soap/pom.xml b/cxf-soap/pom.xml
index 9209900..7218dc6 100644
--- a/cxf-soap/pom.xml
+++ b/cxf-soap/pom.xml
@@ -23,7 +23,7 @@
 
 camel-quarkus-examples-cxf-soap
 org.apache.camel.quarkus.examples
-3.8.0-SNAPSHOT
+3.8.0
 
 Camel Quarkus :: Examples :: CXF SOAP
 Camel Quarkus Example :: CXF SOAP
diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml
index 400ee8d..3fdbfa5 100644
--- a/file-bindy-ftp/pom.xml
+++ b/file-bindy-ftp/pom.xml
@@ -22,7 +22,7 @@
 
 camel-quarkus-examples-file-bindy-ftp
 org.apache.camel.quarkus.examples
-3.8.0-SNAPSHOT
+3.8.0
 
 Camel Quarkus :: Examples :: File Bindy FTP
 Camel Quarkus Example :: File Bindy FTP
diff --git a/file-bindy-ftp/src/main/kubernetes/kubernetes.yml 
b/file-bindy-ftp/src/main/kubernetes/kubernetes.yml
index 5baa810..2abedb2 100644
--- a/file-bindy-ftp/src/main/kubernetes/kubernetes.yml
+++ b/file-bindy-ftp/src/main/kubernetes/kubernetes.yml
@@ -21,18 +21,18 @@ metadata:
   name: ssh-server-deployment
   labels:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 3.8.0-SNAPSHOT
+app.kubernetes.io/version: 3.8.0
 spec:
   replicas: 1
   selector:
 matchLabels:
   app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-  app.kubernetes.io/version: 3.8.0-SNAPSHOT
+  app.kubernetes.io/version: 3.8.0
   template:
 metadata:
   labels:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 3.8.0-SNAPSHOT
+app.kubernetes.io/version: 3.8.0
 spec:
   containers:
 - name: openssh-server
@@ -57,7 +57,7 @@ kind: Service
 metadata:
   labels:
 app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-app.kubernetes.io/version: 3.8.0-SNAPSHOT
+app.kubernetes.io/version: 3.8.0
   name: ftp-server
 spec:
   ports:
@@ -66,7 +66,7 @@ spec:
   targetPort: 
   selector

(camel-quarkus-examples) 05/05: Upgrade to Quarkus Platform 3.8.1

2024-02-29 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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

commit d7857a37c0a36fe485a991d74568a0fc2be94046
Author: aldettinger 
AuthorDate: Wed Feb 28 21:15:41 2024 +0100

Upgrade to Quarkus Platform 3.8.1
---
 aws-lambda/pom.xml  | 10 +-
 cluster-leader-election/pom.xml | 10 +-
 cxf-soap/pom.xml| 10 +-
 file-bindy-ftp/pom.xml  | 10 +-
 file-split-log-xml/pom.xml  | 10 +-
 health/pom.xml  | 10 +-
 http-log/pom.xml| 10 +-
 jdbc-datasource/pom.xml | 10 +-
 jms-jpa/pom.xml | 10 +-
 jpa-idempotent-repository/pom.xml   | 10 +-
 jta-jpa/pom.xml | 10 +-
 kafka/pom.xml   | 10 +-
 kamelet-chucknorris/pom.xml | 12 ++--
 message-bridge/pom.xml  | 10 +-
 observability/pom.xml   | 10 +-
 platform-http-security-keycloak/pom.xml | 10 +-
 rest-json/pom.xml   | 10 +-
 timer-log-kotlin/pom.xml| 10 +-
 timer-log-main/pom.xml  | 12 ++--
 timer-log/pom.xml   | 10 +-
 20 files changed, 102 insertions(+), 102 deletions(-)

diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml
index 904f1fa..45dee37 100644
--- a/aws-lambda/pom.xml
+++ b/aws-lambda/pom.xml
@@ -27,13 +27,13 @@
 Camel Quarkus Example :: Deploying a Camel Route in AWS 
Lambda
 
 
-3.8.0.CR1
-
3.8.0-SNAPSHOT
+3.8.1
+
${quarkus.platform.version}
 
-io.quarkus
+
io.quarkus.platform
 
quarkus-bom
-
org.apache.camel.quarkus
-
camel-quarkus-bom
+
${quarkus.platform.group-id}
+
quarkus-camel-bom
 
 UTF-8
 
UTF-8
diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml
index f8f75e0..e557668 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -29,13 +29,13 @@
 Camel Quarkus Example :: Cluster leader election
 
 
-3.8.0.CR1
-
3.8.0-SNAPSHOT
+3.8.1
+
${quarkus.platform.version}
 
-io.quarkus
+
io.quarkus.platform
 
quarkus-bom
-
org.apache.camel.quarkus
-
camel-quarkus-bom
+
${quarkus.platform.group-id}
+
quarkus-camel-bom
 
 UTF-8
 
UTF-8
diff --git a/cxf-soap/pom.xml b/cxf-soap/pom.xml
index 3ce3a31..9209900 100644
--- a/cxf-soap/pom.xml
+++ b/cxf-soap/pom.xml
@@ -29,13 +29,13 @@
 Camel Quarkus Example :: CXF SOAP
 
 
-3.8.0.CR1
-
3.8.0-SNAPSHOT
+3.8.1
+
${quarkus.platform.version}
 
-io.quarkus
+
io.quarkus.platform
 
quarkus-bom
-
org.apache.camel.quarkus
-
camel-quarkus-bom
+
${quarkus.platform.group-id}
+
quarkus-camel-bom
 
 UTF-8
 
UTF-8
diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml
index 8186fb9..400ee8d 100644
--- a/file-bindy-ftp/pom.xml
+++ b/file-bindy-ftp/pom.xml
@@ -28,13 +28,13 @@
 Camel Quarkus Example :: File Bindy FTP
 
 
-3.8.0.CR1
-
3.8.0-SNAPSHOT
+3.8.1
+
${quarkus.platform.version}
 
-io.quarkus
+
io.quarkus.platform
 
quarkus-bom
-
org.apache.camel.quarkus
-
camel-quarkus-bom
+
${quarkus.platform.group-id}
+
quarkus-camel-bom
 
 UTF-8
 
UTF-8
diff --git a/file-split-log-xml/pom.xml b/file-split-log-xml/pom.xml
index edb2af3..e98bfe6 100644
--- a/file-split-log-xml/pom.xml
+++ b/file-split-log-xml/pom.xml
@@ -28,13 +28,13 @@
 Camel Quarkus Example :: File To Log XML DSL
 
 
-3.8.0.CR1
-
3.8.0-SNAPSHOT
+3.8.1
+
${quarkus.platform.version}
 
-io.quarkus
+
io.quarkus.platform
 
quarkus-bom
-
org.apache.camel.quarkus
-
camel-quarkus-bom
+
${quarkus.platform.group-id}
+
quarkus-camel-bom
 
 UTF-8
 
UTF-8
diff --git a/health/pom.xml b/health/pom.xml
index 6542d84..35f434f 100644
--- a/health/pom.xml
+++ b/health/pom.xml
@@ -28,13 +28,13 @@
 Camel Quarkus Example :: Health Check
 
 
-3.8.0.CR1
-
3.8.0-SNAPSHOT
+3.8.1
+
${quarkus.platform.version}
 
-io.quarkus
+
io.quarkus.platform
 
quarkus-bom
-
org.apache.camel.quarkus
-
camel-quarkus-bom
+
${quarkus.platform.group-id}
+
quarkus-camel-bom
 
 UTF-8
 
UTF-8
diff --git a/http-log/pom.xml b/http-log/pom.xml
index 1ed7ac6..238ccfe 100644
--- a/http-log/pom.xml
+++ b

(camel-quarkus-examples) 01/05: Next is 3.8.0

2024-02-29 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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

commit a7761a93abf2ede7b88756aaef76ca71ebfdc90b
Author: James Netherton 
AuthorDate: Wed Jan 31 17:34:11 2024 +

Next is 3.8.0
---
 aws-lambda/pom.xml | 10 +-
 cluster-leader-election/pom.xml| 10 +-
 cxf-soap/pom.xml   | 10 +-
 file-bindy-ftp/pom.xml | 10 +-
 file-bindy-ftp/src/main/kubernetes/kubernetes.yml  | 12 ++--
 file-bindy-ftp/src/main/kubernetes/openshift.yml   | 12 ++--
 file-split-log-xml/pom.xml | 10 +-
 health/pom.xml | 10 +-
 http-log/pom.xml   | 10 +-
 jdbc-datasource/pom.xml| 10 +-
 jms-jpa/pom.xml| 10 +-
 jpa-idempotent-repository/pom.xml  | 10 +-
 .../src/main/kubernetes/kubernetes.yml | 12 ++--
 .../src/main/kubernetes/openshift.yml  | 14 +++---
 jta-jpa/pom.xml| 10 +-
 kafka/pom.xml  | 10 +-
 kamelet-chucknorris/pom.xml| 12 ++--
 message-bridge/pom.xml | 10 +-
 observability/pom.xml  | 10 +-
 platform-http-security-keycloak/pom.xml| 10 +-
 rest-json/pom.xml  | 10 +-
 timer-log-kotlin/pom.xml   | 10 +-
 timer-log-main/pom.xml | 12 ++--
 timer-log/pom.xml  | 10 +-
 24 files changed, 127 insertions(+), 127 deletions(-)

diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml
index 3dc0236..a2389eb 100644
--- a/aws-lambda/pom.xml
+++ b/aws-lambda/pom.xml
@@ -21,19 +21,19 @@
 4.0.0
 org.apache.camel.quarkus.examples
 camel-quarkus-examples-aws-lambda
-3.7.0
+3.8.0-SNAPSHOT
 
 Camel Quarkus :: Examples :: AWS Lambda
 Camel Quarkus Example :: Deploying a Camel Route in AWS 
Lambda
 
 
 3.7.1
-
${quarkus.platform.version}
+
3.8.0-SNAPSHOT
 
-
io.quarkus.platform
+io.quarkus
 
quarkus-bom
-
${quarkus.platform.group-id}
-
quarkus-camel-bom
+
org.apache.camel.quarkus
+
camel-quarkus-bom
 
 UTF-8
 
UTF-8
diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml
index 294cda4..f9a9c05 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -23,19 +23,19 @@
 
 camel-quarkus-examples-cluster-leader-election
 org.apache.camel.quarkus.examples
-3.7.0
+3.8.0-SNAPSHOT
 
 Camel Quarkus :: Examples :: Cluster leader election
 Camel Quarkus Example :: Cluster leader election
 
 
 3.7.1
-
${quarkus.platform.version}
+
3.8.0-SNAPSHOT
 
-
io.quarkus.platform
+io.quarkus
 
quarkus-bom
-
${quarkus.platform.group-id}
-
quarkus-camel-bom
+
org.apache.camel.quarkus
+
camel-quarkus-bom
 
 UTF-8
 
UTF-8
diff --git a/cxf-soap/pom.xml b/cxf-soap/pom.xml
index af793e4..76036d9 100644
--- a/cxf-soap/pom.xml
+++ b/cxf-soap/pom.xml
@@ -23,19 +23,19 @@
 
 camel-quarkus-examples-cxf-soap
 org.apache.camel.quarkus.examples
-3.7.0
+3.8.0-SNAPSHOT
 
 Camel Quarkus :: Examples :: CXF SOAP
 Camel Quarkus Example :: CXF SOAP
 
 
 3.7.1
-
${quarkus.platform.version}
+
3.8.0-SNAPSHOT
 
-
io.quarkus.platform
+io.quarkus
 
quarkus-bom
-
${quarkus.platform.group-id}
-
quarkus-camel-bom
+
org.apache.camel.quarkus
+
camel-quarkus-bom
 
 UTF-8
 
UTF-8
diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml
index 6e6557e..e3919aa 100644
--- a/file-bindy-ftp/pom.xml
+++ b/file-bindy-ftp/pom.xml
@@ -22,19 +22,19 @@
 
 camel-quarkus-examples-file-bindy-ftp
 org.apache.camel.quarkus.examples
-3.7.0
+3.8.0-SNAPSHOT
 
 Camel Quarkus :: Examples :: File Bindy FTP
 Camel Quarkus Example :: File Bindy FTP
 
 
 3.7.1
-
${quarkus.platform.version}
+
3.8.0-SNAPSHOT
 
-
io.quarkus.platform
+io.quarkus
 
quarkus-bom
-
${quarkus.platform.group-id}
-
quarkus-camel-bom

(camel-quarkus-examples) 04/05: Update of the bootstrap properties because of CAMEL-20243

2024-02-29 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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

commit afec5ea39b109c9b91295ae1ff6ddb8cb70257c9
Author: JiriOndrusek 
AuthorDate: Fri Jan 5 12:45:45 2024 +0100

Update of the bootstrap properties because of CAMEL-20243
---
 health/src/main/resources/application.properties | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/health/src/main/resources/application.properties 
b/health/src/main/resources/application.properties
index 8ef2f86..b317b68 100644
--- a/health/src/main/resources/application.properties
+++ b/health/src/main/resources/application.properties
@@ -28,16 +28,16 @@ camel.main.bean-introspection-extended-statistics=true
 camel.main.bean-introspection-logging-level=INFO
 
 # enable supervised route controller which will startup routes in safe manner
-camel.main.route-controller-supervise-enabled = true
+camel.routeController.enabled = true
 # attempt up till 10 times to start a route (and exhaust if still failing)
 # when a route is exhausted then its taken out as being supervised and
 # will not take part of health-check either (UNKNOWN state)
-camel.main.route-controller-back-off-max-attempts = 10
+camel.routeController.back-off-max-attempts = 10
 # when starting a route (and restarts) fails all attempts
 # then we can control whether the route should be influence the health-check
 # and report the route as either UNKNOWN or DOWN. Setting this option to true
 # will report it as DOWN otherwise its UNKNOWN
-#camel.main.route-controller-unhealthy-on-exhausted = true
+#camel.routeController.unhealthy-on-exhausted = true
 
 # enable health check (is automatic enabled if discovered on classpath)
 # global flag to enable/disable



(camel-quarkus-examples) 03/05: Set quarkus.platform.version to 3.8.0.CR1

2024-02-29 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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

commit 4aee87a1c6f4466dad2d72304f61c8c86b41a58b
Author: James Netherton 
AuthorDate: Fri Feb 16 13:41:13 2024 +

Set quarkus.platform.version to 3.8.0.CR1
---
 aws-lambda/pom.xml  | 2 +-
 cluster-leader-election/pom.xml | 2 +-
 cxf-soap/pom.xml| 2 +-
 file-bindy-ftp/pom.xml  | 2 +-
 file-split-log-xml/pom.xml  | 2 +-
 health/pom.xml  | 2 +-
 http-log/pom.xml| 2 +-
 jdbc-datasource/pom.xml | 2 +-
 jms-jpa/pom.xml | 2 +-
 jpa-idempotent-repository/pom.xml   | 2 +-
 jta-jpa/pom.xml | 2 +-
 kafka/pom.xml   | 2 +-
 kamelet-chucknorris/pom.xml | 2 +-
 message-bridge/pom.xml  | 2 +-
 observability/pom.xml   | 2 +-
 platform-http-security-keycloak/pom.xml | 2 +-
 rest-json/pom.xml   | 2 +-
 timer-log-kotlin/pom.xml| 2 +-
 timer-log-main/pom.xml  | 2 +-
 timer-log/pom.xml   | 2 +-
 20 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml
index a2389eb..904f1fa 100644
--- a/aws-lambda/pom.xml
+++ b/aws-lambda/pom.xml
@@ -27,7 +27,7 @@
 Camel Quarkus Example :: Deploying a Camel Route in AWS 
Lambda
 
 
-3.7.1
+3.8.0.CR1
 
3.8.0-SNAPSHOT
 
 io.quarkus
diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml
index f9a9c05..f8f75e0 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -29,7 +29,7 @@
 Camel Quarkus Example :: Cluster leader election
 
 
-3.7.1
+3.8.0.CR1
 
3.8.0-SNAPSHOT
 
 io.quarkus
diff --git a/cxf-soap/pom.xml b/cxf-soap/pom.xml
index 76036d9..3ce3a31 100644
--- a/cxf-soap/pom.xml
+++ b/cxf-soap/pom.xml
@@ -29,7 +29,7 @@
 Camel Quarkus Example :: CXF SOAP
 
 
-3.7.1
+3.8.0.CR1
 
3.8.0-SNAPSHOT
 
 io.quarkus
diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml
index e3919aa..8186fb9 100644
--- a/file-bindy-ftp/pom.xml
+++ b/file-bindy-ftp/pom.xml
@@ -28,7 +28,7 @@
 Camel Quarkus Example :: File Bindy FTP
 
 
-3.7.1
+3.8.0.CR1
 
3.8.0-SNAPSHOT
 
 io.quarkus
diff --git a/file-split-log-xml/pom.xml b/file-split-log-xml/pom.xml
index ef7d15b..edb2af3 100644
--- a/file-split-log-xml/pom.xml
+++ b/file-split-log-xml/pom.xml
@@ -28,7 +28,7 @@
 Camel Quarkus Example :: File To Log XML DSL
 
 
-3.7.1
+3.8.0.CR1
 
3.8.0-SNAPSHOT
 
 io.quarkus
diff --git a/health/pom.xml b/health/pom.xml
index d58359b..6542d84 100644
--- a/health/pom.xml
+++ b/health/pom.xml
@@ -28,7 +28,7 @@
 Camel Quarkus Example :: Health Check
 
 
-3.7.1
+3.8.0.CR1
 
3.8.0-SNAPSHOT
 
 io.quarkus
diff --git a/http-log/pom.xml b/http-log/pom.xml
index 2fbe744..1ed7ac6 100644
--- a/http-log/pom.xml
+++ b/http-log/pom.xml
@@ -28,7 +28,7 @@
 Camel Quarkus Example :: HTTP to Log
 
 
-3.7.1
+3.8.0.CR1
 
3.8.0-SNAPSHOT
 
 io.quarkus
diff --git a/jdbc-datasource/pom.xml b/jdbc-datasource/pom.xml
index fb8ad9e..93ce909 100644
--- a/jdbc-datasource/pom.xml
+++ b/jdbc-datasource/pom.xml
@@ -25,7 +25,7 @@
 Camel Quarkus :: Examples :: Jdbc - DatataSource - Log
 Camel Quarkus Example :: Connect to Database using 
Datasource
 
-3.7.1
+3.8.0.CR1
 
3.8.0-SNAPSHOT
 
 io.quarkus
diff --git a/jms-jpa/pom.xml b/jms-jpa/pom.xml
index 8ec80ba..654dab2 100644
--- a/jms-jpa/pom.xml
+++ b/jms-jpa/pom.xml
@@ -25,7 +25,7 @@
 Camel Quarkus :: Examples :: JMS JPA
 Camel Quarkus Example :: JMS JPA
 
-3.7.1
+3.8.0.CR1
 
3.8.0-SNAPSHOT
 3.1.4
 
diff --git a/jpa-idempotent-repository/pom.xml 
b/jpa-idempotent-repository/pom.xml
index 146ca69..278dc08 100644
--- a/jpa-idempotent-repository/pom.xml
+++ b/jpa-idempotent-repository/pom.xml
@@ -30,7 +30,7 @@
 Camel Quarkus Example :: JPA Idempotent 
Repository
 
 
-3.7.1
+3.8.0.CR1
 
3.8.0-SNAPSHOT
 
 io.quarkus
diff --git a/jta-jpa/pom.xml b/jta-jpa/pom.xml
index 0b55a67..c835182 100644
--- a/jta-jpa/pom.xml
+++ b/jta-jpa/pom.xml
@@ -25,7 +25,7 @@
 Camel Quarkus :: Examples :: JTA JPA
 Camel Quarkus Example :: JTA JPA
 
-3.7.1
+3.8.0.CR1
 
3.8.0-SNAPSHOT
 
 io.quarkus
diff --git a/kafka/pom.xml b/kafka/pom.xml
index f02862e..4855e78 100644
--- a/kafka/pom.xml
+++ b/kafka/pom.xml
@@ -28,7 +28,7 @@
 Camel Quarkus Example :: Kafka

(camel-quarkus-examples) 02/05: Upgrade quarkus-artemis to 3.1.4

2024-02-29 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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

commit 495faaf4c4c76315087fd274f7bdf97174bbfc07
Author: James Netherton 
AuthorDate: Fri Feb 16 13:31:28 2024 +

Upgrade quarkus-artemis to 3.1.4
---
 jms-jpa/pom.xml| 2 +-
 message-bridge/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/jms-jpa/pom.xml b/jms-jpa/pom.xml
index 2cbaac2..8ec80ba 100644
--- a/jms-jpa/pom.xml
+++ b/jms-jpa/pom.xml
@@ -27,7 +27,7 @@
 
 3.7.1
 
3.8.0-SNAPSHOT
-3.0.0
+3.1.4
 
 io.quarkus
 
quarkus-bom
diff --git a/message-bridge/pom.xml b/message-bridge/pom.xml
index 1c0154a..4ef2bb4 100644
--- a/message-bridge/pom.xml
+++ b/message-bridge/pom.xml
@@ -51,7 +51,7 @@
 3.3.1
 3.1.2
 
-3.1.1
+3.1.4
 3.24.2
 
 



(camel-quarkus-examples) branch main updated (ba3a1ed -> d7857a3)

2024-02-29 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


from ba3a1ed  Tag 3.7.0
 new a7761a9  Next is 3.8.0
 new 495faaf  Upgrade quarkus-artemis to 3.1.4
 new 4aee87a  Set quarkus.platform.version to 3.8.0.CR1
 new afec5ea  Update of the bootstrap properties because of CAMEL-20243
 new d7857a3  Upgrade to Quarkus Platform 3.8.1

The 5 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:
 aws-lambda/pom.xml |  4 ++--
 cluster-leader-election/pom.xml|  4 ++--
 cxf-soap/pom.xml   |  4 ++--
 file-bindy-ftp/pom.xml |  4 ++--
 file-bindy-ftp/src/main/kubernetes/kubernetes.yml  | 12 ++--
 file-bindy-ftp/src/main/kubernetes/openshift.yml   | 12 ++--
 file-split-log-xml/pom.xml |  4 ++--
 health/pom.xml |  4 ++--
 health/src/main/resources/application.properties   |  6 +++---
 http-log/pom.xml   |  4 ++--
 jdbc-datasource/pom.xml|  4 ++--
 jms-jpa/pom.xml|  6 +++---
 jpa-idempotent-repository/pom.xml  |  4 ++--
 .../src/main/kubernetes/kubernetes.yml | 12 ++--
 .../src/main/kubernetes/openshift.yml  | 14 +++---
 jta-jpa/pom.xml|  4 ++--
 kafka/pom.xml  |  4 ++--
 kamelet-chucknorris/pom.xml|  6 +++---
 message-bridge/pom.xml |  6 +++---
 observability/pom.xml  |  4 ++--
 platform-http-security-keycloak/pom.xml|  4 ++--
 rest-json/pom.xml  |  4 ++--
 timer-log-kotlin/pom.xml   |  4 ++--
 timer-log-main/pom.xml |  6 +++---
 timer-log/pom.xml  |  4 ++--
 25 files changed, 72 insertions(+), 72 deletions(-)



(camel-website) branch main updated: Camel Quarkus 3.8.0 announcement blog post

2024-02-28 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 8037e95c Camel Quarkus 3.8.0 announcement blog post
8037e95c is described below

commit 8037e95c99922fe14fb76baf6da0f1f9a73907ee
Author: aldettinger 
AuthorDate: Wed Feb 28 15:58:13 2024 +0100

Camel Quarkus 3.8.0 announcement blog post
---
 antora-playbook-snippets/antora-playbook.yml   |   2 +-
 .../camel-featured.jpeg| Bin 0 -> 625206 bytes
 .../2024/02/camel-quarkus-release-3.8.0/index.md   |  24 +
 content/releases/q/release-3.8.0.md|  12 +++
 4 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/antora-playbook-snippets/antora-playbook.yml 
b/antora-playbook-snippets/antora-playbook.yml
index 74c26a57..42783d8d 100644
--- a/antora-playbook-snippets/antora-playbook.yml
+++ b/antora-playbook-snippets/antora-playbook.yml
@@ -51,7 +51,7 @@ content:
 - url: https://github.com/apache/camel-quarkus.git
   branches:
 - main
-- 3.7.x
+- 3.8.x
 - 3.2.x
   start_path: docs
 
diff --git 
a/content/blog/2024/02/camel-quarkus-release-3.8.0/camel-featured.jpeg 
b/content/blog/2024/02/camel-quarkus-release-3.8.0/camel-featured.jpeg
new file mode 100644
index ..36c23a02
Binary files /dev/null and 
b/content/blog/2024/02/camel-quarkus-release-3.8.0/camel-featured.jpeg differ
diff --git a/content/blog/2024/02/camel-quarkus-release-3.8.0/index.md 
b/content/blog/2024/02/camel-quarkus-release-3.8.0/index.md
new file mode 100644
index ..1d9484ae
--- /dev/null
+++ b/content/blog/2024/02/camel-quarkus-release-3.8.0/index.md
@@ -0,0 +1,24 @@
+---
+title: "Camel Quarkus 3.8.0 Released"
+date: 2024-02-28
+authors: ["aldettinger"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 3.8.0 Released"
+summary: "Camel Quarkus 3.8.0 release"
+---
+
+Image by https://www.flickr.com/photos/lanzen/5984113332;>Anders Lanzen https://creativecommons.org/licenses/by-nc-sa/2.0;>CC BY-NC-SA 
2.0
+
+We are pleased to announce the 3.8.0 release of Camel Quarkus. It aligns with 
the Camel 4.4.0 and Quarkus 3.8.0 releases.
+
+For more information, please check the [Release notes](/releases/q-3.8.0/).
+
+## Camel 4.4.0
+
+Please refer to the [Camel 4.4.0 announcement](/blog/2024/02/RELEASE-4.4.0/) 
for more details. There's more information in the "what's new" [blog 
post](/blog/2024/02/camel44-whatsnew/).
+
+## Quarkus 3.8.0
+
+Please refer to the [Quarkus 
3.8.0](https://github.com/quarkusio/quarkus/releases/tag/3.8.0) release notes.
+
+Many thanks to all contributors and issue reporters!
diff --git a/content/releases/q/release-3.8.0.md 
b/content/releases/q/release-3.8.0.md
new file mode 100644
index ..7bd7be94
--- /dev/null
+++ b/content/releases/q/release-3.8.0.md
@@ -0,0 +1,12 @@
+---
+url: "/releases/q-3.8.0/"
+date: 2024-02-28
+type: release-note
+version: 3.8.0
+title: "Camel Quarkus release 3.8.0"
+preview: ""
+changelog: ""
+category: "camel-quarkus"
+milestone: 54
+jdk: [17, 21]
+---
\ No newline at end of file



(camel-quarkus) 01/02: Add changelog for 3.8.0

2024-02-28 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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

commit d31f480280deed80f6737aa25becb8b3db4c0f0b
Author: aldettinger 
AuthorDate: Wed Feb 28 11:33:46 2024 +0100

Add changelog for 3.8.0
---
 CHANGELOG.md | 65 
 1 file changed, 65 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7774e7fc31..b15399ee40 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,70 @@
 # Changelog
 
+## 3.8.0
+
+* Next is 3.8.0-SNAPSHOT by @jamesnetherton in 
https://github.com/apache/camel-quarkus/pull/5681
+* Fix Jasypt docs indentation level by @jamesnetherton in 
https://github.com/apache/camel-quarkus/pull/5684
+* Bump quarkiverse-jackson-jq.version from 2.0.1 to 2.0.2 by @dependabot in 
https://github.com/apache/camel-quarkus/pull/5686
+* Generated sources regen for SBOM by @github-actions in 
https://github.com/apache/camel-quarkus/pull/5687
+* Add changelog for 3.7.0 by @jamesnetherton in 
https://github.com/apache/camel-quarkus/pull/5688
+* Bump quarkiverse-cxf.version from 2.7.0 to 2.7.1 by @dependabot in 
https://github.com/apache/camel-quarkus/pull/5697
+* Increase xj test coverage by @zhfeng in 
https://github.com/apache/camel-quarkus/pull/5703
+* Increase kudu extension test coverage by @jamesnetherton in 
https://github.com/apache/camel-quarkus/pull/5699
+* Upgrade Quarkus to 3.7.1 by @jamesnetherton in 
https://github.com/apache/camel-quarkus/pull/5705
+* Bump peter-evans/create-pull-request from 5 to 6 by @dependabot in 
https://github.com/apache/camel-quarkus/pull/5706
+* Bump io.quarkiverse.artemis:quarkus-artemis-bom from 3.1.3 to 3.1.4 by 
@dependabot in https://github.com/apache/camel-quarkus/pull/5707
+* CXF-SOAP: Cover possible regression prior CXF fix causing indefinitive hang 
by @JiriOndrusek in https://github.com/apache/camel-quarkus/pull/5685
+* Bump quarkiverse-jsch.version from 3.0.5 to 3.0.6 by @dependabot in 
https://github.com/apache/camel-quarkus/pull/5710
+* Add manual saga tests by @zhfeng in 
https://github.com/apache/camel-quarkus/pull/5714
+* Generated sources regen for SBOM by @github-actions in 
https://github.com/apache/camel-quarkus/pull/5718
+* file: migrate batch test to non flaky harness #3584 by @aldettinger in 
https://github.com/apache/camel-quarkus/pull/5715
+* Fixing SMB test failure in Quarkus Platform by @spatnity in 
https://github.com/apache/camel-quarkus/pull/5720
+* Improve message generated by Dependabot branch sync workflow by 
@jamesnetherton in https://github.com/apache/camel-quarkus/pull/5724
+* Correcting path in FhirR5Processor.java and upgrading docker image ve… by 
@spatnity in https://github.com/apache/camel-quarkus/pull/5728
+* Set explicit path for regenerated mail test certificates and add debug 
logging by @jamesnetherton in https://github.com/apache/camel-quarkus/pull/5729
+* Jasypt dev UI by @jamesnetherton in 
https://github.com/apache/camel-quarkus/pull/5711
+* Infinispan test suite integration changes by @karesti in 
https://github.com/apache/camel-quarkus/pull/5719
+* Make alternative-jdk job a matrix build by @jamesnetherton in 
https://github.com/apache/camel-quarkus/pull/5726
+* Splunk-hec native support by @JiriOndrusek in 
https://github.com/apache/camel-quarkus/pull/5730
+* Enable MasterOpenShiftTest by @jamesnetherton in 
https://github.com/apache/camel-quarkus/pull/5732
+* Upgrade Quarkus to 3.7.2 by @jamesnetherton in 
https://github.com/apache/camel-quarkus/pull/5733
+* Bump quarkiverse-groovy.version from 3.6.4 to 3.7.0 by @dependabot in 
https://github.com/apache/camel-quarkus/pull/5735
+* Unshade Google and Micrometer related packages from kudu-client by 
@jamesnetherton in https://github.com/apache/camel-quarkus/pull/5727
+* Restore quarkus.runner Maven property to master-openshift tests by 
@jamesnetherton in https://github.com/apache/camel-quarkus/pull/5740
+* Add release guide notes for enabling platform tests that have been fixed in 
the latest release by @jamesnetherton in 
https://github.com/apache/camel-quarkus/pull/5741
+* Generated sources regen for SBOM by @github-actions in 
https://github.com/apache/camel-quarkus/pull/5744
+* Add Elasticsearch Low Level Rest Client by @zbendhiba in 
https://github.com/apache/camel-quarkus/pull/5738
+* Make the majority of KuberenetesClusterService configuration overridable at 
runtime by @jamesnetherton in https://github.com/apache/camel-quarkus/pull/5746
+* Use eclipse-temurin:17-jdk as openssl got removed in the ubi image by 
@jamesnetherton in https://github.com/apache/camel-quarkus/pull/5748
+* Extend keytool-maven-plugin generated certificate validity by 
@jamesnetherton in https://github.com/apache/camel-quarkus/pull/5749
+* Rework JasyptSecureExtensionConfigTest configuration for native mode by 
@jamesnetherton in https://github.com/apache/camel-quarkus/pull/5752
+* Upgrade Quarkus

(camel-quarkus) branch main updated (fdd73156dc -> 0cf7f9b5cd)

2024-02-28 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


from fdd73156dc Avoid hard coded use of localhost in Google cloud extension 
tests
 new d31f480280 Add changelog for 3.8.0
 new 0cf7f9b5cd Explicit even more the CHANGELOG.md step

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:
 CHANGELOG.md   | 65 ++
 .../pages/contributor-guide/release-guide.adoc |  8 ++-
 2 files changed, 71 insertions(+), 2 deletions(-)



(camel-quarkus) 02/02: Explicit even more the CHANGELOG.md step

2024-02-28 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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

commit 0cf7f9b5cd7622727563ba4ffb4bead269049902
Author: aldettinger 
AuthorDate: Wed Feb 28 11:39:04 2024 +0100

Explicit even more the CHANGELOG.md step
---
 docs/modules/ROOT/pages/contributor-guide/release-guide.adoc | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc 
b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index 9b201ee888..b3939cfca7 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -364,9 +364,13 @@ Check the full [release 
announcement](https://camel.apache.org/blog/2021/06/came
 
 == Update the project changelog
 
-Create a new release heading in `changelog.md`. E.g `== 3.2.0`. Under there, 
you can copy & paste the generated release notes markdown (see previous step) 
from the GitHub release page into `changelog.md`.
+In the Camel Quarkus main branch, create a new release heading in the 
`CHANGELOG.md` file. E.g `## 3.2.0`.
+Under there, you can copy & paste the generated release notes markdown (see 
previous step) from the GitHub release page into `CHANGELOG.md`.
 
-You may want to clean up the markdown and remove the `What's Changed` heading 
and fix up any abbreviated lines that end in `...`.
+You may also want to clean up the markdown, for instance:
+
+* Remove any excess sections like the `What's Changed` heading
+* Fix up any abbreviated lines that end in `...`
 
 == Upgrade and tag Examples
 



svn commit: r67575 [4/5] - in /release/camel/camel-quarkus: 3.7.0/ 3.8.0/

2024-02-25 Thread aldettinger
Added: release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.xml
==
--- release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.xml 
(added)
+++ release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.xml Mon 
Feb 26 00:11:55 2024
@@ -0,0 +1,91856 @@
+
+http://cyclonedx.org/schema/bom/1.4;>
+  
+
+  
+OWASP Foundation
+CycloneDX Maven plugin
+2.7.11
+
+  a70e8b649ab4a2bb7922d360173c8237
+  4c3c0878c15561639076e5be7a48ffcd6111c5ee
+  70997d52dbffd4e797c467b2062c6ba9b8b5a7380ff2884779f2743b6172ebb5
+  bc1ce91190c642f68fd3571939d7668def3b879ec8e5a87a213a9710a106e0290f60f9e0414593d19cca958c4fcb5d4450bd2793bcd609948419c8a2a6a7f5c8
+  3c8421bdafd1754fb424f16dccc83bfe0827648c1cadfffc98bdf1c7da65475dfe48d2f4b16d233bb8819e155ba6a4f3
+  ad88cf6a0e0a5d51df49a4dab5530a28de9df7eec8460c045dff3e1f9316b82a244a125d52b937fe9d4ee72e44f5d01a
+  b4d9c3ef07c34517fd9f33178ba95ffc9618eb84a3671e71b0c82991ec3717e5
+  935b43aba8999dc7d95d93288a251c97b6b32852841b7bef31516c27c8d65c8de7f8411f1829f765ee760f25930c766db6a49df68e5994e18721c0a71f606f1e
+
+  
+
+
+  The Apache Software Foundation
+  org.apache.camel.quarkus
+  camel-quarkus
+  3.8.0
+  Apache Camel extensions for Quarkus
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  
pkg:maven/org.apache.camel.quarkus/camel-quarkus@3.8.0?type=pom
+  http://camel.apache.orghttps://repository.apache.org/service/local/staging/deploy/maven2https://github.com/apache/camel-quarkus/issuesdev-subscr...@camel.apache.orghttps://github.com/apache/camel-quarkus
+
+
+  makeAggregateBom
+  compile,provided,runtime,system
+  enabled
+
+  
+  
+
+  The Apache Software Foundation
+  org.apache.camel.quarkus
+  camel-quarkus-poms
+  3.8.0
+  Apache Camel extensions for Quarkus
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  
pkg:maven/org.apache.camel.quarkus/camel-quarkus-poms@3.8.0?type=pom
+  http://camel.apache.org/camel-quarkus-pomshttps://repository.apache.org/service/local/staging/deploy/maven2https://github.com/apache/camel-quarkus/issuesdev-subscr...@camel.apache.orghttps://github.com/apache/camel-quarkus/camel-quarkus-poms
+
+
+  The Apache Software Foundation
+  org.apache.camel.quarkus
+  camel-quarkus-bom
+  3.8.0
+  Apache Camel extensions for Quarkus
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  
pkg:maven/org.apache.camel.quarkus/camel-quarkus-bom@3.8.0?type=pom
+  http://camel.apache.org/camel-quarkus-poms/camel-quarkus-bomhttps://repository.apache.org/service/local/staging/deploy/maven2https://github.com/apache/camel-quarkus/issuesdev-subscr...@camel.apache.orghttps://github.com/apache/camel-quarkus/camel-quarkus-poms/camel-quarkus-bom
+
+
+  The Apache Software Foundation
+  org.apache.camel.quarkus
+  camel-quarkus-bom-test
+  3.8.0
+  Apache Camel extensions for Quarkus
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  
pkg:maven/org.apache.camel.quarkus/camel-quarkus-bom-test@3.8.0?type=pom
+  http://camel.apache.org/camel-quarkus-poms/camel-quarkus-bom-testhttps://repository.apache.org/service/local/staging/deploy/maven2https://github.com/apache/camel-quarkus/issuesdev-subscr...@camel.apache.orghttps://github.com/apache/camel-quarkus/camel-quarkus-poms/camel-quarkus-bom-test
+
+
+  The Apache Software Foundation
+  org.apache.camel.quarkus
+  camel-quarkus-build-parent
+  3.8.0
+  Maven plugins configuration
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  
pkg:maven/org.apache.camel.quarkus/camel-quarkus-build-parent@3.8.0?type=pom
+  http://camel.apache.org/camel-quarkus-poms/camel-quarkus-build-parenthttps://repository.apache.org/service/local/staging/deploy/maven2https://github.com/apache/camel-quarkus/issuesdev-subscr...@camel.apache.orghttps://github.com/apache/camel-quarkus/camel-quarkus-poms/camel-quarkus-build-parent
+
+
+  The Apache Software Foundation
+  org.apache.camel.quarkus
+  camel-quarkus-build-parent-it
+  3.8.0
+  Maven plugins configuration for Integration 
Tests
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  
pkg:maven/org.apache.camel.quarkus/camel-quarkus-build-parent-it@3.8.0?type=pom
+  

svn commit: r67575 [2/5] - in /release/camel/camel-quarkus: 3.7.0/ 3.8.0/

2024-02-25 Thread aldettinger


Added: release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.json
==
--- release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.json 
(added)
+++ release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.json Mon 
Feb 26 00:11:55 2024
@@ -0,0 +1,228176 @@
+{
+  "bomFormat" : "CycloneDX",
+  "specVersion" : "1.4",
+  "serialNumber" : "urn:uuid:87f048b2-9eac-3687-9c90-2609362b6dbb",
+  "version" : 1,
+  "metadata" : {
+"tools" : [
+  {
+"vendor" : "OWASP Foundation",
+"name" : "CycloneDX Maven plugin",
+"version" : "2.7.11",
+"hashes" : [
+  {
+"alg" : "MD5",
+"content" : "a70e8b649ab4a2bb7922d360173c8237"
+  },
+  {
+"alg" : "SHA-1",
+"content" : "4c3c0878c15561639076e5be7a48ffcd6111c5ee"
+  },
+  {
+"alg" : "SHA-256",
+"content" : 
"70997d52dbffd4e797c467b2062c6ba9b8b5a7380ff2884779f2743b6172ebb5"
+  },
+  {
+"alg" : "SHA-512",
+"content" : 
"bc1ce91190c642f68fd3571939d7668def3b879ec8e5a87a213a9710a106e0290f60f9e0414593d19cca958c4fcb5d4450bd2793bcd609948419c8a2a6a7f5c8"
+  },
+  {
+"alg" : "SHA-384",
+"content" : 
"3c8421bdafd1754fb424f16dccc83bfe0827648c1cadfffc98bdf1c7da65475dfe48d2f4b16d233bb8819e155ba6a4f3"
+  },
+  {
+"alg" : "SHA3-384",
+"content" : 
"ad88cf6a0e0a5d51df49a4dab5530a28de9df7eec8460c045dff3e1f9316b82a244a125d52b937fe9d4ee72e44f5d01a"
+  },
+  {
+"alg" : "SHA3-256",
+"content" : 
"b4d9c3ef07c34517fd9f33178ba95ffc9618eb84a3671e71b0c82991ec3717e5"
+  },
+  {
+"alg" : "SHA3-512",
+"content" : 
"935b43aba8999dc7d95d93288a251c97b6b32852841b7bef31516c27c8d65c8de7f8411f1829f765ee760f25930c766db6a49df68e5994e18721c0a71f606f1e"
+  }
+]
+  }
+],
+"component" : {
+  "publisher" : "The Apache Software Foundation",
+  "group" : "org.apache.camel.quarkus",
+  "name" : "camel-quarkus",
+  "version" : "3.8.0",
+  "description" : "Apache Camel extensions for Quarkus",
+  "licenses" : [
+{
+  "license" : {
+"id" : "Apache-2.0",
+"url" : "https://www.apache.org/licenses/LICENSE-2.0;
+  }
+}
+  ],
+  "purl" : 
"pkg:maven/org.apache.camel.quarkus/camel-quarkus@3.8.0?type=pom",
+  "externalReferences" : [
+{
+  "type" : "website",
+  "url" : "http://camel.apache.org;
+},
+{
+  "type" : "distribution",
+  "url" : 
"https://repository.apache.org/service/local/staging/deploy/maven2;
+},
+{
+  "type" : "issue-tracker",
+  "url" : "https://github.com/apache/camel-quarkus/issues;
+},
+{
+  "type" : "mailing-list",
+  "url" : "dev-subscr...@camel.apache.org"
+},
+{
+  "type" : "vcs",
+  "url" : "https://github.com/apache/camel-quarkus;
+}
+  ],
+  "type" : "library",
+  "bom-ref" : 
"pkg:maven/org.apache.camel.quarkus/camel-quarkus@3.8.0?type=pom"
+},
+"properties" : [
+  {
+"name" : "maven.goal",
+"value" : "makeAggregateBom"
+  },
+  {
+"name" : "maven.scopes",
+"value" : "compile,provided,runtime,system"
+  },
+  {
+"name" : "cdx:reproducible",
+"value" : "enabled"
+  }
+]
+  },
+  "components" : [
+{
+  "publisher" : "The Apache Software Foundation",
+  "group" : "org.apache.camel.quarkus",
+  "name" : "camel-quarkus-poms",
+  "version" : "3.8.0",
+  "description" : "Apache Camel extensions for Quarkus",
+  "licenses" : [
+{
+  "license" : {
+"id" : "Apache-2.0",
+"url" : "https://www.apache.org/licenses/LICENSE-2.0;
+  }
+}
+  ],
+  "purl" : 
"pkg:maven/org.apache.camel.quarkus/camel-quarkus-poms@3.8.0?type=pom",
+  "externalReferences" : [
+{
+  "type" : "website",
+  "url" : "http://camel.apache.org/camel-quarkus-poms;
+},
+{
+  "type" : "distribution",
+  "url" : 
"https://repository.apache.org/service/local/staging/deploy/maven2;
+},
+{
+  "type" : "issue-tracker",
+  "url" : "https://github.com/apache/camel-quarkus/issues;
+},
+{
+  "type" : "mailing-list",
+  "url" : "dev-subscr...@camel.apache.org"
+},
+{
+  "type" : "vcs",
+  "url" : "https://github.com/apache/camel-quarkus/camel-quarkus-poms;
+}
+  ],
+  "type" : "library",
+  "bom-ref" : 
"pkg:maven/org.apache.camel.quarkus/camel-quarkus-poms@3.8.0?type=pom"
+},

svn commit: r67575 [1/5] - in /release/camel/camel-quarkus: 3.7.0/ 3.8.0/

2024-02-25 Thread aldettinger
Author: aldettinger
Date: Mon Feb 26 00:11:55 2024
New Revision: 67575

Log:
Apache Camel Quarkus 3.8.0 released artifacts

Added:
release/camel/camel-quarkus/3.8.0/
release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.json
release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.json.asc  
 (with props)

release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.json.sha512
release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.xml
release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.xml.asc   
(with props)
release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.xml.sha512
release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-src.zip   
(with props)
release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-src.zip.asc   
(with props)
release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-src.zip.sha512
Removed:
release/camel/camel-quarkus/3.7.0/



svn commit: r67575 [3/5] - in /release/camel/camel-quarkus: 3.7.0/ 3.8.0/

2024-02-25 Thread aldettinger
Added: 
release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.json.asc
==
Binary file - no diff available.

Propchange: 
release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.json.asc
--
svn:mime-type = application/pgp-signature

Added: 
release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.json.sha512
==
--- 
release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.json.sha512 
(added)
+++ 
release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.json.sha512 
Mon Feb 26 00:11:55 2024
@@ -0,0 +1 @@
+f5fc8cc5cb169e765473d9d96529e9110cee61c5dd613e3f2fb1139483cf8a6d972b15be9da3b8b99293e9b835241b43978e4dade03648a1fcd46a660b0cf48d
  apache-camel-quarkus-3.8.0-sbom.json




svn commit: r67575 [5/5] - in /release/camel/camel-quarkus: 3.7.0/ 3.8.0/

2024-02-25 Thread aldettinger
Added: release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.xml.asc
==
Binary file - no diff available.

Propchange: 
release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.xml.asc
--
svn:mime-type = application/pgp-signature

Added: 
release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.xml.sha512
==
--- 
release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.xml.sha512 
(added)
+++ 
release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.xml.sha512 
Mon Feb 26 00:11:55 2024
@@ -0,0 +1 @@
+ad74085f0849596d3fdac6ff28633e4a3ed3ca7a2788690cddf0645d6dd399c31df5b2834f82779a8bd3b7c53fba8f83d5f6856413b9aae0b783a3aec4be42b6
  apache-camel-quarkus-3.8.0-sbom.xml

Added: release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-src.zip
==
Binary file - no diff available.

Propchange: release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-src.zip
--
svn:mime-type = application/zip

Added: release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-src.zip.asc
==
Binary file - no diff available.

Propchange: 
release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-src.zip.asc
--
svn:mime-type = application/pgp-signature

Added: 
release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-src.zip.sha512
==
--- release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-src.zip.sha512 
(added)
+++ release/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-src.zip.sha512 
Mon Feb 26 00:11:55 2024
@@ -0,0 +1 @@
+cf89dce89d6bf0fc663c3d054487d38f24140ae4476563b8feb969b97fdbc2a14c2950488ceaff6dcbbc7cd38563d3de79ae31fdbe10eb12faf28f9f50a10d4d
  apache-camel-quarkus-3.8.0-src.zip




(camel-quarkus) branch main updated: Remove maven-deploy-plugin configuration deprecated since maven 3 (#5793)

2024-02-22 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 7d18210543 Remove maven-deploy-plugin configuration deprecated since 
maven 3 (#5793)
7d18210543 is described below

commit 7d18210543c06d968eee177060978153c82c800b
Author: Alexandre Gallice 
AuthorDate: Thu Feb 22 14:52:05 2024 +0100

Remove maven-deploy-plugin configuration deprecated since maven 3 (#5793)
---
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index fbc889d48e..35ffe2f4fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1082,9 +1082,6 @@
 org.apache.maven.plugins
 maven-deploy-plugin
 ${maven-deploy-plugin.version}
-
-true
-
 
 
 org.apache.maven.plugins



(camel-quarkus) branch main updated: Update release guide (#5790)

2024-02-22 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new a597ed4a28 Update release guide (#5790)
a597ed4a28 is described below

commit a597ed4a285736318d15d88ec1f04a36b2e3d6f5
Author: Alexandre Gallice 
AuthorDate: Thu Feb 22 10:46:22 2024 +0100

Update release guide (#5790)

* Update release guide

* fixup
---
 docs/modules/ROOT/pages/contributor-guide/release-guide.adoc | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc 
b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index 0b3c48c1fe..9b201ee888 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -14,6 +14,7 @@ xref:manual::release-guide.adoc[Camel Release guide].
 * When releasing after a recent Quarkus release, check for new releases of 
third party Quarkus extensions we depend on.
   They are listed in the 
https://github.com/apache/camel-quarkus/blob/main/pom.xml#L48-L61[Primary 
dependencies] section of the top level `pom.xml`.
   If there are new releases, upgrade the versions accordingly and run `mvn 
cq:sync-versions -N` from the root directory of the source tree.
+  Note that some of the versions are mandated by quarkus, so camel-quarkus 
should use the same values as the quarkus-platform bom.
 * Close the GitHub release 
https://github.com/apache/camel-quarkus/milestones[milestone] and assign any 
remaining issues that aren't covered by the release to the next milestone
 
 == Create a release branch
@@ -90,11 +91,15 @@ Once the staging repository has been closed, run the 
`perf-regression` tool in o
 It's important that the machine running the `perf-regression` tool be equally 
loaded during the run.
 The simplest way would be to take a 1 hour slot at the end of the day, launch 
the tool on your main station and then lock the screen.
 
+At this stage, one is probably working from the release branch.
+The performance regression tool might be present in the `target/checkout` 
folder.
+Otherwise a full `mvn clean install -Dquickly` rebuild is needed prior to 
running the performance regression tool.
+Another option is to switch to the main branch, where no rebuild should be 
needed.
+
 For instance, running the tool to compare the `2.10.0` staging release against 
the `2.9.0` previous release would look as below:
 
 [source,shell]
 
-$ cd tooling/perf-regression
 $ java -jar target/quarkus-app/quarkus-run.jar -an 2.9.0 2.10.0
 
 



svn commit: r67480 [4/5] - /dev/camel/camel-quarkus/3.8.0/

2024-02-21 Thread aldettinger
Added: dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.xml
==
--- dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.xml (added)
+++ dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.xml Wed Feb 
21 22:14:03 2024
@@ -0,0 +1,91856 @@
+
+http://cyclonedx.org/schema/bom/1.4;>
+  
+
+  
+OWASP Foundation
+CycloneDX Maven plugin
+2.7.11
+
+  a70e8b649ab4a2bb7922d360173c8237
+  4c3c0878c15561639076e5be7a48ffcd6111c5ee
+  70997d52dbffd4e797c467b2062c6ba9b8b5a7380ff2884779f2743b6172ebb5
+  bc1ce91190c642f68fd3571939d7668def3b879ec8e5a87a213a9710a106e0290f60f9e0414593d19cca958c4fcb5d4450bd2793bcd609948419c8a2a6a7f5c8
+  3c8421bdafd1754fb424f16dccc83bfe0827648c1cadfffc98bdf1c7da65475dfe48d2f4b16d233bb8819e155ba6a4f3
+  ad88cf6a0e0a5d51df49a4dab5530a28de9df7eec8460c045dff3e1f9316b82a244a125d52b937fe9d4ee72e44f5d01a
+  b4d9c3ef07c34517fd9f33178ba95ffc9618eb84a3671e71b0c82991ec3717e5
+  935b43aba8999dc7d95d93288a251c97b6b32852841b7bef31516c27c8d65c8de7f8411f1829f765ee760f25930c766db6a49df68e5994e18721c0a71f606f1e
+
+  
+
+
+  The Apache Software Foundation
+  org.apache.camel.quarkus
+  camel-quarkus
+  3.8.0
+  Apache Camel extensions for Quarkus
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  
pkg:maven/org.apache.camel.quarkus/camel-quarkus@3.8.0?type=pom
+  http://camel.apache.orghttps://repository.apache.org/service/local/staging/deploy/maven2https://github.com/apache/camel-quarkus/issuesdev-subscr...@camel.apache.orghttps://github.com/apache/camel-quarkus
+
+
+  makeAggregateBom
+  compile,provided,runtime,system
+  enabled
+
+  
+  
+
+  The Apache Software Foundation
+  org.apache.camel.quarkus
+  camel-quarkus-poms
+  3.8.0
+  Apache Camel extensions for Quarkus
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  
pkg:maven/org.apache.camel.quarkus/camel-quarkus-poms@3.8.0?type=pom
+  http://camel.apache.org/camel-quarkus-pomshttps://repository.apache.org/service/local/staging/deploy/maven2https://github.com/apache/camel-quarkus/issuesdev-subscr...@camel.apache.orghttps://github.com/apache/camel-quarkus/camel-quarkus-poms
+
+
+  The Apache Software Foundation
+  org.apache.camel.quarkus
+  camel-quarkus-bom
+  3.8.0
+  Apache Camel extensions for Quarkus
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  
pkg:maven/org.apache.camel.quarkus/camel-quarkus-bom@3.8.0?type=pom
+  http://camel.apache.org/camel-quarkus-poms/camel-quarkus-bomhttps://repository.apache.org/service/local/staging/deploy/maven2https://github.com/apache/camel-quarkus/issuesdev-subscr...@camel.apache.orghttps://github.com/apache/camel-quarkus/camel-quarkus-poms/camel-quarkus-bom
+
+
+  The Apache Software Foundation
+  org.apache.camel.quarkus
+  camel-quarkus-bom-test
+  3.8.0
+  Apache Camel extensions for Quarkus
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  
pkg:maven/org.apache.camel.quarkus/camel-quarkus-bom-test@3.8.0?type=pom
+  http://camel.apache.org/camel-quarkus-poms/camel-quarkus-bom-testhttps://repository.apache.org/service/local/staging/deploy/maven2https://github.com/apache/camel-quarkus/issuesdev-subscr...@camel.apache.orghttps://github.com/apache/camel-quarkus/camel-quarkus-poms/camel-quarkus-bom-test
+
+
+  The Apache Software Foundation
+  org.apache.camel.quarkus
+  camel-quarkus-build-parent
+  3.8.0
+  Maven plugins configuration
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  
pkg:maven/org.apache.camel.quarkus/camel-quarkus-build-parent@3.8.0?type=pom
+  http://camel.apache.org/camel-quarkus-poms/camel-quarkus-build-parenthttps://repository.apache.org/service/local/staging/deploy/maven2https://github.com/apache/camel-quarkus/issuesdev-subscr...@camel.apache.orghttps://github.com/apache/camel-quarkus/camel-quarkus-poms/camel-quarkus-build-parent
+
+
+  The Apache Software Foundation
+  org.apache.camel.quarkus
+  camel-quarkus-build-parent-it
+  3.8.0
+  Maven plugins configuration for Integration 
Tests
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  
pkg:maven/org.apache.camel.quarkus/camel-quarkus-build-parent-it@3.8.0?type=pom
+  

svn commit: r67480 [2/5] - /dev/camel/camel-quarkus/3.8.0/

2024-02-21 Thread aldettinger


Added: dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.json
==
--- dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.json (added)
+++ dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.json Wed Feb 
21 22:14:03 2024
@@ -0,0 +1,228176 @@
+{
+  "bomFormat" : "CycloneDX",
+  "specVersion" : "1.4",
+  "serialNumber" : "urn:uuid:87f048b2-9eac-3687-9c90-2609362b6dbb",
+  "version" : 1,
+  "metadata" : {
+"tools" : [
+  {
+"vendor" : "OWASP Foundation",
+"name" : "CycloneDX Maven plugin",
+"version" : "2.7.11",
+"hashes" : [
+  {
+"alg" : "MD5",
+"content" : "a70e8b649ab4a2bb7922d360173c8237"
+  },
+  {
+"alg" : "SHA-1",
+"content" : "4c3c0878c15561639076e5be7a48ffcd6111c5ee"
+  },
+  {
+"alg" : "SHA-256",
+"content" : 
"70997d52dbffd4e797c467b2062c6ba9b8b5a7380ff2884779f2743b6172ebb5"
+  },
+  {
+"alg" : "SHA-512",
+"content" : 
"bc1ce91190c642f68fd3571939d7668def3b879ec8e5a87a213a9710a106e0290f60f9e0414593d19cca958c4fcb5d4450bd2793bcd609948419c8a2a6a7f5c8"
+  },
+  {
+"alg" : "SHA-384",
+"content" : 
"3c8421bdafd1754fb424f16dccc83bfe0827648c1cadfffc98bdf1c7da65475dfe48d2f4b16d233bb8819e155ba6a4f3"
+  },
+  {
+"alg" : "SHA3-384",
+"content" : 
"ad88cf6a0e0a5d51df49a4dab5530a28de9df7eec8460c045dff3e1f9316b82a244a125d52b937fe9d4ee72e44f5d01a"
+  },
+  {
+"alg" : "SHA3-256",
+"content" : 
"b4d9c3ef07c34517fd9f33178ba95ffc9618eb84a3671e71b0c82991ec3717e5"
+  },
+  {
+"alg" : "SHA3-512",
+"content" : 
"935b43aba8999dc7d95d93288a251c97b6b32852841b7bef31516c27c8d65c8de7f8411f1829f765ee760f25930c766db6a49df68e5994e18721c0a71f606f1e"
+  }
+]
+  }
+],
+"component" : {
+  "publisher" : "The Apache Software Foundation",
+  "group" : "org.apache.camel.quarkus",
+  "name" : "camel-quarkus",
+  "version" : "3.8.0",
+  "description" : "Apache Camel extensions for Quarkus",
+  "licenses" : [
+{
+  "license" : {
+"id" : "Apache-2.0",
+"url" : "https://www.apache.org/licenses/LICENSE-2.0;
+  }
+}
+  ],
+  "purl" : 
"pkg:maven/org.apache.camel.quarkus/camel-quarkus@3.8.0?type=pom",
+  "externalReferences" : [
+{
+  "type" : "website",
+  "url" : "http://camel.apache.org;
+},
+{
+  "type" : "distribution",
+  "url" : 
"https://repository.apache.org/service/local/staging/deploy/maven2;
+},
+{
+  "type" : "issue-tracker",
+  "url" : "https://github.com/apache/camel-quarkus/issues;
+},
+{
+  "type" : "mailing-list",
+  "url" : "dev-subscr...@camel.apache.org"
+},
+{
+  "type" : "vcs",
+  "url" : "https://github.com/apache/camel-quarkus;
+}
+  ],
+  "type" : "library",
+  "bom-ref" : 
"pkg:maven/org.apache.camel.quarkus/camel-quarkus@3.8.0?type=pom"
+},
+"properties" : [
+  {
+"name" : "maven.goal",
+"value" : "makeAggregateBom"
+  },
+  {
+"name" : "maven.scopes",
+"value" : "compile,provided,runtime,system"
+  },
+  {
+"name" : "cdx:reproducible",
+"value" : "enabled"
+  }
+]
+  },
+  "components" : [
+{
+  "publisher" : "The Apache Software Foundation",
+  "group" : "org.apache.camel.quarkus",
+  "name" : "camel-quarkus-poms",
+  "version" : "3.8.0",
+  "description" : "Apache Camel extensions for Quarkus",
+  "licenses" : [
+{
+  "license" : {
+"id" : "Apache-2.0",
+"url" : "https://www.apache.org/licenses/LICENSE-2.0;
+  }
+}
+  ],
+  "purl" : 
"pkg:maven/org.apache.camel.quarkus/camel-quarkus-poms@3.8.0?type=pom",
+  "externalReferences" : [
+{
+  "type" : "website",
+  "url" : "http://camel.apache.org/camel-quarkus-poms;
+},
+{
+  "type" : "distribution",
+  "url" : 
"https://repository.apache.org/service/local/staging/deploy/maven2;
+},
+{
+  "type" : "issue-tracker",
+  "url" : "https://github.com/apache/camel-quarkus/issues;
+},
+{
+  "type" : "mailing-list",
+  "url" : "dev-subscr...@camel.apache.org"
+},
+{
+  "type" : "vcs",
+  "url" : "https://github.com/apache/camel-quarkus/camel-quarkus-poms;
+}
+  ],
+  "type" : "library",
+  "bom-ref" : 
"pkg:maven/org.apache.camel.quarkus/camel-quarkus-poms@3.8.0?type=pom"
+},
+{
+  

svn commit: r67480 [5/5] - /dev/camel/camel-quarkus/3.8.0/

2024-02-21 Thread aldettinger
Added: dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.xml.asc
==
Binary file - no diff available.

Propchange: 
dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.xml.asc
--
svn:mime-type = application/pgp-signature

Added: dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.xml.sha512
==
--- dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.xml.sha512 
(added)
+++ dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.xml.sha512 
Wed Feb 21 22:14:03 2024
@@ -0,0 +1 @@
+ad74085f0849596d3fdac6ff28633e4a3ed3ca7a2788690cddf0645d6dd399c31df5b2834f82779a8bd3b7c53fba8f83d5f6856413b9aae0b783a3aec4be42b6
 *apache-camel-quarkus-3.8.0-sbom.xml

Added: dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-src.zip
==
Binary file - no diff available.

Propchange: dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-src.zip
--
svn:mime-type = application/zip

Added: dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-src.zip.asc
==
Binary file - no diff available.

Propchange: dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-src.zip.asc
--
svn:mime-type = application/pgp-signature

Added: dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-src.zip.sha512
==
--- dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-src.zip.sha512 
(added)
+++ dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-src.zip.sha512 Wed 
Feb 21 22:14:03 2024
@@ -0,0 +1 @@
+728e0cd07762bdd5cdb0674c23860484f0b885367921ed174b5646922fccbe1897146e3cd0eb2db42f7fc5a9e0da4115bbbefe1f3ee9d9e251aa10e603c96efc
 *apache-camel-quarkus-3.8.0-src.zip




svn commit: r67480 [1/5] - /dev/camel/camel-quarkus/3.8.0/

2024-02-21 Thread aldettinger
Author: aldettinger
Date: Wed Feb 21 22:14:03 2024
New Revision: 67480

Log:
Import camel-quarkus release

Added:
dev/camel/camel-quarkus/3.8.0/
dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.json
dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.json.asc   
(with props)
dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.json.sha512
dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.xml
dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.xml.asc   
(with props)
dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.xml.sha512
dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-src.zip   (with 
props)
dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-src.zip.asc   
(with props)
dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-src.zip.sha512



svn commit: r67480 [3/5] - /dev/camel/camel-quarkus/3.8.0/

2024-02-21 Thread aldettinger
Added: dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.json.asc
==
Binary file - no diff available.

Propchange: 
dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.json.asc
--
svn:mime-type = application/pgp-signature

Added: dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.json.sha512
==
--- dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.json.sha512 
(added)
+++ dev/camel/camel-quarkus/3.8.0/apache-camel-quarkus-3.8.0-sbom.json.sha512 
Wed Feb 21 22:14:03 2024
@@ -0,0 +1 @@
+f5fc8cc5cb169e765473d9d96529e9110cee61c5dd613e3f2fb1139483cf8a6d972b15be9da3b8b99293e9b835241b43978e4dade03648a1fcd46a660b0cf48d
 *apache-camel-quarkus-3.8.0-sbom.json




(camel-quarkus) annotated tag 3.8.0 created (now 4bfc8da5b0)

2024-02-21 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to annotated tag 3.8.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


  at 4bfc8da5b0 (tag)
 tagging eb89bf8424e421e86993fcbefd44c5e130819c94 (commit)
 replaces 1.0.0-CR3
  by aldettinger
  on Wed Feb 21 22:17:09 2024 +0100

- Log -
[maven-release-plugin] copy for tag 3.8.0
---

No new revisions were added by this update.



(camel-quarkus) annotated tag 3.8.0 deleted (was dd1cb2edae)

2024-02-21 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to annotated tag 3.8.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


*** WARNING: tag 3.8.0 was deleted! ***

   tag was  dd1cb2edae

The revisions that were on this annotated tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(camel-quarkus) annotated tag 3.8.0 created (now dd1cb2edae)

2024-02-21 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to annotated tag 3.8.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


  at dd1cb2edae (tag)
 tagging c7f7d87d36b6d109fb8a60b39d0d8097a58bef46 (commit)
 replaces 1.0.0-CR3
  by aldettinger
  on Wed Feb 21 22:09:03 2024 +0100

- Log -
[maven-release-plugin] copy for tag 3.8.0
---

No new revisions were added by this update.



(camel-quarkus) annotated tag 3.8.0 deleted (was 85fec12a1c)

2024-02-21 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to annotated tag 3.8.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


*** WARNING: tag 3.8.0 was deleted! ***

   tag was  85fec12a1c

The revisions that were on this annotated tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(camel-quarkus) annotated tag 3.8.0 created (now 85fec12a1c)

2024-02-21 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to annotated tag 3.8.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


  at 85fec12a1c (tag)
 tagging d0caebe96996224a8f22daec865b7b70cc9d9b74 (commit)
 replaces 1.0.0-CR3
  by aldettinger
  on Wed Feb 21 21:44:07 2024 +0100

- Log -
[maven-release-plugin] copy for tag 3.8.0
---

No new revisions were added by this update.



(camel-quarkus) branch 3.8.x created (now d0caebe969)

2024-02-21 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a change to branch 3.8.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


  at d0caebe969 [maven-release-plugin] Prepare release 3.8.0

This branch includes the following new commits:

 new d0caebe969 [maven-release-plugin] Prepare release 3.8.0

The 1 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.




(camel-quarkus) branch main updated: release-guide: fix typo (#5780)

2024-02-20 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new c0545cab4b release-guide: fix typo (#5780)
c0545cab4b is described below

commit c0545cab4bdace1d3552d9d3927da11050a80c80
Author: Alexandre Gallice 
AuthorDate: Tue Feb 20 10:30:01 2024 +0100

release-guide: fix typo (#5780)
---
 docs/modules/ROOT/pages/contributor-guide/release-guide.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc 
b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index 148145317c..0b3c48c1fe 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -71,7 +71,7 @@ $ mvn deploy -Papache-release -DskipTests -Denforcer.skip 
-Dquarkus.build.skip -
 
 == Update the Apache Camel Quarkus development subversion repository
 
-Camel-Quarkus provides some release scripts to push the required bits in 
development subversion repository.
+Camel Quarkus provides some release scripts to push the required bits in 
development subversion repository.
 
 [source,shell]
 



(camel-quarkus) branch main updated: file: migrate the sortBy test to non flaky harness #3584 (#5765)

2024-02-19 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 9781d8e955 file: migrate the sortBy test to non flaky harness #3584 
(#5765)
9781d8e955 is described below

commit 9781d8e955837b3f9bd225a70a0a1317d7fcdb60
Author: Alexandre Gallice 
AuthorDate: Mon Feb 19 14:24:18 2024 +0100

file: migrate the sortBy test to non flaky harness #3584 (#5765)
---
 .../quarkus/component/file/it/FileResource.java|  7 ---
 .../quarkus/component/file/it/FileRoutes.java  |  4 +-
 .../component/file/it/FileLanguageTest.java| 49 ++--
 .../camel/quarkus/component/file/it/FileTest.java  | 66 +-
 .../component/file/it/NonFlakyFileTest.java| 13 +
 .../file/it/NonFlakyFileTestResource.java  | 11 
 6 files changed, 70 insertions(+), 80 deletions(-)

diff --git 
a/integration-tests/file/src/main/java/org/apache/camel/quarkus/component/file/it/FileResource.java
 
b/integration-tests/file/src/main/java/org/apache/camel/quarkus/component/file/it/FileResource.java
index 4c8e6d6b2f..550caca4ce 100644
--- 
a/integration-tests/file/src/main/java/org/apache/camel/quarkus/component/file/it/FileResource.java
+++ 
b/integration-tests/file/src/main/java/org/apache/camel/quarkus/component/file/it/FileResource.java
@@ -98,13 +98,6 @@ public class FileResource {
 return result;
 }
 
-@Path("/resetMock/{mockId}")
-@GET
-public void resetMock(@PathParam("mockId") String mockId) {
-MockEndpoint mockEndpoint = context.getEndpoint("mock:" + mockId, 
MockEndpoint.class);
-mockEndpoint.reset();
-}
-
 @Path("/create-file")
 @POST
 @Consumes(MediaType.TEXT_PLAIN)
diff --git 
a/integration-tests/file/src/main/java/org/apache/camel/quarkus/component/file/it/FileRoutes.java
 
b/integration-tests/file/src/main/java/org/apache/camel/quarkus/component/file/it/FileRoutes.java
index a88c3eb381..1caf3c4dfa 100644
--- 
a/integration-tests/file/src/main/java/org/apache/camel/quarkus/component/file/it/FileRoutes.java
+++ 
b/integration-tests/file/src/main/java/org/apache/camel/quarkus/component/file/it/FileRoutes.java
@@ -78,9 +78,7 @@ public class FileRoutes extends RouteBuilder {
 
from(("file://target/test-files/filter?initialDelay=0=10=#myFilter"))
 .convertBodyTo(String.class).to("mock:filter");
 
-
from(("file://target/sortBy?initialDelay=0=10=reverse:file:name"))
-.id(SORT_BY)
-.noAutoStartup()
+
from(("file://target/test-files/sortby-in?initialDelay=0=10=reverse:file:name"))
 .convertBodyTo(String.class).to("mock:" + SORT_BY);
 
 from("direct:pollEnrich")
diff --git 
a/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileLanguageTest.java
 
b/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileLanguageTest.java
index 327591bf00..028dce8d64 100644
--- 
a/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileLanguageTest.java
+++ 
b/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileLanguageTest.java
@@ -23,6 +23,8 @@ import java.util.Date;
 
 import io.quarkus.test.junit.QuarkusTest;
 import io.restassured.RestAssured;
+import io.restassured.http.ContentType;
+import org.apache.camel.quarkus.core.util.FileUtils;
 import org.junit.jupiter.api.Test;
 
 import static 
org.apache.camel.quarkus.component.file.it.FileLanguageRoutes.FILE_LANGUAGE;
@@ -36,13 +38,13 @@ class FileLanguageTest {
 @Test
 public void fileLanguageExt() throws UnsupportedEncodingException, 
InterruptedException {
 // Create a new file
-String txtFileName = FileTest.createFile(FILE_BODY, "/file/create/" + 
FileLanguageRoutes.FILE_LANG_TXT_IN, null,
+String txtFileName = createFile(FILE_BODY, "/file/create/" + 
FileLanguageRoutes.FILE_LANG_TXT_IN, null,
 "in.txt");
-String xmlFileName = FileTest.createFile(FILE_BODY, "/file/create/" + 
FileLanguageRoutes.FILE_LANG_TXT_IN, null,
+String xmlFileName = createFile(FILE_BODY, "/file/create/" + 
FileLanguageRoutes.FILE_LANG_TXT_IN, null,
 "in.xml");
 
 // Start route with ${file:onlyname.noext}.txt"
-FileTest.startRouteAndWait(FILE_LANGUAGE + "_txt");
+startRouteAndWait(FILE_LANGUAGE + "_txt");
 
 // Read the file matched fileLanguage
 RestAssured
@@ -61,10 +63,10 @@ class FileLanguageTest {
 @Test
 public void fileLanguageDate() throws UnsupportedEncodingException, 
InterruptedException {
   

(camel-quarkus) branch main updated: file: migrate batch test to non flaky harness #3584 (#5715)

2024-02-05 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 0ee7a8a569 file: migrate batch test to non flaky harness #3584 (#5715)
0ee7a8a569 is described below

commit 0ee7a8a56988eedebc71d5f07aa6b938ade85e07
Author: Alexandre Gallice 
AuthorDate: Mon Feb 5 09:29:59 2024 +0100

file: migrate batch test to non flaky harness #3584 (#5715)
---
 .../quarkus/component/file/it/FileResource.java|  4 +---
 .../quarkus/component/file/it/FileRoutes.java  |  5 +---
 .../camel/quarkus/component/file/it/FileTest.java  | 28 --
 .../component/file/it/NonFlakyFileTest.java| 16 +
 .../file/it/NonFlakyFileTestResource.java  |  8 +++
 5 files changed, 26 insertions(+), 35 deletions(-)

diff --git 
a/integration-tests/file/src/main/java/org/apache/camel/quarkus/component/file/it/FileResource.java
 
b/integration-tests/file/src/main/java/org/apache/camel/quarkus/component/file/it/FileResource.java
index 88a2c6fe16..4c8e6d6b2f 100644
--- 
a/integration-tests/file/src/main/java/org/apache/camel/quarkus/component/file/it/FileResource.java
+++ 
b/integration-tests/file/src/main/java/org/apache/camel/quarkus/component/file/it/FileResource.java
@@ -68,11 +68,9 @@ public class FileResource {
 @Path("/getBatch")
 @GET
 @Produces(MediaType.APPLICATION_JSON)
-public Map getBatch() throws Exception {
+public Map getBatch() {
 MockEndpoint mockEndpoint = context.getEndpoint("mock:" + 
CONSUME_BATCH, MockEndpoint.class);
 
-context.getRouteController().startRoute(CONSUME_BATCH);
-
 Map result = new HashMap<>();
 
 mockEndpoint.getExchanges().stream().forEach(
diff --git 
a/integration-tests/file/src/main/java/org/apache/camel/quarkus/component/file/it/FileRoutes.java
 
b/integration-tests/file/src/main/java/org/apache/camel/quarkus/component/file/it/FileRoutes.java
index b24c260b4b..a88c3eb381 100644
--- 
a/integration-tests/file/src/main/java/org/apache/camel/quarkus/component/file/it/FileRoutes.java
+++ 
b/integration-tests/file/src/main/java/org/apache/camel/quarkus/component/file/it/FileRoutes.java
@@ -54,10 +54,7 @@ public class FileRoutes extends RouteBuilder {
 .convertBodyTo(String.class)
 .to("mock:quartzScheduledFilePolling");
 
-from("file://target/" + CONSUME_BATCH + "?"
-+ "initialDelay=0=100")
-.id(CONSUME_BATCH)
-.noAutoStartup()
+from("file://target/test-files/batch-in?initialDelay=0=1000")
 .convertBodyTo(String.class)
 .to("mock:" + CONSUME_BATCH);
 
diff --git 
a/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileTest.java
 
b/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileTest.java
index d3693021fc..f91983f54f 100644
--- 
a/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileTest.java
+++ 
b/integration-tests/file/src/test/java/org/apache/camel/quarkus/component/file/it/FileTest.java
@@ -21,7 +21,6 @@ import java.io.UnsupportedEncodingException;
 import java.nio.charset.StandardCharsets;
 import java.nio.file.Files;
 import java.nio.file.Path;
-import java.util.Map;
 import java.util.UUID;
 import java.util.concurrent.TimeUnit;
 
@@ -33,7 +32,6 @@ import io.restassured.response.ValidatableResponse;
 import org.apache.camel.quarkus.core.util.FileUtils;
 import org.junit.jupiter.api.Test;
 
-import static 
org.apache.camel.quarkus.component.file.it.FileResource.CONSUME_BATCH;
 import static 
org.apache.camel.quarkus.component.file.it.FileResource.SEPARATOR;
 import static org.apache.camel.quarkus.component.file.it.FileResource.SORT_BY;
 import static org.awaitility.Awaitility.await;
@@ -46,28 +44,6 @@ class FileTest {
 private static final String FILE_CONTENT_02 = "Hello2";
 private static final String FILE_CONTENT_03 = "Hello3";
 
-@Test
-public void batch() throws InterruptedException, 
UnsupportedEncodingException {
-// Create 2 files
-createFile(FILE_CONTENT_01, "/file/create/" + CONSUME_BATCH);
-createFile(FILE_CONTENT_02, "/file/create/" + CONSUME_BATCH);
-
-// start route
-startRouteAndWait(CONSUME_BATCH);
-
-await().atMost(10, TimeUnit.SECONDS).until(() -> {
-Map records = RestAssured
-.get("/file/getBatch/")
-.then()
-.statusCode(200)
-.extract().as(Map.class);
-
-return records.size() == 2 && 
records.keySet().contains(FILE_CONTENT_01)
-   

(camel) branch main updated: fix typo

2023-12-22 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 5a4c29403b6 fix typo
5a4c29403b6 is described below

commit 5a4c29403b688bc53a916a2f642799b15f355cc7
Author: aldettinger 
AuthorDate: Fri Dec 22 17:28:29 2023 +0100

fix typo
---
 .../org/apache/camel/catalog/components/azure-files.json  | 4 ++--
 .../resources/org/apache/camel/catalog/components/file.json   | 4 ++--
 .../resources/org/apache/camel/catalog/components/ftp.json| 4 ++--
 .../resources/org/apache/camel/catalog/components/ftps.json   | 4 ++--
 .../resources/org/apache/camel/catalog/components/sftp.json   | 4 ++--
 .../org/apache/camel/component/file/azure/azure-files.json| 4 ++--
 .../generated/resources/org/apache/camel/component/file/file.json | 4 ++--
 .../java/org/apache/camel/component/file/GenericFileEndpoint.java | 8 
 .../resources/org/apache/camel/component/file/remote/ftp.json | 4 ++--
 .../resources/org/apache/camel/component/file/remote/ftps.json| 4 ++--
 .../resources/org/apache/camel/component/file/remote/sftp.json| 4 ++--
 .../camel/builder/endpoint/dsl/FileEndpointBuilderFactory.java| 8 
 .../camel/builder/endpoint/dsl/FilesEndpointBuilderFactory.java   | 8 
 .../camel/builder/endpoint/dsl/FtpEndpointBuilderFactory.java | 8 
 .../camel/builder/endpoint/dsl/FtpsEndpointBuilderFactory.java| 8 
 .../camel/builder/endpoint/dsl/SftpEndpointBuilderFactory.java| 8 
 16 files changed, 44 insertions(+), 44 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-files.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-files.json
index 22df6774998..cad3ddfeb3c 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-files.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-files.json
@@ -104,7 +104,7 @@
 "move": { "index": 62, "kind": "parameter", "displayName": "Move", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Expression (such as Simple Language) 
used to dynamically set the filename when moving it after processing. To move 
files into a .done subdirectory just enter .done." },
 "exclusiveReadLockStrategy": { "index": 63, "kind": "parameter", 
"displayName": "Exclusive Read Lock Strategy", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy",
 "deprecated": false, "autowired": false, "secret": false, "description": 
"Pluggable read-lock as a 
org.apache.camel.component.file.GenericFileExclusiveReadLockSt [...]
 "readLock": { "index": 64, "kind": "parameter", "displayName": "Read 
Lock", "group": "lock", "label": "consumer,lock", "required": false, "type": 
"string", "javaType": "java.lang.String", "enum": [ "none", "markerFile", 
"fileLock", "rename", "changed", "idempotent", "idempotent-changed", 
"idempotent-rename" ], "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": "none", "description": "Used by consumer, to only poll 
the files if it has exclusive read-lock on the  [...]
-"readLockCheckInterval": { "index": 65, "kind": "parameter", 
"displayName": "Read Lock Check Interval", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "integer", "javaType": "long", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 1000, 
"description": "Interval in millis for the read-lock, if supported by the read 
lock. This interval is used for sleeping between attempts to acquire the read 
lock. For example when usin

  1   2   3   4   5   6   7   8   9   10   >