(camel) branch release/3.22.2 created (now 98cd8eecb5f)

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

gzurowski pushed a change to branch release/3.22.2
in repository https://gitbox.apache.org/repos/asf/camel.git


  at 98cd8eecb5f [maven-release-plugin] prepare for next development 
iteration

This branch includes the following new commits:

 new 98cd8eecb5f [maven-release-plugin] prepare for next development 
iteration

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) annotated tag camel-3.22.2 created (now 4e670ccd919)

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

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


  at 4e670ccd919 (tag)
 tagging 12e6801918bd6c818c71f508a632018555f9e11f (commit)
 replaces camel-3.22.1
  by Gregor Zurowski
  on Fri Apr 26 14:12:26 2024 +

- Log -
[maven-release-plugin] copy for tag camel-3.22.2
---

No new revisions were added by this update.



(camel) 01/02: [Minor] Apply formatter

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

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

commit 9e514c00650b052e3094ffc1f06b67edaac08f6b
Author: Gregor Zurowski 
AuthorDate: Fri Apr 26 14:19:11 2024 +0200

[Minor] Apply formatter
---
 .../org/apache/camel/jsonpath/JsonPathSplitSingleListOptionTest.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-jsonpath/src/test/java/org/apache/camel/jsonpath/JsonPathSplitSingleListOptionTest.java
 
b/components/camel-jsonpath/src/test/java/org/apache/camel/jsonpath/JsonPathSplitSingleListOptionTest.java
index 04945084c5c..bc611180fc0 100644
--- 
a/components/camel-jsonpath/src/test/java/org/apache/camel/jsonpath/JsonPathSplitSingleListOptionTest.java
+++ 
b/components/camel-jsonpath/src/test/java/org/apache/camel/jsonpath/JsonPathSplitSingleListOptionTest.java
@@ -37,7 +37,8 @@ public class JsonPathSplitSingleListOptionTest extends 
CamelTestSupport {
 @Override
 public void configure() {
 // use option to force returning a list even for a single 
element selected
-var jsonpath = 
expression().jsonpath().option(Option.ALWAYS_RETURN_LIST.name()).expression("$.store.book[0]").end();
+var jsonpath
+= 
expression().jsonpath().option(Option.ALWAYS_RETURN_LIST.name()).expression("$.store.book[0]").end();
 
 from("direct:start")
 .split(jsonpath)



(camel) branch camel-3.22.x updated (5cdcc8af6e4 -> 12e6801918b)

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

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


from 5cdcc8af6e4 Fix CS
 new 9e514c00650 [Minor] Apply formatter
 new 12e6801918b [Minor] Apply formatter

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:
 .../org/apache/camel/jsonpath/JsonPathSplitSingleListOptionTest.java   | 3 ++-
 .../apache/camel/component/kafka/integration/KafkaTransactionIT.java   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)



(camel) 02/02: [Minor] Apply formatter

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

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

commit 12e6801918bd6c818c71f508a632018555f9e11f
Author: Gregor Zurowski 
AuthorDate: Fri Apr 26 14:19:46 2024 +0200

[Minor] Apply formatter
---
 .../apache/camel/component/kafka/integration/KafkaTransactionIT.java| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaTransactionIT.java
 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaTransactionIT.java
index ae3f514ba30..346fb0e8d02 100644
--- 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaTransactionIT.java
+++ 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaTransactionIT.java
@@ -90,7 +90,7 @@ public class KafkaTransactionIT extends 
BaseEmbeddedKafkaTestSupport {
 topics.add(TOPIC_TRANSACTION);
 topics.add(TOPIC_CONCURRENCY_TRANSACTION);
 kafkaAdminClient.deleteTopics(topics);
-if(stringsConsumerConn != null){
+if (stringsConsumerConn != null) {
 stringsConsumerConn.close(Duration.ZERO);
 }
 }



(camel-website) branch main updated: Add release notes and blog entry for Camel 4.0.5

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

gzurowski 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 2fc02559 Add release notes and blog entry for Camel 4.0.5
2fc02559 is described below

commit 2fc0255970c09c152cd2594173c2464c253fbbec
Author: Gregor Zurowski 
AuthorDate: Fri Apr 26 12:11:09 2024 +0200

Add release notes and blog entry for Camel 4.0.5
---
 content/blog/2024/04/RELEASE-4.0.5/camel-featured.jpg | Bin 0 -> 1541883 bytes
 content/blog/2024/04/RELEASE-4.0.5/index.md   |  17 +
 content/releases/release-4.0.5.md |  17 +
 3 files changed, 34 insertions(+)

diff --git a/content/blog/2024/04/RELEASE-4.0.5/camel-featured.jpg 
b/content/blog/2024/04/RELEASE-4.0.5/camel-featured.jpg
new file mode 100644
index ..4843585f
Binary files /dev/null and 
b/content/blog/2024/04/RELEASE-4.0.5/camel-featured.jpg differ
diff --git a/content/blog/2024/04/RELEASE-4.0.5/index.md 
b/content/blog/2024/04/RELEASE-4.0.5/index.md
new file mode 100644
index ..4d5a4d3b
--- /dev/null
+++ b/content/blog/2024/04/RELEASE-4.0.5/index.md
@@ -0,0 +1,17 @@
+---
+title: "RELEASE 4.0.5"
+date: 2024-04-26
+draft: false
+authors: [gzurowski]
+categories: ["Releases"]
+preview: "The Camel community announces the immediate availability of a the 
new Camel 4.0.5 patch release"
+---
+
+The Camel community announces the immediate availability of the Camel 4.0.5 
patch release with 18 improvements and fixes.
+
+The artifacts are published and ready for you to download from the Central 
Maven repository. For more details please take a look at the [release 
notes](/releases/release-4.0.5/).
+
+Many thanks to all who made this release possible.
+
+On behalf of the Camel PMC,  
+Gregor Zurowski
diff --git a/content/releases/release-4.0.5.md 
b/content/releases/release-4.0.5.md
new file mode 100644
index ..724a0da6
--- /dev/null
+++ b/content/releases/release-4.0.5.md
@@ -0,0 +1,17 @@
+---
+date: 2024-04-26
+eol: 2024-08-14
+draft: false
+type: release-note
+version: 4.0.5
+title: "Release 4.0.5"
+preview: "New LTS patch release 4.0.5"
+apiBreaking: ""
+knownIssues: ""
+jiraVersionId: 12353858
+category: camel
+kind: lts
+jdk: [17]
+---
+
+This release is the new Camel 4.0.5 LTS patch release.



(camel-spring-boot) branch camel-spring-boot-4.0.x updated (f8e592a9234 -> e91f91e250b)

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

gzurowski pushed a change to branch camel-spring-boot-4.0.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


from f8e592a9234 Regen
 add ca036dc0254 Target Camel 4.0.5 for release
 add 02082202b88 [maven-release-plugin] prepare release 
camel-spring-boot-4.0.5
 add 02b6a44c72a [maven-release-plugin] prepare for next development 
iteration
 new f683ab8f6fd Merge branch 'release/4.0.5' into camel-spring-boot-4.0.x
 new e91f91e250b Target Camel 4.0.6-SNAPSHOT for development

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:
 archetypes/camel-archetype-spring-boot/pom.xml |   2 +-
 archetypes/pom.xml |   2 +-
 catalog/camel-catalog-provider-springboot/pom.xml  |   2 +-
 catalog/pom.xml|   2 +-
 components-starter/camel-activemq-starter/pom.xml  |   2 +-
 components-starter/camel-amqp-starter/pom.xml  |   2 +-
 components-starter/camel-arangodb-starter/pom.xml  |   2 +-
 components-starter/camel-as2-starter/pom.xml   |   2 +-
 components-starter/camel-asn1-starter/pom.xml  |   2 +-
 components-starter/camel-asterisk-starter/pom.xml  |   2 +-
 .../camel-atmosphere-websocket-starter/pom.xml |   2 +-
 components-starter/camel-atom-starter/pom.xml  |   2 +-
 components-starter/camel-avro-rpc-starter/pom.xml  |   2 +-
 components-starter/camel-avro-starter/pom.xml  |   2 +-
 .../camel-aws-cloudtrail-starter/pom.xml   |   2 +-
 .../camel-aws-secrets-manager-starter/pom.xml  |   2 +-
 components-starter/camel-aws-xray-starter/pom.xml  |   2 +-
 .../camel-aws2-athena-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-cw-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-ddb-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-ec2-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-ecs-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-eks-starter/pom.xml  |   2 +-
 .../camel-aws2-eventbridge-starter/pom.xml |   2 +-
 components-starter/camel-aws2-iam-starter/pom.xml  |   2 +-
 .../camel-aws2-kinesis-starter/pom.xml |   2 +-
 components-starter/camel-aws2-kms-starter/pom.xml  |   2 +-
 .../camel-aws2-lambda-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-mq-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-msk-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-s3-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-ses-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sns-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sqs-starter/pom.xml  |   2 +-
 .../camel-aws2-step-functions-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sts-starter/pom.xml  |   2 +-
 .../camel-aws2-translate-starter/pom.xml   |   2 +-
 .../camel-azure-cosmosdb-starter/pom.xml   |   2 +-
 .../camel-azure-eventhubs-starter/pom.xml  |   2 +-
 .../camel-azure-files-starter/pom.xml  |   2 +-
 .../camel-azure-key-vault-starter/pom.xml  |   2 +-
 .../camel-azure-servicebus-starter/pom.xml |   2 +-
 .../camel-azure-storage-blob-starter/pom.xml   |   2 +-
 .../camel-azure-storage-datalake-starter/pom.xml   |   2 +-
 .../camel-azure-storage-queue-starter/pom.xml  |   2 +-
 components-starter/camel-barcode-starter/pom.xml   |   2 +-
 components-starter/camel-base64-starter/pom.xml|   2 +-
 components-starter/camel-bean-starter/pom.xml  |   2 +-
 .../camel-bean-validator-starter/pom.xml   |   2 +-
 components-starter/camel-bindy-starter/pom.xml |   2 +-
 components-starter/camel-bonita-starter/pom.xml|   2 +-
 components-starter/camel-box-starter/pom.xml   |   2 +-
 components-starter/camel-braintree-starter/pom.xml |   2 +-
 components-starter/camel-browse-starter/pom.xml|   2 +-
 components-starter/camel-caffeine-starter/pom.xml  |   2 +-
 .../camel-cassandraql-starter/pom.xml  |   2 +-
 components-starter/camel-cbor-starter/pom.xml  |   2 +-
 .../camel-chatscript-starter/pom.xml   |   2 +-
 components-starter/camel-chunk-starter/pom.xml |   2 +-
 .../camel-cloudevents-starter/pom.xml  |   2 +-
 components-starter/camel-cm-sms-starter/pom.xml|   2 +-
 components-starter/camel-coap-starter/pom.xml  |   2 +-
 components-starter/camel-cometd-starter/pom.xml|   2 +-
 components-starter/camel-console-starter/pom.xml   |   2 +-
 components-starter/camel-consul-starter/pom.xml|   2 +-
 .../camel-controlbus-starter/pom.xml   |   2 +-
 components-starter/camel-core-starter/pom.xml  |   2 +-
 components-starter/camel-couchbase-s

(camel-spring-boot) 02/02: Target Camel 4.0.6-SNAPSHOT for development

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

gzurowski pushed a commit to branch camel-spring-boot-4.0.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit e91f91e250b014cb4a24b9b2f0fd326f40a75d7c
Author: Gregor Zurowski 
AuthorDate: Fri Apr 26 10:07:37 2024 +

Target Camel 4.0.6-SNAPSHOT for development
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index db5e5fe3280..5c8743d895e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-4.0.5
+4.0.6-SNAPSHOT
 
 
 org.apache.camel.springboot
@@ -111,7 +111,7 @@
 3.1.11
 
 
-4.0.5
+4.0.6-SNAPSHOT
 
 
 1.0.2.v20150114
@@ -451,7 +451,7 @@
 
 dev
 
-4.0.5
+4.0.6-SNAPSHOT
 
 
 



(camel-spring-boot) branch release/4.0.5 deleted (was 02b6a44c72a)

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

gzurowski pushed a change to branch release/4.0.5
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


 was 02b6a44c72a [maven-release-plugin] prepare for next development 
iteration

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



(camel) branch release/4.0.5 deleted (was f7452bf66bd)

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

gzurowski pushed a change to branch release/4.0.5
in repository https://gitbox.apache.org/repos/asf/camel.git


 was f7452bf66bd [maven-release-plugin] prepare for next development 
iteration

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



(camel) 02/02: Merge branch 'release/4.0.5' into camel-4.0.x

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

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

commit b8f8325cfe037561307a82edf412bb8e77737b10
Merge: 38447034312 f7452bf66bd
Author: Gregor Zurowski 
AuthorDate: Fri Apr 26 10:05:59 2024 +

Merge branch 'release/4.0.5' into camel-4.0.x

 apache-camel/pom.xml  | 2 +-
 archetypes/camel-archetype-api-component/pom.xml  | 2 +-
 archetypes/camel-archetype-component/pom.xml  | 2 +-
 archetypes/camel-archetype-dataformat/pom.xml | 2 +-
 archetypes/camel-archetype-java/pom.xml   | 2 +-
 archetypes/camel-archetype-main/pom.xml   | 2 +-
 archetypes/camel-archetype-spring/pom.xml | 2 +-
 archetypes/pom.xml| 2 +-
 bom/camel-bom/pom.xml | 2 +-
 bom/pom.xml   | 2 +-
 buildingtools/pom.xml | 2 +-
 camel-dependencies/pom.xml| 2 +-
 catalog/camel-allcomponents/pom.xml   | 2 +-
 catalog/camel-catalog-console/pom.xml | 2 +-
 catalog/camel-catalog-lucene/pom.xml  | 2 +-
 catalog/camel-catalog-maven-grape/pom.xml | 2 +-
 catalog/camel-catalog-maven/pom.xml   | 2 +-
 catalog/camel-catalog/pom.xml | 2 +-
 catalog/camel-csimple-maven-plugin/pom.xml| 2 +-
 catalog/camel-report-maven-plugin/pom.xml | 2 +-
 catalog/camel-route-parser/pom.xml| 2 +-
 catalog/dummy-component/pom.xml   | 2 +-
 catalog/pom.xml   | 2 +-
 components/camel-activemq/pom.xml | 2 +-
 components/camel-amqp/pom.xml | 2 +-
 components/camel-arangodb/pom.xml | 2 +-
 components/camel-as2/camel-as2-api/pom.xml| 2 +-
 components/camel-as2/camel-as2-component/pom.xml  | 2 +-
 components/camel-as2/pom.xml  | 2 +-
 components/camel-asn1/pom.xml | 2 +-
 components/camel-asterisk/pom.xml | 2 +-
 components/camel-atmosphere-websocket/pom.xml | 2 +-
 components/camel-atom/pom.xml | 2 +-
 components/camel-attachments/pom.xml  | 2 +-
 components/camel-avro-rpc/camel-avro-rpc-component/pom.xml| 2 +-
 components/camel-avro-rpc/camel-avro-rpc-jetty/pom.xml| 2 +-
 components/camel-avro-rpc/camel-avro-rpc-spi/pom.xml  | 2 +-
 components/camel-avro-rpc/pom.xml | 2 +-
 components/camel-avro/pom.xml | 2 +-
 components/camel-aws/camel-aws-cloudtrail/pom.xml | 2 +-
 components/camel-aws/camel-aws-secrets-manager/pom.xml| 2 +-
 components/camel-aws/camel-aws-xray/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-athena/pom.xml| 2 +-
 components/camel-aws/camel-aws2-cw/pom.xml| 2 +-
 components/camel-aws/camel-aws2-ddb/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-ec2/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-ecs/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-eks/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-eventbridge/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-iam/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-kinesis/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-kms/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-lambda/pom.xml| 2 +-
 components/camel-aws/camel-aws2-mq/pom.xml| 2 +-
 components/camel-aws/camel-aws2-msk/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-s3/pom.xml| 2 +-
 components/camel-aws/camel-aws2-ses/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-sns/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-sqs/pom.xml   | 2 +-
 components/camel

(camel) branch camel-4.0.x updated (b0f5462bfa9 -> b8f8325cfe0)

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

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


from b0f5462bfa9 CAMEL-20692: camel-cxf - Set a default value for 
loggingSizeLimit (#13931)
 new 38447034312 Add bash shebang
 add a5316b32281 [maven-release-plugin] prepare release camel-4.0.5
 add f7452bf66bd [maven-release-plugin] prepare for next development 
iteration
 new b8f8325cfe0 Merge branch 'release/4.0.5' into camel-4.0.x

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:
 apache-camel/pom.xml  | 2 +-
 archetypes/camel-archetype-api-component/pom.xml  | 2 +-
 archetypes/camel-archetype-component/pom.xml  | 2 +-
 archetypes/camel-archetype-dataformat/pom.xml | 2 +-
 archetypes/camel-archetype-java/pom.xml   | 2 +-
 archetypes/camel-archetype-main/pom.xml   | 2 +-
 archetypes/camel-archetype-spring/pom.xml | 2 +-
 archetypes/pom.xml| 2 +-
 bom/camel-bom/pom.xml | 2 +-
 bom/pom.xml   | 2 +-
 buildingtools/pom.xml | 2 +-
 camel-dependencies/pom.xml| 2 +-
 catalog/camel-allcomponents/pom.xml   | 2 +-
 catalog/camel-catalog-console/pom.xml | 2 +-
 catalog/camel-catalog-lucene/pom.xml  | 2 +-
 catalog/camel-catalog-maven-grape/pom.xml | 2 +-
 catalog/camel-catalog-maven/pom.xml   | 2 +-
 catalog/camel-catalog/pom.xml | 2 +-
 catalog/camel-csimple-maven-plugin/pom.xml| 2 +-
 catalog/camel-report-maven-plugin/pom.xml | 2 +-
 catalog/camel-route-parser/pom.xml| 2 +-
 catalog/dummy-component/pom.xml   | 2 +-
 catalog/pom.xml   | 2 +-
 components/camel-activemq/pom.xml | 2 +-
 components/camel-amqp/pom.xml | 2 +-
 components/camel-arangodb/pom.xml | 2 +-
 components/camel-as2/camel-as2-api/pom.xml| 2 +-
 components/camel-as2/camel-as2-component/pom.xml  | 2 +-
 components/camel-as2/pom.xml  | 2 +-
 components/camel-asn1/pom.xml | 2 +-
 components/camel-asterisk/pom.xml | 2 +-
 components/camel-atmosphere-websocket/pom.xml | 2 +-
 components/camel-atom/pom.xml | 2 +-
 components/camel-attachments/pom.xml  | 2 +-
 components/camel-avro-rpc/camel-avro-rpc-component/pom.xml| 2 +-
 components/camel-avro-rpc/camel-avro-rpc-jetty/pom.xml| 2 +-
 components/camel-avro-rpc/camel-avro-rpc-spi/pom.xml  | 2 +-
 components/camel-avro-rpc/pom.xml | 2 +-
 components/camel-avro/pom.xml | 2 +-
 components/camel-aws/camel-aws-cloudtrail/pom.xml | 2 +-
 components/camel-aws/camel-aws-secrets-manager/pom.xml| 2 +-
 components/camel-aws/camel-aws-xray/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-athena/pom.xml| 2 +-
 components/camel-aws/camel-aws2-cw/pom.xml| 2 +-
 components/camel-aws/camel-aws2-ddb/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-ec2/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-ecs/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-eks/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-eventbridge/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-iam/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-kinesis/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-kms/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-lambda/pom.xml| 2 +-
 components/camel-aws/camel-aws2-mq/pom.xml   

(camel) 01/02: Add bash shebang

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

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

commit 38447034312e4e8679c81cf8f8363d4019872bf0
Author: Gregor Zurowski 
AuthorDate: Wed Jan 31 14:07:52 2024 +0100

Add bash shebang

This avoids `not found` errors for the `pushd` and `popd` commands.
---
 etc/scripts/sign.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/scripts/sign.sh b/etc/scripts/sign.sh
index 7aafd104772..e73336188cc 100755
--- a/etc/scripts/sign.sh
+++ b/etc/scripts/sign.sh
@@ -1,5 +1,5 @@
-#!/bin/sh
-
+#!/usr/bin/env bash
+#
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.



svn commit: r68805 - /release/camel/apache-camel/4.0.4/

2024-04-26 Thread gzurowski
Author: gzurowski
Date: Fri Apr 26 09:48:42 2024
New Revision: 68805

Log:
Removed the old release

Removed:
release/camel/apache-camel/4.0.4/



svn commit: r68804 - /release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.xml.sha512

2024-04-26 Thread gzurowski
Author: gzurowski
Date: Fri Apr 26 09:47:55 2024
New Revision: 68804

Log:
Import Camel SBOMs XML release

Added:
release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.xml.sha512

Added: release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.xml.sha512
==
--- release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.xml.sha512 (added)
+++ release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.xml.sha512 Fri Apr 
26 09:47:55 2024
@@ -0,0 +1 @@
+9c328a100f71a1ff99ecc5b012bee2877d5062685279cefa8454a292ef5fb9da27450843243a6cc7ce1c6b16e01812859bcab449e246f7731cca1affa8562db2
 *apache-camel-4.0.5-sbom.xml




svn commit: r68803 - /release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.xml.asc

2024-04-26 Thread gzurowski
Author: gzurowski
Date: Fri Apr 26 09:47:52 2024
New Revision: 68803

Log:
Import Camel SBOMs XML release

Added:
release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.xml.asc

Added: release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.xml.asc
==
--- release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.xml.asc (added)
+++ release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.xml.asc Fri Apr 26 
09:47:52 2024
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmYreDwACgkQnVvv+llC
+wEnFgw//dstA0JzX31xk7yOCnMj+FzSQ+r23WElDf3cNjEXZo6tsSfT+Bt8zHPui
+lJUzuLSMVDFeIFHpIs7nwq375Ll18nXaJjInvg9hA0+LsDwenZd4U9toOCZluXCD
+PTMe/6fxJTHMn0JrNK6IoqqhjAy/PrdSdfg6iI6WY1wN4O2ggOKWd8tKAXZutqrZ
+3vUpv6eWbiakTj5Rj/Psdf7tQGItUBn7Zz11D6Gs/aU8Tv1PewacL6kkHgZlEIs0
+seo+ToEc1d8CDKzbkJdmmFii1GxVyOsyJZ9LMAYu5e/m7vZIBEsDWkDE1GJt/Cjz
+2Wp/BiwxhtYoaSjdeKuZoei/TWw1y3CzBO1HNszFSsylc51XzvgjUbugQp79zLtT
+qUqYjy4YRLnZA81yugo6LdKXbYUmDsh2AK4WXbkRsYC9K/ylCvnI7ZvuY4i2vVs3
+mGA5B6yGFq/FOGbkrPjh2pUagljSRm29XOMmfRz1Epr5FVk9Z1rmIm3KuFFm/S/p
+bdlpgosr3XFlV/A3i1hcomJPzf3v3ukhQz4NxQAEX+VRVRS8gtOcuCo4czBRC1y5
+eOR99yF6cRVSWT8IMqFdH2V30yr0Gt1D/TUxSgVUp7U6f9tksbDChYTVW4qyzl7r
+RpAOk9pcx0Nl34VxcDT2yOVBYBQuHlgMHhyUxvaQPkroXlYYnD4=
+=SzrG
+-END PGP SIGNATURE-




svn commit: r68802 - /release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.json.sha512

2024-04-26 Thread gzurowski
Author: gzurowski
Date: Fri Apr 26 09:47:49 2024
New Revision: 68802

Log:
Import Camel SBOMs JSON release

Added:
release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.json.sha512

Added: release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.json.sha512
==
--- release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.json.sha512 (added)
+++ release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.json.sha512 Fri 
Apr 26 09:47:49 2024
@@ -0,0 +1 @@
+16b31a0906ddabfdb658b5fc07b7a245a88eaa42efc50ea0cc87494a0f64108fc05d25e53027ef845de49f039f506ce7f7cc31d7ebb1c00b63fee6111b058ee0
 *apache-camel-4.0.5-sbom.json




svn commit: r68801 - /release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.json.asc

2024-04-26 Thread gzurowski
Author: gzurowski
Date: Fri Apr 26 09:47:47 2024
New Revision: 68801

Log:
Import Camel SBOMs JSON release

Added:
release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.json.asc

Added: release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.json.asc
==
--- release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.json.asc (added)
+++ release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.json.asc Fri Apr 
26 09:47:47 2024
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmYreDkACgkQnVvv+llC
+wEkl3g/9GfYRokcc/GyKalOKBMu4meagmP6cMffwRmUJ7lWNN6PBEjSeAIgqIP+p
+560LeubHFSo9aYUY0rso0i4IGF/PQ/iYGYdfjxhljha6t3SP4TCG0MLLL5zz8sRP
+i0S9798WA8PsRM9FDPEpBeYmDno9ufyLaRjcovSrT1Ijov5WQv6crUIyIvHdlXcN
+xUvpJHv0ZPrYgDhtxtP/C2WQZAZyslWTZna2Q0jUM3/tCjttZa7vLFNNj55Guj7a
+gnYlckeSqX68U6ohvzF9gv/ABgmEFT3sb8sjEEDS5WNy6eyfIommTQlpfraZs6D8
+5iR9kgxTvpGs4XhJ3Cyu9mLWR/DkYzyKYQRqAPeLN7JoXto6WfWfKEKxBFd5lDK3
+k2H07VXdgg/nP4b2WpVYePE8YrmHdokjGi5WTWWgnGO+O4SKt4HfV8hyfm6q+2uP
+vnCEFjJ49Y6H6rzgcdRYyrMnqiPmfrmRTy4lThWalgBRm72lo+KsOBKhyoyltrGq
+ypDh8d5UOht/38kfkHZQrOhZ3lzV+A+EEBO3Be+bLJDJPY8s79mK6ft7d95Qzxe8
+k+M60MzWUDNbTpqIdCL5v+QoXebXdcJddPAxRfAXS5no4fFgS1FGG1zBY0ClKWvl
+wMM319Re89CRjMJ3gGDn/QGiCH2dSLIxN31oaiGgxkOwenNazMg=
+=nGx8
+-END PGP SIGNATURE-




svn commit: r68800 [2/2] - /release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.xml

2024-04-26 Thread gzurowski


Added: release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.xml
==
--- release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.xml (added)
+++ release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.xml Fri Apr 26 
09:36:28 2024
@@ -0,0 +1,69766 @@
+
+http://cyclonedx.org/schema/bom/1.4;>
+  
+
+  
+OWASP Foundation
+CycloneDX Maven plugin
+2.7.10
+
+  1cc7f6a0382f8bb2f758d6a6ea401d1b
+  a4297947a1f2d7d453105db542651614bbd37f38
+  bd0fdd8f2f2116eee5e715aeac1580f19eb7a10ec2b6f805b53567067658e872
+  9cde8352a427e10b96cae01348fc7cfe5d4aa9cd0a5e5dd93b414ce3bb7d112993c3b3004e53af52567fbfa16de0704ec59a5556a635ad70571fd124ae389f39
+  93d7bf5b5c735347edfbfbd66810273ca840f9a322b816d22d44c3d8e8255c09e86570bb23712aeb0cade0f478be5aeb
+  4467f16e9ca32190a6e49c65339eb28ee5e8c78f4e918fcf95128a4b7648898de56ccb43eacfad0c9391ef8cdb7d629a
+  ed2996c99b483e969221d5e9a40f562ea2ab85442d361d72a90e85266a3ed781
+  c8e6ea9ddc38edc77e284b3bf541663e84752bdc59ed1935799847a48a14ea2fa531b61008fefcba37d732a56702a11ac112437b9b80d18f4ecc8ef0ecfb32cf
+
+  
+
+
+  The Apache Software Foundation
+  org.apache.camel
+  camel
+  4.0.5
+  Camel Root POM
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel@4.0.5?type=pom
+  https://camel.apache.orghttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary
+
+
+  makeAggregateBom
+  compile,provided,runtime,system
+  enabled
+
+  
+  
+
+  The Apache Software Foundation
+  org.apache.camel
+  camel-buildtools
+  4.0.5
+  The build tools for the Apache Camel project
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel-buildtools@4.0.5?type=jar
+  https://camel.apache.org/camel-buildtoolshttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-buildtools
+
+
+  org.apache.camel
+  camel-parent
+  4.0.5
+  pkg:maven/org.apache.camel/camel-parent@4.0.5?type=pom
+
+
+  org.apache.camel
+  camel-etc
+  4.0.5
+  pkg:maven/org.apache.camel/camel-etc@4.0.5?type=pom
+
+
+  org.apache.camel
+  tooling
+  4.0.5
+  pkg:maven/org.apache.camel/tooling@4.0.5?type=pom
+
+
+  The Apache Software Foundation
+  org.apache.camel
+  camel-tooling-util
+  4.0.5
+  Tooling utilities
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel-tooling-util@4.0.5?type=jar
+  https://camel.apache.org/camel-parent/tooling/camel-tooling-utilhttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-parent/tooling/camel-tooling-util
+
+
+  org.junit.jupiter
+  junit-jupiter-api
+  5.9.3
+  Module "junit-jupiter-api" of JUnit 5.
+  required
+  
+13eb9bfb15588e85c1fb76587f8f5d1e
+815818ad6ffcc8d320d8fbdf3d748c753cf83201
+d895e3eedf4fa1b10de31a91be55a301bb307bf18ef325b3fa5db3f80ee92d1c
+05ef01d2f065145524a75b17a8ecc8cf46d21987d85b2d1e30bd06514ee7425bacf9a8b6a467a6e95b49bcfe27f5e5a2fe3da210fb09113cee1f14be4b686aa5
+45192e2231490b92fef28fc22c6c9399fb17d78f75ef473dcc37efd8b6350eaf1831eec9b0c6909bd849714f2d2fc49b
+befa0de7038d014eb7d9581654c6d10e601b36f079f82ecfad12e6a05e8a15f82f7b47786372eb46fe6eb7ebf92343c1
+c41b11de68a605d2a5cb213f461f887d4d0b4cbdc46a2e239d9aab77cdb3827f
+73de4a6a0c1677531b832bbb315fbb7bd04083ac4b9d7ad36d3eb651d9832940b462dde0dccf887a23253735b1ed9099dca6d06c26dd830c844babc75292dc48
+  
+  
+
+  EPL-2.0
+
+  
+  pkg:maven/org.junit.jupiter/junit-jupiter-api@5.9.3?type=jar
+  https://junit.org/junit5/https://github.com/junit-team/junit5
+
+
+  org.opentest4j
+  opentest4j
+  1.2.0
+  Open Test Alliance for the JVM
+  required
+  
+45c9a837c21f68e8c93e85b121e2fb90
+28c11eb91f9b6d8e200631d46e20a7f407f2a046
+58812de60898d976fb81ef3b62da05c6604c18fd4a249f5044282479fc286af2
+17f77797a260eb2bd1666a90e25efc79a5413afa9df1c1cb6c4cd1949d61c38b241e3bb20956396b5f54d144720303d72a2ac00bc5bf245a260a3c3099e01c74
+

svn commit: r68800 [1/2] - /release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.xml

2024-04-26 Thread gzurowski
Author: gzurowski
Date: Fri Apr 26 09:36:28 2024
New Revision: 68800

Log:
Import Camel SBOMs XML release

Added:
release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.xml



svn commit: r68799 [2/2] - /release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.json

2024-04-26 Thread gzurowski


Added: release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.json
==
--- release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.json (added)
+++ release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.json Fri Apr 26 
09:36:15 2024
@@ -0,0 +1,172799 @@
+{
+  "bomFormat" : "CycloneDX",
+  "specVersion" : "1.4",
+  "version" : 1,
+  "metadata" : {
+"tools" : [
+  {
+"vendor" : "OWASP Foundation",
+"name" : "CycloneDX Maven plugin",
+"version" : "2.7.10",
+"hashes" : [
+  {
+"alg" : "MD5",
+"content" : "1cc7f6a0382f8bb2f758d6a6ea401d1b"
+  },
+  {
+"alg" : "SHA-1",
+"content" : "a4297947a1f2d7d453105db542651614bbd37f38"
+  },
+  {
+"alg" : "SHA-256",
+"content" : 
"bd0fdd8f2f2116eee5e715aeac1580f19eb7a10ec2b6f805b53567067658e872"
+  },
+  {
+"alg" : "SHA-512",
+"content" : 
"9cde8352a427e10b96cae01348fc7cfe5d4aa9cd0a5e5dd93b414ce3bb7d112993c3b3004e53af52567fbfa16de0704ec59a5556a635ad70571fd124ae389f39"
+  },
+  {
+"alg" : "SHA-384",
+"content" : 
"93d7bf5b5c735347edfbfbd66810273ca840f9a322b816d22d44c3d8e8255c09e86570bb23712aeb0cade0f478be5aeb"
+  },
+  {
+"alg" : "SHA3-384",
+"content" : 
"4467f16e9ca32190a6e49c65339eb28ee5e8c78f4e918fcf95128a4b7648898de56ccb43eacfad0c9391ef8cdb7d629a"
+  },
+  {
+"alg" : "SHA3-256",
+"content" : 
"ed2996c99b483e969221d5e9a40f562ea2ab85442d361d72a90e85266a3ed781"
+  },
+  {
+"alg" : "SHA3-512",
+"content" : 
"c8e6ea9ddc38edc77e284b3bf541663e84752bdc59ed1935799847a48a14ea2fa531b61008fefcba37d732a56702a11ac112437b9b80d18f4ecc8ef0ecfb32cf"
+  }
+]
+  }
+],
+"component" : {
+  "publisher" : "The Apache Software Foundation",
+  "group" : "org.apache.camel",
+  "name" : "camel",
+  "version" : "4.0.5",
+  "description" : "Camel Root POM",
+  "licenses" : [
+{
+  "license" : {
+"id" : "Apache-2.0",
+"url" : "https://www.apache.org/licenses/LICENSE-2.0;
+  }
+}
+  ],
+  "purl" : "pkg:maven/org.apache.camel/camel@4.0.5?type=pom",
+  "externalReferences" : [
+{
+  "type" : "website",
+  "url" : "https://camel.apache.org;
+},
+{
+  "type" : "distribution",
+  "url" : 
"https://repository.apache.org/service/local/staging/deploy/maven2;
+},
+{
+  "type" : "issue-tracker",
+  "url" : "https://issues.apache.org/jira/browse/CAMEL;
+},
+{
+  "type" : "mailing-list",
+  "url" : "dev-subscr...@camel.apache.org"
+},
+{
+  "type" : "vcs",
+  "url" : "https://gitbox.apache.org/repos/asf?p=camel.git;a=summary;
+}
+  ],
+  "type" : "library",
+  "bom-ref" : "pkg:maven/org.apache.camel/camel@4.0.5?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",
+  "name" : "camel-buildtools",
+  "version" : "4.0.5",
+  "description" : "The build tools for the Apache Camel project",
+  "licenses" : [
+{
+  "license" : {
+"id" : "Apache-2.0",
+"url" : "https://www.apache.org/licenses/LICENSE-2.0;
+  }
+}
+  ],
+  "purl" : "pkg:maven/org.apache.camel/camel-buildtools@4.0.5?type=jar",
+  "externalReferences" : [
+{
+  "type" : "website",
+  "url" : "https://camel.apache.org/camel-buildtools;
+},
+{
+  "type" : "distribution",
+  "url" : 
"https://repository.apache.org/service/local/staging/deploy/maven2;
+},
+{
+  "type" : "issue-tracker",
+  "url" : "https://issues.apache.org/jira/browse/CAMEL;
+},
+{
+  "type" : "mailing-list",
+  "url" : "dev-subscr...@camel.apache.org"
+},
+{
+  "type" : "vcs",
+  "url" : 
"https://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-buildtools;
+}
+  ],
+  "type" : "library",
+  "bom-ref" : "pkg:maven/org.apache.camel/camel-buildtools@4.0.5?type=jar"
+},
+{
+  "group" : "org.apache.camel",
+  "name" : "camel-parent",
+  "version" : "4.0.5",
+  "purl" : 

svn commit: r68799 [1/2] - /release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.json

2024-04-26 Thread gzurowski
Author: gzurowski
Date: Fri Apr 26 09:36:15 2024
New Revision: 68799

Log:
Import Camel SBOMs JSON release

Added:
release/camel/apache-camel/4.0.5/apache-camel-4.0.5-sbom.json



svn commit: r68798 - in /release/camel/apache-camel/4.0.5: apache-camel-4.0.5-src.zip apache-camel-4.0.5-src.zip.asc apache-camel-4.0.5-src.zip.sha512 apache-camel-4.0.5.pom apache-camel-4.0.5.pom.asc

2024-04-26 Thread gzurowski
Author: gzurowski
Date: Fri Apr 26 09:29:26 2024
New Revision: 68798

Log:
Apache Camel 4.0.5 released artifacts.

Added:
release/camel/apache-camel/4.0.5/apache-camel-4.0.5-src.zip   (with props)
release/camel/apache-camel/4.0.5/apache-camel-4.0.5-src.zip.asc
release/camel/apache-camel/4.0.5/apache-camel-4.0.5-src.zip.sha512
release/camel/apache-camel/4.0.5/apache-camel-4.0.5.pom
release/camel/apache-camel/4.0.5/apache-camel-4.0.5.pom.asc
release/camel/apache-camel/4.0.5/apache-camel-4.0.5.pom.sha512

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

Propchange: release/camel/apache-camel/4.0.5/apache-camel-4.0.5-src.zip
--
svn:mime-type = application/octet-stream

Added: release/camel/apache-camel/4.0.5/apache-camel-4.0.5-src.zip.asc
==
--- release/camel/apache-camel/4.0.5/apache-camel-4.0.5-src.zip.asc (added)
+++ release/camel/apache-camel/4.0.5/apache-camel-4.0.5-src.zip.asc Fri Apr 26 
09:29:26 2024
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmYmSicACgkQnVvv+llC
+wElTPg//apx6Dth8WSUP7hDJ/J7QHKxnBUsqLrRHHzLeS72BkNGRfeM82ZztDXHa
+k95J6EfddCN6neG07Vn952AQRdgFBeX0/BH5aLwUXvuDZKg5utAd2LyUqanmSDo1
+ijQ3JGiwcFusD6ntAVH1CHmN1rb+exOLL8XF+mmxt1Ld5zo0YUJzmlFWjKHSFVxk
+hW79wo7jvL3Z3iaVkdoj5ExnmXrg6tVwH/6rwDwLBuEksqCQ+FSjA4Th0aFJia1S
+9bblaWLxZmrlsFnjqtwR1531gwNv8l/c3EPsPeLn74t+5roM9pX4S2XGZjS6kLy6
+f4xyW/ZeJmBseVN6hAfdpj48Om44PL9Ngsg7Q0UlLcmfij0A2lZsav9OTJYGaTow
+w/yK4mFeVfaBBkoELz/A0Kw64oery2vdrkmfWt+OrMj67hTbEDkzApsZB2RbZjVS
+njKClb4LtLdw+hXQE/tT7XGHCiW63/gdPOtMJa8FYYOwp/sB2qzGXytn0resRKmJ
+5tIjmYDjONBqjYyVy4zaen/v0HWKjTvcm2YeVADksWlRiFjHEBBtdAyyfnrWzZsz
+aO22UcMKdJIJOjiDYot2MDXQvUTMg0kV5m2/LOs176qj0F0zuuhADd2ebZ8V0Dre
+QgqLODqKsdELK4wBQZ0FfPXNr76NSUSuewE89fPgG3HOZPRFUZ8=
+=89P8
+-END PGP SIGNATURE-

Added: release/camel/apache-camel/4.0.5/apache-camel-4.0.5-src.zip.sha512
==
--- release/camel/apache-camel/4.0.5/apache-camel-4.0.5-src.zip.sha512 (added)
+++ release/camel/apache-camel/4.0.5/apache-camel-4.0.5-src.zip.sha512 Fri Apr 
26 09:29:26 2024
@@ -0,0 +1 @@
+8570f02621b5e4efcb8de4e0c61b5a011749f0abadb1857aa41f32329c6a2cb023bbba0bbbf5f0ce93c6acd7ff78a87d60fecd4cab0d38359dede865ac9c2844
  apache-camel-4.0.5-src.zip

Added: release/camel/apache-camel/4.0.5/apache-camel-4.0.5.pom
==
--- release/camel/apache-camel/4.0.5/apache-camel-4.0.5.pom (added)
+++ release/camel/apache-camel/4.0.5/apache-camel-4.0.5.pom Fri Apr 26 09:29:26 
2024
@@ -0,0 +1,261 @@
+
+
+http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/xsd/maven-4.0.0.xsd; 
xmlns="http://maven.apache.org/POM/4.0.0;
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>
+  4.0.0
+  
+org.apache.camel
+camel-parent
+4.0.5
+../parent
+  
+  org.apache.camel
+  apache-camel
+  4.0.5
+  pom
+  Camel :: Assembly
+  Apache Camel Assembly
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0.txt
+  repo
+
+  
+  
+false
+true
+gnu
+true
+  
+  
+
+  org.apache.camel
+  camel-api
+  4.0.5
+  compile
+
+
+  org.apache.camel
+  camel-util
+  4.0.5
+  compile
+
+
+  org.apache.camel
+  camel-management-api
+  4.0.5
+  compile
+
+
+  org.apache.camel
+  camel-management
+  4.0.5
+  compile
+
+
+  org.apache.camel
+  camel-base
+  4.0.5
+  compile
+
+
+  org.apache.camel
+  camel-base-engine
+  4.0.5
+  compile
+
+
+  org.apache.camel
+  camel-support
+  4.0.5
+  compile
+
+
+  org.apache.camel
+  camel-core
+  4.0.5
+  compile
+
+
+  org.apache.camel
+  camel-core-engine
+  4.0.5
+  compile
+
+
+  org.apache.camel
+  camel-core-model
+  4.0.5
+  compile
+
+
+  org.apache.camel
+  camel-core-processor
+  4.0.5
+  compile
+
+
+  org.apache.camel
+  camel-core-reifier
+  4.0.5
+  compile
+
+
+  org.apache.camel
+  camel-core-languages
+  4.0.5
+  compile
+
+
+  org.apache.camel
+  camel-core-xml
+  4.0.5
+  compile
+
+
+  org.apache.camel
+  camel-core-catalog
+  4.0.5
+  compile
+
+
+  org.apache.camel
+  camel-cloud
+  4.0.5
+  compile
+
+
+  org.apache.camel
+  camel-cluster
+  4.0.5
+  compile
+
+
+  org.apache.camel
+  camel-console
+  4.0.5
+

svn commit: r68797 - /release/camel/apache-camel/4.0.5/

2024-04-26 Thread gzurowski
Author: gzurowski
Date: Fri Apr 26 09:25:02 2024
New Revision: 68797

Log:
Apache Camel 4.0.5 release distro placeholder.

Added:
release/camel/apache-camel/4.0.5/



(camel-website) branch main updated: Update blog date for Camel 4.4.2

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

gzurowski 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 2224cf20 Update blog date for Camel 4.4.2
2224cf20 is described below

commit 2224cf20f2ec987e14a0dbb1a97fb145d0bfaab2
Author: Gregor Zurowski 
AuthorDate: Thu Apr 25 15:33:34 2024 +0200

Update blog date for Camel 4.4.2
---
 content/blog/2024/04/RELEASE-4.4.2/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/2024/04/RELEASE-4.4.2/index.md 
b/content/blog/2024/04/RELEASE-4.4.2/index.md
index f858b3bb..0ecdc22e 100644
--- a/content/blog/2024/04/RELEASE-4.4.2/index.md
+++ b/content/blog/2024/04/RELEASE-4.4.2/index.md
@@ -1,6 +1,6 @@
 ---
 title: "RELEASE 4.4.2"
-date: 2024-03-14
+date: 2024-04-25
 draft: false
 authors: [gzurowski]
 categories: ["Releases"]



(camel-spring-boot) branch release/4.4.2 deleted (was 530d390aad2)

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

gzurowski pushed a change to branch release/4.4.2
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


 was 530d390aad2 [maven-release-plugin] prepare for next development 
iteration

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



(camel-spring-boot) 03/03: Target Camel 4.4.3-SNAPSHOT for development

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

gzurowski pushed a commit to branch camel-spring-boot-4.4.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 13da98a3bea99ba34bc133957a28a268d1dd4bab
Author: Gregor Zurowski 
AuthorDate: Thu Apr 25 09:50:46 2024 +

Target Camel 4.4.3-SNAPSHOT for development
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d1b297258b4..2baa3a1839e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-4.4.2
+4.4.3-SNAPSHOT
 
 
 org.apache.camel.springboot
@@ -111,7 +111,7 @@
 3.2.5
 
 
-4.4.2
+4.4.3-SNAPSHOT
 
 
 1.0.2.v20150114
@@ -451,7 +451,7 @@
 
 dev
 
-4.4.2
+4.4.3-SNAPSHOT
 
 
 



(camel-spring-boot) branch camel-spring-boot-4.4.x updated (85ecacd6504 -> 13da98a3bea)

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

gzurowski pushed a change to branch camel-spring-boot-4.4.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


from 85ecacd6504 Regen
 add 037a37fedf2 Target Camel 4.4.2 for release
 add 236b62d8804 [maven-release-plugin] prepare release 
camel-spring-boot-4.2.2
 new 530d390aad2 [maven-release-plugin] prepare for next development 
iteration
 new 42e6768d675 Merge branch 'release/4.4.2' into camel-spring-boot-4.4.x
 new 13da98a3bea Target Camel 4.4.3-SNAPSHOT for development

The 3 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:
 archetypes/camel-archetype-spring-boot/pom.xml |   2 +-
 archetypes/pom.xml |   2 +-
 catalog/camel-catalog-provider-springboot/pom.xml  |   2 +-
 catalog/pom.xml|   2 +-
 components-starter/camel-activemq-starter/pom.xml  |   2 +-
 components-starter/camel-amqp-starter/pom.xml  |   2 +-
 components-starter/camel-arangodb-starter/pom.xml  |   2 +-
 components-starter/camel-as2-starter/pom.xml   |   2 +-
 components-starter/camel-asn1-starter/pom.xml  |   2 +-
 components-starter/camel-asterisk-starter/pom.xml  |   2 +-
 .../camel-atmosphere-websocket-starter/pom.xml |   2 +-
 components-starter/camel-atom-starter/pom.xml  |   2 +-
 components-starter/camel-avro-rpc-starter/pom.xml  |   2 +-
 components-starter/camel-avro-starter/pom.xml  |   2 +-
 .../camel-aws-cloudtrail-starter/pom.xml   |   2 +-
 .../camel-aws-config-starter/pom.xml   |   2 +-
 .../camel-aws-secrets-manager-starter/pom.xml  |   2 +-
 components-starter/camel-aws-xray-starter/pom.xml  |   2 +-
 .../camel-aws2-athena-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-cw-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-ddb-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-ec2-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-ecs-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-eks-starter/pom.xml  |   2 +-
 .../camel-aws2-eventbridge-starter/pom.xml |   2 +-
 components-starter/camel-aws2-iam-starter/pom.xml  |   2 +-
 .../camel-aws2-kinesis-starter/pom.xml |   2 +-
 components-starter/camel-aws2-kms-starter/pom.xml  |   2 +-
 .../camel-aws2-lambda-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-mq-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-msk-starter/pom.xml  |   2 +-
 .../camel-aws2-redshift-starter/pom.xml|   2 +-
 components-starter/camel-aws2-s3-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-ses-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sns-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sqs-starter/pom.xml  |   2 +-
 .../camel-aws2-step-functions-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sts-starter/pom.xml  |   2 +-
 .../camel-aws2-timestream-starter/pom.xml  |   2 +-
 .../camel-aws2-translate-starter/pom.xml   |   2 +-
 .../camel-azure-cosmosdb-starter/pom.xml   |   2 +-
 .../camel-azure-eventhubs-starter/pom.xml  |   2 +-
 .../camel-azure-files-starter/pom.xml  |   2 +-
 .../camel-azure-key-vault-starter/pom.xml  |   2 +-
 .../camel-azure-servicebus-starter/pom.xml |   2 +-
 .../camel-azure-storage-blob-starter/pom.xml   |   2 +-
 .../camel-azure-storage-datalake-starter/pom.xml   |   2 +-
 .../camel-azure-storage-queue-starter/pom.xml  |   2 +-
 components-starter/camel-barcode-starter/pom.xml   |   2 +-
 components-starter/camel-base64-starter/pom.xml|   2 +-
 components-starter/camel-bean-starter/pom.xml  |   2 +-
 .../camel-bean-validator-starter/pom.xml   |   2 +-
 components-starter/camel-beanio-starter/pom.xml|   2 +-
 components-starter/camel-bindy-starter/pom.xml |   2 +-
 components-starter/camel-bonita-starter/pom.xml|   2 +-
 components-starter/camel-box-starter/pom.xml   |   2 +-
 components-starter/camel-braintree-starter/pom.xml |   2 +-
 components-starter/camel-browse-starter/pom.xml|   2 +-
 components-starter/camel-caffeine-starter/pom.xml  |   2 +-
 .../camel-cassandraql-starter/pom.xml  |   2 +-
 components-starter/camel-cbor-starter/pom.xml  |   2 +-
 .../camel-chatscript-starter/pom.xml   |   2 +-
 components-starter/camel-chunk-starter/pom.xml |   2 +-
 .../camel-cloudevents-starter/pom.xml  |   2 +-
 components-starter/camel-cm-sms-starter/pom.xml|   2 +-
 components-starter/camel-coap-starter/pom.xml  |   2 +-
 components-starter/camel-cometd-starter/pom.xml|   2 +-
 components-starter/camel-console-sta

(camel) branch release/4.4.2 deleted (was a587a0b9df4)

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

gzurowski pushed a change to branch release/4.4.2
in repository https://gitbox.apache.org/repos/asf/camel.git


 was a587a0b9df4 [maven-release-plugin] prepare for next development 
iteration

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



(camel) 01/01: Merge branch 'release/4.4.2' into camel-4.4.x

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

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

commit 4436b8bcdfd701ab45173b5edea2b382697251a2
Merge: ae25d0bf1f5 a587a0b9df4
Author: Gregor Zurowski 
AuthorDate: Thu Apr 25 09:41:01 2024 +

Merge branch 'release/4.4.2' into camel-4.4.x

 apache-camel/pom.xml  | 2 +-
 archetypes/camel-archetype-api-component/pom.xml  | 2 +-
 archetypes/camel-archetype-component/pom.xml  | 2 +-
 archetypes/camel-archetype-dataformat/pom.xml | 2 +-
 archetypes/camel-archetype-java/pom.xml   | 2 +-
 archetypes/camel-archetype-main/pom.xml   | 2 +-
 archetypes/camel-archetype-spring/pom.xml | 2 +-
 archetypes/pom.xml| 2 +-
 bom/camel-bom/pom.xml | 2 +-
 bom/pom.xml   | 2 +-
 buildingtools/pom.xml | 2 +-
 camel-dependencies/pom.xml| 2 +-
 catalog/camel-allcomponents/pom.xml   | 2 +-
 catalog/camel-catalog-common/pom.xml  | 2 +-
 catalog/camel-catalog-console/pom.xml | 2 +-
 catalog/camel-catalog-lucene/pom.xml  | 2 +-
 catalog/camel-catalog-maven/pom.xml   | 2 +-
 catalog/camel-catalog/pom.xml | 2 +-
 catalog/camel-csimple-maven-plugin/pom.xml| 2 +-
 catalog/camel-report-maven-plugin/pom.xml | 4 ++--
 catalog/camel-route-parser/pom.xml| 2 +-
 catalog/dummy-component/pom.xml   | 2 +-
 catalog/pom.xml   | 2 +-
 components/camel-activemq/pom.xml | 2 +-
 components/camel-amqp/pom.xml | 2 +-
 components/camel-arangodb/pom.xml | 2 +-
 components/camel-as2/camel-as2-api/pom.xml| 2 +-
 components/camel-as2/camel-as2-component/pom.xml  | 2 +-
 components/camel-as2/pom.xml  | 2 +-
 components/camel-asn1/pom.xml | 2 +-
 components/camel-asterisk/pom.xml | 2 +-
 components/camel-atmosphere-websocket/pom.xml | 2 +-
 components/camel-atom/pom.xml | 2 +-
 components/camel-attachments/pom.xml  | 2 +-
 components/camel-avro-rpc/camel-avro-rpc-component/pom.xml| 2 +-
 components/camel-avro-rpc/camel-avro-rpc-jetty/pom.xml| 2 +-
 components/camel-avro-rpc/camel-avro-rpc-spi/pom.xml  | 2 +-
 components/camel-avro-rpc/pom.xml | 2 +-
 components/camel-avro/pom.xml | 2 +-
 components/camel-aws/camel-aws-cloudtrail/pom.xml | 2 +-
 components/camel-aws/camel-aws-config/pom.xml | 2 +-
 components/camel-aws/camel-aws-secrets-manager/pom.xml| 2 +-
 components/camel-aws/camel-aws-xray/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-athena/pom.xml| 2 +-
 components/camel-aws/camel-aws2-cw/pom.xml| 2 +-
 components/camel-aws/camel-aws2-ddb/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-ec2/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-ecs/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-eks/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-eventbridge/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-iam/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-kinesis/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-kms/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-lambda/pom.xml| 2 +-
 components/camel-aws/camel-aws2-mq/pom.xml| 2 +-
 components/camel-aws/camel-aws2-msk/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-redshift/pom.xml  | 2 +-
 components/camel-aws/camel-aws2-s3/pom.xml| 2 +-
 components/camel-aws/camel-aws2-ses/pom.xml   | 2 +-
 components/camel

(camel) branch camel-4.4.x updated (ae25d0bf1f5 -> 4436b8bcdfd)

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

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


from ae25d0bf1f5 CAMEL-20715: camel-olingo - Should handle DEFAULT as 
ApiName if created via tooling (#13920)
 add 24bb983c83b [maven-release-plugin] prepare release camel-4.4.2
 add a587a0b9df4 [maven-release-plugin] prepare for next development 
iteration
 new 4436b8bcdfd Merge branch 'release/4.4.2' into camel-4.4.x

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:
 apache-camel/pom.xml  | 2 +-
 archetypes/camel-archetype-api-component/pom.xml  | 2 +-
 archetypes/camel-archetype-component/pom.xml  | 2 +-
 archetypes/camel-archetype-dataformat/pom.xml | 2 +-
 archetypes/camel-archetype-java/pom.xml   | 2 +-
 archetypes/camel-archetype-main/pom.xml   | 2 +-
 archetypes/camel-archetype-spring/pom.xml | 2 +-
 archetypes/pom.xml| 2 +-
 bom/camel-bom/pom.xml | 2 +-
 bom/pom.xml   | 2 +-
 buildingtools/pom.xml | 2 +-
 camel-dependencies/pom.xml| 2 +-
 catalog/camel-allcomponents/pom.xml   | 2 +-
 catalog/camel-catalog-common/pom.xml  | 2 +-
 catalog/camel-catalog-console/pom.xml | 2 +-
 catalog/camel-catalog-lucene/pom.xml  | 2 +-
 catalog/camel-catalog-maven/pom.xml   | 2 +-
 catalog/camel-catalog/pom.xml | 2 +-
 catalog/camel-csimple-maven-plugin/pom.xml| 2 +-
 catalog/camel-report-maven-plugin/pom.xml | 4 ++--
 catalog/camel-route-parser/pom.xml| 2 +-
 catalog/dummy-component/pom.xml   | 2 +-
 catalog/pom.xml   | 2 +-
 components/camel-activemq/pom.xml | 2 +-
 components/camel-amqp/pom.xml | 2 +-
 components/camel-arangodb/pom.xml | 2 +-
 components/camel-as2/camel-as2-api/pom.xml| 2 +-
 components/camel-as2/camel-as2-component/pom.xml  | 2 +-
 components/camel-as2/pom.xml  | 2 +-
 components/camel-asn1/pom.xml | 2 +-
 components/camel-asterisk/pom.xml | 2 +-
 components/camel-atmosphere-websocket/pom.xml | 2 +-
 components/camel-atom/pom.xml | 2 +-
 components/camel-attachments/pom.xml  | 2 +-
 components/camel-avro-rpc/camel-avro-rpc-component/pom.xml| 2 +-
 components/camel-avro-rpc/camel-avro-rpc-jetty/pom.xml| 2 +-
 components/camel-avro-rpc/camel-avro-rpc-spi/pom.xml  | 2 +-
 components/camel-avro-rpc/pom.xml | 2 +-
 components/camel-avro/pom.xml | 2 +-
 components/camel-aws/camel-aws-cloudtrail/pom.xml | 2 +-
 components/camel-aws/camel-aws-config/pom.xml | 2 +-
 components/camel-aws/camel-aws-secrets-manager/pom.xml| 2 +-
 components/camel-aws/camel-aws-xray/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-athena/pom.xml| 2 +-
 components/camel-aws/camel-aws2-cw/pom.xml| 2 +-
 components/camel-aws/camel-aws2-ddb/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-ec2/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-ecs/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-eks/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-eventbridge/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-iam/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-kinesis/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-kms/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-lambda/pom.xml  

(camel-website) branch main updated: Add release notes and blog entry for Camel 4.4.2

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

gzurowski 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 50fd4ed9 Add release notes and blog entry for Camel 4.4.2
50fd4ed9 is described below

commit 50fd4ed9fdc644f4af37167cd797c253615174e3
Author: Gregor Zurowski 
AuthorDate: Thu Apr 25 11:07:04 2024 +0200

Add release notes and blog entry for Camel 4.4.2
---
 content/blog/2024/04/RELEASE-4.4.2/featured.png | Bin 0 -> 243818 bytes
 content/blog/2024/04/RELEASE-4.4.2/index.md |  17 +
 content/releases/release-4.4.2.md   |  17 +
 3 files changed, 34 insertions(+)

diff --git a/content/blog/2024/04/RELEASE-4.4.2/featured.png 
b/content/blog/2024/04/RELEASE-4.4.2/featured.png
new file mode 100644
index ..a9a95d3b
Binary files /dev/null and b/content/blog/2024/04/RELEASE-4.4.2/featured.png 
differ
diff --git a/content/blog/2024/04/RELEASE-4.4.2/index.md 
b/content/blog/2024/04/RELEASE-4.4.2/index.md
new file mode 100644
index ..f858b3bb
--- /dev/null
+++ b/content/blog/2024/04/RELEASE-4.4.2/index.md
@@ -0,0 +1,17 @@
+---
+title: "RELEASE 4.4.2"
+date: 2024-03-14
+draft: false
+authors: [gzurowski]
+categories: ["Releases"]
+preview: "The Camel community announces the immediate availability of the new 
Camel 4.4.2 release"
+---
+
+The Camel community announces the immediate availability of the Camel 4.4.2 
patch release with 31 bug fixes and improvements.
+
+The artifacts are published and ready for you to download from the Central 
Maven repository. For more details please take a look at the [release 
notes](/releases/release-4.4.2/).
+
+Many thanks to all who made this release possible.
+
+On behalf of the Camel PMC,  
+Gregor Zurowski
diff --git a/content/releases/release-4.4.2.md 
b/content/releases/release-4.4.2.md
new file mode 100644
index ..8498acd0
--- /dev/null
+++ b/content/releases/release-4.4.2.md
@@ -0,0 +1,17 @@
+---
+date: 2024-04-25
+eol: 2025-02-17
+draft: false
+type: release-note
+version: 4.4.2
+title: "Release 4.4.2"
+preview: "New LTS release 4.4.2"
+apiBreaking: ""
+knownIssues: ""
+jiraVersionId: 12354402
+category: camel
+kind: lts
+jdk: [17, 21]
+---
+
+This release is the new Camel 4.4.2 LTS patch release.



svn commit: r68768 [1/2] - /release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.xml

2024-04-25 Thread gzurowski
Author: gzurowski
Date: Thu Apr 25 08:54:21 2024
New Revision: 68768

Log:
Import Camel SBOMs XML release

Added:
release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.xml



svn commit: r68771 - /release/camel/apache-camel/4.4.1/

2024-04-25 Thread gzurowski
Author: gzurowski
Date: Thu Apr 25 08:55:02 2024
New Revision: 68771

Log:
Removed the old release

Removed:
release/camel/apache-camel/4.4.1/



svn commit: r68770 - /release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.xml.sha512

2024-04-25 Thread gzurowski
Author: gzurowski
Date: Thu Apr 25 08:54:26 2024
New Revision: 68770

Log:
Import Camel SBOMs XML release

Added:
release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.xml.sha512

Added: release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.xml.sha512
==
--- release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.xml.sha512 (added)
+++ release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.xml.sha512 Thu Apr 
25 08:54:26 2024
@@ -0,0 +1 @@
+ebca593c8503fece6d13d51d42b01e5cca890784bb796e139b026cc6f33d12f15147a08a0fc9f3732162d003b0e81539a4d31d44f424e2b63e6d921229392acb
 *apache-camel-4.4.2-sbom.xml




svn commit: r68769 - /release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.xml.asc

2024-04-25 Thread gzurowski
Author: gzurowski
Date: Thu Apr 25 08:54:24 2024
New Revision: 68769

Log:
Import Camel SBOMs XML release

Added:
release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.xml.asc

Added: release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.xml.asc
==
--- release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.xml.asc (added)
+++ release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.xml.asc Thu Apr 25 
08:54:24 2024
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmYqGikACgkQnVvv+llC
+wElPFw//cb35rxnlgktM3ZrkSf4pOgrZQ9dpmftIYGhCyW1+UTx7q4TNWYotHwJx
+2mVNWQT6CKDmk6qc6k6e2J9K4U35HlBynB5e9kIBO7l4uvvoeOgAnJQdcP81JWa4
+aq0AxT2I1aK6gI5ug7/1HN6REG38apSk+VDxMTwD18lpp4DotvQxVKztr2BSY9Ab
+7A8ZOUIyMJja+C3LUrxWFXSnN41DsEGdaKVWU9lgKWmQKXQoug8zRc4bbYeet3At
+3ELdHsZeYQSDGSqKM/Ta6R8gf96kl89CiGwbo/jEG6bZNW6W9158Qshvn7jgqixr
+OjbAAfTL6bhk1N5AfnSUH+LH7d4nrP4b/cYtL6MnECa2PuLlrTiLZPIlWrqM1dIr
+FTk2552jlPWJbVdgL0EVrltsMA43MqECB6V+BJkJLMTAinoiyTXkUmxMik+4jLJS
+dG0JcDIyXuABdY20WkojiTvKZ4EiOevGbOrKz5T1vdReotkNu2jO+RRKo0kIRCTO
+WMIx3nvsrv4GFiz7x0oRlkzoPAXr/N4Jf/HOmXNkKF2ajMtrvw6DP+byb6oqMizw
++5+9hXxG4gRRW1Xx/K7Sq0tVcNXAND2dpCTye9YAXukggUpksBjetImM/INFHS/e
+HisD5mnd6Ksf8MejpABgOwkr0Ca+fIRPjZcibpzeQoLgLDX36Q0=
+=hJN6
+-END PGP SIGNATURE-




svn commit: r68768 [2/2] - /release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.xml

2024-04-25 Thread gzurowski


Added: release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.xml
==
--- release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.xml (added)
+++ release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.xml Thu Apr 25 
08:54:21 2024
@@ -0,0 +1,70683 @@
+
+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
+  camel
+  4.4.2
+  Camel Root POM
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel@4.4.2?type=pom
+  https://camel.apache.orghttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary
+
+
+  makeAggregateBom
+  compile,provided,runtime,system
+  enabled
+
+  
+  
+
+  The Apache Software Foundation
+  org.apache.camel
+  camel-buildtools
+  4.4.2
+  The build tools for the Apache Camel project
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel-buildtools@4.4.2?type=jar
+  https://camel.apache.org/camel-buildtoolshttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-buildtools
+
+
+  The Apache Software Foundation
+  org.apache.camel
+  camel-parent
+  4.4.2
+  Camel Parent POM
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel-parent@4.4.2?type=pom
+  https://camel.apache.org/camel-parenthttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-parent
+
+
+  The Apache Software Foundation
+  org.apache.camel
+  camel-etc
+  4.4.2
+  Misc stuff
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel-etc@4.4.2?type=pom
+  https://camel.apache.org/camel-parent/camel-etchttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-parent/camel-etc
+
+
+  The Apache Software Foundation
+  org.apache.camel
+  tooling
+  4.4.2
+  Camel Tooling
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/tooling@4.4.2?type=pom
+  https://camel.apache.org/camel-parent/toolinghttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-parent/tooling
+
+
+  The Apache Software Foundation
+  org.apache.camel
+  camel-tooling-util
+  4.4.2
+  Tooling utilities
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel-tooling-util@4.4.2?type=jar
+  https://camel.apache.org/camel-parent/tooling/camel-tooling-utilhttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-parent/tooling/camel-tooling-util
+
+
+  org.junit.jupiter
+  junit-jupiter
+  5.10.2
+  Module "junit-jupiter" of JUnit 5.
+  required
+  
+74440a4d6c038ccfe822debfa779a9fd
+

svn commit: r68766 - /release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.json.asc

2024-04-25 Thread gzurowski
Author: gzurowski
Date: Thu Apr 25 08:54:09 2024
New Revision: 68766

Log:
Import Camel SBOMs JSON release

Added:
release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.json.asc

Added: release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.json.asc
==
--- release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.json.asc (added)
+++ release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.json.asc Thu Apr 
25 08:54:09 2024
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmYqGiIACgkQnVvv+llC
+wEmVZA/+OT79LjedU3xbm5DU+kUS1dMIJoE/7QcD4CRN7eF1Bmna1EnpnKM+G+k9
+gR40N6UU3YGEBYNXmicEb8o+QLpp2IsrD3dGvZolg/zFoEBcj1Ewub4zEbXpaLDf
+py6ZQEBMcP2AuVfsyCRHS6cBFGgWs0NoqIUdU92K8MR3HkLoWq/W7WSpGVY5hV5z
+Y7XtEf9GFMGAy6+lMg3cjSZClhLbgRTfGnvoy24rHOdFEFWI5PmMMq0K+tvcDBcu
+EXVEbe2Go33yV7SRU14UMR6VR9uqxYYvFPaAkd6vROc7G8VIMGeI454zikrI7g8g
+vVLxhk6ylROGrm0cq6P+YiKHGQD2ivhwb/XCG4txBo5OmYht8Q/Mj5tE9Kehp2zQ
+WA66dsdrtGqF7/xe5m/tkPaM5U4x3dmoabc4tJ0tMhA1OXFF3/8lurnIEJXtYKhN
+zoL9Ne//oXpEkWCbotDyuQO/t4pY2PgkuNr5k0idgaDEp+QrGPciJXpJol8yj7ML
+RgTAHhUlzY8X2LS+OsK/DT9GdwAOC8BVY16s0Ie3edtSTrJdnmiMdeMsNu71hYs4
+x8ypSApcSRFQxiMLLWbUbOUijwdWn/ZDv939OXthKmehT07BtMaCaMsEZ4krb9E5
+U9Mt6kvIC523l/Opa+uv3mkg4Hx3nWPWpuga40qSwYJ+58+gqpo=
+=TQ4K
+-END PGP SIGNATURE-




svn commit: r68767 - /release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.json.sha512

2024-04-25 Thread gzurowski
Author: gzurowski
Date: Thu Apr 25 08:54:15 2024
New Revision: 68767

Log:
Import Camel SBOMs JSON release

Added:
release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.json.sha512

Added: release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.json.sha512
==
--- release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.json.sha512 (added)
+++ release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.json.sha512 Thu 
Apr 25 08:54:15 2024
@@ -0,0 +1 @@
+89837fee7f148f24af20f9a22fb1c87c629146a590efa0cacc901dfff0fc929d6589414d7484a5ad27fd3b8497634eb616072b547f312498f65bd80e64ce1606
 *apache-camel-4.4.2-sbom.json




svn commit: r68765 [1/2] - /release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.json

2024-04-25 Thread gzurowski
Author: gzurowski
Date: Thu Apr 25 08:52:58 2024
New Revision: 68765

Log:
Import Camel SBOMs JSON release

Added:
release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.json



svn commit: r68765 [2/2] - /release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.json

2024-04-25 Thread gzurowski


Added: release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.json
==
--- release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.json (added)
+++ release/camel/apache-camel/4.4.2/apache-camel-4.4.2-sbom.json Thu Apr 25 
08:52:58 2024
@@ -0,0 +1,175855 @@
+{
+  "bomFormat" : "CycloneDX",
+  "specVersion" : "1.4",
+  "serialNumber" : "urn:uuid:edc9ccb6-f92a-3ed6-96c9-18a907cdf0a2",
+  "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",
+  "name" : "camel",
+  "version" : "4.4.2",
+  "description" : "Camel Root POM",
+  "licenses" : [
+{
+  "license" : {
+"id" : "Apache-2.0",
+"url" : "https://www.apache.org/licenses/LICENSE-2.0;
+  }
+}
+  ],
+  "purl" : "pkg:maven/org.apache.camel/camel@4.4.2?type=pom",
+  "externalReferences" : [
+{
+  "type" : "website",
+  "url" : "https://camel.apache.org;
+},
+{
+  "type" : "distribution",
+  "url" : 
"https://repository.apache.org/service/local/staging/deploy/maven2;
+},
+{
+  "type" : "issue-tracker",
+  "url" : "https://issues.apache.org/jira/browse/CAMEL;
+},
+{
+  "type" : "mailing-list",
+  "url" : "dev-subscr...@camel.apache.org"
+},
+{
+  "type" : "vcs",
+  "url" : "https://gitbox.apache.org/repos/asf?p=camel.git;a=summary;
+}
+  ],
+  "type" : "library",
+  "bom-ref" : "pkg:maven/org.apache.camel/camel@4.4.2?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",
+  "name" : "camel-buildtools",
+  "version" : "4.4.2",
+  "description" : "The build tools for the Apache Camel project",
+  "licenses" : [
+{
+  "license" : {
+"id" : "Apache-2.0",
+"url" : "https://www.apache.org/licenses/LICENSE-2.0;
+  }
+}
+  ],
+  "purl" : "pkg:maven/org.apache.camel/camel-buildtools@4.4.2?type=jar",
+  "externalReferences" : [
+{
+  "type" : "website",
+  "url" : "https://camel.apache.org/camel-buildtools;
+},
+{
+  "type" : "distribution",
+  "url" : 
"https://repository.apache.org/service/local/staging/deploy/maven2;
+},
+{
+  "type" : "issue-tracker",
+  "url" : "https://issues.apache.org/jira/browse/CAMEL;
+},
+{
+  "type" : "mailing-list",
+  "url" : "dev-subscr...@camel.apache.org"
+},
+{
+  "type" : "vcs",
+  "url" : 
"https://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-buildtools;
+}
+  ],
+  "type" : "library",
+  "bom-ref" : "pkg:maven/org.apache.camel/camel-buildtools@4.4.2?type=jar"
+},
+{
+  "publisher" : "The Apache Software Foundation",
+  "group" : 

svn commit: r68763 - /release/camel/apache-camel/4.4.2/

2024-04-25 Thread gzurowski
Author: gzurowski
Date: Thu Apr 25 08:49:20 2024
New Revision: 68763

Log:
Apache Camel 4.4.2 release distro placeholder.

Added:
release/camel/apache-camel/4.4.2/



svn commit: r68764 - in /release/camel/apache-camel/4.4.2: apache-camel-4.4.2-src.zip apache-camel-4.4.2-src.zip.asc apache-camel-4.4.2-src.zip.sha512 apache-camel-4.4.2.pom apache-camel-4.4.2.pom.asc

2024-04-25 Thread gzurowski
Author: gzurowski
Date: Thu Apr 25 08:50:25 2024
New Revision: 68764

Log:
Apache Camel 4.4.2 released artifacts.

Added:
release/camel/apache-camel/4.4.2/apache-camel-4.4.2-src.zip   (with props)
release/camel/apache-camel/4.4.2/apache-camel-4.4.2-src.zip.asc
release/camel/apache-camel/4.4.2/apache-camel-4.4.2-src.zip.sha512
release/camel/apache-camel/4.4.2/apache-camel-4.4.2.pom
release/camel/apache-camel/4.4.2/apache-camel-4.4.2.pom.asc
release/camel/apache-camel/4.4.2/apache-camel-4.4.2.pom.sha512

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

Propchange: release/camel/apache-camel/4.4.2/apache-camel-4.4.2-src.zip
--
svn:mime-type = application/octet-stream

Added: release/camel/apache-camel/4.4.2/apache-camel-4.4.2-src.zip.asc
==
--- release/camel/apache-camel/4.4.2/apache-camel-4.4.2-src.zip.asc (added)
+++ release/camel/apache-camel/4.4.2/apache-camel-4.4.2-src.zip.asc Thu Apr 25 
08:50:25 2024
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmYk820ACgkQnVvv+llC
+wEkFnA//dP6a3P8D0/4vWviNxBwVqPboAs6nkjKmRf0ONQoiLR8pVdZNAwYcjwvv
+1xjgPTi8DDRaJp+jUgDjKsgBYsggm+dC0rBftWzo/DNOOdP6HX3xNOzmQtooTHC5
+TC3qNDSwhjZihMjEZdNLhn+ZkXEswneI6DimI+Abb1Aoz1hM9j53MFkRFdFBCg7y
+xEJPi5YrOEsWaHSt9Y7u7bo2pT/q2iyVXpkRtzoSHLPNPL82HYkY+XSBJe+Z0hD2
+zd5kj6NDHYIHf6OfLUa+tfiTVnMtOXkpSxOMPyK45pvEv7a2I3h4ENEWSDLJiNw3
+O03DRIMgp4Xdlu2zPT5RfdjGyG72QAog27wxkEsPF6Bhz3QNec6dMVSTBYil/Bb+
+JMNyBaHOHDtP+/Xpp37MUXNVFUDgpyU2hvY1OFCKuyfGOWNDDOUxR69XZYB0qtTS
+XBOXCJlXsuen7ep1OOarXikVJGpHoO3V062HTEQvXWSoCPpgkZizDFAr5VBcfGVo
+BHzjElBJMcS3WcQUAFSAxkn7Op6RooGRfKFjMFROzI00PmDbGU1vwFs7PLi0n2LM
+D6vNewjeqlJlpusl7AN3eQUMUiBNfbpcZL0efQw9Bj/WkxyIWucnYg4ALTVJTI8i
+r1KYAaRWPO7LHLAiBhKtAgp6uQ1YZ05ZWxsv5T4VU4fCFN8rhNQ=
+=KZhw
+-END PGP SIGNATURE-

Added: release/camel/apache-camel/4.4.2/apache-camel-4.4.2-src.zip.sha512
==
--- release/camel/apache-camel/4.4.2/apache-camel-4.4.2-src.zip.sha512 (added)
+++ release/camel/apache-camel/4.4.2/apache-camel-4.4.2-src.zip.sha512 Thu Apr 
25 08:50:25 2024
@@ -0,0 +1 @@
+b7e8a743f0192b08d8e260d790eebf6697e2f25a5a987991c2fe49112e314337b6b714851767e22c18a3fee9f5d51a12e5995a5933e865727e48a285baa00d4c
  apache-camel-4.4.2-src.zip

Added: release/camel/apache-camel/4.4.2/apache-camel-4.4.2.pom
==
--- release/camel/apache-camel/4.4.2/apache-camel-4.4.2.pom (added)
+++ release/camel/apache-camel/4.4.2/apache-camel-4.4.2.pom Thu Apr 25 08:50:25 
2024
@@ -0,0 +1,255 @@
+
+
+http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/xsd/maven-4.0.0.xsd; 
xmlns="http://maven.apache.org/POM/4.0.0;
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>
+  4.0.0
+  
+org.apache.camel
+camel-parent
+4.4.2
+../parent
+  
+  org.apache.camel
+  apache-camel
+  4.4.2
+  pom
+  Camel :: Assembly
+  Apache Camel Assembly
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0.txt
+  repo
+
+  
+  
+false
+true
+gnu
+true
+  
+  
+
+  org.apache.camel
+  camel-api
+  4.4.2
+  compile
+
+
+  org.apache.camel
+  camel-util
+  4.4.2
+  compile
+
+
+  org.apache.camel
+  camel-management-api
+  4.4.2
+  compile
+
+
+  org.apache.camel
+  camel-management
+  4.4.2
+  compile
+
+
+  org.apache.camel
+  camel-base
+  4.4.2
+  compile
+
+
+  org.apache.camel
+  camel-base-engine
+  4.4.2
+  compile
+
+
+  org.apache.camel
+  camel-support
+  4.4.2
+  compile
+
+
+  org.apache.camel
+  camel-core
+  4.4.2
+  compile
+
+
+  org.apache.camel
+  camel-core-engine
+  4.4.2
+  compile
+
+
+  org.apache.camel
+  camel-core-model
+  4.4.2
+  compile
+
+
+  org.apache.camel
+  camel-core-processor
+  4.4.2
+  compile
+
+
+  org.apache.camel
+  camel-core-reifier
+  4.4.2
+  compile
+
+
+  org.apache.camel
+  camel-core-languages
+  4.4.2
+  compile
+
+
+  org.apache.camel
+  camel-core-xml
+  4.4.2
+  compile
+
+
+  org.apache.camel
+  camel-core-catalog
+  4.4.2
+  compile
+
+
+  org.apache.camel
+  camel-cloud
+  4.4.2
+  compile
+
+
+  org.apache.camel
+  camel-cluster
+  4.4.2
+  compile
+
+
+  org.apache.camel
+  camel-console
+  4.4.2
+

(camel-spring-boot) 01/02: Target Camel 4.0.5 for release

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

gzurowski pushed a commit to branch release/4.0.5
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit ca036dc0254909120a909ebd2cd4e03add7eb747
Author: Gregor Zurowski 
AuthorDate: Mon Apr 22 11:39:42 2024 +

Target Camel 4.0.5 for release
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d690eecec77..a4fb96f3bed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-4.0.5-SNAPSHOT
+4.0.5
 
 
 org.apache.camel.springboot
@@ -111,7 +111,7 @@
 3.1.11
 
 
-4.0.5-SNAPSHOT
+4.0.5
 
 
 1.0.2.v20150114
@@ -451,7 +451,7 @@
 
 dev
 
-4.0.5-SNAPSHOT
+4.0.5
 
 
 



(camel-spring-boot) branch release/4.0.5 created (now 02082202b88)

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

gzurowski pushed a change to branch release/4.0.5
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


  at 02082202b88 [maven-release-plugin] prepare release 
camel-spring-boot-4.0.5

This branch includes the following new commits:

 new ca036dc0254 Target Camel 4.0.5 for release
 new 02082202b88 [maven-release-plugin] prepare release 
camel-spring-boot-4.0.5

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.




(camel-spring-boot) annotated tag camel-spring-boot-4.0.5 created (now 319af23b6eb)

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

gzurowski pushed a change to annotated tag camel-spring-boot-4.0.5
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


  at 319af23b6eb (tag)
 tagging 02082202b88df13d839e2c99003350063c15abca (commit)
 replaces camel-spring-boot-4.0.4
  by Gregor Zurowski
  on Mon Apr 22 12:13:47 2024 +

- Log -
[maven-release-plugin]  copy for tag camel-spring-boot-4.0.5
---

No new revisions were added by this update.



(camel) annotated tag camel-4.0.5 created (now b02bffac0be)

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

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


  at b02bffac0be (tag)
 tagging a5316b322813401c0ddcae60289d868d141b51ce (commit)
 replaces camel-4.0.4
  by Gregor Zurowski
  on Mon Apr 22 07:43:24 2024 +

- Log -
[maven-release-plugin] copy for tag camel-4.0.5
---

No new revisions were added by this update.



(camel) branch release/4.0.5 created (now a5316b32281)

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

gzurowski pushed a change to branch release/4.0.5
in repository https://gitbox.apache.org/repos/asf/camel.git


  at a5316b32281 [maven-release-plugin] prepare release camel-4.0.5

This branch includes the following new commits:

 new a5316b32281 [maven-release-plugin] prepare release camel-4.0.5

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-spring-boot) annotated tag camel-spring-boot-4.2.2 deleted (was 70bee0a6cb9)

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

gzurowski pushed a change to annotated tag camel-spring-boot-4.2.2
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


*** WARNING: tag camel-spring-boot-4.2.2 was deleted! ***

   tag was  70bee0a6cb9

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-spring-boot) annotated tag camel-spring-boot-4.4.2 updated (236b62d8804 -> 70bee0a6cb9)

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

gzurowski pushed a change to annotated tag camel-spring-boot-4.4.2
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


*** WARNING: tag camel-spring-boot-4.4.2 was modified! ***

from 236b62d8804 (commit)
  to 70bee0a6cb9 (tag)
 tagging 236b62d88046b5b7cbedf255eb29c8644845a31d (commit)
 replaces camel-spring-boot-4.4.1
  by Gregor Zurowski
  on Sun Apr 21 12:37:56 2024 +

- Log -
[maven-release-plugin]  copy for tag camel-spring-boot-4.2.2
---


No new revisions were added by this update.

Summary of changes:



(camel-spring-boot) annotated tag camel-spring-boot-4.2.2 created (now 70bee0a6cb9)

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

gzurowski pushed a change to annotated tag camel-spring-boot-4.2.2
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


  at 70bee0a6cb9 (tag)
 tagging 236b62d88046b5b7cbedf255eb29c8644845a31d (commit)
 replaces camel-spring-boot-4.4.1
  by Gregor Zurowski
  on Sun Apr 21 12:37:56 2024 +

- Log -
[maven-release-plugin]  copy for tag camel-spring-boot-4.2.2
---

No new revisions were added by this update.



(camel-spring-boot) branch release/4.4.2 created (now 236b62d8804)

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

gzurowski pushed a change to branch release/4.4.2
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


  at 236b62d8804 [maven-release-plugin] prepare release 
camel-spring-boot-4.2.2

This branch includes the following new commits:

 new 037a37fedf2 Target Camel 4.4.2 for release
 new 236b62d8804 [maven-release-plugin] prepare release 
camel-spring-boot-4.2.2

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.




(camel-spring-boot) 01/02: Target Camel 4.4.2 for release

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

gzurowski pushed a commit to branch release/4.4.2
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 037a37fedf27764c032d1cbeb3d44cd6f45edcea
Author: Gregor Zurowski 
AuthorDate: Sat Apr 20 20:54:24 2024 +

Target Camel 4.4.2 for release
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b9407b1e2d6..4d2beae5ec5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-4.4.2-SNAPSHOT
+4.4.2
 
 
 org.apache.camel.springboot
@@ -111,7 +111,7 @@
 3.2.5
 
 
-4.4.2-SNAPSHOT
+4.4.2
 
 
 1.0.2.v20150114
@@ -451,7 +451,7 @@
 
 dev
 
-4.4.2-SNAPSHOT
+4.4.2
 
 
 



(camel) annotated tag camel-4.4.2 created (now 76882f79bb6)

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

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


  at 76882f79bb6 (tag)
 tagging 24bb983c83b780131dbe0426f70ff51addc141e8 (commit)
 replaces camel-4.4.1
  by Gregor Zurowski
  on Sun Apr 21 09:18:16 2024 +

- Log -
[maven-release-plugin] copy for tag camel-4.4.2
---

No new revisions were added by this update.



(camel) branch release/4.4.2 created (now 24bb983c83b)

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

gzurowski pushed a change to branch release/4.4.2
in repository https://gitbox.apache.org/repos/asf/camel.git


  at 24bb983c83b [maven-release-plugin] prepare release camel-4.4.2

This branch includes the following new commits:

 new 24bb983c83b [maven-release-plugin] prepare release camel-4.4.2

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) annotated tag camel-4.4.2 deleted (was 9933d01d71e)

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

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


*** WARNING: tag camel-4.4.2 was deleted! ***

   tag was  9933d01d71e

This change permanently discards the following revisions:

 discard dd752315349 [maven-release-plugin] prepare release camel-4.4.2



(camel) branch camel-4.4.x updated (8fdbaab60e2 -> b8d112f5cf5)

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

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


 discard 8fdbaab60e2 [maven-release-plugin] prepare for next development 
iteration
omit dd752315349 [maven-release-plugin] prepare release camel-4.4.2

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

 * -- * -- N   refs/heads/camel-4.4.x (b8d112f5cf5)
\
 O -- O -- O   (8fdbaab60e2)

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:
 apache-camel/pom.xml  | 2 +-
 archetypes/camel-archetype-api-component/pom.xml  | 2 +-
 archetypes/camel-archetype-component/pom.xml  | 2 +-
 archetypes/camel-archetype-dataformat/pom.xml | 2 +-
 archetypes/camel-archetype-java/pom.xml   | 2 +-
 archetypes/camel-archetype-main/pom.xml   | 2 +-
 archetypes/camel-archetype-spring/pom.xml | 2 +-
 archetypes/pom.xml| 2 +-
 bom/camel-bom/pom.xml | 2 +-
 bom/pom.xml   | 2 +-
 buildingtools/pom.xml | 2 +-
 camel-dependencies/pom.xml| 2 +-
 catalog/camel-allcomponents/pom.xml   | 2 +-
 catalog/camel-catalog-common/pom.xml  | 2 +-
 catalog/camel-catalog-console/pom.xml | 2 +-
 catalog/camel-catalog-lucene/pom.xml  | 2 +-
 catalog/camel-catalog-maven/pom.xml   | 2 +-
 catalog/camel-catalog/pom.xml | 2 +-
 catalog/camel-csimple-maven-plugin/pom.xml| 2 +-
 catalog/camel-report-maven-plugin/pom.xml | 4 ++--
 catalog/camel-route-parser/pom.xml| 2 +-
 catalog/dummy-component/pom.xml   | 2 +-
 catalog/pom.xml   | 2 +-
 components/camel-activemq/pom.xml | 2 +-
 components/camel-amqp/pom.xml | 2 +-
 components/camel-arangodb/pom.xml | 2 +-
 components/camel-as2/camel-as2-api/pom.xml| 2 +-
 components/camel-as2/camel-as2-component/pom.xml  | 2 +-
 components/camel-as2/pom.xml  | 2 +-
 components/camel-asn1/pom.xml | 2 +-
 components/camel-asterisk/pom.xml | 2 +-
 components/camel-atmosphere-websocket/pom.xml | 2 +-
 components/camel-atom/pom.xml | 2 +-
 components/camel-attachments/pom.xml  | 2 +-
 components/camel-avro-rpc/camel-avro-rpc-component/pom.xml| 2 +-
 components/camel-avro-rpc/camel-avro-rpc-jetty/pom.xml| 2 +-
 components/camel-avro-rpc/camel-avro-rpc-spi/pom.xml  | 2 +-
 components/camel-avro-rpc/pom.xml | 2 +-
 components/camel-avro/pom.xml | 2 +-
 components/camel-aws/camel-aws-cloudtrail/pom.xml | 2 +-
 components/camel-aws/camel-aws-config/pom.xml | 2 +-
 components/camel-aws/camel-aws-secrets-manager/pom.xml| 2 +-
 components/camel-aws/camel-aws-xray/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-athena/pom.xml| 2 +-
 components/camel-aws/camel-aws2-cw/pom.xml| 2 +-
 components/camel-aws/camel-aws2-ddb/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-ec2/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-ecs/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-eks/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-eventbridge/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-iam/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-kinesis/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-kms/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-lambda/pom.xml   

(camel) annotated tag camel-4.4.2 created (now 9933d01d71e)

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

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


  at 9933d01d71e (tag)
 tagging dd752315349e6cddcee1a90dc2ec9a3ad4640746 (commit)
 replaces camel-4.4.1
  by Gregor Zurowski
  on Sat Apr 20 14:35:24 2024 +

- Log -
[maven-release-plugin] copy for tag camel-4.4.2
---

No new revisions were added by this update.



svn commit: r68172 [2/2] - /release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.xml

2024-03-28 Thread gzurowski


Added: release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.xml
==
--- release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.xml (added)
+++ release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.xml Thu Mar 28 
09:54:59 2024
@@ -0,0 +1,71433 @@
+
+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
+  camel
+  4.5.0
+  Camel Root POM
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel@4.5.0?type=pom
+  https://camel.apache.orghttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary
+
+
+  makeAggregateBom
+  compile,provided,runtime,system
+  enabled
+
+  
+  
+
+  The Apache Software Foundation
+  org.apache.camel
+  camel-buildtools
+  4.5.0
+  The build tools for the Apache Camel project
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel-buildtools@4.5.0?type=jar
+  https://camel.apache.org/camel-buildtoolshttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-buildtools
+
+
+  The Apache Software Foundation
+  org.apache.camel
+  camel-parent
+  4.5.0
+  Camel Parent POM
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel-parent@4.5.0?type=pom
+  https://camel.apache.org/camel-parenthttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-parent
+
+
+  The Apache Software Foundation
+  org.apache.camel
+  camel-etc
+  4.5.0
+  Misc stuff
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel-etc@4.5.0?type=pom
+  https://camel.apache.org/camel-parent/camel-etchttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-parent/camel-etc
+
+
+  The Apache Software Foundation
+  org.apache.camel
+  tooling
+  4.5.0
+  Camel Tooling
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/tooling@4.5.0?type=pom
+  https://camel.apache.org/camel-parent/toolinghttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-parent/tooling
+
+
+  The Apache Software Foundation
+  org.apache.camel
+  camel-tooling-util
+  4.5.0
+  Tooling utilities
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel-tooling-util@4.5.0?type=jar
+  https://camel.apache.org/camel-parent/tooling/camel-tooling-utilhttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-parent/tooling/camel-tooling-util
+
+
+  org.junit.jupiter
+  junit-jupiter-api
+  5.10.2
+  Module "junit-jupiter-api" of JUnit 5.
+  required
+  
+6e691e23a36de8cbda5cbcc9f31461e3
+

svn commit: r68172 [1/2] - /release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.xml

2024-03-28 Thread gzurowski
Author: gzurowski
Date: Thu Mar 28 09:54:59 2024
New Revision: 68172

Log:
Import Camel SBOMs XML release

Added:
release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.xml



svn commit: r68170 [2/2] - /release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.json

2024-03-28 Thread gzurowski


Added: release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.json
==
--- release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.json (added)
+++ release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.json Thu Mar 28 
09:54:43 2024
@@ -0,0 +1,177491 @@
+{
+  "bomFormat" : "CycloneDX",
+  "specVersion" : "1.4",
+  "serialNumber" : "urn:uuid:dfc395fd-8379-3754-a18e-68aed5f8c6fb",
+  "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",
+  "name" : "camel",
+  "version" : "4.5.0",
+  "description" : "Camel Root POM",
+  "licenses" : [
+{
+  "license" : {
+"id" : "Apache-2.0",
+"url" : "https://www.apache.org/licenses/LICENSE-2.0;
+  }
+}
+  ],
+  "purl" : "pkg:maven/org.apache.camel/camel@4.5.0?type=pom",
+  "externalReferences" : [
+{
+  "type" : "website",
+  "url" : "https://camel.apache.org;
+},
+{
+  "type" : "distribution",
+  "url" : 
"https://repository.apache.org/service/local/staging/deploy/maven2;
+},
+{
+  "type" : "issue-tracker",
+  "url" : "https://issues.apache.org/jira/browse/CAMEL;
+},
+{
+  "type" : "mailing-list",
+  "url" : "dev-subscr...@camel.apache.org"
+},
+{
+  "type" : "vcs",
+  "url" : "https://gitbox.apache.org/repos/asf?p=camel.git;a=summary;
+}
+  ],
+  "type" : "library",
+  "bom-ref" : "pkg:maven/org.apache.camel/camel@4.5.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",
+  "name" : "camel-buildtools",
+  "version" : "4.5.0",
+  "description" : "The build tools for the Apache Camel project",
+  "licenses" : [
+{
+  "license" : {
+"id" : "Apache-2.0",
+"url" : "https://www.apache.org/licenses/LICENSE-2.0;
+  }
+}
+  ],
+  "purl" : "pkg:maven/org.apache.camel/camel-buildtools@4.5.0?type=jar",
+  "externalReferences" : [
+{
+  "type" : "website",
+  "url" : "https://camel.apache.org/camel-buildtools;
+},
+{
+  "type" : "distribution",
+  "url" : 
"https://repository.apache.org/service/local/staging/deploy/maven2;
+},
+{
+  "type" : "issue-tracker",
+  "url" : "https://issues.apache.org/jira/browse/CAMEL;
+},
+{
+  "type" : "mailing-list",
+  "url" : "dev-subscr...@camel.apache.org"
+},
+{
+  "type" : "vcs",
+  "url" : 
"https://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-buildtools;
+}
+  ],
+  "type" : "library",
+  "bom-ref" : "pkg:maven/org.apache.camel/camel-buildtools@4.5.0?type=jar"
+},
+{
+  "publisher" : "The Apache Software Foundation",
+  "group" : 

svn commit: r68171 - /release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.json.sha512

2024-03-28 Thread gzurowski
Author: gzurowski
Date: Thu Mar 28 09:54:53 2024
New Revision: 68171

Log:
Import Camel SBOMs JSON release

Added:
release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.json.sha512

Added: release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.json.sha512
==
--- release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.json.sha512 (added)
+++ release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.json.sha512 Thu 
Mar 28 09:54:53 2024
@@ -0,0 +1 @@
+88ad4cfbf75e9cf4e3c2ba261301d429c99e5546e1957fa42e756dd2dacea24f54cdc58d0f7cf31158dfe5f781d33a0ebf431a237e7b8fa099e0997e79bc
 *apache-camel-4.5.0-sbom.json




svn commit: r68170 [1/2] - /release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.json

2024-03-28 Thread gzurowski
Author: gzurowski
Date: Thu Mar 28 09:54:43 2024
New Revision: 68170

Log:
Import Camel SBOMs JSON release

Added:
release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.json



svn commit: r68174 - /release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.xml.sha512

2024-03-28 Thread gzurowski
Author: gzurowski
Date: Thu Mar 28 09:55:04 2024
New Revision: 68174

Log:
Import Camel SBOMs XML release

Added:
release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.xml.sha512

Added: release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.xml.sha512
==
--- release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.xml.sha512 (added)
+++ release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.xml.sha512 Thu Mar 
28 09:55:04 2024
@@ -0,0 +1 @@
+c531feeaad4ac9c6707aad60af987b7a08e6ac3599f70795464511a019f3f0582b8077aeac4e92e9367108b01f09bb5b80cc36005094cc7778dc25c97d8a18d6
 *apache-camel-4.5.0-sbom.xml




svn commit: r68173 - /release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.xml.asc

2024-03-28 Thread gzurowski
Author: gzurowski
Date: Thu Mar 28 09:55:02 2024
New Revision: 68173

Log:
Import Camel SBOMs XML release

Added:
release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.xml.asc

Added: release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.xml.asc
==
--- release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.xml.asc (added)
+++ release/camel/apache-camel/4.5.0/apache-camel-4.5.0-sbom.xml.asc Thu Mar 28 
09:55:02 2024
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmYFPlIACgkQnVvv+llC
+wElgJQ//Vng9tZjK8CkjlgYHmXSyyqiOI2Da1yenlu9zLV/8tULXDS5qHmsPa6lL
+9BDb18XGjPap83l9TZCIUNwetPi4AtDueNOmrGwvB9SwkccwUtOuWOup6ZzATKXB
+0pM2txasEQZIwqVR52FuyCG9gtWtud3PYY0eZ3nKtPkmjHQNV/ygMtJhqS9BU/Ny
+Uq3SRnCTmAR1gyzmeDebF7F256OUPgF+1LPF5h1Vp5rBwvKo9GasjRxWwq13oOsh
+IlipqBTfqAX9zdT16nhekfjHBYsypsKcVlJH/NPvsCc9dS6r6+yw2joZfWBtbOOD
+95ux5PNg2BYOOtv4FZre67IwUd8cOymcjCqsrbzNI/HRS/XGl6Jz1snzzT5Hbri+
+dKAAtHO8meTohYyM37L1k4V9U7Z5AGqBp1VJFpwa8p5A90GAqMlAXYzR+gV2gUWP
+aeoEvjxIfsEG8BsW8ZJ4B6bxQOO3N7ivfua9cdGfPCaJ5rqJMGaxRo+napnop1DV
+l9cFRkgmNlcprTFB97ADDHktIjNX+Apl94sSOnJM/sguxouKZP9QxQGy2CsO22qy
+7hoLoazPw/Tc9dXvNyV+B3/a719DsoQpKmkGjZotw3RvYMJNxW68LnUzbaahn2Vx
+Rap0iyrmpiUwd33aVSQRv1k2BM9EyU2cgvfzFjdAxXrKiGtNeV8=
+=9wmt
+-END PGP SIGNATURE-




(camel-spring-boot) branch release/4.5.0 deleted (was cbe2a763a87)

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

gzurowski pushed a change to branch release/4.5.0
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


 was cbe2a763a87 [maven-release-plugin] prepare for next development 
iteration

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



(camel-spring-boot) branch camel-spring-boot-4.5.x updated (19776b2dd1d -> 13b9a588117)

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

gzurowski pushed a change to branch camel-spring-boot-4.5.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


from 19776b2dd1d Regen
 add e28457a9974 Target Camel 4.5.0 for release
 add 5008acbc72d Fix dependency version
 add 387c914d4b6 [maven-release-plugin] prepare release 
camel-spring-boot-4.5.0
 add cbe2a763a87 [maven-release-plugin] prepare for next development 
iteration
 new b009eeed774 Merge branch 'release/4.5.0' into camel-spring-boot-4.5.x
 new 13b9a588117 Target Camel 4.5.1-SNAPSHOT for development

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:
 archetypes/camel-archetype-spring-boot/pom.xml |   2 +-
 archetypes/pom.xml |   2 +-
 catalog/camel-catalog-provider-springboot/pom.xml  |   2 +-
 catalog/pom.xml|   2 +-
 components-starter/camel-activemq-starter/pom.xml  |   2 +-
 components-starter/camel-amqp-starter/pom.xml  |   2 +-
 components-starter/camel-arangodb-starter/pom.xml  |   2 +-
 components-starter/camel-as2-starter/pom.xml   |   2 +-
 components-starter/camel-asn1-starter/pom.xml  |   2 +-
 components-starter/camel-asterisk-starter/pom.xml  |   2 +-
 .../camel-atmosphere-websocket-starter/pom.xml |   2 +-
 components-starter/camel-atom-starter/pom.xml  |   2 +-
 components-starter/camel-avro-rpc-starter/pom.xml  |   2 +-
 components-starter/camel-avro-starter/pom.xml  |   2 +-
 .../camel-aws-bedrock-starter/pom.xml  |   2 +-
 .../camel-aws-cloudtrail-starter/pom.xml   |   2 +-
 .../camel-aws-config-starter/pom.xml   |   2 +-
 .../camel-aws-secrets-manager-starter/pom.xml  |   2 +-
 components-starter/camel-aws-xray-starter/pom.xml  |   2 +-
 .../camel-aws2-athena-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-cw-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-ddb-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-ec2-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-ecs-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-eks-starter/pom.xml  |   2 +-
 .../camel-aws2-eventbridge-starter/pom.xml |   2 +-
 components-starter/camel-aws2-iam-starter/pom.xml  |   2 +-
 .../camel-aws2-kinesis-starter/pom.xml |   2 +-
 components-starter/camel-aws2-kms-starter/pom.xml  |   2 +-
 .../camel-aws2-lambda-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-mq-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-msk-starter/pom.xml  |   2 +-
 .../camel-aws2-redshift-starter/pom.xml|   2 +-
 components-starter/camel-aws2-s3-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-ses-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sns-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sqs-starter/pom.xml  |   2 +-
 .../camel-aws2-step-functions-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sts-starter/pom.xml  |   2 +-
 .../camel-aws2-timestream-starter/pom.xml  |   2 +-
 .../camel-aws2-translate-starter/pom.xml   |   2 +-
 .../camel-azure-cosmosdb-starter/pom.xml   |   2 +-
 .../camel-azure-eventhubs-starter/pom.xml  |   2 +-
 .../camel-azure-files-starter/pom.xml  |   2 +-
 .../camel-azure-key-vault-starter/pom.xml  |   2 +-
 .../camel-azure-servicebus-starter/pom.xml |   2 +-
 .../camel-azure-storage-blob-starter/pom.xml   |   2 +-
 .../camel-azure-storage-datalake-starter/pom.xml   |   2 +-
 .../camel-azure-storage-queue-starter/pom.xml  |   2 +-
 components-starter/camel-barcode-starter/pom.xml   |   2 +-
 components-starter/camel-base64-starter/pom.xml|   2 +-
 components-starter/camel-bean-starter/pom.xml  |   2 +-
 .../camel-bean-validator-starter/pom.xml   |   2 +-
 components-starter/camel-beanio-starter/pom.xml|   2 +-
 components-starter/camel-bindy-starter/pom.xml |   2 +-
 components-starter/camel-bonita-starter/pom.xml|   2 +-
 components-starter/camel-box-starter/pom.xml   |   2 +-
 components-starter/camel-braintree-starter/pom.xml |   2 +-
 components-starter/camel-browse-starter/pom.xml|   2 +-
 components-starter/camel-caffeine-starter/pom.xml  |   2 +-
 .../camel-cassandraql-starter/pom.xml  |   2 +-
 components-starter/camel-cbor-starter/pom.xml  |   2 +-
 .../camel-chatscript-starter/pom.xml   |   2 +-
 components-starter/camel-chunk-starter/pom.xml |   2 +-
 .../camel-cloudevents-starter/pom.xml  |   2 +-
 components-starter/camel-cm-sms-starter/pom.xml|   2 +-
 components-starter/camel-coap-starter/pom.xml  |   2 +-

(camel-spring-boot) 01/02: Merge branch 'release/4.5.0' into camel-spring-boot-4.5.x

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

gzurowski pushed a commit to branch camel-spring-boot-4.5.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit b009eeed774a6e055d6d2e890b40709f750eed9b
Merge: 19776b2dd1d cbe2a763a87
Author: Gregor Zurowski 
AuthorDate: Thu Mar 28 09:52:20 2024 +

Merge branch 'release/4.5.0' into camel-spring-boot-4.5.x

 archetypes/camel-archetype-spring-boot/pom.xml |   2 +-
 archetypes/pom.xml |   2 +-
 catalog/camel-catalog-provider-springboot/pom.xml  |   2 +-
 catalog/pom.xml|   2 +-
 components-starter/camel-activemq-starter/pom.xml  |   2 +-
 components-starter/camel-amqp-starter/pom.xml  |   2 +-
 components-starter/camel-arangodb-starter/pom.xml  |   2 +-
 components-starter/camel-as2-starter/pom.xml   |   2 +-
 components-starter/camel-asn1-starter/pom.xml  |   2 +-
 components-starter/camel-asterisk-starter/pom.xml  |   2 +-
 .../camel-atmosphere-websocket-starter/pom.xml |   2 +-
 components-starter/camel-atom-starter/pom.xml  |   2 +-
 components-starter/camel-avro-rpc-starter/pom.xml  |   2 +-
 components-starter/camel-avro-starter/pom.xml  |   2 +-
 .../camel-aws-bedrock-starter/pom.xml  |   2 +-
 .../camel-aws-cloudtrail-starter/pom.xml   |   2 +-
 .../camel-aws-config-starter/pom.xml   |   2 +-
 .../camel-aws-secrets-manager-starter/pom.xml  |   2 +-
 components-starter/camel-aws-xray-starter/pom.xml  |   2 +-
 .../camel-aws2-athena-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-cw-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-ddb-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-ec2-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-ecs-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-eks-starter/pom.xml  |   2 +-
 .../camel-aws2-eventbridge-starter/pom.xml |   2 +-
 components-starter/camel-aws2-iam-starter/pom.xml  |   2 +-
 .../camel-aws2-kinesis-starter/pom.xml |   2 +-
 components-starter/camel-aws2-kms-starter/pom.xml  |   2 +-
 .../camel-aws2-lambda-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-mq-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-msk-starter/pom.xml  |   2 +-
 .../camel-aws2-redshift-starter/pom.xml|   2 +-
 components-starter/camel-aws2-s3-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-ses-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sns-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sqs-starter/pom.xml  |   2 +-
 .../camel-aws2-step-functions-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sts-starter/pom.xml  |   2 +-
 .../camel-aws2-timestream-starter/pom.xml  |   2 +-
 .../camel-aws2-translate-starter/pom.xml   |   2 +-
 .../camel-azure-cosmosdb-starter/pom.xml   |   2 +-
 .../camel-azure-eventhubs-starter/pom.xml  |   2 +-
 .../camel-azure-files-starter/pom.xml  |   2 +-
 .../camel-azure-key-vault-starter/pom.xml  |   2 +-
 .../camel-azure-servicebus-starter/pom.xml |   2 +-
 .../camel-azure-storage-blob-starter/pom.xml   |   2 +-
 .../camel-azure-storage-datalake-starter/pom.xml   |   2 +-
 .../camel-azure-storage-queue-starter/pom.xml  |   2 +-
 components-starter/camel-barcode-starter/pom.xml   |   2 +-
 components-starter/camel-base64-starter/pom.xml|   2 +-
 components-starter/camel-bean-starter/pom.xml  |   2 +-
 .../camel-bean-validator-starter/pom.xml   |   2 +-
 components-starter/camel-beanio-starter/pom.xml|   2 +-
 components-starter/camel-bindy-starter/pom.xml |   2 +-
 components-starter/camel-bonita-starter/pom.xml|   2 +-
 components-starter/camel-box-starter/pom.xml   |   2 +-
 components-starter/camel-braintree-starter/pom.xml |   2 +-
 components-starter/camel-browse-starter/pom.xml|   2 +-
 components-starter/camel-caffeine-starter/pom.xml  |   2 +-
 .../camel-cassandraql-starter/pom.xml  |   2 +-
 components-starter/camel-cbor-starter/pom.xml  |   2 +-
 .../camel-chatscript-starter/pom.xml   |   2 +-
 components-starter/camel-chunk-starter/pom.xml |   2 +-
 .../camel-cloudevents-starter/pom.xml  |   2 +-
 components-starter/camel-cm-sms-starter/pom.xml|   2 +-
 components-starter/camel-coap-starter/pom.xml  |   2 +-
 components-starter/camel-cometd-starter/pom.xml|   2 +-
 components-starter/camel-console-starter/pom.xml   |   2 +-
 components-starter/camel-consul-starter/pom.xml|   2 +-
 .../camel-controlbus-starter/pom.xml   |   2 +-
 components-starter/camel-core-starter/pom.xml  |   2 +-
 components-starter/camel-couchbase-starter/pom.xml |   2 +-
 components-starter/camel-couchdb-starter/pom.xml   |   2 +-
 components-starter/camel-cron-starter/pom.xml  |   2

(camel-spring-boot) 02/02: Target Camel 4.5.1-SNAPSHOT for development

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

gzurowski pushed a commit to branch camel-spring-boot-4.5.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 13b9a5881172a5dc235501b1656f9878f206bfa2
Author: Gregor Zurowski 
AuthorDate: Thu Mar 28 09:52:56 2024 +

Target Camel 4.5.1-SNAPSHOT for development
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 144c3528e87..427933e6348 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-4.5.0
+4.5.1-SNAPSHOT
 
 
 org.apache.camel.springboot
@@ -111,7 +111,7 @@
 3.2.4
 
 
-4.5.0
+4.5.1-SNAPSHOT
 
 
 1.0.2.v20150114
@@ -450,7 +450,7 @@
 
 dev
 
-4.5.0
+4.5.1-SNAPSHOT
 
 
 



(camel) branch camel-4.5.x updated (03548144f92 -> 2b950cb33f3)

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

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


from 03548144f92 Thanks Freeman we can upgrade to cxf plugin 4.0.4
 add afc1eb789c7 [maven-release-plugin] prepare release camel-4.5.0
 add 9fe37da09b6 [maven-release-plugin] prepare for next development 
iteration
 new 2b950cb33f3 Merge branch 'release/4.5.0' into camel-4.5.x

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:
 apache-camel/pom.xml   |   2 +-
 archetypes/camel-archetype-api-component/pom.xml   |   2 +-
 archetypes/camel-archetype-component/pom.xml   |   2 +-
 archetypes/camel-archetype-dataformat/pom.xml  |   2 +-
 archetypes/camel-archetype-java/pom.xml|   2 +-
 archetypes/camel-archetype-main/pom.xml|   2 +-
 archetypes/camel-archetype-spring/pom.xml  |   2 +-
 archetypes/pom.xml |   2 +-
 bom/camel-bom/pom.xml  | 882 ++---
 bom/pom.xml|   2 +-
 buildingtools/pom.xml  |   2 +-
 camel-dependencies/pom.xml |   2 +-
 catalog/camel-allcomponents/pom.xml|   2 +-
 catalog/camel-catalog-common/pom.xml   |   6 +-
 catalog/camel-catalog-console/pom.xml  |   2 +-
 catalog/camel-catalog-lucene/pom.xml   |   2 +-
 catalog/camel-catalog-maven/pom.xml|   2 +-
 catalog/camel-catalog/pom.xml  |   2 +-
 catalog/camel-csimple-maven-plugin/pom.xml |   2 +-
 catalog/camel-report-maven-plugin/pom.xml  |   2 +-
 catalog/camel-route-parser/pom.xml |   2 +-
 catalog/dummy-component/pom.xml|   2 +-
 catalog/pom.xml|   2 +-
 components/camel-activemq/pom.xml  |   2 +-
 components/camel-ai/camel-chatscript/pom.xml   |   2 +-
 components/camel-ai/camel-djl/pom.xml  |   2 +-
 components/camel-ai/camel-langchain-chat/pom.xml   |   5 +-
 .../camel-ai/camel-langchain-embeddings/pom.xml|   5 +-
 components/camel-ai/pom.xml|   5 +-
 components/camel-amqp/pom.xml  |   2 +-
 components/camel-arangodb/pom.xml  |   2 +-
 components/camel-as2/camel-as2-api/pom.xml |   2 +-
 components/camel-as2/camel-as2-component/pom.xml   |   2 +-
 components/camel-as2/pom.xml   |   2 +-
 components/camel-asn1/pom.xml  |   2 +-
 components/camel-asterisk/pom.xml  |   2 +-
 components/camel-atmosphere-websocket/pom.xml  |   2 +-
 components/camel-atom/pom.xml  |   2 +-
 components/camel-attachments/pom.xml   |   2 +-
 .../camel-avro-rpc-component/pom.xml   |   2 +-
 .../camel-avro-rpc/camel-avro-rpc-jetty/pom.xml|   2 +-
 .../camel-avro-rpc/camel-avro-rpc-spi/pom.xml  |   2 +-
 components/camel-avro-rpc/pom.xml  |   2 +-
 components/camel-avro/pom.xml  |   2 +-
 components/camel-aws/camel-aws-bedrock/pom.xml |   2 +-
 components/camel-aws/camel-aws-cloudtrail/pom.xml  |   2 +-
 components/camel-aws/camel-aws-config/pom.xml  |   2 +-
 .../camel-aws/camel-aws-secrets-manager/pom.xml|   2 +-
 components/camel-aws/camel-aws-xray/pom.xml|   2 +-
 components/camel-aws/camel-aws2-athena/pom.xml |   2 +-
 components/camel-aws/camel-aws2-cw/pom.xml |   2 +-
 components/camel-aws/camel-aws2-ddb/pom.xml|   2 +-
 components/camel-aws/camel-aws2-ec2/pom.xml|   2 +-
 components/camel-aws/camel-aws2-ecs/pom.xml|   2 +-
 components/camel-aws/camel-aws2-eks/pom.xml|   2 +-
 .../camel-aws/camel-aws2-eventbridge/pom.xml   |   2 +-
 components/camel-aws/camel-aws2-iam/pom.xml|   2 +-
 components/camel-aws/camel-aws2-kinesis/pom.xml|   2 +-
 components/camel-aws/camel-aws2-kms/pom.xml|   2 +-
 components/camel-aws/camel-aws2-lambda/pom.xml |   2 +-
 components/camel-aws/camel-aws2-mq/pom.xml |   2 +-
 components/camel-aws/camel-aws2-msk/pom.xml|   2 +-
 components/camel-aws/camel-aws2-redshift/pom.xml   |   5 +-
 components/camel-aws/camel-aws2-s3/pom.xml |   2 +-
 components/camel-aws/camel-aws2-ses/pom.xml|   2 +-
 components/camel-aws/camel-aws2-sns/pom.xml|   2 +-
 components/camel-aws/camel-aws2-sqs/pom.xml|   2 +-
 .../camel-aws/camel-aws2-step-functions/pom.xml|   2 +-
 components/camel-aws/camel-aws2-sts/pom.xml|   2 +-
 components/camel-aws/c

(camel) 01/01: Merge branch 'release/4.5.0' into camel-4.5.x

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

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

commit 2b950cb33f37f1626c923fb6902294a1b995f3db
Merge: 03548144f92 9fe37da09b6
Author: Gregor Zurowski 
AuthorDate: Thu Mar 28 09:51:31 2024 +

Merge branch 'release/4.5.0' into camel-4.5.x

 apache-camel/pom.xml   |   2 +-
 archetypes/camel-archetype-api-component/pom.xml   |   2 +-
 archetypes/camel-archetype-component/pom.xml   |   2 +-
 archetypes/camel-archetype-dataformat/pom.xml  |   2 +-
 archetypes/camel-archetype-java/pom.xml|   2 +-
 archetypes/camel-archetype-main/pom.xml|   2 +-
 archetypes/camel-archetype-spring/pom.xml  |   2 +-
 archetypes/pom.xml |   2 +-
 bom/camel-bom/pom.xml  | 882 ++---
 bom/pom.xml|   2 +-
 buildingtools/pom.xml  |   2 +-
 camel-dependencies/pom.xml |   2 +-
 catalog/camel-allcomponents/pom.xml|   2 +-
 catalog/camel-catalog-common/pom.xml   |   6 +-
 catalog/camel-catalog-console/pom.xml  |   2 +-
 catalog/camel-catalog-lucene/pom.xml   |   2 +-
 catalog/camel-catalog-maven/pom.xml|   2 +-
 catalog/camel-catalog/pom.xml  |   2 +-
 catalog/camel-csimple-maven-plugin/pom.xml |   2 +-
 catalog/camel-report-maven-plugin/pom.xml  |   2 +-
 catalog/camel-route-parser/pom.xml |   2 +-
 catalog/dummy-component/pom.xml|   2 +-
 catalog/pom.xml|   2 +-
 components/camel-activemq/pom.xml  |   2 +-
 components/camel-ai/camel-chatscript/pom.xml   |   2 +-
 components/camel-ai/camel-djl/pom.xml  |   2 +-
 components/camel-ai/camel-langchain-chat/pom.xml   |   5 +-
 .../camel-ai/camel-langchain-embeddings/pom.xml|   5 +-
 components/camel-ai/pom.xml|   5 +-
 components/camel-amqp/pom.xml  |   2 +-
 components/camel-arangodb/pom.xml  |   2 +-
 components/camel-as2/camel-as2-api/pom.xml |   2 +-
 components/camel-as2/camel-as2-component/pom.xml   |   2 +-
 components/camel-as2/pom.xml   |   2 +-
 components/camel-asn1/pom.xml  |   2 +-
 components/camel-asterisk/pom.xml  |   2 +-
 components/camel-atmosphere-websocket/pom.xml  |   2 +-
 components/camel-atom/pom.xml  |   2 +-
 components/camel-attachments/pom.xml   |   2 +-
 .../camel-avro-rpc-component/pom.xml   |   2 +-
 .../camel-avro-rpc/camel-avro-rpc-jetty/pom.xml|   2 +-
 .../camel-avro-rpc/camel-avro-rpc-spi/pom.xml  |   2 +-
 components/camel-avro-rpc/pom.xml  |   2 +-
 components/camel-avro/pom.xml  |   2 +-
 components/camel-aws/camel-aws-bedrock/pom.xml |   2 +-
 components/camel-aws/camel-aws-cloudtrail/pom.xml  |   2 +-
 components/camel-aws/camel-aws-config/pom.xml  |   2 +-
 .../camel-aws/camel-aws-secrets-manager/pom.xml|   2 +-
 components/camel-aws/camel-aws-xray/pom.xml|   2 +-
 components/camel-aws/camel-aws2-athena/pom.xml |   2 +-
 components/camel-aws/camel-aws2-cw/pom.xml |   2 +-
 components/camel-aws/camel-aws2-ddb/pom.xml|   2 +-
 components/camel-aws/camel-aws2-ec2/pom.xml|   2 +-
 components/camel-aws/camel-aws2-ecs/pom.xml|   2 +-
 components/camel-aws/camel-aws2-eks/pom.xml|   2 +-
 .../camel-aws/camel-aws2-eventbridge/pom.xml   |   2 +-
 components/camel-aws/camel-aws2-iam/pom.xml|   2 +-
 components/camel-aws/camel-aws2-kinesis/pom.xml|   2 +-
 components/camel-aws/camel-aws2-kms/pom.xml|   2 +-
 components/camel-aws/camel-aws2-lambda/pom.xml |   2 +-
 components/camel-aws/camel-aws2-mq/pom.xml |   2 +-
 components/camel-aws/camel-aws2-msk/pom.xml|   2 +-
 components/camel-aws/camel-aws2-redshift/pom.xml   |   5 +-
 components/camel-aws/camel-aws2-s3/pom.xml |   2 +-
 components/camel-aws/camel-aws2-ses/pom.xml|   2 +-
 components/camel-aws/camel-aws2-sns/pom.xml|   2 +-
 components/camel-aws/camel-aws2-sqs/pom.xml|   2 +-
 .../camel-aws/camel-aws2-step-functions/pom.xml|   2 +-
 components/camel-aws/camel-aws2-sts/pom.xml|   2 +-
 components/camel-aws/camel-aws2-timestream/pom.xml |   2 +-
 components/camel-aws/camel-aws2-translate/pom.xml  |   2 +-
 components/camel-aws/pom.xml   |   2 +-
 .../camel-azure/camel-azure-cosmosdb/pom.xml   |   2 +-
 .../camel-azure/camel-azure-eventhubs/pom.xml  |   2 +-
 components/camel-azure/camel-azure-files/pom.xml   |   2 +-
 .../camel-azure/camel

(camel) branch release/4.5.0 deleted (was 9fe37da09b6)

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

gzurowski pushed a change to branch release/4.5.0
in repository https://gitbox.apache.org/repos/asf/camel.git


 was 9fe37da09b6 [maven-release-plugin] prepare for next development 
iteration

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



(camel-website) branch main updated: Add release notes and blog entry for Camel 4.5.0

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

gzurowski 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 5bc78304 Add release notes and blog entry for Camel 4.5.0
5bc78304 is described below

commit 5bc7830442fc852a50b18f00783c8837a21ccad2
Author: Gregor Zurowski 
AuthorDate: Thu Mar 28 10:50:44 2024 +0100

Add release notes and blog entry for Camel 4.5.0
---
 content/blog/2024/03/RELEASE-4.5.0/featured.jpg | Bin 0 -> 31526 bytes
 content/blog/2024/03/RELEASE-4.5.0/index.md |  17 +
 content/releases/release-4.5.0.md   |  15 +++
 3 files changed, 32 insertions(+)

diff --git a/content/blog/2024/03/RELEASE-4.5.0/featured.jpg 
b/content/blog/2024/03/RELEASE-4.5.0/featured.jpg
new file mode 100644
index ..add37328
Binary files /dev/null and b/content/blog/2024/03/RELEASE-4.5.0/featured.jpg 
differ
diff --git a/content/blog/2024/03/RELEASE-4.5.0/index.md 
b/content/blog/2024/03/RELEASE-4.5.0/index.md
new file mode 100644
index ..9d2e9429
--- /dev/null
+++ b/content/blog/2024/03/RELEASE-4.5.0/index.md
@@ -0,0 +1,17 @@
+---
+title: "RELEASE 4.5.0"
+date: 2024-03-28
+draft: false
+authors: [gzurowski]
+categories: ["Releases"]
+preview: "The Camel community announces the immediate availability of the new 
Camel 4.5.0 release"
+---
+
+The Camel community announces the immediate availability of the Camel 4.5.0 
release with 151 new features and improvements.
+
+The artifacts are published and ready for you to download from the Central 
Maven repository. For more details please take a look at the [release 
notes](/releases/release-4.5.0/).
+
+Many thanks to all who made this release possible.
+
+On behalf of the Camel PMC,  
+Gregor Zurowski
diff --git a/content/releases/release-4.5.0.md 
b/content/releases/release-4.5.0.md
new file mode 100644
index ..ba126934
--- /dev/null
+++ b/content/releases/release-4.5.0.md
@@ -0,0 +1,15 @@
+---
+date: 2024-03-28
+draft: false
+type: release-note
+version: 4.5.0
+title: "Release 4.5.0"
+preview: "New release 4.5.0"
+apiBreaking: ""
+knownIssues: ""
+jiraVersionId: 12354104
+category: camel
+jdk: [17, 21]
+---
+
+This release is the new Camel 4.5.0 release.



svn commit: r68169 - in /release/camel/apache-camel/4.5.0: apache-camel-4.5.0-src.zip apache-camel-4.5.0-src.zip.asc apache-camel-4.5.0-src.zip.sha512 apache-camel-4.5.0.pom apache-camel-4.5.0.pom.asc

2024-03-28 Thread gzurowski
Author: gzurowski
Date: Thu Mar 28 09:27:22 2024
New Revision: 68169

Log:
Apache Camel 4.5.0 released artifacts.

Added:
release/camel/apache-camel/4.5.0/apache-camel-4.5.0-src.zip   (with props)
release/camel/apache-camel/4.5.0/apache-camel-4.5.0-src.zip.asc
release/camel/apache-camel/4.5.0/apache-camel-4.5.0-src.zip.sha512
release/camel/apache-camel/4.5.0/apache-camel-4.5.0.pom
release/camel/apache-camel/4.5.0/apache-camel-4.5.0.pom.asc
release/camel/apache-camel/4.5.0/apache-camel-4.5.0.pom.sha512

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

Propchange: release/camel/apache-camel/4.5.0/apache-camel-4.5.0-src.zip
--
svn:mime-type = application/octet-stream

Added: release/camel/apache-camel/4.5.0/apache-camel-4.5.0-src.zip.asc
==
--- release/camel/apache-camel/4.5.0/apache-camel-4.5.0-src.zip.asc (added)
+++ release/camel/apache-camel/4.5.0/apache-camel-4.5.0-src.zip.asc Thu Mar 28 
09:27:22 2024
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmX+8EQACgkQnVvv+llC
+wEl4Pw//ZK3Kks0f0uhSSytx8m54YbCeItVv/4k4NeGHUHDcUABuP4VbTSPEQIii
+VwawYCabQ4lRVtglJtp4LYsrVbrYFguFK486ubDVtaNg/miaPCyBxlDCMVkMlTK2
+7aqUy2wf2Avm1XpxCe8RY+uN0PqLBi49bcgWQLdfzJZk3IeCrhFJ4Dk+LFSUv4JV
+yos+/HpVLQQOvoWtXvgvUw+WLHiQv6VJASDrc7pD0kE/um0olNwpn9b8I3CMsFc1
+V4NNuYQWLZi4eBqmzmufQM+fm6ZYwDqe1zZHN8nrSmcPnAwF45Z/N03uSAuSFqPr
+MUurR9Oz1WFOE5i65gxyUd20DY5kYlEKKInIHs6EV5HtYiLiTqLrTAZvC58QWpLM
+KvrVRbe0M6pElzFwZDhMw0bkzszRgb0xgYyqraZ7FqpaS6kM/ZyAp2nyXNSQCs1z
+kfTu4pgC19jD9WVbFA9RtTZEUDTzTjmZWhgx9HZUgT6byK23meg70zGqZLeybp39
+WDpybOrsfnHhuvw7ZEg5/471inCf5CTCMeKyc46eeh/XmNDGmic1BBplPPeax+LW
+ymSsDDW6VnQofrkfGhMqDO/44i9DRaP5quTH7IlInHYOM+B3Aaa2fY1i47YrwJFP
+YAoyTCmXT0bxQ5tpVIGauJTb7wGUFAWalfv4vkfORTcfn5/tLTI=
+=rdEA
+-END PGP SIGNATURE-

Added: release/camel/apache-camel/4.5.0/apache-camel-4.5.0-src.zip.sha512
==
--- release/camel/apache-camel/4.5.0/apache-camel-4.5.0-src.zip.sha512 (added)
+++ release/camel/apache-camel/4.5.0/apache-camel-4.5.0-src.zip.sha512 Thu Mar 
28 09:27:22 2024
@@ -0,0 +1 @@
+4440a90f14878e33b5cda89f9b940861fa871de5f9ebcea0d6ef3fc6a002f89cc53c771b65b2998bca29b1046dfa6f2715e5db3025e3d1a2f12a641641b1c9e1
  apache-camel-4.5.0-src.zip

Added: release/camel/apache-camel/4.5.0/apache-camel-4.5.0.pom
==
--- release/camel/apache-camel/4.5.0/apache-camel-4.5.0.pom (added)
+++ release/camel/apache-camel/4.5.0/apache-camel-4.5.0.pom Thu Mar 28 09:27:22 
2024
@@ -0,0 +1,255 @@
+
+
+http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/xsd/maven-4.0.0.xsd; 
xmlns="http://maven.apache.org/POM/4.0.0;
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>
+  4.0.0
+  
+org.apache.camel
+camel-parent
+4.5.0
+../parent
+  
+  org.apache.camel
+  apache-camel
+  4.5.0
+  pom
+  Camel :: Assembly
+  Apache Camel Assembly
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0.txt
+  repo
+
+  
+  
+false
+true
+gnu
+true
+  
+  
+
+  org.apache.camel
+  camel-api
+  4.5.0
+  compile
+
+
+  org.apache.camel
+  camel-util
+  4.5.0
+  compile
+
+
+  org.apache.camel
+  camel-management-api
+  4.5.0
+  compile
+
+
+  org.apache.camel
+  camel-management
+  4.5.0
+  compile
+
+
+  org.apache.camel
+  camel-base
+  4.5.0
+  compile
+
+
+  org.apache.camel
+  camel-base-engine
+  4.5.0
+  compile
+
+
+  org.apache.camel
+  camel-support
+  4.5.0
+  compile
+
+
+  org.apache.camel
+  camel-core
+  4.5.0
+  compile
+
+
+  org.apache.camel
+  camel-core-engine
+  4.5.0
+  compile
+
+
+  org.apache.camel
+  camel-core-model
+  4.5.0
+  compile
+
+
+  org.apache.camel
+  camel-core-processor
+  4.5.0
+  compile
+
+
+  org.apache.camel
+  camel-core-reifier
+  4.5.0
+  compile
+
+
+  org.apache.camel
+  camel-core-languages
+  4.5.0
+  compile
+
+
+  org.apache.camel
+  camel-core-xml
+  4.5.0
+  compile
+
+
+  org.apache.camel
+  camel-core-catalog
+  4.5.0
+  compile
+
+
+  org.apache.camel
+  camel-cloud
+  4.5.0
+  compile
+
+
+  org.apache.camel
+  camel-cluster
+  4.5.0
+  compile
+
+
+  org.apache.camel
+  camel-console
+  4.5.0
+

svn commit: r68168 - /release/camel/apache-camel/4.5.0/

2024-03-28 Thread gzurowski
Author: gzurowski
Date: Thu Mar 28 09:26:15 2024
New Revision: 68168

Log:
Apache Camel 4.5.0 release distro placeholder.

Added:
release/camel/apache-camel/4.5.0/



(camel-spring-boot) annotated tag camel-spring-boot-4.5.0 created (now 6735a61977f)

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

gzurowski pushed a change to annotated tag camel-spring-boot-4.5.0
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


  at 6735a61977f (tag)
 tagging 387c914d4b6663b68ec1454c26e29503f2ae386c (commit)
 replaces camel-spring-boot-4.0.0-RC2
  by Gregor Zurowski
  on Sat Mar 23 17:13:17 2024 +

- Log -
[maven-release-plugin]  copy for tag camel-spring-boot-4.5.0
---

No new revisions were added by this update.



(camel-spring-boot) 02/02: Fix dependency version

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

gzurowski pushed a commit to branch release/4.5.0
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 5008acbc72d470961b84b006ecfa0a76eb57b760
Author: Gregor Zurowski 
AuthorDate: Sat Mar 23 17:06:09 2024 +0100

Fix dependency version
---
 core-starter/camel-k-starter/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core-starter/camel-k-starter/pom.xml 
b/core-starter/camel-k-starter/pom.xml
index d55d2c41fed..20fdd37cbd6 100644
--- a/core-starter/camel-k-starter/pom.xml
+++ b/core-starter/camel-k-starter/pom.xml
@@ -50,6 +50,7 @@
 
   org.apache.camel
   camel-test-spring-junit5
+  ${camel-version}
   
 
   org.apache.camel



(camel-spring-boot) 01/02: Target Camel 4.5.0 for release

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

gzurowski pushed a commit to branch release/4.5.0
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit e28457a9974904531565cf4d780a10af2033d217
Author: Gregor Zurowski 
AuthorDate: Sat Mar 23 15:40:14 2024 +

Target Camel 4.5.0 for release
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c2e4bda680b..6770ac568ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-4.5.0-SNAPSHOT
+4.5.0
 
 
 org.apache.camel.springboot
@@ -111,7 +111,7 @@
 3.2.4
 
 
-4.5.0-SNAPSHOT
+4.5.0
 
 
 1.0.2.v20150114
@@ -450,7 +450,7 @@
 
 dev
 
-4.5.0-SNAPSHOT
+4.5.0
 
 
 



(camel-spring-boot) branch release/4.5.0 updated (19776b2dd1d -> 5008acbc72d)

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

gzurowski pushed a change to branch release/4.5.0
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


from 19776b2dd1d Regen
 new e28457a9974 Target Camel 4.5.0 for release
 new 5008acbc72d Fix dependency version

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:
 core-starter/camel-k-starter/pom.xml | 1 +
 pom.xml  | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)



(camel-spring-boot) branch main updated: Fix dependency version

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

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


The following commit(s) were added to refs/heads/main by this push:
 new c26887a9e59 Fix dependency version
c26887a9e59 is described below

commit c26887a9e59857e1542c6c93e7e47c09ef3938ee
Author: Gregor Zurowski 
AuthorDate: Sat Mar 23 17:06:09 2024 +0100

Fix dependency version
---
 core-starter/camel-k-starter/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core-starter/camel-k-starter/pom.xml 
b/core-starter/camel-k-starter/pom.xml
index d55d2c41fed..20fdd37cbd6 100644
--- a/core-starter/camel-k-starter/pom.xml
+++ b/core-starter/camel-k-starter/pom.xml
@@ -50,6 +50,7 @@
 
   org.apache.camel
   camel-test-spring-junit5
+  ${camel-version}
   
 
   org.apache.camel



(camel-spring-boot) branch release/4.5.0 created (now 19776b2dd1d)

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

gzurowski pushed a change to branch release/4.5.0
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


  at 19776b2dd1d Regen

No new revisions were added by this update.



(camel-spring-boot) branch camel-spring-boot-4.5.x created (now 19776b2dd1d)

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

gzurowski pushed a change to branch camel-spring-boot-4.5.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


  at 19776b2dd1d Regen

No new revisions were added by this update.



(camel) annotated tag camel-4.5.0 created (now 87f18d7791c)

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

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


  at 87f18d7791c (tag)
 tagging afc1eb789c7c0cb3488f8610afe2aa477b366500 (commit)
 replaces camel-4.0.0-RC2
  by Gregor Zurowski
  on Sat Mar 23 08:33:00 2024 +

- Log -
[maven-release-plugin] copy for tag camel-4.5.0
---

No new revisions were added by this update.



(camel) branch release/4.5.0 created (now 03548144f92)

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

gzurowski pushed a change to branch release/4.5.0
in repository https://gitbox.apache.org/repos/asf/camel.git


  at 03548144f92 Thanks Freeman we can upgrade to cxf plugin 4.0.4

No new revisions were added by this update.



(camel) branch camel-4.5.x created (now 03548144f92)

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

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


  at 03548144f92 Thanks Freeman we can upgrade to cxf plugin 4.0.4

No new revisions were added by this update.



(camel-website) branch main updated: Add release notes and blog entry for Camel 4.4.1

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

gzurowski 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 53579a18 Add release notes and blog entry for Camel 4.4.1
53579a18 is described below

commit 53579a184143e9b7532caeee7d16cd70981f0631
Author: Gregor Zurowski 
AuthorDate: Thu Mar 14 18:51:00 2024 +0100

Add release notes and blog entry for Camel 4.4.1
---
 content/blog/2024/03/RELEASE-4.4.1/featured.png | Bin 0 -> 243818 bytes
 content/blog/2024/03/RELEASE-4.4.1/index.md |  17 +
 content/releases/release-4.4.1.md   |  17 +
 3 files changed, 34 insertions(+)

diff --git a/content/blog/2024/03/RELEASE-4.4.1/featured.png 
b/content/blog/2024/03/RELEASE-4.4.1/featured.png
new file mode 100644
index ..a9a95d3b
Binary files /dev/null and b/content/blog/2024/03/RELEASE-4.4.1/featured.png 
differ
diff --git a/content/blog/2024/03/RELEASE-4.4.1/index.md 
b/content/blog/2024/03/RELEASE-4.4.1/index.md
new file mode 100644
index ..b3e0c5ad
--- /dev/null
+++ b/content/blog/2024/03/RELEASE-4.4.1/index.md
@@ -0,0 +1,17 @@
+---
+title: "RELEASE 4.4.1"
+date: 2024-03-14
+draft: false
+authors: [gzurowski]
+categories: ["Releases"]
+preview: "The Camel community announces the immediate availability of the new 
Camel 4.4.1 release"
+---
+
+The Camel community announces the immediate availability of the Camel 4.4.1 
patch release with 32 bug fixes and improvements.
+
+The artifacts are published and ready for you to download from the Central 
Maven repository. For more details please take a look at the [release 
notes](/releases/release-4.4.1/).
+
+Many thanks to all who made this release possible.
+
+On behalf of the Camel PMC,  
+Gregor Zurowski
diff --git a/content/releases/release-4.4.1.md 
b/content/releases/release-4.4.1.md
new file mode 100644
index ..b7fe398f
--- /dev/null
+++ b/content/releases/release-4.4.1.md
@@ -0,0 +1,17 @@
+---
+date: 2024-03-14
+eol: 2025-02-17
+draft: false
+type: release-note
+version: 4.4.1
+title: "Release 4.4.1"
+preview: "New LTS release 4.4.1"
+apiBreaking: ""
+knownIssues: ""
+jiraVersionId: 12354233
+category: camel
+kind: lts
+jdk: [17, 21]
+---
+
+This release is the new Camel 4.4.1 LTS patch release.



(camel-spring-boot) 01/02: Merge branch 'release/4.4.1' into camel-spring-boot-4.4.x

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

gzurowski pushed a commit to branch camel-spring-boot-4.4.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 0132807b4a82ba3c6cac9cd0c4208b851e5c6716
Merge: eaf543cf624 f3aa6f30f19
Author: Gregor Zurowski 
AuthorDate: Thu Mar 14 17:45:41 2024 +

Merge branch 'release/4.4.1' into camel-spring-boot-4.4.x

 archetypes/camel-archetype-spring-boot/pom.xml |   2 +-
 archetypes/pom.xml |   2 +-
 catalog/camel-catalog-provider-springboot/pom.xml  |   2 +-
 catalog/pom.xml|   2 +-
 components-starter/camel-activemq-starter/pom.xml  |   2 +-
 components-starter/camel-amqp-starter/pom.xml  |   2 +-
 components-starter/camel-arangodb-starter/pom.xml  |   2 +-
 components-starter/camel-as2-starter/pom.xml   |   2 +-
 components-starter/camel-asn1-starter/pom.xml  |   2 +-
 components-starter/camel-asterisk-starter/pom.xml  |   2 +-
 .../camel-atmosphere-websocket-starter/pom.xml |   2 +-
 components-starter/camel-atom-starter/pom.xml  |   2 +-
 components-starter/camel-avro-rpc-starter/pom.xml  |   2 +-
 components-starter/camel-avro-starter/pom.xml  |   2 +-
 .../camel-aws-cloudtrail-starter/pom.xml   |   2 +-
 .../camel-aws-config-starter/pom.xml   |   2 +-
 .../camel-aws-secrets-manager-starter/pom.xml  |   2 +-
 components-starter/camel-aws-xray-starter/pom.xml  |   2 +-
 .../camel-aws2-athena-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-cw-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-ddb-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-ec2-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-ecs-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-eks-starter/pom.xml  |   2 +-
 .../camel-aws2-eventbridge-starter/pom.xml |   2 +-
 components-starter/camel-aws2-iam-starter/pom.xml  |   2 +-
 .../camel-aws2-kinesis-starter/pom.xml |   2 +-
 components-starter/camel-aws2-kms-starter/pom.xml  |   2 +-
 .../camel-aws2-lambda-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-mq-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-msk-starter/pom.xml  |   2 +-
 .../camel-aws2-redshift-starter/pom.xml|   2 +-
 components-starter/camel-aws2-s3-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-ses-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sns-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sqs-starter/pom.xml  |   2 +-
 .../camel-aws2-step-functions-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sts-starter/pom.xml  |   2 +-
 .../camel-aws2-timestream-starter/pom.xml  |   2 +-
 .../camel-aws2-translate-starter/pom.xml   |   2 +-
 .../camel-azure-cosmosdb-starter/pom.xml   |   2 +-
 .../camel-azure-eventhubs-starter/pom.xml  |   2 +-
 .../camel-azure-files-starter/pom.xml  |   2 +-
 .../camel-azure-key-vault-starter/pom.xml  |   2 +-
 .../camel-azure-servicebus-starter/pom.xml |   2 +-
 .../camel-azure-storage-blob-starter/pom.xml   |   2 +-
 .../camel-azure-storage-datalake-starter/pom.xml   |   2 +-
 .../camel-azure-storage-queue-starter/pom.xml  |   2 +-
 components-starter/camel-barcode-starter/pom.xml   |   2 +-
 components-starter/camel-base64-starter/pom.xml|   2 +-
 components-starter/camel-bean-starter/pom.xml  |   2 +-
 .../camel-bean-validator-starter/pom.xml   |   2 +-
 components-starter/camel-beanio-starter/pom.xml|   2 +-
 components-starter/camel-bindy-starter/pom.xml |   2 +-
 components-starter/camel-bonita-starter/pom.xml|   2 +-
 components-starter/camel-box-starter/pom.xml   |   2 +-
 components-starter/camel-braintree-starter/pom.xml |   2 +-
 components-starter/camel-browse-starter/pom.xml|   2 +-
 components-starter/camel-caffeine-starter/pom.xml  |   2 +-
 .../camel-cassandraql-starter/pom.xml  |   2 +-
 components-starter/camel-cbor-starter/pom.xml  |   2 +-
 .../camel-chatscript-starter/pom.xml   |   2 +-
 components-starter/camel-chunk-starter/pom.xml |   2 +-
 .../camel-cloudevents-starter/pom.xml  |   2 +-
 components-starter/camel-cm-sms-starter/pom.xml|   2 +-
 components-starter/camel-coap-starter/pom.xml  |   2 +-
 components-starter/camel-cometd-starter/pom.xml|   2 +-
 components-starter/camel-console-starter/pom.xml   |   2 +-
 components-starter/camel-consul-starter/pom.xml|   2 +-
 .../camel-controlbus-starter/pom.xml   |   2 +-
 components-starter/camel-core-starter/pom.xml  |   2 +-
 components-starter/camel-couchbase-starter/pom.xml |   2 +-
 components-starter/camel-couchdb-starter/pom.xml   |   2 +-
 components-starter/camel-cron-starter/pom.xml  |   2 +-
 components-starter/camel-crypto-starter/pom.xml|   2 +-
 .../camel

(camel-spring-boot) 02/02: Target Camel 4.4.2-SNAPSHOT for development

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

gzurowski pushed a commit to branch camel-spring-boot-4.4.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 38cdb0af1e368d09508e9bb27936dff820a0f995
Author: Gregor Zurowski 
AuthorDate: Thu Mar 14 17:46:18 2024 +

Target Camel 4.4.2-SNAPSHOT for development
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 48db8af7c32..dfcf6d2a026 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-4.4.1
+4.4.2-SNAPSHOT
 
 
 org.apache.camel.springboot
@@ -111,7 +111,7 @@
 3.2.3
 
 
-4.4.1
+4.4.2-SNAPSHOT
 
 
 1.0.2.v20150114
@@ -451,7 +451,7 @@
 
 dev
 
-4.4.1
+4.4.2-SNAPSHOT
 
 
 



(camel-spring-boot) branch release/4.4.1 deleted (was f3aa6f30f19)

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

gzurowski pushed a change to branch release/4.4.1
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


 was f3aa6f30f19 [maven-release-plugin] prepare for next development 
iteration

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



(camel-spring-boot) branch camel-spring-boot-4.4.x updated (eaf543cf624 -> 38cdb0af1e3)

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

gzurowski pushed a change to branch camel-spring-boot-4.4.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


from eaf543cf624 Regen
 add 3aa06ea8f5b Target Camel 4.4.1 for release
 add 338c159965b [maven-release-plugin] prepare release 
camel-spring-boot-4.4.1
 add f3aa6f30f19 [maven-release-plugin] prepare for next development 
iteration
 new 0132807b4a8 Merge branch 'release/4.4.1' into camel-spring-boot-4.4.x
 new 38cdb0af1e3 Target Camel 4.4.2-SNAPSHOT for development

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:
 archetypes/camel-archetype-spring-boot/pom.xml |   2 +-
 archetypes/pom.xml |   2 +-
 catalog/camel-catalog-provider-springboot/pom.xml  |   2 +-
 catalog/pom.xml|   2 +-
 components-starter/camel-activemq-starter/pom.xml  |   2 +-
 components-starter/camel-amqp-starter/pom.xml  |   2 +-
 components-starter/camel-arangodb-starter/pom.xml  |   2 +-
 components-starter/camel-as2-starter/pom.xml   |   2 +-
 components-starter/camel-asn1-starter/pom.xml  |   2 +-
 components-starter/camel-asterisk-starter/pom.xml  |   2 +-
 .../camel-atmosphere-websocket-starter/pom.xml |   2 +-
 components-starter/camel-atom-starter/pom.xml  |   2 +-
 components-starter/camel-avro-rpc-starter/pom.xml  |   2 +-
 components-starter/camel-avro-starter/pom.xml  |   2 +-
 .../camel-aws-cloudtrail-starter/pom.xml   |   2 +-
 .../camel-aws-config-starter/pom.xml   |   2 +-
 .../camel-aws-secrets-manager-starter/pom.xml  |   2 +-
 components-starter/camel-aws-xray-starter/pom.xml  |   2 +-
 .../camel-aws2-athena-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-cw-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-ddb-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-ec2-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-ecs-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-eks-starter/pom.xml  |   2 +-
 .../camel-aws2-eventbridge-starter/pom.xml |   2 +-
 components-starter/camel-aws2-iam-starter/pom.xml  |   2 +-
 .../camel-aws2-kinesis-starter/pom.xml |   2 +-
 components-starter/camel-aws2-kms-starter/pom.xml  |   2 +-
 .../camel-aws2-lambda-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-mq-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-msk-starter/pom.xml  |   2 +-
 .../camel-aws2-redshift-starter/pom.xml|   2 +-
 components-starter/camel-aws2-s3-starter/pom.xml   |   2 +-
 components-starter/camel-aws2-ses-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sns-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sqs-starter/pom.xml  |   2 +-
 .../camel-aws2-step-functions-starter/pom.xml  |   2 +-
 components-starter/camel-aws2-sts-starter/pom.xml  |   2 +-
 .../camel-aws2-timestream-starter/pom.xml  |   2 +-
 .../camel-aws2-translate-starter/pom.xml   |   2 +-
 .../camel-azure-cosmosdb-starter/pom.xml   |   2 +-
 .../camel-azure-eventhubs-starter/pom.xml  |   2 +-
 .../camel-azure-files-starter/pom.xml  |   2 +-
 .../camel-azure-key-vault-starter/pom.xml  |   2 +-
 .../camel-azure-servicebus-starter/pom.xml |   2 +-
 .../camel-azure-storage-blob-starter/pom.xml   |   2 +-
 .../camel-azure-storage-datalake-starter/pom.xml   |   2 +-
 .../camel-azure-storage-queue-starter/pom.xml  |   2 +-
 components-starter/camel-barcode-starter/pom.xml   |   2 +-
 components-starter/camel-base64-starter/pom.xml|   2 +-
 components-starter/camel-bean-starter/pom.xml  |   2 +-
 .../camel-bean-validator-starter/pom.xml   |   2 +-
 components-starter/camel-beanio-starter/pom.xml|   2 +-
 components-starter/camel-bindy-starter/pom.xml |   2 +-
 components-starter/camel-bonita-starter/pom.xml|   2 +-
 components-starter/camel-box-starter/pom.xml   |   2 +-
 components-starter/camel-braintree-starter/pom.xml |   2 +-
 components-starter/camel-browse-starter/pom.xml|   2 +-
 components-starter/camel-caffeine-starter/pom.xml  |   2 +-
 .../camel-cassandraql-starter/pom.xml  |   2 +-
 components-starter/camel-cbor-starter/pom.xml  |   2 +-
 .../camel-chatscript-starter/pom.xml   |   2 +-
 components-starter/camel-chunk-starter/pom.xml |   2 +-
 .../camel-cloudevents-starter/pom.xml  |   2 +-
 components-starter/camel-cm-sms-starter/pom.xml|   2 +-
 components-starter/camel-coap-starter/pom.xml  |   2 +-
 components-starter/camel-cometd-starter/pom.xml|   2 +-
 components-starter/camel-console-sta

(camel) 01/01: Merge branch 'release/4.4.1' into camel-4.4.x

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

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

commit e3dbacb8c1229a81921da1b28a0fbe1cac3a8a67
Merge: c0277a87410 5e52436d344
Author: Gregor Zurowski 
AuthorDate: Thu Mar 14 17:43:46 2024 +

Merge branch 'release/4.4.1' into camel-4.4.x

 apache-camel/pom.xml  | 2 +-
 archetypes/camel-archetype-api-component/pom.xml  | 2 +-
 archetypes/camel-archetype-component/pom.xml  | 2 +-
 archetypes/camel-archetype-dataformat/pom.xml | 2 +-
 archetypes/camel-archetype-java/pom.xml   | 2 +-
 archetypes/camel-archetype-main/pom.xml   | 2 +-
 archetypes/camel-archetype-spring/pom.xml | 2 +-
 archetypes/pom.xml| 2 +-
 bom/camel-bom/pom.xml | 2 +-
 bom/pom.xml   | 2 +-
 buildingtools/pom.xml | 2 +-
 camel-dependencies/pom.xml| 2 +-
 catalog/camel-allcomponents/pom.xml   | 2 +-
 catalog/camel-catalog-common/pom.xml  | 2 +-
 catalog/camel-catalog-console/pom.xml | 2 +-
 catalog/camel-catalog-lucene/pom.xml  | 2 +-
 catalog/camel-catalog-maven/pom.xml   | 2 +-
 catalog/camel-catalog/pom.xml | 2 +-
 catalog/camel-csimple-maven-plugin/pom.xml| 2 +-
 catalog/camel-report-maven-plugin/pom.xml | 4 ++--
 catalog/camel-route-parser/pom.xml| 2 +-
 catalog/dummy-component/pom.xml   | 2 +-
 catalog/pom.xml   | 2 +-
 components/camel-activemq/pom.xml | 2 +-
 components/camel-amqp/pom.xml | 2 +-
 components/camel-arangodb/pom.xml | 2 +-
 components/camel-as2/camel-as2-api/pom.xml| 2 +-
 components/camel-as2/camel-as2-component/pom.xml  | 2 +-
 components/camel-as2/pom.xml  | 2 +-
 components/camel-asn1/pom.xml | 2 +-
 components/camel-asterisk/pom.xml | 2 +-
 components/camel-atmosphere-websocket/pom.xml | 2 +-
 components/camel-atom/pom.xml | 2 +-
 components/camel-attachments/pom.xml  | 2 +-
 components/camel-avro-rpc/camel-avro-rpc-component/pom.xml| 2 +-
 components/camel-avro-rpc/camel-avro-rpc-jetty/pom.xml| 2 +-
 components/camel-avro-rpc/camel-avro-rpc-spi/pom.xml  | 2 +-
 components/camel-avro-rpc/pom.xml | 2 +-
 components/camel-avro/pom.xml | 2 +-
 components/camel-aws/camel-aws-cloudtrail/pom.xml | 2 +-
 components/camel-aws/camel-aws-config/pom.xml | 2 +-
 components/camel-aws/camel-aws-secrets-manager/pom.xml| 2 +-
 components/camel-aws/camel-aws-xray/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-athena/pom.xml| 2 +-
 components/camel-aws/camel-aws2-cw/pom.xml| 2 +-
 components/camel-aws/camel-aws2-ddb/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-ec2/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-ecs/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-eks/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-eventbridge/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-iam/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-kinesis/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-kms/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-lambda/pom.xml| 2 +-
 components/camel-aws/camel-aws2-mq/pom.xml| 2 +-
 components/camel-aws/camel-aws2-msk/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-redshift/pom.xml  | 2 +-
 components/camel-aws/camel-aws2-s3/pom.xml| 2 +-
 components/camel-aws/camel-aws2-ses/pom.xml   | 2 +-
 components/camel

(camel) branch release/4.4.1 deleted (was 5e52436d344)

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

gzurowski pushed a change to branch release/4.4.1
in repository https://gitbox.apache.org/repos/asf/camel.git


 was 5e52436d344 [maven-release-plugin] prepare for next development 
iteration

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



(camel) branch camel-4.4.x updated (c0277a87410 -> e3dbacb8c12)

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

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


from c0277a87410 CAMEL-20518: replace invalid quote breaking the catalog 
generation on Windows (#13484)
 add d57ffb8acbf [maven-release-plugin] prepare release camel-4.4.1
 add 5e52436d344 [maven-release-plugin] prepare for next development 
iteration
 new e3dbacb8c12 Merge branch 'release/4.4.1' into camel-4.4.x

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:
 apache-camel/pom.xml  | 2 +-
 archetypes/camel-archetype-api-component/pom.xml  | 2 +-
 archetypes/camel-archetype-component/pom.xml  | 2 +-
 archetypes/camel-archetype-dataformat/pom.xml | 2 +-
 archetypes/camel-archetype-java/pom.xml   | 2 +-
 archetypes/camel-archetype-main/pom.xml   | 2 +-
 archetypes/camel-archetype-spring/pom.xml | 2 +-
 archetypes/pom.xml| 2 +-
 bom/camel-bom/pom.xml | 2 +-
 bom/pom.xml   | 2 +-
 buildingtools/pom.xml | 2 +-
 camel-dependencies/pom.xml| 2 +-
 catalog/camel-allcomponents/pom.xml   | 2 +-
 catalog/camel-catalog-common/pom.xml  | 2 +-
 catalog/camel-catalog-console/pom.xml | 2 +-
 catalog/camel-catalog-lucene/pom.xml  | 2 +-
 catalog/camel-catalog-maven/pom.xml   | 2 +-
 catalog/camel-catalog/pom.xml | 2 +-
 catalog/camel-csimple-maven-plugin/pom.xml| 2 +-
 catalog/camel-report-maven-plugin/pom.xml | 4 ++--
 catalog/camel-route-parser/pom.xml| 2 +-
 catalog/dummy-component/pom.xml   | 2 +-
 catalog/pom.xml   | 2 +-
 components/camel-activemq/pom.xml | 2 +-
 components/camel-amqp/pom.xml | 2 +-
 components/camel-arangodb/pom.xml | 2 +-
 components/camel-as2/camel-as2-api/pom.xml| 2 +-
 components/camel-as2/camel-as2-component/pom.xml  | 2 +-
 components/camel-as2/pom.xml  | 2 +-
 components/camel-asn1/pom.xml | 2 +-
 components/camel-asterisk/pom.xml | 2 +-
 components/camel-atmosphere-websocket/pom.xml | 2 +-
 components/camel-atom/pom.xml | 2 +-
 components/camel-attachments/pom.xml  | 2 +-
 components/camel-avro-rpc/camel-avro-rpc-component/pom.xml| 2 +-
 components/camel-avro-rpc/camel-avro-rpc-jetty/pom.xml| 2 +-
 components/camel-avro-rpc/camel-avro-rpc-spi/pom.xml  | 2 +-
 components/camel-avro-rpc/pom.xml | 2 +-
 components/camel-avro/pom.xml | 2 +-
 components/camel-aws/camel-aws-cloudtrail/pom.xml | 2 +-
 components/camel-aws/camel-aws-config/pom.xml | 2 +-
 components/camel-aws/camel-aws-secrets-manager/pom.xml| 2 +-
 components/camel-aws/camel-aws-xray/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-athena/pom.xml| 2 +-
 components/camel-aws/camel-aws2-cw/pom.xml| 2 +-
 components/camel-aws/camel-aws2-ddb/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-ec2/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-ecs/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-eks/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-eventbridge/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-iam/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-kinesis/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-kms/pom.xml   | 2 +-
 components/camel-aws/camel-aws2-lambda/pom.xml| 2 

svn commit: r67949 - /release/camel/apache-camel/4.4.0/

2024-03-14 Thread gzurowski
Author: gzurowski
Date: Thu Mar 14 17:32:52 2024
New Revision: 67949

Log:
Removed the old release

Removed:
release/camel/apache-camel/4.4.0/



svn commit: r67947 - /release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.xml.asc

2024-03-14 Thread gzurowski
Author: gzurowski
Date: Thu Mar 14 17:32:16 2024
New Revision: 67947

Log:
Import Camel SBOMs XML release

Added:
release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.xml.asc

Added: release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.xml.asc
==
--- release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.xml.asc (added)
+++ release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.xml.asc Thu Mar 14 
17:32:16 2024
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmXzNI0ACgkQnVvv+llC
+wEkgHQ/+MuDrio11aFy8uTmDBH3sxq17UnS4SIXD0Wk85sWL268/hJ041yZk/h/8
+pm78MGJewAFn0gXhKBovplFeKYxf09ySnOlgg9+ilwuphC6SzQXM0l8FToJ7yTNC
+X0KFfPXyQKT2I7IiT7KEodqwtsjldx328HiDObIwdKkWXWGsR7V/NIYXHcLW0u20
+LZo6j8pNJnrtM68LOqcnEhvSiy4/F7ST0/kRYGquXTmmtlDdIBWsC7Po7dh/u0UT
+qo6FO9FcUKBGbO0sMR3S6HmAG61PBGm3ABzx2kzIg3uEKZnYykMMxZqeFt5yT0bg
+gPRfPQGJR7uH/Jh9TsHrnLJkuFKH7VN1Lw+QssjHOjPahtylm5usuCFx9cO1GtPX
+1cqMgyPk1UnfDT47sM56HYeEOopMqAC8g3Dc7NV0OhX7vh5SqXQZfEJXkjZFgN/v
+lnG02KsPXqKXnqQt4VmOigexFkbANUI1dphu7Cg8CPAHTeu8Vr6op4XXJMzPIjfC
+rLVAmn0m6NKehMHxVmVMmYRa1Tz3BHEakN3WDUeNq8p9HbHYbmkreqd/ReVarsPD
+YM9ka905goU/vq7WzjKB559qIYuxWaOO6MQoSwJMR5EJhL89vyDcWeGBTEpxzD+5
+kl16uQLvLjRQSPbGSfPkRn13eJ0fwmystMttLA5Qsv5qMMy+g7w=
+=fFDD
+-END PGP SIGNATURE-




svn commit: r67945 - /release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.json.asc

2024-03-14 Thread gzurowski
Author: gzurowski
Date: Thu Mar 14 17:32:04 2024
New Revision: 67945

Log:
Import Camel SBOMs JSON release

Added:
release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.json.asc

Added: release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.json.asc
==
--- release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.json.asc (added)
+++ release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.json.asc Thu Mar 
14 17:32:04 2024
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEYOzvJGEf6DJxT4aqnVvv+llCwEkFAmXzNIMACgkQnVvv+llC
+wEkM3g/9EcOIAHK/yl78wGJy/9NgjJdsSkdwV2WuEiaAgVYY4I0NGdcR4dgF5hg7
+CKdg0xCwdmfSS/3WuVb3K4ABd+1REdU6j5viVgEo6VQnZaB2HIrntlRHof6bNQb8
+l4JsR1SACTJ7uJwmQgTmVkTw+YOt/pjr5HRBWxV3f3uE/GM3RzvsgujIxzMz8LlP
+XtmiQpXZGuBqqYX7fLtDag2fYpe01M2FQWEPoYJLS94wqq93p3BK4gMFaWlJl9Mf
+E0QtK2KXsnRxpNqZDcxn7WtXA0y1vYN2I1uteJpiQ/tO3xnFseS+qKGaHhNgGZSy
+T/y6Ja8flaV0gzUSyGtHhygJLBvO/nnHdhkJmXlIfSdZeUDBWZ1iDof/aAjXSMFz
+M9VaKQD29ir3sfQ1mBOWM2k8T3IVZ0Aw7SN+cZrQOTOB9CM6Oy/RKF1pPlQ23Pst
+il5BBuZZA9UYPyc0UdBApXMBlV6SZ8/IRu1anEt3xiDQd4w6E4KEV/h8TW92120N
+CA0uHS6Ah1w/IG248VYuVRbuQhpq7y9Ib8f9oJaM7tVxMpeLAGM68JMIEg1jZ3M7
+lt/BXkifAAhmQ0GzFMXUq4oGuq/JVUfDGYtd9vu+cRbItVf1Ym9i6DpLils1hbea
+uHOV6wHuqTx8s2IFt756EH8aW+oI99GQBYponBdclr0rkJgD3xg=
+=h5qe
+-END PGP SIGNATURE-




svn commit: r67948 - /release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.xml.sha512

2024-03-14 Thread gzurowski
Author: gzurowski
Date: Thu Mar 14 17:32:18 2024
New Revision: 67948

Log:
Import Camel SBOMs XML release

Added:
release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.xml.sha512

Added: release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.xml.sha512
==
--- release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.xml.sha512 (added)
+++ release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.xml.sha512 Thu Mar 
14 17:32:18 2024
@@ -0,0 +1 @@
+9f61b7ba732dc317c0eef28eeb8eb04f074c88241b0dc7aba8d321dd6e83cf347024de6ce338d7d64fa2772bd4367f44ee6b77c64a8f9673573390717c87066e
 *apache-camel-4.4.1-sbom.xml




svn commit: r67946 - /release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.json.sha512

2024-03-14 Thread gzurowski
Author: gzurowski
Date: Thu Mar 14 17:32:12 2024
New Revision: 67946

Log:
Import Camel SBOMs JSON release

Added:
release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.json.sha512

Added: release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.json.sha512
==
--- release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.json.sha512 (added)
+++ release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.json.sha512 Thu 
Mar 14 17:32:12 2024
@@ -0,0 +1 @@
+41e6ae0565241761554e91b040e616975ecf2396a579ce2cf833c1c348591bc3c6d384c9f4bd1e11837bbf1301364e6eb26b5fdd9747a806096f925cd965a2cb
 *apache-camel-4.4.1-sbom.json




svn commit: r67944 [1/2] - /release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.xml

2024-03-14 Thread gzurowski
Author: gzurowski
Date: Thu Mar 14 17:17:26 2024
New Revision: 67944

Log:
Import Camel SBOMs XML release

Added:
release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.xml



svn commit: r67944 [2/2] - /release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.xml

2024-03-14 Thread gzurowski


Added: release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.xml
==
--- release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.xml (added)
+++ release/camel/apache-camel/4.4.1/apache-camel-4.4.1-sbom.xml Thu Mar 14 
17:17:26 2024
@@ -0,0 +1,70704 @@
+
+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
+  camel
+  4.4.1
+  Camel Root POM
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel@4.4.1?type=pom
+  https://camel.apache.orghttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary
+
+
+  makeAggregateBom
+  compile,provided,runtime,system
+  enabled
+
+  
+  
+
+  The Apache Software Foundation
+  org.apache.camel
+  camel-buildtools
+  4.4.1
+  The build tools for the Apache Camel project
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel-buildtools@4.4.1?type=jar
+  https://camel.apache.org/camel-buildtoolshttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-buildtools
+
+
+  The Apache Software Foundation
+  org.apache.camel
+  camel-parent
+  4.4.1
+  Camel Parent POM
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel-parent@4.4.1?type=pom
+  https://camel.apache.org/camel-parenthttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-parent
+
+
+  The Apache Software Foundation
+  org.apache.camel
+  camel-etc
+  4.4.1
+  Misc stuff
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel-etc@4.4.1?type=pom
+  https://camel.apache.org/camel-parent/camel-etchttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-parent/camel-etc
+
+
+  The Apache Software Foundation
+  org.apache.camel
+  tooling
+  4.4.1
+  Camel Tooling
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/tooling@4.4.1?type=pom
+  https://camel.apache.org/camel-parent/toolinghttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-parent/tooling
+
+
+  The Apache Software Foundation
+  org.apache.camel
+  camel-tooling-util
+  4.4.1
+  Tooling utilities
+  
+
+  Apache-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
+
+  
+  pkg:maven/org.apache.camel/camel-tooling-util@4.4.1?type=jar
+  https://camel.apache.org/camel-parent/tooling/camel-tooling-utilhttps://repository.apache.org/service/local/staging/deploy/maven2https://issues.apache.org/jira/browse/CAMELdev-subscr...@camel.apache.orghttps://gitbox.apache.org/repos/asf?p=camel.git;a=summary/camel-parent/tooling/camel-tooling-util
+
+
+  org.junit.jupiter
+  junit-jupiter
+  5.10.2
+  Module "junit-jupiter" of JUnit 5.
+  required
+  
+74440a4d6c038ccfe822debfa779a9fd
+

  1   2   3   4   5   6   7   8   9   10   >