[camel-quarkus] 01/02: Upgrade Quarkus to 3.2.0.CR1

2023-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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

commit 7bb74c17efd5ee5b89aae8d2fd623aec8d2aad3d
Author: James Netherton 
AuthorDate: Tue May 30 08:05:35 2023 +0100

Upgrade Quarkus to 3.2.0.CR1
---
 docs/antora.yml  |  4 ++--
 extensions-jvm/drill/deployment/pom.xml  |  4 
 extensions-jvm/drill/runtime/pom.xml |  4 
 .../component/jta/MockTransactionManagerProducer.java|  2 +-
 pom.xml  | 10 +-
 poms/bom/pom.xml |  4 
 poms/bom/src/main/generated/flattened-full-pom.xml   | 12 
 poms/bom/src/main/generated/flattened-reduced-pom.xml| 12 
 .../bom/src/main/generated/flattened-reduced-verbose-pom.xml | 12 
 9 files changed, 44 insertions(+), 20 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index c3024802fd..001cce4822 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -30,11 +30,11 @@ asciidoc:
 # Project versions
 camel-version: 4.0.0-M3 # replace ${camel.version}
 camel-docs-version: ""
-quarkus-version: 3.1.0.Final # replace ${quarkus.version}
+quarkus-version: 999-SNAPSHOT # replace ${quarkus.version}
 graalvm-version: 22.3.2 # replace ${graalvm.version}
 graalvm-docs-version: 22.3
 min-maven-version: 3.8.2 # replace ${min-maven-version}
-target-maven-version: 3.9.1 # replace ${target-maven-version}
+target-maven-version: 3.9.2 # replace ${target-maven-version}
 
 # Attributes used in xrefs to other Antora components
 cq-camel-components: components
diff --git a/extensions-jvm/drill/deployment/pom.xml 
b/extensions-jvm/drill/deployment/pom.xml
index 07eaa0cae8..76332b36bf 100644
--- a/extensions-jvm/drill/deployment/pom.xml
+++ b/extensions-jvm/drill/deployment/pom.xml
@@ -30,6 +30,10 @@
 Camel Quarkus :: Drill :: Deployment
 
 
+
+io.quarkiverse.cxf
+quarkus-cxf-woodstox-deployment
+
 
 org.apache.camel.quarkus
 camel-quarkus-core-deployment
diff --git a/extensions-jvm/drill/runtime/pom.xml 
b/extensions-jvm/drill/runtime/pom.xml
index 2ae8376baf..6091cbc77b 100644
--- a/extensions-jvm/drill/runtime/pom.xml
+++ b/extensions-jvm/drill/runtime/pom.xml
@@ -35,6 +35,10 @@
 
 
 
+
+io.quarkiverse.cxf
+quarkus-cxf-woodstox
+
 
 org.apache.camel.quarkus
 camel-quarkus-core
diff --git 
a/extensions/jta/deployment/src/test/java/org/apache/camel/quarkus/component/jta/MockTransactionManagerProducer.java
 
b/extensions/jta/deployment/src/test/java/org/apache/camel/quarkus/component/jta/MockTransactionManagerProducer.java
index d4b96ade0c..520ecf0e04 100644
--- 
a/extensions/jta/deployment/src/test/java/org/apache/camel/quarkus/component/jta/MockTransactionManagerProducer.java
+++ 
b/extensions/jta/deployment/src/test/java/org/apache/camel/quarkus/component/jta/MockTransactionManagerProducer.java
@@ -16,7 +16,7 @@
  */
 package org.apache.camel.quarkus.component.jta;
 
-import io.quarkus.arc.Priority;
+import jakarta.annotation.Priority;
 import jakarta.enterprise.context.ApplicationScoped;
 import jakarta.enterprise.inject.Alternative;
 import jakarta.enterprise.inject.Produces;
diff --git a/pom.xml b/pom.xml
index be646794b5..c0d3eb0339 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
 2.0.0
 
2.0.1
 2.0.0
-3.1.0.Final
+999-SNAPSHOT
 
4.0.0
 2.2.0
 
@@ -109,7 +109,7 @@
 9.3.2.1
 ${influx-java-driver-version}
 0.0.16.Final
-2.15.0
+2.15.2
 
${jakarta-jms-api-version}
 
${json-patch-version}
 ${jodatime2-version}
@@ -123,7 +123,7 @@
 2.4.10
 3.4.0
 ${kudu-version}
-1.8.21
+1.8.22
 2.24.0
 ${mapstruct-version}
 8.2.2
@@ -138,7 +138,7 @@
 3.4.27
 ${reactor-netty-version}
 2.9.0
-
4.5.0
+
4.6.0
 ${spring-version}
 2.0
 0.43.1
@@ -210,7 +210,7 @@
 
 
 3.8.2
-3.9.1
+3.9.2
 
[${min-maven-version},)
 
 
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 5536f4ffb3..8709b1b9f4 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -1825,6 +1825,10 @@
 camel-microprofile-health
 ${camel.version}
 
+
+org.eclipse.parsson
+jakarta.json
+
 
 org.glassfish
 jakarta.json
diff --git 

[camel-quarkus] 02/02: Disable integration tests that use kubernetes-client due to #4957

2023-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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

commit 525d3cae5d7beceeccbc7dc0eff83999ca682e46
Author: James Netherton 
AuthorDate: Tue Jun 13 07:24:53 2023 +0100

Disable integration tests that use kubernetes-client due to #4957
---
 integration-tests/kubernetes/pom.xml   | 2 ++
 integration-tests/master-openshift/pom.xml | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/integration-tests/kubernetes/pom.xml 
b/integration-tests/kubernetes/pom.xml
index 7b6d9c68c7..3d2afee88c 100644
--- a/integration-tests/kubernetes/pom.xml
+++ b/integration-tests/kubernetes/pom.xml
@@ -75,6 +75,7 @@
 
 
 
+   
 
 virtualDependencies
 
diff --git a/integration-tests/master-openshift/pom.xml 
b/integration-tests/master-openshift/pom.xml
index 23cd59a20b..5bcf7261d1 100644
--- a/integration-tests/master-openshift/pom.xml
+++ b/integration-tests/master-openshift/pom.xml
@@ -149,6 +149,7 @@
 
 
 
+
  
  virtualDependencies
  



[camel-quarkus] branch quarkus-main updated (ecb3d31150 -> 525d3cae5d)

2023-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


 discard ecb3d31150 Disable integration tests that use kubernetes-client due to 
#4957
 discard 3784b17407 Upgrade Quarkus to 3.2.0.CR1
 add f8cc5c94c7 Updated CHANGELOG.md
 new 7bb74c17ef Upgrade Quarkus to 3.2.0.CR1
 new 525d3cae5d Disable integration tests that use kubernetes-client due to 
#4957

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

 * -- * -- B -- O -- O -- O   (ecb3d31150)
\
 N -- N -- N   refs/heads/quarkus-main (525d3cae5d)

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

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

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


Summary of changes:
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)



[camel-quarkus] branch dependabot/maven/com.github.tomakehurst-wiremock-3.0.0-beta-10 deleted (was c0b652cec8)

2023-06-16 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a change to branch 
dependabot/maven/com.github.tomakehurst-wiremock-3.0.0-beta-10
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


 was c0b652cec8 Bump wiremock from 3.0.0-beta-9 to 3.0.0-beta-10

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-quarkus] branch main updated: Bump wiremock from 3.0.0-beta-9 to 3.0.0-beta-10

2023-06-16 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new bf603e4fe0 Bump wiremock from 3.0.0-beta-9 to 3.0.0-beta-10
bf603e4fe0 is described below

commit bf603e4fe0142adca88d9a4b8539fdb41755b72b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 16 22:42:16 2023 +

Bump wiremock from 3.0.0-beta-9 to 3.0.0-beta-10

Bumps [wiremock](https://github.com/wiremock/wiremock) from 3.0.0-beta-9 to 
3.0.0-beta-10.
- [Release notes](https://github.com/wiremock/wiremock/releases)
- 
[Commits](https://github.com/wiremock/wiremock/compare/3.0.0-beta-9...3.0.0-beta-10)

---
updated-dependencies:
- dependency-name: com.github.tomakehurst:wiremock
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c1b7210fa0..b6302b7c42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
 ${pdfbox-version}
 2.9.2
 6.0.9
-3.0.0-beta-9
+3.0.0-beta-10
 1.12
 
 



[GitHub] [camel-quarkus] jamesnetherton merged pull request #4995: Bump wiremock from 3.0.0-beta-9 to 3.0.0-beta-10

2023-06-16 Thread via GitHub


jamesnetherton merged PR #4995:
URL: https://github.com/apache/camel-quarkus/pull/4995


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-quarkus] branch main updated (f8cc5c94c7 -> 20fefcd333)

2023-06-16 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

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


from f8cc5c94c7 Updated CHANGELOG.md
 add 20fefcd333 Bump quarkus-artemis-bom from 3.0.0 to 3.0.1

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[camel-quarkus] branch dependabot/maven/io.quarkiverse.artemis-quarkus-artemis-bom-3.0.1 deleted (was 08b86eaa2e)

2023-06-16 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a change to branch 
dependabot/maven/io.quarkiverse.artemis-quarkus-artemis-bom-3.0.1
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


 was 08b86eaa2e Bump quarkus-artemis-bom from 3.0.0 to 3.0.1

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



[GitHub] [camel-quarkus] jamesnetherton merged pull request #4994: Bump quarkus-artemis-bom from 3.0.0 to 3.0.1

2023-06-16 Thread via GitHub


jamesnetherton merged PR #4994:
URL: https://github.com/apache/camel-quarkus/pull/4994


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-kamelets] branch main updated: Updated CHANGELOG.md

2023-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 70f2aa43 Updated CHANGELOG.md
70f2aa43 is described below

commit 70f2aa439363a191defd5637b51205ba5c47baa6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jun 17 03:09:20 2023 +

Updated CHANGELOG.md
---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2aba57a..a5797b10 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
 **Closed issues:**
 
 - coffee-source.kamelet.yaml not found 
[\#1508](https://github.com/apache/camel-kamelets/issues/1508)
+- FTP/SFTP/FTPS Source Kamelets: Add Delete option 
[\#1507](https://github.com/apache/camel-kamelets/issues/1507)
 - Align jackson version with core camel project 
[\#1499](https://github.com/apache/camel-kamelets/issues/1499)
 - Release 3.20.5 [\#1497](https://github.com/apache/camel-kamelets/issues/1497)
 - Bump to Camel 3.20.5 
[\#1496](https://github.com/apache/camel-kamelets/issues/1496)



[camel-kafka-connector] branch main updated: Updated CHANGELOG.md

2023-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/main by this push:
 new 712092563 Updated CHANGELOG.md
712092563 is described below

commit 71209256370847a6b24650ac6cc14dc20e012cc7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jun 17 03:04:39 2023 +

Updated CHANGELOG.md
---
 CHANGELOG.md | 4 
 1 file changed, 4 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b89bef02b..eeac281ab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,14 +6,18 @@
 
 **Closed issues:**
 
+- NoClassDefFoundError when using S3 source connector with STS jar. 
[\#1536](https://github.com/apache/camel-kafka-connector/issues/1536)
 - \[ERROR\] DynamoDB sink connector - default credential provider with 
environment variables not working 
[\#1533](https://github.com/apache/camel-kafka-connector/issues/1533)
 - \[ERROR\] DynamoDB sink connector - No type converter available 
[\#1532](https://github.com/apache/camel-kafka-connector/issues/1532)
+- Configs for CamelAzurestorageblobsinkSinkConnector 
[\#1530](https://github.com/apache/camel-kafka-connector/issues/1530)
 - Unable to use camel-netty-http connector: Error binding property 
pollingConsumerBlockTimeout=0 
[\#1526](https://github.com/apache/camel-kafka-connector/issues/1526)
 - \[Question\] Can I use connectors with Kafka 2.8.1 on Amazon MSK? 
[\#1525](https://github.com/apache/camel-kafka-connector/issues/1525)
 - CKC 3.20.x release 
[\#1492](https://github.com/apache/camel-kafka-connector/issues/1492)
 
 **Merged pull requests:**
 
+- Bump actions/checkout from 3.4.0 to 3.5.3 
[\#1534](https://github.com/apache/camel-kafka-connector/pull/1534) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump peter-evans/create-pull-request from 4.2.4 to 5.0.1 
[\#1529](https://github.com/apache/camel-kafka-connector/pull/1529) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - Bump actions/checkout from 3.3.0 to 3.4.0 
[\#1516](https://github.com/apache/camel-kafka-connector/pull/1516) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - Bump peter-evans/create-pull-request from 4.2.3 to 4.2.4 
[\#1515](https://github.com/apache/camel-kafka-connector/pull/1515) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - Bump actions/checkout from 3.2.0 to 3.3.0 
[\#1499](https://github.com/apache/camel-kafka-connector/pull/1499) 
([dependabot[bot]](https://github.com/apps/dependabot))



[GitHub] [camel-spring-boot] github-actions[bot] opened a new pull request, #859: [Github Actions] Periodic Sync Camel Spring Boot (Camel 4)

2023-06-16 Thread via GitHub


github-actions[bot] opened a new pull request, #859:
URL: https://github.com/apache/camel-spring-boot/pull/859

   Periodic Sync of Camel Spring Boot Main Branch with main Camel Main.
   see 
https://github.com/apache/camel-spring-boot/blob/main/.github/workflows/automatic-sync-main.yml


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-quarkus] github-actions[bot] commented on issue #2927: [CI] - Camel Main Branch Build Failure

2023-06-16 Thread via GitHub


github-actions[bot] commented on issue #2927:
URL: https://github.com/apache/camel-quarkus/issues/2927#issuecomment-1595545647

   The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) 
branch build has failed:
   
   * Build ID: 5295221844-1046-9c0cd382-7b65-444d-81fb-0345199da4d3
   * Camel Quarkus Commit: fcecf3cb7bf9a26252fde531d82a12139f5c8c97
   
   * Camel Main Commit: f8cc5c94c73e4de5065f28049f79fcaeace6420b
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/5295221844


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-k] branch main updated: chore: nightly SBOM refresh

2023-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 4edeaaa5f chore: nightly SBOM refresh
4edeaaa5f is described below

commit 4edeaaa5fa6de78cd959dbaaaea05b661e77fa82
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 16 23:48:24 2023 +

chore: nightly SBOM refresh
---
 camel-k-sbom/camel-k-sbom.json | 54 +-
 1 file changed, 27 insertions(+), 27 deletions(-)

diff --git a/camel-k-sbom/camel-k-sbom.json b/camel-k-sbom/camel-k-sbom.json
index a09d111e7..0c79ddb90 100644
--- a/camel-k-sbom/camel-k-sbom.json
+++ b/camel-k-sbom/camel-k-sbom.json
@@ -2,10 +2,10 @@
   "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json;,
   "bomFormat": "CycloneDX",
   "specVersion": "1.4",
-  "serialNumber": "urn:uuid:7071cc67-00b2-4659-bfac-045dade39daa",
+  "serialNumber": "urn:uuid:dbaf3021-b36d-47d0-b37f-f9948c7e0391",
   "version": 1,
   "metadata": {
-"timestamp": "2023-06-15T23:48:27Z",
+"timestamp": "2023-06-16T23:48:24Z",
 "tools": [
   {
 "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
   }
 ],
 "component": {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230615234231-ffb7999c9c53?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230615234827-b5de7e2a5dcd?type=module",
   "type": "application",
   "name": "github.com/apache/camel-k/v2",
-  "version": "v0.0.0-20230615234231-ffb7999c9c53",
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230615234231-ffb7999c9c53?type=module\u0026goos=linux\u0026goarch=amd64",
+  "version": "v0.0.0-20230615234827-b5de7e2a5dcd",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230615234827-b5de7e2a5dcd?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k;,
@@ -423,18 +423,18 @@
   }
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230615234231-ffb7999c9c53?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230615234827-b5de7e2a5dcd?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/v2/pkg/apis/camel",
-  "version": "v0.0.0-20230615234231-ffb7999c9c53",
+  "version": "v0.0.0-20230615234827-b5de7e2a5dcd",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"e37191304c1eeceb8c104161f251a72f416fd0d171cd3f1aadc1eab9d5fed9d0"
+  "content": 
"d02ad197cfe53d68000f5b5ce4914950310fda1e0d9b0452ed3f1944db92532d"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230615234231-ffb7999c9c53?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230615234827-b5de7e2a5dcd?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k/v2/pkg/apis/camel;,
@@ -443,18 +443,18 @@
   ]
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230615234231-ffb7999c9c53?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230615234827-b5de7e2a5dcd?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/v2/pkg/client/camel",
-  "version": "v0.0.0-20230615234231-ffb7999c9c53",
+  "version": "v0.0.0-20230615234827-b5de7e2a5dcd",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"22b59325b2019ae32b6728b749c392ec3e5ff72defa4883fa613d2075d59281b"
+  "content": 
"e8404b56e8757cecc67f181a1d6f6289f2bcee70aa35bb35869e6849d43413e8"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230615234231-ffb7999c9c53?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230615234827-b5de7e2a5dcd?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k/v2/pkg/client/camel;,
@@ -463,18 +463,18 @@
   ]
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/kamelet/repository@v0.0.0-20230615234231-ffb7999c9c53?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/kamelet/repository@v0.0.0-20230615234827-b5de7e2a5dcd?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/v2/pkg/kamelet/repository",
-  "version": 

[camel-k] branch release-1.12.x updated: Periodic Sync of Camel K Main Branch for SBOM Generation

2023-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch release-1.12.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-1.12.x by this push:
 new d8f1b46eb Periodic Sync of Camel K Main Branch for SBOM Generation
d8f1b46eb is described below

commit d8f1b46ebc7fde8d2ffb90284265fbe4c4aed9d3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 16 23:47:46 2023 +

Periodic Sync of Camel K Main Branch for SBOM Generation
---
 camel-k-sbom/camel-k-sbom.json | 54 +-
 1 file changed, 27 insertions(+), 27 deletions(-)

diff --git a/camel-k-sbom/camel-k-sbom.json b/camel-k-sbom/camel-k-sbom.json
index 7e2aae99e..e4d344739 100644
--- a/camel-k-sbom/camel-k-sbom.json
+++ b/camel-k-sbom/camel-k-sbom.json
@@ -2,10 +2,10 @@
   "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json;,
   "bomFormat": "CycloneDX",
   "specVersion": "1.4",
-  "serialNumber": "urn:uuid:8e2ebfd4-5592-4039-af67-051919cb6ab6",
+  "serialNumber": "urn:uuid:cd89ec93-4cf9-4a41-9b9b-22857bc7",
   "version": 1,
   "metadata": {
-"timestamp": "2023-06-15T23:49:03Z",
+"timestamp": "2023-06-16T23:47:46Z",
 "tools": [
   {
 "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
   }
 ],
 "component": {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230614234756-df994e640c28?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230615234903-8779c2d09b38?type=module",
   "type": "application",
   "name": "github.com/apache/camel-k",
-  "version": "v0.0.0-20230614234756-df994e640c28",
-  "purl": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230614234756-df994e640c28?type=module\u0026goos=linux\u0026goarch=amd64",
+  "version": "v0.0.0-20230615234903-8779c2d09b38",
+  "purl": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230615234903-8779c2d09b38?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k;,
@@ -510,18 +510,18 @@
   }
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230614234756-df994e640c28?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230615234903-8779c2d09b38?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/apis/camel",
-  "version": "v0.0.0-20230614234756-df994e640c28",
+  "version": "v0.0.0-20230615234903-8779c2d09b38",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"61f7a9e0c800bb73194a9779078fb560fbf550b2c847972bb9e180324c80a7cb"
+  "content": 
"1d9a226fbe04b90347ec259f90f54d96603d15f2b76841aca443d44792b2e740"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230614234756-df994e640c28?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230615234903-8779c2d09b38?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k/pkg/apis/camel;,
@@ -530,18 +530,18 @@
   ]
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230614234756-df994e640c28?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230615234903-8779c2d09b38?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/client/camel",
-  "version": "v0.0.0-20230614234756-df994e640c28",
+  "version": "v0.0.0-20230615234903-8779c2d09b38",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"65c46c76cb443ac27f8ce883ce1e99201b43b40595d61b4240b71da6a8cbe35c"
+  "content": 
"b3eebe534cff89e80132ebbb2f873a7819dbcd2280cba22590d33a9b902aea35"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230614234756-df994e640c28?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230615234903-8779c2d09b38?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k/pkg/client/camel;,
@@ -550,18 +550,18 @@
   ]
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/kamelet/repository@v0.0.0-20230614234756-df994e640c28?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/kamelet/repository@v0.0.0-20230615234903-8779c2d09b38?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/kamelet/repository",
-  

[camel-k] branch release-1.10.x updated: Periodic Sync of Camel K Main Branch for SBOM Generation

2023-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch release-1.10.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-1.10.x by this push:
 new b82b45349 Periodic Sync of Camel K Main Branch for SBOM Generation
b82b45349 is described below

commit b82b45349e78c548ea7888d358f71573c4e4e174
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 16 23:47:01 2023 +

Periodic Sync of Camel K Main Branch for SBOM Generation
---
 camel-k-sbom/camel-k-sbom.json | 54 +-
 1 file changed, 27 insertions(+), 27 deletions(-)

diff --git a/camel-k-sbom/camel-k-sbom.json b/camel-k-sbom/camel-k-sbom.json
index 1abb67fb0..4889e3c95 100644
--- a/camel-k-sbom/camel-k-sbom.json
+++ b/camel-k-sbom/camel-k-sbom.json
@@ -2,10 +2,10 @@
   "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json;,
   "bomFormat": "CycloneDX",
   "specVersion": "1.4",
-  "serialNumber": "urn:uuid:b5954d21-860b-43d2-b545-17504f2cf735",
+  "serialNumber": "urn:uuid:5f34caf7-27f3-4c12-b511-a816346d6457",
   "version": 1,
   "metadata": {
-"timestamp": "2023-06-15T23:47:18Z",
+"timestamp": "2023-06-16T23:47:01Z",
 "tools": [
   {
 "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
   }
 ],
 "component": {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230614234358-2cead6fb567f?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230615234718-b229cc5be8d0?type=module",
   "type": "application",
   "name": "github.com/apache/camel-k",
-  "version": "v0.0.0-20230614234358-2cead6fb567f",
-  "purl": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230614234358-2cead6fb567f?type=module\u0026goos=linux\u0026goarch=amd64",
+  "version": "v0.0.0-20230615234718-b229cc5be8d0",
+  "purl": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230615234718-b229cc5be8d0?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k;,
@@ -371,18 +371,18 @@
   }
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230614234358-2cead6fb567f?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230615234718-b229cc5be8d0?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/apis/camel",
-  "version": "v0.0.0-20230614234358-2cead6fb567f",
+  "version": "v0.0.0-20230615234718-b229cc5be8d0",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"a702e52476249bda59a8f1024bdb2ccc3eaaf6909a1ae37c4deb357a086d08f1"
+  "content": 
"b4b0a60719045a083c2ef9b88a89a2ce67e4aa2c3541ce310bdc5f84bede6ec1"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230614234358-2cead6fb567f?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230615234718-b229cc5be8d0?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k/pkg/apis/camel;,
@@ -391,18 +391,18 @@
   ]
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230614234358-2cead6fb567f?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230615234718-b229cc5be8d0?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/client/camel",
-  "version": "v0.0.0-20230614234358-2cead6fb567f",
+  "version": "v0.0.0-20230615234718-b229cc5be8d0",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"79cc749e537d04b901e9b37b7b5459feb1e817c6d5be5648e08f2b91d213c763"
+  "content": 
"7f14065b2fa98f63e7716be2f18835a2942028758e355ddefdeee86242099f83"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230614234358-2cead6fb567f?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230615234718-b229cc5be8d0?type=module\u0026goos=linux\u0026goarch=amd64",
   "externalReferences": [
 {
   "url": "https://github.com/apache/camel-k/pkg/client/camel;,
@@ -411,18 +411,18 @@
   ]
 },
 {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/kamelet/repository@v0.0.0-20230614234358-2cead6fb567f?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/kamelet/repository@v0.0.0-20230615234718-b229cc5be8d0?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/kamelet/repository",
-  

[camel-quarkus] branch dependabot/maven/com.github.tomakehurst-wiremock-3.0.0-beta-10 created (now c0b652cec8)

2023-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/com.github.tomakehurst-wiremock-3.0.0-beta-10
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


  at c0b652cec8 Bump wiremock from 3.0.0-beta-9 to 3.0.0-beta-10

No new revisions were added by this update.



[GitHub] [camel-quarkus] dependabot[bot] opened a new pull request, #4995: Bump wiremock from 3.0.0-beta-9 to 3.0.0-beta-10

2023-06-16 Thread via GitHub


dependabot[bot] opened a new pull request, #4995:
URL: https://github.com/apache/camel-quarkus/pull/4995

   Bumps [wiremock](https://github.com/wiremock/wiremock) from 3.0.0-beta-9 to 
3.0.0-beta-10.
   
   Release notes
   Sourced from https://github.com/wiremock/wiremock/releases;>wiremock's 
releases.
   
   3.0.0-beta-10
   Fixes
   https://redirect.github.com/wiremock/wiremock/issues/2223;>#2223 - 
prevent exception being thrown when a stub using matchesJsonSchema 
is present and the request body is empty - thanks https://github.com/Mahoney;>@​Mahoney
   Enhancements
   https://redirect.github.com/wiremock/wiremock/issues/2214;>#2214 - 
further removal of Guava code - thanks https://github.com/pks-1981;>@​pks-1981
   
   
   
   Commits
   
   https://github.com/wiremock/wiremock/commit/409d49822ea762138cfa592744f15294b4b0abcf;>409d498
 Bumped beta version
   https://github.com/wiremock/wiremock/commit/a0f880e97fd189687cfdee76be080872b336b7b5;>a0f880e
 MatchesJsonSchemaPattern will return no match for null input (https://redirect.github.com/wiremock/wiremock/issues/2223;>#2223)
   https://github.com/wiremock/wiremock/commit/081237693665ed272adf033c73fe7f17c9faf875;>0812376
 Bump org.sonarqube from 4.2.0.3129 to 4.2.1.3168 (https://redirect.github.com/wiremock/wiremock/issues/2217;>#2217)
   https://github.com/wiremock/wiremock/commit/ed6822c06505de6395e43d7ea114d67efdaa51f7;>ed6822c
 Bump com.google.guava:guava from 32.0.0-jre to 32.0.1-jre (https://redirect.github.com/wiremock/wiremock/issues/2212;>#2212)
   https://github.com/wiremock/wiremock/commit/f530a594822adee20f5c677c64ccd9f874427d7d;>f530a59
 Proposal: Jetty settings. Removing Optional. (https://redirect.github.com/wiremock/wiremock/issues/2214;>#2214)
   https://github.com/wiremock/wiremock/commit/a02ea76a74e0e141305785264005e36cf8ac3ab6;>a02ea76
 Replace Guava classes (https://redirect.github.com/wiremock/wiremock/issues/2215;>#2215)
   https://github.com/wiremock/wiremock/commit/f659ce083540fd96d25c48226ce2dd640fd6176f;>f659ce0
 Merge pull request https://redirect.github.com/wiremock/wiremock/issues/2207;>#2207 from 
wiremock/comaintainers
   https://github.com/wiremock/wiremock/commit/7f84bf18fc4beb18398f7bc40155a28c56c9ad9c;>7f84bf1
 Add WireMock co-maintainers role and document the merge process
   See full diff in https://github.com/wiremock/wiremock/compare/3.0.0-beta-9...3.0.0-beta-10;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.tomakehurst:wiremock=maven=3.0.0-beta-9=3.0.0-beta-10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-quarkus] branch dependabot/maven/io.quarkiverse.artemis-quarkus-artemis-bom-3.0.1 created (now 08b86eaa2e)

2023-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/io.quarkiverse.artemis-quarkus-artemis-bom-3.0.1
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


  at 08b86eaa2e Bump quarkus-artemis-bom from 3.0.0 to 3.0.1

No new revisions were added by this update.



[GitHub] [camel-quarkus] dependabot[bot] opened a new pull request, #4994: Bump quarkus-artemis-bom from 3.0.0 to 3.0.1

2023-06-16 Thread via GitHub


dependabot[bot] opened a new pull request, #4994:
URL: https://github.com/apache/camel-quarkus/pull/4994

   Bumps [quarkus-artemis-bom](https://github.com/quarkiverse/quarkus-artemis) 
from 3.0.0 to 3.0.1.
   
   Release notes
   Sourced from https://github.com/quarkiverse/quarkus-artemis/releases;>quarkus-artemis-bom's
 releases.
   
   3.0.1
   Release Notes:
   
   Version updates:
   
   Changed quarkus version from 3.0.0.Final to 
3.1.2.Final
   Changed artemis version from 2.26.0 to 
2.28.0
   Changed quarkiverse-parent from 13 to 15
   Changed jandex-maven-plugin version form 3.1.1 to 
3.1.2
   Changed maven-dependency-plugin version from 3.5.0 to 
3.6.0
   Define maven-jar-plugin version to 3.3.0
   
   
   Bug fixes:
   
   https://redirect.github.com/quarkiverse/quarkus-artemis/issues/230;>#230:
 Artemis ConnectionFactory registered under ApplicationScope, does not register 
XAResourceRecovery on application start
   
   
   Miscellenious:
   
   Added scm meta information
   
   
   
   Please check the https://quarkiverse.github.io/quarkiverse-docs/quarkus-artemis/dev/index.html;>project
 documentation.
   Full Changelog: https://github.com/quarkiverse/quarkus-artemis/compare/3.0.0...3.0.1;>https://github.com/quarkiverse/quarkus-artemis/compare/3.0.0...3.0.1
   
   
   
   Commits
   
   https://github.com/quarkiverse/quarkus-artemis/commit/08ab64d7da68ce588cafbce4085769d566b95e48;>08ab64d
 Update stable version for documentation
   https://github.com/quarkiverse/quarkus-artemis/commit/fc4134b795b3db2494cf74b3438d7c664e21f0da;>fc4134b
 [maven-release-plugin] prepare release 3.0.1
   https://github.com/quarkiverse/quarkus-artemis/commit/1cb217571d6b3a9061f51ff87d9c935b206a51f8;>1cb2175
 Release 3.0.1
   https://github.com/quarkiverse/quarkus-artemis/commit/f49a47cb09b586c8d0ee3612f29e4294f231e86e;>f49a47c
 Bump quarkus.version from 3.1.1.Final to 3.1.2.Final
   https://github.com/quarkiverse/quarkus-artemis/commit/30b58c87df424d5cfa24c934925131866952a6c1;>30b58c8
 Resolves https://redirect.github.com/quarkiverse/quarkus-artemis/issues/230;>#230
   https://github.com/quarkiverse/quarkus-artemis/commit/be1a9e2263d3aae478f550982b05334e145fa9bb;>be1a9e2
 Bump jandex-maven-plugin from 3.1.1 to 3.1.2
   https://github.com/quarkiverse/quarkus-artemis/commit/519a3e5bda133ed305744c17fe896727741223f7;>519a3e5
 Bump quarkus.version from 3.1.0.Final to 3.1.1.Final
   https://github.com/quarkiverse/quarkus-artemis/commit/d1ac487c84231ea3cbd160352b60369917708d40;>d1ac487
 Bump quarkiverse-parent from 14 to 15
   https://github.com/quarkiverse/quarkus-artemis/commit/2ef916225a151550e811a33aa071c19033d1be79;>2ef9162
 fix scm entry
   https://github.com/quarkiverse/quarkus-artemis/commit/b47c33c6e132fce315d4492ab4c1f60f04a2cde9;>b47c33c
 Include scm info
   Additional commits viewable in https://github.com/quarkiverse/quarkus-artemis/compare/3.0.0...3.0.1;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.quarkiverse.artemis:quarkus-artemis-bom=maven=3.0.0=3.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 

[camel-karavan] branch main updated: Reload in designer for #757

2023-06-16 Thread marat
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new e441a8ad Reload in designer for #757
e441a8ad is described below

commit e441a8ad4f29e78309ad699010cdc3c8c2181013
Author: Marat Gubaidullin 
AuthorDate: Fri Jun 16 16:52:01 2023 -0400

Reload in designer for #757
---
 karavan-app/src/main/webui/src/Main.tsx|  4 +--
 .../webui/src/designer/route/DslProperties.tsx | 17 --
 .../designer/route/property/DslPropertyField.tsx   |  6 ++--
 .../main/webui/src/projects/ProjectDevelopment.tsx |  6 ++--
 .../src/main/webui/src/projects/ProjectEventBus.ts | 16 +
 .../src/main/webui/src/projects/ProjectLog.tsx | 14 
 .../main/webui/src/projects/ProjectPageToolbar.tsx | 21 ++--
 .../src/main/webui/src/projects/RunnerToolbar.tsx  | 39 ++
 8 files changed, 84 insertions(+), 39 deletions(-)

diff --git a/karavan-app/src/main/webui/src/Main.tsx 
b/karavan-app/src/main/webui/src/Main.tsx
index 392ea4c4..af07dc78 100644
--- a/karavan-app/src/main/webui/src/Main.tsx
+++ b/karavan-app/src/main/webui/src/Main.tsx
@@ -95,8 +95,8 @@ export class Main extends React.Component {
 sub?: Subscription;
 
 componentDidMount() {
-this.sub = ProjectEventBus.onSelectProject()?.subscribe((project: 
Project) => {
-this.onProjectSelect(project);
+this.sub = ProjectEventBus.onSelectProject()?.subscribe((project: 
Project | undefined) => {
+if (project) this.onProjectSelect(project);
 });
 KaravanApi.getAuthType((authType: string) => {
 console.log("authType", authType);
diff --git a/karavan-app/src/main/webui/src/designer/route/DslProperties.tsx 
b/karavan-app/src/main/webui/src/designer/route/DslProperties.tsx
index fbc1..41fe2d3e 100644
--- a/karavan-app/src/main/webui/src/designer/route/DslProperties.tsx
+++ b/karavan-app/src/main/webui/src/designer/route/DslProperties.tsx
@@ -89,17 +89,12 @@ export class DslProperties extends React.Component {
 
 parametersChanged = (parameter: string, value: string | number | boolean | 
any, pathParameter?: boolean, newRoute?: RouteToCreate) => {
 if (this.state.step && this.state.step) {
-if (pathParameter) {
-const uri = ComponentApi.buildComponentUri((this.state.step as 
any).uri, parameter, value);
-this.propertyChanged("uri", uri, newRoute);
-} else {
-const clone = (CamelUtil.cloneStep(this.state.step));
-const parameters: any = {...(clone as any).parameters};
-parameters[parameter] = value;
-(clone as any).parameters = parameters;
-this.setStep(clone);
-this.props.onPropertyUpdate?.call(this, clone);
-}
+const clone = (CamelUtil.cloneStep(this.state.step));
+const parameters: any = {...(clone as any).parameters};
+parameters[parameter] = value;
+(clone as any).parameters = parameters;
+this.setStep(clone);
+this.props.onPropertyUpdate?.call(this, clone);
 }
 }
 
diff --git 
a/karavan-app/src/main/webui/src/designer/route/property/DslPropertyField.tsx 
b/karavan-app/src/main/webui/src/designer/route/property/DslPropertyField.tsx
index fde5ab5e..48f10440 100644
--- 
a/karavan-app/src/main/webui/src/designer/route/property/DslPropertyField.tsx
+++ 
b/karavan-app/src/main/webui/src/designer/route/property/DslPropertyField.tsx
@@ -66,6 +66,7 @@ import EditorIcon from 
"@patternfly/react-icons/dist/js/icons/code-icon";
 import {TemplateApi} from "karavan-core/lib/api/TemplateApi";
 import {ModalEditor} from "./ModalEditor";
 import {KaravanInstance} from "../../KaravanDesigner";
+import {ComponentApi} from "karavan-core/lib/api/ComponentApi";
 
 interface Props {
 property: PropertyMeta,
@@ -599,14 +600,13 @@ export class DslPropertyField extends 
React.Component {
 return (
 
 {properties.map(kp => {
-// console.log(kp);
-// 
console.log(CamelDefinitionApiExt.getParametersValue(this.props.element, 
kp.name, kp.kind === 'path'));
+const value = 
CamelDefinitionApiExt.getParametersValue(this.props.element, kp.name, kp.kind 
=== 'path');
 return ()
 })}
diff --git a/karavan-app/src/main/webui/src/projects/ProjectDevelopment.tsx 
b/karavan-app/src/main/webui/src/projects/ProjectDevelopment.tsx
index 1e19cc6d..db13e68b 100644
--- a/karavan-app/src/main/webui/src/projects/ProjectDevelopment.tsx
+++ b/karavan-app/src/main/webui/src/projects/ProjectDevelopment.tsx
@@ -1,7 +1,7 @@
 import React, {useEffect, useRef, useState} from 'react';
 import {
 Card,
-CardBody, 

[camel-k-runtime] branch dependabot/github_actions/actions/checkout-3 created (now 1e9b104e)

2023-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/github_actions/actions/checkout-3
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


  at 1e9b104e build(deps): bump actions/checkout from 2 to 3

No new revisions were added by this update.



[GitHub] [camel-k-runtime] dependabot[bot] opened a new pull request, #1051: build(deps): bump actions/checkout from 2 to 3

2023-06-16 Thread via GitHub


dependabot[bot] opened a new pull request, #1051:
URL: https://github.com/apache/camel-k-runtime/pull/1051

   Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
   
   Release notes
   Sourced from https://github.com/actions/checkout/releases;>actions/checkout's 
releases.
   
   v3.0.0
   
   Updated to the node16 runtime by default
   
   This requires a minimum https://github.com/actions/runner/releases/tag/v2.285.0;>Actions 
Runner version of v2.285.0 to run, which is by default available in GHES 
3.4 or later.
   
   
   
   v2.7.0
   What's Changed
   
   Add new public key for known_hosts (https://redirect.github.com/actions/checkout/issues/1237;>#1237) by 
https://github.com/TingluoHuang;>@​TingluoHuang in https://redirect.github.com/actions/checkout/pull/1238;>actions/checkout#1238
   
   Full Changelog: https://github.com/actions/checkout/compare/v2.6.0...v2.7.0;>https://github.com/actions/checkout/compare/v2.6.0...v2.7.0
   v2.6.0
   What's Changed
   
   Add backports to v2 branch by https://github.com/cory-miller;>@​cory-miller in https://redirect.github.com/actions/checkout/pull/1040;>actions/checkout#1040
   
   Includes backports from the following changes: https://redirect.github.com/actions/checkout/pull/964;>actions/checkout#964,
 https://redirect.github.com/actions/checkout/pull/1002;>actions/checkout#1002,
 https://redirect.github.com/actions/checkout/pull/1029;>actions/checkout#1029
   Upgraded the licensed version to match what is used in v3.
   
   
   
   Full Changelog: https://github.com/actions/checkout/compare/v2.5.0...v2.6.0;>https://github.com/actions/checkout/compare/v2.5.0...v2.6.0
   v2.5.0
   What's Changed
   
   Update @​actions/core to 1.10.0 by https://github.com/rentziass;>@​rentziass in https://redirect.github.com/actions/checkout/pull/962;>actions/checkout#962
   
   Full Changelog: https://github.com/actions/checkout/compare/v2...v2.5.0;>https://github.com/actions/checkout/compare/v2...v2.5.0
   v2.4.2
   What's Changed
   
   Add set-safe-directory input to allow customers to take control. (https://redirect.github.com/actions/checkout/issues/770;>#770) by https://github.com/TingluoHuang;>@​TingluoHuang in https://redirect.github.com/actions/checkout/pull/776;>actions/checkout#776
   Prepare changelog for v2.4.2. by https://github.com/TingluoHuang;>@​TingluoHuang in https://redirect.github.com/actions/checkout/pull/778;>actions/checkout#778
   
   Full Changelog: https://github.com/actions/checkout/compare/v2...v2.4.2;>https://github.com/actions/checkout/compare/v2...v2.4.2
   v2.4.1
   
   Fixed an issue where checkout failed to run in container jobs due to the 
new git setting safe.directory
   
   v2.4.0
   
   Convert SSH URLs like org-ORG_ID@github.com: to 
https://github.com/ - https://redirect.github.com/actions/checkout/pull/621;>pr
   
   v2.3.5
   Update dependencies
   v2.3.4
   
   https://redirect.github.com/actions/checkout/pull/379;>Add 
missing awaits
   https://redirect.github.com/actions/checkout/pull/360;>Swap to 
Environment Files
   
   v2.3.3
   
   https://redirect.github.com/actions/checkout/pull/345;>Remove 
Unneeded commit information from build logs
   https://redirect.github.com/actions/checkout/pull/326;>Add 
Licensed to verify third party dependencies
   
   
   
   ... (truncated)
   
   
   Changelog
   Sourced from https://github.com/actions/checkout/blob/main/CHANGELOG.md;>actions/checkout's
 changelog.
   
   Changelog
   v3.5.3
   
   https://redirect.github.com/actions/checkout/pull/1196;>Fix: 
Checkout fail in self-hosted runners when faulty submodule are 
checked-in
   https://redirect.github.com/actions/checkout/pull/1287;>Fix 
typos found by codespell
   https://redirect.github.com/actions/checkout/pull/1369;>Add 
support for sparse checkouts
   
   v3.5.2
   
   https://redirect.github.com/actions/checkout/pull/1289;>Fix api 
endpoint for GHES
   
   v3.5.1
   
   https://redirect.github.com/actions/checkout/pull/1246;>Fix 
slow checkout on Windows
   
   v3.5.0
   
   https://redirect.github.com/actions/checkout/pull/1237;>Add new 
public key for known_hosts
   
   v3.4.0
   
   https://redirect.github.com/actions/checkout/pull/1209;>Upgrade 
codeql actions to v2
   https://redirect.github.com/actions/checkout/pull/1210;>Upgrade 
dependencies
   https://redirect.github.com/actions/checkout/pull/1225;>Upgrade 
@​actions/io
   
   v3.3.0
   
   https://redirect.github.com/actions/checkout/pull/1045;>Implement branch 
list using callbacks from exec function
   https://redirect.github.com/actions/checkout/pull/1050;>Add in 
explicit reference to private checkout options
   [Fix comment typos (that got added in https://redirect.github.com/actions/checkout/issues/770;>#770)](https://redirect.github.com/actions/checkout/pull/1057;>actions/checkout#1057)
   
   v3.2.0
   
   https://redirect.github.com/actions/checkout/pull/942;>Add 
GitHub Action to perform release
   

[GitHub] [camel-k] erick-leao opened a new issue, #4492: Alter namespace where the Push of Operator sends the image generated

2023-06-16 Thread via GitHub


erick-leao opened a new issue, #4492:
URL: https://github.com/apache/camel-k/issues/4492

   Hi staff,
   
   I would like to know if the option of configuration a kamel run I set the 
namespace where the image that generated by Operator will be pushed in some 
other namespace of registry?
   
   ex:
   
   ```
   kubernete namespace: my-camel-testes
   registry:http://site.com/
   
   and after the build o Operator execute:
   
   ... Pushing image 
site.com/my-camel-testes/camel-k-kit-ci6abnpcn3sd9fqa19b0:261541652 ...
   ```
   
   But I need that this image "**camel-k-kit-ci6abnpcn3sd9fqa19b0:261541652**" 
is push for "**site.com/project-x/camel-k-kit-ci6abnpcn3sd9fqa19b0:261541652**"
   
   There is to change "**my-camel-testes**" to "**project-x**" without me have 
that to change the namespace of kubernetes?
   
   I read all --traits configuration and I did not find a response for this.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-kafka-connector] dezka closed issue #1536: NoClassDefFoundError when using S3 source connector with STS jar.

2023-06-16 Thread via GitHub


dezka closed issue #1536: NoClassDefFoundError when using S3 source connector 
with STS jar.
URL: https://github.com/apache/camel-kafka-connector/issues/1536


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-kafka-connector] dezka commented on issue #1536: NoClassDefFoundError when using S3 source connector with STS jar.

2023-06-16 Thread via GitHub


dezka commented on issue #1536:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1536#issuecomment-1595116979

   Cool. Thanks for all the help!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel] branch regen_bot updated (8dcce7bff67 -> d23075a87ba)

2023-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


omit 8dcce7bff67 Regen for commit 83aa9070710555827b35b4d9cc05e4081e6525d8
 add d23075a87ba Regen for commit 83aa9070710555827b35b4d9cc05e4081e6525d8

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

 * -- * -- B -- O -- O -- O   (8dcce7bff67)
\
 N -- N -- N   refs/heads/regen_bot (d23075a87ba)

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

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

No new revisions were added by this update.

Summary of changes:



[GitHub] [camel-kafka-connector] oscerd commented on issue #1536: NoClassDefFoundError when using S3 source connector with STS jar.

2023-06-16 Thread via GitHub


oscerd commented on issue #1536:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1536#issuecomment-1595037119

   I think so. It should be related to sts.
   
   This project is mostly followed by volunteers. It's just a release with a 
good level of trust


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-spring-boot] 01/01: camel-kafka - Properly define the after all method

2023-06-16 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository.

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

commit 6151621ca2933d6e07c4df97af4fceffdd0ee2bd
Author: Nicolas Filotto 
AuthorDate: Fri Jun 16 19:47:11 2023 +0200

camel-kafka - Properly define the after all method
---
 .../camel/component/kafka/integration/KafkaProducerFullIT.java | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git 
a/components-starter/camel-kafka-starter/src/test/java/org/apache/camel/component/kafka/integration/KafkaProducerFullIT.java
 
b/components-starter/camel-kafka-starter/src/test/java/org/apache/camel/component/kafka/integration/KafkaProducerFullIT.java
index 43803d9a723..04a884de53e 100644
--- 
a/components-starter/camel-kafka-starter/src/test/java/org/apache/camel/component/kafka/integration/KafkaProducerFullIT.java
+++ 
b/components-starter/camel-kafka-starter/src/test/java/org/apache/camel/component/kafka/integration/KafkaProducerFullIT.java
@@ -47,6 +47,7 @@ import org.apache.kafka.clients.producer.RecordMetadata;
 import org.apache.kafka.common.header.Header;
 import org.apache.kafka.common.header.Headers;
 import org.junit.jupiter.api.AfterAll;
+import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.Assertions;
 import org.junit.jupiter.api.BeforeAll;
 import org.junit.jupiter.api.Test;
@@ -128,7 +129,7 @@ public class KafkaProducerFullIT extends 
BaseEmbeddedKafkaTestSupport {
 }
 
 @AfterAll
-public void after() {
+public static void after() {
 // clean all test topics
 final List topics = new ArrayList<>();
 topics.add(TOPIC_BYTES);
@@ -137,6 +138,10 @@ public class KafkaProducerFullIT extends 
BaseEmbeddedKafkaTestSupport {
 topics.add(TOPIC_STRINGS);
 
 kafkaAdminClient.deleteTopics(topics);
+}
+
+@AfterEach
+public void reset() {
 mockEndpoint.reset();
 }
 



[camel-spring-boot] branch fix-tests created (now 6151621ca29)

2023-06-16 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a change to branch fix-tests
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


  at 6151621ca29 camel-kafka - Properly define the after all method

This branch includes the following new commits:

 new 6151621ca29 camel-kafka - Properly define the after all method

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.




[GitHub] [camel-kafka-connector] dezka commented on issue #1536: NoClassDefFoundError when using S3 source connector with STS jar.

2023-06-16 Thread via GitHub


dezka commented on issue #1536:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1536#issuecomment-1595029104

    thanks. Using 3.20.3 works for me. Is this a problem that only presented 
itself because I'm trying to use the STS jar? Or did 3.18.2 already have this 
issue?
   
   Is 3.20.3 production ready?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel] branch main updated: Regen for commit 83aa9070710555827b35b4d9cc05e4081e6525d8

2023-06-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new d23075a87ba Regen for commit 83aa9070710555827b35b4d9cc05e4081e6525d8
d23075a87ba is described below

commit d23075a87bac1aaedc06a79839dbd6517f670227
Author: orpiske 
AuthorDate: Fri Jun 16 16:53:39 2023 +

Regen for commit 83aa9070710555827b35b4d9cc05e4081e6525d8

Signed-off-by: GitHub 
---
 core/camel-util/src/main/java/org/apache/camel/util/StringHelper.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/core/camel-util/src/main/java/org/apache/camel/util/StringHelper.java 
b/core/camel-util/src/main/java/org/apache/camel/util/StringHelper.java
index 70e29a4a3a3..646a563389a 100644
--- a/core/camel-util/src/main/java/org/apache/camel/util/StringHelper.java
+++ b/core/camel-util/src/main/java/org/apache/camel/util/StringHelper.java
@@ -17,7 +17,6 @@
 package org.apache.camel.util;
 
 import java.util.ArrayList;
-import java.util.Arrays;
 import java.util.Collections;
 import java.util.Iterator;
 import java.util.List;



[GitHub] [camel] oscerd merged pull request #10417: Generated sources regen

2023-06-16 Thread via GitHub


oscerd merged PR #10417:
URL: https://github.com/apache/camel/pull/10417


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel] branch regen_bot updated (29e918f1cb8 -> 8dcce7bff67)

2023-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


from 29e918f1cb8 Revert "should servlet and rest throw exceptions when 
duplicate and ambiguous paths occur (#10400)"
 add 10b0f9161b8 (chores) camel-util: use Java native methods for 
padding/filling chars
 add 8e93fe10200 (chores) camel-util: added missing test annotation
 add 5ff4ef88b67 (chores) camel-core: remove duplicated test case
 add 83aa9070710 (chores) camel-util: remove unused exceptions
 add 8dcce7bff67 Regen for commit 83aa9070710555827b35b4d9cc05e4081e6525d8

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/util/StringHelperTest.java| 354 -
 .../java/org/apache/camel/util/StringHelper.java   |  11 +-
 .../org/apache/camel/util/StringHelperTest.java| 354 -
 3 files changed, 342 insertions(+), 377 deletions(-)
 delete mode 100644 
core/camel-core/src/test/java/org/apache/camel/util/StringHelperTest.java



[GitHub] [camel] github-actions[bot] opened a new pull request, #10417: Generated sources regen

2023-06-16 Thread via GitHub


github-actions[bot] opened a new pull request, #10417:
URL: https://github.com/apache/camel/pull/10417

   Regen bot :robot: found some uncommitted changes after running build on 
:camel: `main` branch.
   Please do not delete `regen_bot` branch after merge/rebase.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-kafka-connector] oscerd commented on issue #1536: NoClassDefFoundError when using S3 source connector with STS jar.

2023-06-16 Thread via GitHub


oscerd commented on issue #1536:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1536#issuecomment-1594971170

   There should have been something wrong with 3.18.2, because utils is 
misaligned with the other jars. Try with 3.20.3, where they are all aligned to 
2.18.40


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-kafka-connector] branch dependabot/github_actions/peter-evans/create-pull-request-5.0.1 deleted (was 9136d3f62)

2023-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/github_actions/peter-evans/create-pull-request-5.0.1
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


 was 9136d3f62 Bump peter-evans/create-pull-request from 4.2.4 to 5.0.1

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-kafka-connector] branch main updated: Bump peter-evans/create-pull-request from 4.2.4 to 5.0.1

2023-06-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new 8e5299a70 Bump peter-evans/create-pull-request from 4.2.4 to 5.0.1
8e5299a70 is described below

commit 8e5299a702fc15c23cb0b36f160897b8c3591c40
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 8 16:09:32 2023 +

Bump peter-evans/create-pull-request from 4.2.4 to 5.0.1

Bumps 
[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request)
 from 4.2.4 to 5.0.1.
- [Release 
notes](https://github.com/peter-evans/create-pull-request/releases)
- 
[Commits](https://github.com/peter-evans/create-pull-request/compare/v4.2.4...v5.0.1)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 
---
 .github/workflows/automatic-sync-camel-main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/automatic-sync-camel-main.yml 
b/.github/workflows/automatic-sync-camel-main.yml
index 1732009e8..e65e76e04 100644
--- a/.github/workflows/automatic-sync-camel-main.yml
+++ b/.github/workflows/automatic-sync-camel-main.yml
@@ -101,7 +101,7 @@ jobs:
   name: test-logs-java-${{ matrix.java }}
   path: tests/**/target/tests.log
   - name: Create Pull Request
-uses: peter-evans/create-pull-request@v4.2.4
+uses: peter-evans/create-pull-request@v5.0.1
 with:
   base: main
   token: ${{ secrets.GITHUB_TOKEN }}



[camel-kafka-connector] branch dependabot/github_actions/actions/checkout-3.5.3 deleted (was f43e6345f)

2023-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/github_actions/actions/checkout-3.5.3
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


 was f43e6345f Bump actions/checkout from 3.4.0 to 3.5.3

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



[GitHub] [camel-kafka-connector] oscerd merged pull request #1529: Bump peter-evans/create-pull-request from 4.2.4 to 5.0.1

2023-06-16 Thread via GitHub


oscerd merged PR #1529:
URL: https://github.com/apache/camel-kafka-connector/pull/1529


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-kafka-connector] oscerd merged pull request #1534: Bump actions/checkout from 3.4.0 to 3.5.3

2023-06-16 Thread via GitHub


oscerd merged PR #1534:
URL: https://github.com/apache/camel-kafka-connector/pull/1534


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-kafka-connector] branch main updated (6bf1bed00 -> 85a01ff19)

2023-06-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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


from 6bf1bed00 Updated CHANGELOG.md
 add 85a01ff19 Bump actions/checkout from 3.4.0 to 3.5.3

No new revisions were added by this update.

Summary of changes:
 .github/workflows/asf-snapshots-deploy.yml   | 4 ++--
 .github/workflows/automatic-changelog-update.yml | 2 +-
 .github/workflows/automatic-sync-camel-main.yml  | 4 ++--
 .github/workflows/backport.yml   | 2 +-
 .github/workflows/ci-build.yml   | 2 +-
 .github/workflows/daily-java-next.yml| 2 +-
 .github/workflows/depsreview.yaml| 2 +-
 .github/workflows/maven-it.yaml  | 2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)



[GitHub] [camel-kafka-connector] dezka commented on issue #1536: NoClassDefFoundError when using S3 source connector with STS jar.

2023-06-16 Thread via GitHub


dezka commented on issue #1536:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1536#issuecomment-1594957775

   Sorry, missed it on the OP, updated it to include the exception.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-spring-boot] 01/01: CAMEL-19308: Add minimal support of native mode

2023-06-16 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch CAMEL-19308/add-minimal-aot-support
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 333aa33993aae0ee942ba2f01fc79d02d417d276
Author: Nicolas Filotto 
AuthorDate: Fri Jun 16 18:13:18 2023 +0200

CAMEL-19308: Add minimal support of native mode
---
 .../camel/springboot/catalog/others.properties |   1 +
 .../camel/springboot/catalog/others/xml-jaxb.json  |  15 +
 components-starter/camel-xml-jaxb-starter/pom.xml  |  66 +
 .../xml/jaxb/springboot/JAXBRuntimeHints.java  | 315 +
 .../jaxb/springboot/graalvm/JAXBSubstitutions.java | 101 +++
 .../src/main/resources/META-INF/LICENSE.txt| 203 +
 .../src/main/resources/META-INF/NOTICE.txt |  11 +
 .../src/main/resources/META-INF/spring.provides|  17 ++
 .../main/resources/META-INF/spring/aot.factories   |   2 +
 .../camel/xml/jaxb/springboot/BeanScope.java   |  25 +-
 .../org/apache/camel/xml/jaxb/springboot/Book.java |  38 ++-
 .../camel/xml/jaxb/springboot/IdentifiedType.java  |  39 ++-
 .../xml/jaxb/springboot/JAXBRuntimeHintsTest.java  |  53 
 .../camel/xml/jaxb/springboot/USAddress.java   | 201 +
 .../apache/camel/xml/jaxb/springboot/jaxb.index|   1 +
 components-starter/pom.xml |   1 +
 .../camel/spring/boot/CamelAutoConfiguration.java  |   8 +-
 .../boot/CamelSpringBootApplicationController.java |   4 +-
 .../camel/spring/boot/SpringPropertiesParser.java  |   7 +-
 .../camel/spring/boot/aot/CamelRuntimeHints.java   |  98 +++
 .../camel/spring/boot/aot/ReflectionHelper.java| 239 
 .../camel/spring/boot/aot/RuntimeHintsHelper.java  |  71 +
 .../camel-spring-boot/native-image.properties  |   1 +
 .../spring/boot/aot/CamelRuntimeHintsTest.java |  52 
 .../spring/boot/aot/ReflectionHelperTest.java  | 142 ++
 dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml |   5 +
 .../jaxb/springboot/aot/XMLDSLRuntimeHints.java|  24 +-
 .../main/resources/META-INF/spring/aot.factories   |   2 +
 pom.xml|   2 +
 29 files changed, 1676 insertions(+), 68 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
index 7af10075c1a..240ffc8defe 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
@@ -29,6 +29,7 @@ shiro
 spring-security
 undertow-spring-security
 xml-io-dsl
+xml-jaxb
 xml-jaxb-dsl
 xml-jaxp
 yaml-dsl
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/xml-jaxb.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/xml-jaxb.json
new file mode 100644
index 000..fb3fe104749
--- /dev/null
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/xml-jaxb.json
@@ -0,0 +1,15 @@
+{
+  "other": {
+"kind": "other",
+"name": "xml-jaxb",
+"title": "Xml Jaxb",
+"description": "Camel XML JAXB",
+"deprecated": false,
+"firstVersion": "3.1.0",
+"label": "dsl",
+"supportLevel": "Stable",
+"groupId": "org.apache.camel.springboot",
+"artifactId": "camel-xml-jaxb-starter",
+"version": "4.0.0-SNAPSHOT"
+  }
+}
diff --git a/components-starter/camel-xml-jaxb-starter/pom.xml 
b/components-starter/camel-xml-jaxb-starter/pom.xml
new file mode 100644
index 000..be459406cdb
--- /dev/null
+++ b/components-starter/camel-xml-jaxb-starter/pom.xml
@@ -0,0 +1,66 @@
+
+
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
+  4.0.0
+  
+org.apache.camel.springboot
+components-starter
+4.0.0-SNAPSHOT
+  
+  camel-xml-jaxb-starter
+  jar
+  Spring-Boot Starter for Camel JAXB Support
+  
+
+  org.springframework.boot
+  spring-boot-starter
+  ${spring-boot-version}
+
+
+  org.apache.camel
+  camel-xml-jaxb
+  ${camel-version}
+
+
+  org.graalvm.sdk
+  graal-sdk
+  ${graal-sdk-version}
+  provided
+
+
+  org.springframework.boot
+  spring-boot-starter-test
+  ${spring-boot-version}
+  test
+
+
+  org.springframework
+  spring-core-test
+  ${spring-version}
+  test
+
+
+
+  org.apache.camel.springboot
+  camel-core-starter
+
+
+  
+
diff --git 

[camel-spring-boot] branch CAMEL-19308/add-minimal-aot-support updated (625cf72247b -> 333aa33993a)

2023-06-16 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a change to branch CAMEL-19308/add-minimal-aot-support
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


 discard 625cf72247b CAMEL-19308: Add minimal support of native mode
 new 333aa33993a CAMEL-19308: Add minimal support of native mode

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

 * -- * -- B -- O -- O -- O   (625cf72247b)
\
 N -- N -- N   refs/heads/CAMEL-19308/add-minimal-aot-support 
(333aa33993a)

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

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

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


Summary of changes:
 .../test/resources/org/apache/camel/xml/jaxb/springboot/jaxb.index  | 2 +-
 .../java/org/apache/camel/spring/boot/aot/ReflectionHelper.java | 6 +++---
 .../camel-spring-boot/native-image.properties   | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)



[GitHub] [camel-kafka-connector] oscerd commented on issue #1536: NoClassDefFoundError when using S3 source connector with STS jar.

2023-06-16 Thread via GitHub


oscerd commented on issue #1536:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1536#issuecomment-1594956729

   What is the class missing? NoClassDefFoundError is the exception, what is 
the message?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-kafka-connector] dezka opened a new issue, #1536: NoClassDefFoundError when using S3 source connector with STS jar.

2023-06-16 Thread via GitHub


dezka opened a new issue, #1536:
URL: https://github.com/apache/camel-kafka-connector/issues/1536

   Version 3.18.2 of the connector, Kafka Connect 2.8, Java 11, Kafka 2.8.
   
   config:
   
   ```
   {
 "connector.class": 
"org.apache.camel.kafkaconnector.awss3source.CamelAwss3sourceSourceConnector",
 "camel.kamelet.aws-s3-source.deleteAfterRead": "true",
 "camel.kamelet.aws-s3-source.bucketNameOrArn": "mybucket",
 "topics": "mytopic",
 "tasks.max": "1",
 "name": "s3-source-test",
 "camel.kamelet.aws-s3-source.prefix": "test/",
 "camel.kamelet.aws-s3-source.useDefaultCredentialsProvider": "true",
 "camel.kamelet.aws-s3-source.region": "us-east-1"
   }
   ```
   
   I am intending to use the Web Identity Token method of authing into AWS. The 
token file is present on the Kafka Connect instances and I am currently using 
it with other connectors. However I seem to be missing another JAR dependency 
here and I can't figure out which one.
   
   Files:
   
   ```
   LICENSE.txt 
camel-core-processor-3.18.2.jar 
http-client-spi-2.17.250.jar
netty-codec-http-4.1.79.Final.jar
   NOTICE.txt  
camel-core-reifier-3.18.2.jar   httpclient-4.5.13.jar   
netty-codec-http2-4.1.79.Final.jar
   README.adoc camel-direct-3.18.2.jar  
   httpcore-4.4.15.jar 
netty-common-4.1.79.Final.jar
   annotations-13.0.jar
camel-dsl-support-3.18.2.jar
jackson-annotations-2.13.3.jar  
netty-handler-4.1.79.Final.jar
   annotations-2.17.223.jarcamel-health-3.18.2.jar  
   jackson-core-2.13.3.jar 
netty-nio-client-2.17.250.jar
   apache-client-2.17.250.jar  camel-kafka-3.18.2.jar   
   jackson-databind-2.13.3.jar 
netty-resolver-4.1.79.Final.jar
   apicurio-registry-common-1.3.2.Final.jar
camel-kafka-connector-3.18.2.jar
jackson-dataformat-avro-2.13.3.jar  
netty-transport-4.1.79.Final.jar
   apicurio-registry-rest-client-1.3.2.Final.jar   camel-kamelet-3.18.2.jar 
   jackson-datatype-jdk8-2.10.2.jar
netty-transport-classes-epoll-4.1.79.Final.jar
   apicurio-registry-utils-converter-1.3.2.Final.jar   camel-main-3.18.2.jar
   jakarta.activation-1.2.2.jar
netty-transport-native-unix-common-4.1.79.Final.jar
   apicurio-registry-utils-serde-1.3.2.Final.jar   
camel-management-api-3.18.2.jar 
jakarta.activation-api-1.2.2.jarokhttp-3.14.9.jar
   arns-2.17.250.jar   camel-seda-3.18.2.jar
   jakarta.xml.bind-api-2.3.3.jar  
okio-1.17.2.jar
   auth-2.17.250.jar   camel-support-3.18.2.jar 
   javax.annotation-api-1.3.2.jar  
profiles-2.17.250.jar
   avro-1.11.0.jar camel-util-3.18.2.jar
   jaxb-core-2.3.0.jar 
protobuf-java-3.13.0.jar
   aws-core-2.17.250.jar   
camel-xml-io-util-3.18.2.jarjaxb-impl-2.3.3.jar 
protocol-core-2.17.250.jar
   aws-query-protocol-2.17.250.jar 
camel-xml-jaxb-3.18.2.jar   
jboss-jaxrs-api_2.1_spec-2.0.1.Final.jarreactive-streams-1.0.3.jar
   aws-xml-protocol-2.17.250.jar   
camel-xml-jaxp-3.18.2.jar   jctools-core-3.3.0.jar  
regions-2.17.250.jar
   camel-api-3.18.2.jar
camel-yaml-dsl-3.18.2.jar   json-utils-2.17.250.jar 
retrofit-2.9.0.jar
   camel-aws-s3-source-kafka-connector-3.18.2.jar  
camel-yaml-dsl-common-3.18.2.jarkotlin-reflect-1.3.20.jar   
s3-2.17.250.jar
   camel-aws2-s3-3.18.2.jar
camel-yaml-dsl-deserializers-3.18.2.jar kotlin-stdlib-1.3.20.jar
sdk-core-2.17.250.jar
   camel-base-3.18.2.jar   commons-codec-1.15.jar   
   kotlin-stdlib-common-1.3.20.jar 
snakeyaml-engine-2.3.jar
   camel-base-engine-3.18.2.jar
commons-compress-1.21.jar   
medeia-validator-core-1.1.1.jar sts-2.17.250.jar
   

[camel-spring-boot] 01/01: CAMEL-19308: Add minimal support of native mode

2023-06-16 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch CAMEL-19308/add-minimal-aot-support
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 625cf72247b6ac90ef5a0a2a9b27305e7efefc81
Author: Nicolas Filotto 
AuthorDate: Fri Jun 16 18:13:18 2023 +0200

CAMEL-19308: Add minimal support of native mode
---
 .../camel/springboot/catalog/others.properties |   1 +
 .../camel/springboot/catalog/others/xml-jaxb.json  |  15 +
 components-starter/camel-xml-jaxb-starter/pom.xml  |  66 +
 .../xml/jaxb/springboot/JAXBRuntimeHints.java  | 315 +
 .../jaxb/springboot/graalvm/JAXBSubstitutions.java | 101 +++
 .../src/main/resources/META-INF/LICENSE.txt| 203 +
 .../src/main/resources/META-INF/NOTICE.txt |  11 +
 .../src/main/resources/META-INF/spring.provides|  17 ++
 .../main/resources/META-INF/spring/aot.factories   |   2 +
 .../camel/xml/jaxb/springboot/BeanScope.java   |  25 +-
 .../org/apache/camel/xml/jaxb/springboot/Book.java |  38 ++-
 .../camel/xml/jaxb/springboot/IdentifiedType.java  |  39 ++-
 .../xml/jaxb/springboot/JAXBRuntimeHintsTest.java  |  53 
 .../camel/xml/jaxb/springboot/USAddress.java   | 201 +
 .../apache/camel/xml/jaxb/springboot/jaxb.index|   1 +
 components-starter/pom.xml |   1 +
 .../camel/spring/boot/CamelAutoConfiguration.java  |   8 +-
 .../boot/CamelSpringBootApplicationController.java |   4 +-
 .../camel/spring/boot/SpringPropertiesParser.java  |   7 +-
 .../camel/spring/boot/aot/CamelRuntimeHints.java   |  98 +++
 .../camel/spring/boot/aot/ReflectionHelper.java| 239 
 .../camel/spring/boot/aot/RuntimeHintsHelper.java  |  71 +
 .../camel-spring-boot/native-image.properties  |   1 +
 .../spring/boot/aot/CamelRuntimeHintsTest.java |  52 
 .../spring/boot/aot/ReflectionHelperTest.java  | 142 ++
 dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml |   5 +
 .../jaxb/springboot/aot/XMLDSLRuntimeHints.java|  24 +-
 .../main/resources/META-INF/spring/aot.factories   |   2 +
 pom.xml|   2 +
 29 files changed, 1676 insertions(+), 68 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
index 7af10075c1a..240ffc8defe 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
@@ -29,6 +29,7 @@ shiro
 spring-security
 undertow-spring-security
 xml-io-dsl
+xml-jaxb
 xml-jaxb-dsl
 xml-jaxp
 yaml-dsl
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/xml-jaxb.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/xml-jaxb.json
new file mode 100644
index 000..fb3fe104749
--- /dev/null
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/xml-jaxb.json
@@ -0,0 +1,15 @@
+{
+  "other": {
+"kind": "other",
+"name": "xml-jaxb",
+"title": "Xml Jaxb",
+"description": "Camel XML JAXB",
+"deprecated": false,
+"firstVersion": "3.1.0",
+"label": "dsl",
+"supportLevel": "Stable",
+"groupId": "org.apache.camel.springboot",
+"artifactId": "camel-xml-jaxb-starter",
+"version": "4.0.0-SNAPSHOT"
+  }
+}
diff --git a/components-starter/camel-xml-jaxb-starter/pom.xml 
b/components-starter/camel-xml-jaxb-starter/pom.xml
new file mode 100644
index 000..be459406cdb
--- /dev/null
+++ b/components-starter/camel-xml-jaxb-starter/pom.xml
@@ -0,0 +1,66 @@
+
+
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
+  4.0.0
+  
+org.apache.camel.springboot
+components-starter
+4.0.0-SNAPSHOT
+  
+  camel-xml-jaxb-starter
+  jar
+  Spring-Boot Starter for Camel JAXB Support
+  
+
+  org.springframework.boot
+  spring-boot-starter
+  ${spring-boot-version}
+
+
+  org.apache.camel
+  camel-xml-jaxb
+  ${camel-version}
+
+
+  org.graalvm.sdk
+  graal-sdk
+  ${graal-sdk-version}
+  provided
+
+
+  org.springframework.boot
+  spring-boot-starter-test
+  ${spring-boot-version}
+  test
+
+
+  org.springframework
+  spring-core-test
+  ${spring-version}
+  test
+
+
+
+  org.apache.camel.springboot
+  camel-core-starter
+
+
+  
+
diff --git 

[camel-spring-boot] branch CAMEL-19308/add-minimal-aot-support updated (ea14baab3cd -> 625cf72247b)

2023-06-16 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a change to branch CAMEL-19308/add-minimal-aot-support
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


 discard ea14baab3cd CAMEL-19308: Add minimal support of AOT mode
 new 625cf72247b CAMEL-19308: Add minimal support of native mode

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

 * -- * -- B -- O -- O -- O   (ea14baab3cd)
\
 N -- N -- N   refs/heads/CAMEL-19308/add-minimal-aot-support 
(625cf72247b)

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

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

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


Summary of changes:
 .../apache/camel/xml/jaxb/springboot/graalvm/JAXBSubstitutions.java  | 2 +-
 .../camel/spring/boot/CamelSpringBootApplicationController.java  | 2 +-
 .../main/java/org/apache/camel/spring/boot/aot/ReflectionHelper.java | 5 +++--
 3 files changed, 5 insertions(+), 4 deletions(-)



[camel-spring-boot] 01/01: CAMEL-19308: Add minimal support of AOT mode

2023-06-16 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch CAMEL-19308/add-minimal-aot-support
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit ea14baab3cd414a5623579320e2eb8d6bf10e02e
Author: Nicolas Filotto 
AuthorDate: Fri Jun 16 18:13:18 2023 +0200

CAMEL-19308: Add minimal support of AOT mode
---
 .../camel/springboot/catalog/others.properties |   1 +
 .../camel/springboot/catalog/others/xml-jaxb.json  |  15 +
 components-starter/camel-xml-jaxb-starter/pom.xml  |  66 +
 .../xml/jaxb/springboot/JAXBRuntimeHints.java  | 315 +
 .../jaxb/springboot/graalvm/JAXBSubstitutions.java | 101 +++
 .../src/main/resources/META-INF/LICENSE.txt| 203 +
 .../src/main/resources/META-INF/NOTICE.txt |  11 +
 .../src/main/resources/META-INF/spring.provides|  17 ++
 .../main/resources/META-INF/spring/aot.factories   |   2 +
 .../camel/xml/jaxb/springboot/BeanScope.java   |  25 +-
 .../org/apache/camel/xml/jaxb/springboot/Book.java |  38 ++-
 .../camel/xml/jaxb/springboot/IdentifiedType.java  |  39 ++-
 .../xml/jaxb/springboot/JAXBRuntimeHintsTest.java  |  53 
 .../camel/xml/jaxb/springboot/USAddress.java   | 201 +
 .../apache/camel/xml/jaxb/springboot/jaxb.index|   1 +
 components-starter/pom.xml |   1 +
 .../camel/spring/boot/CamelAutoConfiguration.java  |   8 +-
 .../boot/CamelSpringBootApplicationController.java |   4 +-
 .../camel/spring/boot/SpringPropertiesParser.java  |   7 +-
 .../camel/spring/boot/aot/CamelRuntimeHints.java   |  98 +++
 .../camel/spring/boot/aot/ReflectionHelper.java| 238 
 .../camel/spring/boot/aot/RuntimeHintsHelper.java  |  71 +
 .../camel-spring-boot/native-image.properties  |   1 +
 .../spring/boot/aot/CamelRuntimeHintsTest.java |  52 
 .../spring/boot/aot/ReflectionHelperTest.java  | 142 ++
 dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml |   5 +
 .../jaxb/springboot/aot/XMLDSLRuntimeHints.java|  24 +-
 .../main/resources/META-INF/spring/aot.factories   |   2 +
 pom.xml|   2 +
 29 files changed, 1675 insertions(+), 68 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
index 7af10075c1a..240ffc8defe 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
@@ -29,6 +29,7 @@ shiro
 spring-security
 undertow-spring-security
 xml-io-dsl
+xml-jaxb
 xml-jaxb-dsl
 xml-jaxp
 yaml-dsl
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/xml-jaxb.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/xml-jaxb.json
new file mode 100644
index 000..fb3fe104749
--- /dev/null
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/xml-jaxb.json
@@ -0,0 +1,15 @@
+{
+  "other": {
+"kind": "other",
+"name": "xml-jaxb",
+"title": "Xml Jaxb",
+"description": "Camel XML JAXB",
+"deprecated": false,
+"firstVersion": "3.1.0",
+"label": "dsl",
+"supportLevel": "Stable",
+"groupId": "org.apache.camel.springboot",
+"artifactId": "camel-xml-jaxb-starter",
+"version": "4.0.0-SNAPSHOT"
+  }
+}
diff --git a/components-starter/camel-xml-jaxb-starter/pom.xml 
b/components-starter/camel-xml-jaxb-starter/pom.xml
new file mode 100644
index 000..be459406cdb
--- /dev/null
+++ b/components-starter/camel-xml-jaxb-starter/pom.xml
@@ -0,0 +1,66 @@
+
+
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;>
+  4.0.0
+  
+org.apache.camel.springboot
+components-starter
+4.0.0-SNAPSHOT
+  
+  camel-xml-jaxb-starter
+  jar
+  Spring-Boot Starter for Camel JAXB Support
+  
+
+  org.springframework.boot
+  spring-boot-starter
+  ${spring-boot-version}
+
+
+  org.apache.camel
+  camel-xml-jaxb
+  ${camel-version}
+
+
+  org.graalvm.sdk
+  graal-sdk
+  ${graal-sdk-version}
+  provided
+
+
+  org.springframework.boot
+  spring-boot-starter-test
+  ${spring-boot-version}
+  test
+
+
+  org.springframework
+  spring-core-test
+  ${spring-version}
+  test
+
+
+
+  org.apache.camel.springboot
+  camel-core-starter
+
+
+  
+
diff --git 

[camel-spring-boot] branch CAMEL-19308/add-minimal-aot-support created (now ea14baab3cd)

2023-06-16 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a change to branch CAMEL-19308/add-minimal-aot-support
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


  at ea14baab3cd CAMEL-19308: Add minimal support of AOT mode

This branch includes the following new commits:

 new ea14baab3cd CAMEL-19308: Add minimal support of AOT mode

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] 02/04: (chores) camel-util: added missing test annotation

2023-06-16 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

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

commit 8e93fe10200d3ce291eefb19db83d4340e05239c
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Jun 16 13:12:22 2023 +0200

(chores) camel-util: added missing test annotation
---
 .../camel-util/src/test/java/org/apache/camel/util/StringHelperTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/core/camel-util/src/test/java/org/apache/camel/util/StringHelperTest.java 
b/core/camel-util/src/test/java/org/apache/camel/util/StringHelperTest.java
index 70d6569ecc2..2a8a458ee7b 100644
--- a/core/camel-util/src/test/java/org/apache/camel/util/StringHelperTest.java
+++ b/core/camel-util/src/test/java/org/apache/camel/util/StringHelperTest.java
@@ -134,6 +134,7 @@ public class StringHelperTest {
 assertEquals("'", removeLeadingAndEndingQuotes("'"));
 }
 
+@Test
 public void testSplitOnCharacterAsList() throws Exception {
 List list = splitOnCharacterAsList("foo", ',', 1);
 assertEquals(1, list.size());



[camel] 04/04: (chores) camel-util: remove unused exceptions

2023-06-16 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

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

commit 83aa9070710555827b35b4d9cc05e4081e6525d8
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Jun 16 13:18:19 2023 +0200

(chores) camel-util: remove unused exceptions
---
 .../org/apache/camel/util/StringHelperTest.java| 42 +++---
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git 
a/core/camel-util/src/test/java/org/apache/camel/util/StringHelperTest.java 
b/core/camel-util/src/test/java/org/apache/camel/util/StringHelperTest.java
index ac78aa0795e..20ac66765f9 100644
--- a/core/camel-util/src/test/java/org/apache/camel/util/StringHelperTest.java
+++ b/core/camel-util/src/test/java/org/apache/camel/util/StringHelperTest.java
@@ -30,7 +30,7 @@ import static org.junit.jupiter.api.Assertions.*;
 public class StringHelperTest {
 
 @Test
-public void testCamelCashToDash() throws Exception {
+public void testCamelCashToDash() {
 assertEquals(null, camelCaseToDash(null));
 assertEquals("", camelCaseToDash(""));
 
@@ -65,48 +65,48 @@ public class StringHelperTest {
 class DashToCamelCase {
 
 @Test
-void testDashToCamelCaseWithNull() throws Exception {
+void testDashToCamelCaseWithNull() {
 assertThat(dashToCamelCase(null)).isNull();
 }
 
 @Test
-void testDashToCamelCaseWithEmptyValue() throws Exception {
+void testDashToCamelCaseWithEmptyValue() {
 assertThat(dashToCamelCase("")).isEmpty();
 }
 
 @Test
-void testDashToCamelCaseWithNoDash() throws Exception {
+void testDashToCamelCaseWithNoDash() {
 assertThat(dashToCamelCase("a")).isEqualTo("a");
 }
 
 @Test
-void testDashToCamelCaseWithOneDash() throws Exception {
+void testDashToCamelCaseWithOneDash() {
 assertThat(dashToCamelCase("a-b")).isEqualTo("aB");
 }
 
 @Test
-void testDashToCamelCaseWithSeveralDashes() throws Exception {
+void testDashToCamelCaseWithSeveralDashes() {
 assertThat(dashToCamelCase("a-bb-cc-dd")).isEqualTo("aBbCcDd");
 }
 
 @Test
-void testDashToCamelCaseWithEndDash() throws Exception {
+void testDashToCamelCaseWithEndDash() {
 assertThat(dashToCamelCase("a-")).isEqualTo("a");
 }
 
 @Test
-void testDashToCamelCaseWithEndDashes() throws Exception {
+void testDashToCamelCaseWithEndDashes() {
 assertThat(dashToCamelCase("a")).isEqualTo("a");
 }
 
 @Test
-void testDashToCamelCaseWithSeceralDashesGrouped() throws Exception {
+void testDashToCamelCaseWithSeceralDashesGrouped() {
 assertThat(dashToCamelCase("a--b")).isEqualTo("aB");
 }
 }
 
 @Test
-public void testSplitWords() throws Exception {
+public void testSplitWords() {
 String[] arr = splitWords("apiName/methodName");
 assertEquals(2, arr.length);
 assertEquals("apiName", arr[0]);
@@ -118,7 +118,7 @@ public class StringHelperTest {
 }
 
 @Test
-public void testReplaceFirst() throws Exception {
+public void testReplaceFirst() {
 assertEquals("jms:queue:bar", replaceFirst("jms:queue:bar", "foo", 
"bar"));
 assertEquals("jms:queue:bar", replaceFirst("jms:queue:foo", "foo", 
"bar"));
 assertEquals("jms:queue:bar?blah=123", 
replaceFirst("jms:queue:foo?blah=123", "foo", "bar"));
@@ -126,7 +126,7 @@ public class StringHelperTest {
 }
 
 @Test
-public void testRemoveLeadingAndEndingQuotes() throws Exception {
+public void testRemoveLeadingAndEndingQuotes() {
 assertEquals("abc", removeLeadingAndEndingQuotes("'abc'"));
 assertEquals("abc", removeLeadingAndEndingQuotes("\"abc\""));
 assertEquals("a'b'c", removeLeadingAndEndingQuotes("a'b'c"));
@@ -136,7 +136,7 @@ public class StringHelperTest {
 }
 
 @Test
-public void testRemoveLeadingAndEndingQuotesWithSpaces() throws Exception {
+public void testRemoveLeadingAndEndingQuotesWithSpaces() {
 assertNull(StringHelper.removeLeadingAndEndingQuotes(null));
 assertEquals(" ", StringHelper.removeLeadingAndEndingQuotes(" "));
 assertEquals("Hello World", 
StringHelper.removeLeadingAndEndingQuotes("Hello World"));
@@ -146,7 +146,7 @@ public class StringHelperTest {
 }
 
 @Test
-public void testSplitOnCharacterAsList() throws Exception {
+public void testSplitOnCharacterAsList() {
 List list = splitOnCharacterAsList("foo", ',', 1);
 assertEquals(1, list.size());
 assertEquals("foo", list.get(0));
@@ -187,7 +187,7 @@ public class StringHelperTest {
 }
 
 @Test
-public void testSplitOnCharacterAsIterator() throws Exception {
+public void 

[GitHub] [camel] orpiske merged pull request #10412: (chores) camel-util: StringHelper and test cleanups

2023-06-16 Thread via GitHub


orpiske merged PR #10412:
URL: https://github.com/apache/camel/pull/10412


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel] branch main updated (29e918f1cb8 -> 83aa9070710)

2023-06-16 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

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


from 29e918f1cb8 Revert "should servlet and rest throw exceptions when 
duplicate and ambiguous paths occur (#10400)"
 new 10b0f9161b8 (chores) camel-util: use Java native methods for 
padding/filling chars
 new 8e93fe10200 (chores) camel-util: added missing test annotation
 new 5ff4ef88b67 (chores) camel-core: remove duplicated test case
 new 83aa9070710 (chores) camel-util: remove unused exceptions

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


Summary of changes:
 .../org/apache/camel/util/StringHelperTest.java| 354 -
 .../java/org/apache/camel/util/StringHelper.java   |  10 +-
 .../org/apache/camel/util/StringHelperTest.java| 354 -
 3 files changed, 342 insertions(+), 376 deletions(-)
 delete mode 100644 
core/camel-core/src/test/java/org/apache/camel/util/StringHelperTest.java



[camel] 03/04: (chores) camel-core: remove duplicated test case

2023-06-16 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

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

commit 5ff4ef88b67dc801764c68d90af2fc76577143f2
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Jun 16 13:17:41 2023 +0200

(chores) camel-core: remove duplicated test case
---
 .../org/apache/camel/util/StringHelperTest.java| 354 -
 .../org/apache/camel/util/StringHelperTest.java| 325 +++
 2 files changed, 325 insertions(+), 354 deletions(-)

diff --git 
a/core/camel-core/src/test/java/org/apache/camel/util/StringHelperTest.java 
b/core/camel-core/src/test/java/org/apache/camel/util/StringHelperTest.java
deleted file mode 100644
index a0770e7009a..000
--- a/core/camel-core/src/test/java/org/apache/camel/util/StringHelperTest.java
+++ /dev/null
@@ -1,354 +0,0 @@
-/*
- * 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.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.camel.util;
-
-import java.util.List;
-import java.util.Locale;
-
-import org.junit.jupiter.api.Test;
-
-import static org.junit.jupiter.api.Assertions.*;
-
-/**
- * Unit test for StringHelper
- */
-public class StringHelperTest {
-
-@Test
-public void testSimpleSanitized() {
-String out = StringHelper.sanitize("hello");
-assertEquals(-1, out.indexOf(':'), "Should not contain : ");
-assertEquals(-1, out.indexOf('.'), "Should not contain . ");
-}
-
-@Test
-public void testNotFileFriendlySimpleSanitized() {
-String out = StringHelper.sanitize("c:\\helloworld");
-assertEquals(-1, out.indexOf(':'), "Should not contain : ");
-assertEquals(-1, out.indexOf('.'), "Should not contain . ");
-}
-
-@Test
-public void testSimpleCRLF() {
-String out = StringHelper.removeCRLF("hello");
-assertEquals("hello", out);
-boolean b6 = !out.contains("\r");
-assertTrue(b6, "Should not contain : ");
-boolean b5 = !out.contains("\n");
-assertTrue(b5, "Should not contain : ");
-
-out = StringHelper.removeCRLF("hello\r\n");
-assertEquals("hello", out);
-boolean b4 = !out.contains("\r");
-assertTrue(b4, "Should not contain : ");
-boolean b3 = !out.contains("\n");
-assertTrue(b3, "Should not contain : ");
-
-out = StringHelper.removeCRLF("\r\nhe\r\nllo\n");
-assertEquals("hello", out);
-boolean b2 = !out.contains("\r");
-assertTrue(b2, "Should not contain : ");
-boolean b1 = !out.contains("\n");
-assertTrue(b1, "Should not contain : ");
-
-out = StringHelper.removeCRLF("hello" + System.lineSeparator());
-assertEquals("hello", out);
-boolean b = !out.contains(System.lineSeparator());
-assertTrue(b, "Should not contain : ");
-}
-
-@Test
-public void testCountChar() {
-assertEquals(0, StringHelper.countChar("Hello World", 'x'));
-assertEquals(1, StringHelper.countChar("Hello World", 'e'));
-assertEquals(3, StringHelper.countChar("Hello World", 'l'));
-assertEquals(1, StringHelper.countChar("Hello World", ' '));
-assertEquals(0, StringHelper.countChar("", ' '));
-assertEquals(0, StringHelper.countChar(null, ' '));
-}
-
-@Test
-public void testRemoveQuotes() throws Exception {
-assertEquals("Hello World", StringHelper.removeQuotes("Hello World"));
-assertEquals("", StringHelper.removeQuotes(""));
-assertNull(StringHelper.removeQuotes(null));
-assertEquals(" ", StringHelper.removeQuotes(" "));
-assertEquals("foo", StringHelper.removeQuotes("'foo'"));
-assertEquals("foo", StringHelper.removeQuotes("'foo"));
-assertEquals("foo", StringHelper.removeQuotes("foo'"));
-assertEquals("foo", StringHelper.removeQuotes("\"foo\""));
-assertEquals("foo", StringHelper.removeQuotes("\"foo"));
-assertEquals("foo", StringHelper.removeQuotes("foo\""));
-assertEquals("foo", StringHelper.removeQuotes("'foo\""));
-}
-
-@Test
-public void testRemoveLeadingAndEndingQuotes() throws Exception {
-

[camel] 01/04: (chores) camel-util: use Java native methods for padding/filling chars

2023-06-16 Thread orpiske
This is an automated email from the ASF dual-hosted git repository.

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

commit 10b0f9161b8460236a583746b783b71654839556
Author: Otavio Rodolfo Piske 
AuthorDate: Fri Jun 16 13:11:23 2023 +0200

(chores) camel-util: use Java native methods for padding/filling chars
---
 .../src/main/java/org/apache/camel/util/StringHelper.java  | 10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git 
a/core/camel-util/src/main/java/org/apache/camel/util/StringHelper.java 
b/core/camel-util/src/main/java/org/apache/camel/util/StringHelper.java
index f91ba31c4a7..70e29a4a3a3 100644
--- a/core/camel-util/src/main/java/org/apache/camel/util/StringHelper.java
+++ b/core/camel-util/src/main/java/org/apache/camel/util/StringHelper.java
@@ -1157,10 +1157,7 @@ public final class StringHelper {
 if (level == 0) {
 return "";
 } else {
-byte[] arr = new byte[level * blanks];
-byte space = ' ';
-Arrays.fill(arr, space);
-return new String(arr);
+return " ".repeat(level * blanks);
 }
 }
 
@@ -1174,10 +1171,7 @@ public final class StringHelper {
 if (count <= 0) {
 return "";
 } else {
-byte[] arr = new byte[count];
-byte b = (byte) ch;
-Arrays.fill(arr, b);
-return new String(arr);
+return Character.toString(ch).repeat(count);
 }
 }
 



[GitHub] [camel] github-actions[bot] commented on pull request #10416: Fix bug for https://github.com/apache/camel/pull/10400

2023-06-16 Thread via GitHub


github-actions[bot] commented on PR #10416:
URL: https://github.com/apache/camel/pull/10416#issuecomment-1594926326

   ### Components test results:
   
   | Total | Tested | Failed :x: | Passed :white_check_mark: | 
   | --- | --- | --- |  --- |
   | 1 | 1 | 1 | 0 |


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel] github-actions[bot] commented on pull request #10416: Fix bug for https://github.com/apache/camel/pull/10400

2023-06-16 Thread via GitHub


github-actions[bot] commented on PR #10416:
URL: https://github.com/apache/camel/pull/10416#issuecomment-1594926343

   ### Core test results:
   
   | Tested | Failed :x: | Passed :white_check_mark: | 
   | --- | --- |  --- |
   | 1 | 1 | 0 |


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel] github-actions[bot] commented on pull request #10388: CAMEL-18793: add prettyBody to simple language

2023-06-16 Thread via GitHub


github-actions[bot] commented on PR #10388:
URL: https://github.com/apache/camel/pull/10388#issuecomment-1594903335

   ### Core test results:
   
   | Tested | Failed :x: | Passed :white_check_mark: | 
   | --- | --- |  --- |
   | 1 | 1 | 0 |


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel] github-actions[bot] commented on pull request #10388: CAMEL-18793: add prettyBody to simple language

2023-06-16 Thread via GitHub


github-actions[bot] commented on PR #10388:
URL: https://github.com/apache/camel/pull/10388#issuecomment-1594903318

   :no_entry_sign: There are (likely) no components to be tested in this PR


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-karavan] mgubaidullin commented on issue #798: YAML reader/writer for arrays

2023-06-16 Thread via GitHub


mgubaidullin commented on issue #798:
URL: https://github.com/apache/camel-karavan/issues/798#issuecomment-1594898710

   Can we set additional configuration in camelYamlDsl.json or catalog metadata 
to define YAML rules for particular arrays?
   In that case we could control karavan generator from camel itself like we do 
for DSL and components


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-k] gansheer commented on a diff in pull request #4483: feat: remove the need for a storage

2023-06-16 Thread via GitHub


gansheer commented on code in PR #4483:
URL: https://github.com/apache/camel-k/pull/4483#discussion_r1232398674


##
pkg/controller/catalog/initialize.go:
##
@@ -285,8 +285,12 @@ func initializeS2i(ctx context.Context, c client.Client, 
ip *v1.IntegrationPlatf
return fmt.Errorf("cannot create tar archive: %w", err)
}
 
-   err = tarEntries(archiveFile, 
"/usr/local/bin/kamel:/usr/local/bin/kamel",
-   "/usr/share/maven/mvnw/:/usr/share/maven/mvnw/")
+   err = tarEntries(archiveFile,
+   "/usr/local/bin/kamel:/usr/local/bin/kamel",
+   "/usr/share/maven/mvnw/:/usr/share/maven/mvnw/",
+   // Required for snapshots dependencies in the runtimes
+   defaults.LocalRepository+":"+defaults.LocalRepository,

Review Comment:
   This modification is missing from the Dockerfile definition line180:
   ```
dockerfile := string([]byte(`
FROM ` + catalog.Spec.GetQuarkusToolingImage() + `
ADD /usr/local/bin/kamel /usr/local/bin/kamel
ADD /usr/share/maven/mvnw/ /usr/share/maven/mvnw/
ADD ` + defaults.LocalRepository + ` ` + 
defaults.LocalRepository + `
`))
   ```
   
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-k] gansheer commented on a diff in pull request #4483: feat: remove the need for a storage

2023-06-16 Thread via GitHub


gansheer commented on code in PR #4483:
URL: https://github.com/apache/camel-k/pull/4483#discussion_r1232398674


##
pkg/controller/catalog/initialize.go:
##
@@ -285,8 +285,12 @@ func initializeS2i(ctx context.Context, c client.Client, 
ip *v1.IntegrationPlatf
return fmt.Errorf("cannot create tar archive: %w", err)
}
 
-   err = tarEntries(archiveFile, 
"/usr/local/bin/kamel:/usr/local/bin/kamel",
-   "/usr/share/maven/mvnw/:/usr/share/maven/mvnw/")
+   err = tarEntries(archiveFile,
+   "/usr/local/bin/kamel:/usr/local/bin/kamel",
+   "/usr/share/maven/mvnw/:/usr/share/maven/mvnw/",
+   // Required for snapshots dependencies in the runtimes
+   defaults.LocalRepository+":"+defaults.LocalRepository,

Review Comment:
   This line is also missing from the Dockerfile definition line180:
   ```
dockerfile := string([]byte(`
FROM ` + catalog.Spec.GetQuarkusToolingImage() + `
ADD /usr/local/bin/kamel /usr/local/bin/kamel
ADD /usr/share/maven/mvnw/ /usr/share/maven/mvnw/
ADD ` + defaults.LocalRepository + ` ` + 
defaults.LocalRepository + `
`))
   ```
   
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-karavan] mgubaidullin opened a new issue, #798: YAML reader/writer for arrays

2023-06-16 Thread via GitHub


mgubaidullin opened a new issue, #798:
URL: https://github.com/apache/camel-karavan/issues/798

   The following parameters in YAML DSL defined as arrays:
   ```
   org.apache.camel.model.ChoiceDefinition when
   org.apache.camel.model.GlobalOptionsDefinition globalOption
   org.apache.camel.model.RouteConfigurationDefinition intercept
   org.apache.camel.model.RouteConfigurationDefinition interceptFrom
   org.apache.camel.model.RouteConfigurationDefinition interceptSendToEndpoint
   org.apache.camel.model.RouteConfigurationDefinition onCompletion
   org.apache.camel.model.RouteConfigurationDefinition onException
   org.apache.camel.model.RouteTemplateBeanDefinition property
   org.apache.camel.model.RouteTemplateDefinition beans
   org.apache.camel.model.RouteTemplateDefinition parameters
   org.apache.camel.model.SagaDefinition option
   org.apache.camel.model.TemplatedRouteBeanDefinition property
   org.apache.camel.model.TemplatedRouteDefinition beans
   org.apache.camel.model.TemplatedRouteDefinition parameters
   org.apache.camel.model.TryDefinition doCatch
   org.apache.camel.model.cloud.BlacklistServiceCallServiceFilterConfiguration 
properties
   org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration 
properties
   
org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration 
properties
   org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration 
properties
   org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration 
properties
   org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfiguration 
properties
   
org.apache.camel.model.cloud.DefaultServiceCallServiceLoadBalancerConfiguration 
properties
   org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfiguration 
properties
   org.apache.camel.model.cloud.HealthyServiceCallServiceFilterConfiguration 
properties
   
org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration 
properties
   
org.apache.camel.model.cloud.PassThroughServiceCallServiceFilterConfiguration 
properties
   org.apache.camel.model.cloud.ServiceCallExpressionConfiguration properties
   org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration 
properties
   org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration 
properties
   org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration properties
   org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfiguration 
properties
   org.apache.camel.model.cloud.StaticServiceCallServiceDiscoveryConfiguration 
properties
   
org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration 
properties
   org.apache.camel.model.dataformat.Any23DataFormat configuration
   org.apache.camel.model.dataformat.UniVocityCsvDataFormat univocityHeader
   org.apache.camel.model.dataformat.UniVocityFixedDataFormat univocityHeader
   org.apache.camel.model.dataformat.UniVocityTsvDataFormat univocityHeader
   org.apache.camel.model.dataformat.XStreamDataFormat aliases
   org.apache.camel.model.dataformat.XStreamDataFormat converters
   org.apache.camel.model.dataformat.XStreamDataFormat implicitCollections
   org.apache.camel.model.dataformat.XStreamDataFormat omitFields
   org.apache.camel.model.dataformat.YAMLDataFormat typeFilter
   org.apache.camel.model.language.XMLTokenizerExpression namespace
   org.apache.camel.model.language.XPathExpression namespace
   org.apache.camel.model.language.XQueryExpression namespace
   org.apache.camel.model.rest.DeleteDefinition param
   org.apache.camel.model.rest.DeleteDefinition responseMessage
   org.apache.camel.model.rest.DeleteDefinition security
   org.apache.camel.model.rest.GetDefinition param
   org.apache.camel.model.rest.GetDefinition responseMessage
   org.apache.camel.model.rest.GetDefinition security
   org.apache.camel.model.rest.HeadDefinition param
   org.apache.camel.model.rest.HeadDefinition responseMessage
   org.apache.camel.model.rest.HeadDefinition security
   org.apache.camel.model.rest.OAuth2Definition scopes
   org.apache.camel.model.rest.ParamDefinition allowableValues
   org.apache.camel.model.rest.ParamDefinition examples
   org.apache.camel.model.rest.PatchDefinition param
   org.apache.camel.model.rest.PatchDefinition responseMessage
   org.apache.camel.model.rest.PatchDefinition security
   org.apache.camel.model.rest.PostDefinition param
   org.apache.camel.model.rest.PostDefinition responseMessage
   org.apache.camel.model.rest.PostDefinition security
   org.apache.camel.model.rest.PutDefinition param
   org.apache.camel.model.rest.PutDefinition responseMessage
   org.apache.camel.model.rest.PutDefinition security
   org.apache.camel.model.rest.ResponseHeaderDefinition allowableValues
   org.apache.camel.model.rest.ResponseMessageDefinition examples
   org.apache.camel.model.rest.ResponseMessageDefinition header
   org.apache.camel.model.rest.RestConfigurationDefinition apiProperty
   

[camel-karavan] branch main updated: Fix #797

2023-06-16 Thread marat
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new b75f98ee Fix #797
b75f98ee is described below

commit b75f98eeb3353d42e3d396633436c14a753daf6e
Author: Marat Gubaidullin 
AuthorDate: Fri Jun 16 10:59:27 2023 -0400

Fix #797
---
 .../resources/snippets/spring-boot-openshift-application.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/karavan-app/src/main/resources/snippets/spring-boot-openshift-application.properties
 
b/karavan-app/src/main/resources/snippets/spring-boot-openshift-application.properties
index 5168b4ee..828d46d0 100644
--- 
a/karavan-app/src/main/resources/snippets/spring-boot-openshift-application.properties
+++ 
b/karavan-app/src/main/resources/snippets/spring-boot-openshift-application.properties
@@ -13,7 +13,7 @@ management.health.probes.enabled=true
 management.health.livenessState.enabled=true
 management.health.readinessState.enabled=true
 management.endpoint.health.show-details=always
-jkube.version=1.12.0
+jkube.version=1.13.1
 jkube.build.strategy=jib
 jkube.imagePullPolicy=IfNotPresent
 jkube.enricher.jkube-controller.type=Deployment



[camel-karavan] branch main updated: Fix #797

2023-06-16 Thread marat
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new f106877e Fix #797
f106877e is described below

commit f106877ec8b11e22574852ab755180edffa12ff2
Author: Marat Gubaidullin 
AuthorDate: Fri Jun 16 10:52:59 2023 -0400

Fix #797
---
 .../resources/snippets/spring-boot-kubernetes-application.properties  | 2 +-
 karavan-demo/expose-pod-service/spring/application.properties | 2 +-
 karavan-vscode/package.json   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/karavan-app/src/main/resources/snippets/spring-boot-kubernetes-application.properties
 
b/karavan-app/src/main/resources/snippets/spring-boot-kubernetes-application.properties
index 62a3e1cc..30e89330 100644
--- 
a/karavan-app/src/main/resources/snippets/spring-boot-kubernetes-application.properties
+++ 
b/karavan-app/src/main/resources/snippets/spring-boot-kubernetes-application.properties
@@ -13,7 +13,7 @@ management.health.probes.enabled=true
 management.health.livenessState.enabled=true
 management.health.readinessState.enabled=true
 management.endpoint.health.show-details=always
-jkube.version=1.12.0
+jkube.version=1.13.1
 jkube.build.strategy=jib
 jkube.imagePullPolicy=IfNotPresent
 jkube.enricher.jkube-controller.replicaCount=1
diff --git a/karavan-demo/expose-pod-service/spring/application.properties 
b/karavan-demo/expose-pod-service/spring/application.properties
index 7745de5e..5b096537 100644
--- a/karavan-demo/expose-pod-service/spring/application.properties
+++ b/karavan-demo/expose-pod-service/spring/application.properties
@@ -11,7 +11,7 @@ management.health.probes.enabled=true
 management.health.livenessState.enabled=true
 management.health.readinessState.enabled=true
 management.endpoint.health.show-details=always
-jkube.version=1.12.0
+jkube.version=1.13.1
 jkube.build.strategy=jib
 jkube.imagePullPolicy=IfNotPresent
 jkube.enricher.jkube-controller.replicaCount=2
diff --git a/karavan-vscode/package.json b/karavan-vscode/package.json
index 8e0a121c..55577fe6 100644
--- a/karavan-vscode/package.json
+++ b/karavan-vscode/package.json
@@ -334,7 +334,7 @@
   "default": [
 "camel.jbang.dependencies=camel:microprofile-health",
 "# jkube properties",
-"jkube.version=1.12.0",
+"jkube.version=1.13.1",
 "jkube.build.strategy=s2i",
 "jkube.namespace=${NAMESPACE}",
 
"jkube.generator.name=image-registry.openshift-image-registry.svc:5000/${NAMESPACE}/$NAME:${DATE}",
@@ -356,7 +356,7 @@
   "default": [
 "camel.jbang.dependencies=camel:microprofile-health",
 "# jkube properties",
-"jkube.version=1.12.0",
+"jkube.version=1.13.1",
 "jkube.build.strategy=docker",
 "jkube.namespace=default",
 "jkube.generator.name=default/$NAME:${DATE}",



[GitHub] [camel-karavan] mgubaidullin closed issue #797: Upgrade to jkube 1.13.1

2023-06-16 Thread via GitHub


mgubaidullin closed issue #797: Upgrade to jkube 1.13.1
URL: https://github.com/apache/camel-karavan/issues/797


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-karavan] branch main updated: Intercept analysis for #787

2023-06-16 Thread marat
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
 new a0f2a15f Intercept analysis for #787
a0f2a15f is described below

commit a0f2a15fafd0342272effd56eaea4de212e7338a
Author: Marat Gubaidullin 
AuthorDate: Fri Jun 16 10:49:01 2023 -0400

Intercept analysis for #787
---
 karavan-core/src/core/api/CamelDefinitionYaml.ts | 15 ++
 karavan-core/test/intercept.spec.ts  | 66 
 karavan-core/test/intercept.yaml | 19 +++
 3 files changed, 100 insertions(+)

diff --git a/karavan-core/src/core/api/CamelDefinitionYaml.ts 
b/karavan-core/src/core/api/CamelDefinitionYaml.ts
index 8b9af809..5c63b108 100644
--- a/karavan-core/src/core/api/CamelDefinitionYaml.ts
+++ b/karavan-core/src/core/api/CamelDefinitionYaml.ts
@@ -112,6 +112,19 @@ export class CamelDefinitionYaml {
 let newValue: any = JSON.parse(JSON.stringify(value));
 delete newValue.dslName;
 delete newValue[stepNameField];
+// if ((value.inArray && !value.inSteps
+// && ["intercept",
+// "interceptFrom",
+// "interceptSendToEndpoint",
+// "onCompletion",
+// "onException"]
+// .includes(stepName))) {
+// delete newValue.inArray;
+// delete newValue.inSteps;
+// const xValue: any = {};
+// xValue[stepName] = newValue;
+// return xValue;
+// } else
 if ((value.inArray && !value.inSteps)
 || dslName === 'ExpressionSubElementDefinition'
 || dslName === 'ExpressionDefinition'
@@ -192,6 +205,8 @@ export class CamelDefinitionYaml {
 .forEach((f: any) =>  
result.push(CamelDefinitionYamlStep.readRouteConfigurationDefinition(new 
RouteConfigurationDefinition({errorHandler: f.errorHandler};
 flows.filter((e: any) => e.hasOwnProperty('onException'))
 .forEach((f: any) =>  
result.push(CamelDefinitionYamlStep.readRouteConfigurationDefinition(new 
RouteConfigurationDefinition({onException: f.onException};
+flows.filter((e: any) => e.hasOwnProperty('intercept'))
+.forEach((f: any) =>  
result.push(CamelDefinitionYamlStep.readRouteConfigurationDefinition(new 
RouteConfigurationDefinition({intercept: f.intercept};
 return result;
 }
 
diff --git a/karavan-core/test/intercept.spec.ts 
b/karavan-core/test/intercept.spec.ts
new file mode 100644
index ..07fcf079
--- /dev/null
+++ b/karavan-core/test/intercept.spec.ts
@@ -0,0 +1,66 @@
+/*
+ * 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.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+import * as fs from 'fs';
+import 'mocha';
+import {CamelDefinitionYaml} from "../src/core/api/CamelDefinitionYaml";
+import {CamelUtil} from "../src/core/api/CamelUtil";
+import {CamelDefinitionApiExt} from "../src/core/api/CamelDefinitionApiExt";
+import {
+CatchDefinition,
+ExpressionDefinition,
+FromDefinition, LogDefinition,
+PropertyExpressionDefinition
+} from "../src/core/model/CamelDefinition";
+import {expect} from "chai";
+import {
+InterceptDefinition,
+RouteConfigurationDefinition,
+RouteDefinition,
+SagaDefinition,
+ToDefinition,
+TryDefinition
+} from "../lib/model/CamelDefinition";
+import {Integration} from "../lib/model/IntegrationDefinition";
+
+describe('Intercept', () => {
+
+it('Intercept YAML', () => {
+// const yaml = fs.readFileSync('test/demo.yaml',{encoding:'utf8', 
flag:'r'});
+// const i = CamelDefinitionYaml.yamlToIntegration("demo.yaml", yaml);
+const i = Integration.createNew("intercept.camel", 'plain');
+
+const intercept1 = new InterceptDefinition({
+steps: [new LogDefinition({logName: 'log1', message: 
"intercept1"})]
+})
+const intercept2 = new InterceptDefinition({
+steps: [new LogDefinition({logName: 'log2', message: 
"intercept2"})]
+})
+const 

[GitHub] [camel] github-actions[bot] commented on pull request #10416: Fix bug for https://github.com/apache/camel/pull/10400

2023-06-16 Thread via GitHub


github-actions[bot] commented on PR #10416:
URL: https://github.com/apache/camel/pull/10416#issuecomment-1594790787

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :camel: Maintainers, please note that first-time contributors *require 
manual approval* for the GitHub Actions to run.
   
   :warning: Please note that the changes on this PR may be **tested 
automatically** if they change components.
   
   :robot: Use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   If necessary Apache Camel Committers may access logs and test results in the 
job summaries!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel] EvanMi opened a new pull request, #10416: Fix bug for https://github.com/apache/camel/pull/10400

2023-06-16 Thread via GitHub


EvanMi opened a new pull request, #10416:
URL: https://github.com/apache/camel/pull/10416

   For detail see https://github.com/apache/camel/pull/10400, this PR fixed a 
bug.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel] gilvansfilho commented on a diff in pull request #10388: CAMEL-18793: add prettyBody to simple language

2023-06-16 Thread via GitHub


gilvansfilho commented on code in PR #10388:
URL: https://github.com/apache/camel/pull/10388#discussion_r1232291356


##
core/camel-support/src/main/java/org/apache/camel/support/builder/ExpressionBuilder.java:
##
@@ -2036,4 +2038,42 @@ public String toString() {
 };
 }
 
+/**
+ * Returns the expression for the message body as pretty formatted string
+ */
+public static Expression prettyBodyExpression() {
+return new ExpressionAdapter() {
+@Override
+public Object evaluate(Exchange exchange) {
+String body = exchange.getIn().getBody(String.class);
+
+if (body == null) {
+return null;
+} else if (body.startsWith("{") && body.endsWith("}") || 
body.startsWith("[") && body.endsWith("]")) {
+return Jsoner.prettyPrint(body); //json
+} else if(body.startsWith("<") && body.endsWith(">")) {

Review Comment:
   I ran it and nothing happens. Running with `-P sourcecheck` I could see that 
checkstyle error is at 
`core/camel-support/src/test/java/org/apache/camel/support/RestConsumerContextPathMatcherTest.java`
 which was not changed by this PR.
   
   According with checkstyle this 
`https://github.com/apache/camel/blob/main/core/camel-support/src/test/java/org/apache/camel/support/RestConsumerContextPathMatcherTest.java#L29`
 must be `final`
   
   Doing so introduces a new error as below:
   ```
   [ERROR] Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
0.048 s <<< FAILURE! -- in 
org.apache.camel.support.RestConsumerContextPathMatcherTest
   [ERROR] 
org.apache.camel.support.RestConsumerContextPathMatcherTest.testRestConsumerContextPathMatcherWithAmbiguousPaths
 -- Time elapsed: 0.022 s <<< FAILURE!
   org.opentest4j.AssertionFailedError: Expected 
java.lang.IllegalStateException to be thrown, but nothing was thrown.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Error while running github feature from .asf.yaml in camel-website-pub!

2023-06-16 Thread Apache Infrastructure


An error occurred while running github feature in .asf.yaml!:
422 {"message": "Validation Failed", "errors": [{"message": "Sorry, you need to 
allow at least one merge strategy. (no_merge_method)", "resource": 
"Repository", "field": "merge_commit_allowed", "code": "invalid"}], 
"documentation_url": 
"https://docs.github.com/rest/repos/repos#update-a-repository"}



[camel-website-pub] branch asf-site updated (a6b5c2bedf -> ca2688c30b)

2023-06-16 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


 discard a6b5c2bedf Website updated to 42843544820f59d2da81ec41e06a0ca48c3dfd00
 discard 483e41b377 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 8a2f417e44 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new ca2688c30b Website updated to 0e304bb82a7af3d04d59066217be7ca4d8eaf9f7

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

 * -- * -- B -- O -- O -- O   (a6b5c2bedf)
\
 N -- N -- N   refs/heads/asf-site (ca2688c30b)

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

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

The 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:
 .htaccess  |   52 +-
 .well-known/security.txt   |2 +-
 blog/2023/05/RELEASE-3.14.8/index.html |2 +-
 blog/2023/05/RELEASE-3.18.7/index.html |2 +-
 blog/2023/05/RELEASE-3.18.8/index.html |1 -
 blog/2023/05/RELEASE-3.20.5/index.html |2 +-
 blog/2023/05/RELEASE-4.0.0-M3/index.html   |2 +-
 blog/2023/{05 => 06}/RELEASE-3.18.8/featured.png   |  Bin
 ...d316c94_3975989_800x0_resize_q95_gaussian_3.png |  Bin
 blog/2023/06/RELEASE-3.18.8/index.html |1 +
 blog/2023/06/camel-k-maven-proxy/index.html|2 +-
 blog/index.html|2 +-
 blog/index.xml |   26 +-
 blog/page/2/index.html |2 +-
 blog/page/3/index.html |2 +-
 blog/page/4/index.html |2 +-
 categories/Releases/index.html |2 +-
 categories/Releases/index.xml  |   26 +-
 index.html |2 +-
 index.xml  |   24 +-
 site-manifest.json |2 +-
 sitemap-camel-core.xml |8 +-
 sitemap-camel-k.xml|  982 +--
 sitemap-camel-kafka-connector.xml  |  790 +--
 sitemap-camel-kamelets.xml | 1674 ++---
 sitemap-camel-karaf.xml|   62 +-
 sitemap-camel-quarkus.xml  | 4050 ++--
 sitemap-camel-spring-boot.xml  |   48 +-
 sitemap-components.xml | 6654 ++--
 sitemap-manual.xml |  410 +-
 sitemap-website.xml|   18 +-
 sitemap/index.html |2 +-
 32 files changed, 7427 insertions(+), 7427 deletions(-)
 delete mode 100644 blog/2023/05/RELEASE-3.18.8/index.html
 rename blog/2023/{05 => 06}/RELEASE-3.18.8/featured.png (100%)
 rename blog/2023/{05 => 
06}/RELEASE-3.18.8/featured_huf2bdf16696bdc15f060e09e9ed316c94_3975989_800x0_resize_q95_gaussian_3.png
 (100%)
 create mode 100644 blog/2023/06/RELEASE-3.18.8/index.html



[GitHub] [camel] github-actions[bot] commented on pull request #10271: RFC: core converter code refactoring

2023-06-16 Thread via GitHub


github-actions[bot] commented on PR #10271:
URL: https://github.com/apache/camel/pull/10271#issuecomment-1594607090

   :no_entry_sign: There are (likely) no components to be tested in this PR


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel] github-actions[bot] commented on pull request #10271: RFC: core converter code refactoring

2023-06-16 Thread via GitHub


github-actions[bot] commented on PR #10271:
URL: https://github.com/apache/camel/pull/10271#issuecomment-1594607104

   ### Core test results:
   
   | Tested | Failed :x: | Passed :white_check_mark: | 
   | --- | --- |  --- |
   | 1 | 1 | 0 |


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel] branch regen_bot updated (5ee5d4c6a4f -> 29e918f1cb8)

2023-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


from 5ee5d4c6a4f Regen for commit cf32615676b208e65caa4cc423ae74c95cd2ef07 
(#10413)
 add 29e918f1cb8 Revert "should servlet and rest throw exceptions when 
duplicate and ambiguous paths occur (#10400)"

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/http/common/CamelServlet.java |  6 +-
 .../apache/camel/http/common/CamelServletTest.java | 61 ---
 .../support/RestConsumerContextPathMatcher.java| 69 +-
 3 files changed, 28 insertions(+), 108 deletions(-)
 delete mode 100644 
components/camel-http-common/src/test/java/org/apache/camel/http/common/CamelServletTest.java



Error while running github feature from .asf.yaml in camel-website-pub!

2023-06-16 Thread Apache Infrastructure


An error occurred while running github feature in .asf.yaml!:
422 {"message": "Validation Failed", "errors": [{"message": "Sorry, you need to 
allow at least one merge strategy. (no_merge_method)", "resource": 
"Repository", "field": "merge_commit_allowed", "code": "invalid"}], 
"documentation_url": 
"https://docs.github.com/rest/repos/repos#update-a-repository"}



[camel-website-pub] branch asf-site updated (69dec9ebc0 -> a6b5c2bedf)

2023-06-16 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


 discard 69dec9ebc0 Website updated to 519dda1f238c0bf66c54713b6e0dc62121a018e7
 discard 2604cbd0c2 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 483e41b377 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new a6b5c2bedf Website updated to 42843544820f59d2da81ec41e06a0ca48c3dfd00

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

 * -- * -- B -- O -- O -- O   (69dec9ebc0)
\
 N -- N -- N   refs/heads/asf-site (a6b5c2bedf)

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

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

The 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:
 .htaccess  |   26 +-
 .well-known/security.txt   |2 +-
 .../05/RELEASE-3.18.8}/featured.png|  Bin
 ...d316c94_3975989_800x0_resize_q95_gaussian_3.png |  Bin
 blog/2023/05/RELEASE-3.18.8/index.html |2 +-
 releases/k-1.11.0/index.html   |4 +-
 site-manifest.json |2 +-
 sitemap-camel-core.xml |8 +-
 sitemap-camel-k.xml|  982 +--
 sitemap-camel-kafka-connector.xml  |  790 +--
 sitemap-camel-kamelets.xml | 1674 ++---
 sitemap-camel-karaf.xml|   62 +-
 sitemap-camel-quarkus.xml  | 4050 ++--
 sitemap-camel-spring-boot.xml  |   48 +-
 sitemap-components.xml | 6654 ++--
 sitemap-manual.xml |  410 +-
 16 files changed, 7357 insertions(+), 7357 deletions(-)
 copy blog/{2020/04/Camel32-Whatsnew => 2023/05/RELEASE-3.18.8}/featured.png 
(100%)
 copy blog/{2020/04/Camel32-Whatsnew => 
2023/05/RELEASE-3.18.8}/featured_huf2bdf16696bdc15f060e09e9ed316c94_3975989_800x0_resize_q95_gaussian_3.png
 (100%)



[camel] branch regen_bot updated (248fe9cbcf0 -> 5ee5d4c6a4f)

2023-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


omit 248fe9cbcf0 Regen for commit bd8f07cf2a84afb65fe0971b6d8a404ae98b8298
 add cf32615676b CAMEL-19451 - Import grpc-bom to build and test with a 
single deterministic set of gRPC dependencies
 add 076949cd6e5 Polished 3.21 upgrade guide
 add 5ee5d4c6a4f Regen for commit cf32615676b208e65caa4cc423ae74c95cd2ef07 
(#10413)

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

 * -- * -- B -- O -- O -- O   (248fe9cbcf0)
\
 N -- N -- N   refs/heads/regen_bot (5ee5d4c6a4f)

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

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

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml |  2 -
 components/camel-etcd3/pom.xml | 19 +-
 components/camel-grpc/pom.xml  | 19 --
 components/camel-opentelemetry/pom.xml |  1 -
 .../camel-salesforce-component/pom.xml |  7 +-
 .../ROOT/pages/camel-3x-upgrade-guide-3_21.adoc| 76 +++---
 parent/pom.xml | 10 ++-
 7 files changed, 48 insertions(+), 86 deletions(-)



[camel-website] branch k-k-runtime deleted (was b6df9cfa)

2023-06-16 Thread zbendhiba
This is an automated email from the ASF dual-hosted git repository.

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


 was b6df9cfa Added Camel K runtime 1.17.1

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



[GitHub] [camel] github-actions[bot] commented on pull request #10412: (chores) camel-util: StringHelper and test cleanups

2023-06-16 Thread via GitHub


github-actions[bot] commented on PR #10412:
URL: https://github.com/apache/camel/pull/10412#issuecomment-1594575040

   ### Core test results:
   
   | Tested | Failed :x: | Passed :white_check_mark: | 
   | --- | --- |  --- |
   | 1 | 1 | 0 |


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel] github-actions[bot] commented on pull request #10412: (chores) camel-util: StringHelper and test cleanups

2023-06-16 Thread via GitHub


github-actions[bot] commented on PR #10412:
URL: https://github.com/apache/camel/pull/10412#issuecomment-1594575016

   :no_entry_sign: There are (likely) no components to be tested in this PR


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-k] milank78git commented on issue #4484: pod-template with knative in rest integration

2023-06-16 Thread via GitHub


milank78git commented on issue #4484:
URL: https://github.com/apache/camel-k/issues/4484#issuecomment-1594569985

   @squakez Could you take a look at this, please?
   I trying two integrations :
   First is basic route
   ```
   apiVersion: camel.apache.org/v1
   kind: Integration
   metadata:
 annotations:
   camel.apache.org/operator.id: camel-k
 creationTimestamp: null
 name: example
 namespace: default
   spec:
 serviceAccountName: microservice
 sources:
 - content: "\r\n// camel-k: language=java\r\n\r\nimport 
org.apache.camel.builder.RouteBuilder;\r\n\r\npublic
 class Basic extends RouteBuilder {\r\n  @Override\r\n  public void 
configure()
 throws Exception {\r\n\r\n  from(\"timer:java?period=1000\")\r\n   
 .setHeader(\"example\")\r\n
 \ .constant(\"Java\")\r\n.setBody()\r\n  
.simple(\"Hello
 World! Camel K route written in ${header.example}.\")\r\n
.to(\"log:info\");\r\n
 \ \r\n  }\r\n}"
   name: example.groovy
 template:
   spec:
 containers:
 - env:
   - name: TEST_VARIABLE
 value: hello from the template
   name: integration
   resources: {}
 initContainers:
 - command:
   - /bin/sh
   - -c
   - 'echo $(date -u) ''Content from the sidecar container'' '
   image: busybox:1.28
   name: sidecar
   resources:
 limits:
   cpu: 50m
   memory: 64Mi
 requests:
   cpu: 50m
   memory: 25Mi
 securityContext: {}
 traits:
   container:
 limitCPU: 1000m
 limitMemory: 1Gi
 requestCPU: 1000m
 requestMemory: 1Gi
   status: {}
   
   ```
   
   This integration is OK Integration running and InitContainer is Completed 
Integration pod is running, but if create integration with rest-integration  
with same iniContainer return error 
   
   ```
   apiVersion: camel.apache.org/v1
   kind: Integration
   metadata:
 annotations:
   camel.apache.org/operator.id: camel-k
 creationTimestamp: null
 name: rest
 namespace: default
   spec:
 serviceAccountName: microservice
 sources:
 - content: "import org.apache.camel.CamelContext;\r\nimport 
org.apache.camel.Exchange;\r\nimport
 org.apache.camel.Processor;\r\n\r\npublic class RestDSL extends 
org.apache.camel.builder.RouteBuilder
 {\r\n@Override\r\npublic void configure() throws Exception 
{\r\nfrom(\"file:///var/log\")\r\n
 \   .convertBodyTo(String.class)\r\n
.setBody().simple(\"${body}:
 {{TEST_VARIABLE}}\")\r\n.log(\"${body}\");\r\n\r\n
rest()\r\n
 \   .get(\"/hello\")\r\n
.to(\"direct:hello\");\r\n\r\nfrom(\"direct:hello\")\r\n
 \   .setHeader(Exchange.CONTENT_TYPE, 
constant(\"text/plain\"))\r\n
 \   .log(\"Hello World 2\")\r\n
.log(String.valueOf(simple(\"headers:${headers}\")))\r\n
 \   .process(new Processor() {\r\n
@Override\r\npublic
 void process(Exchange exchange) throws Exception {\r\n 
   CamelContext
 ctx = exchange.getContext();\r\n
System.out.println(\"can
 be breakpoint on this line :\" + ctx.getName());\r\n
}\r\n})\r\n
 \   .transform().simple(\"Hello World\");\r\n}\r\n}\r\n"
   name: rest.groovy
 template:
   spec:
 containers:
 - env:
   - name: TEST_VARIABLE
 value: hello from the template
   name: integration
   resources: {}
 initContainers:
 - command:
   - /bin/sh
   - -c
   - 'echo $(date -u) ''Content from the sidecar container'' '
   image: busybox:1.28
   name: sidecar
   resources:
 limits:
   cpu: 50m
   memory: 64Mi
 requests:
   cpu: 50m
   memory: 25Mi
 securityContext: {}
 traits:
   container:
 limitCPU: 1000m
 limitMemory: 1Gi
 requestCPU: 1000m
 requestMemory: 1Gi
   status: {}
   ```
   
   
   {"level":"error","ts":1686915920.7107453,"msg":"Reconciler 
error","controller":"integration-controller","controllerGroup":"camel.apache.org","controllerKind":"Integration","Integration":{"name":"rest","namespace":"default"},"namespace":"default","name":"rest","reconcileID":"22347223-9787-4e99-8373-816798a37d00","error":"error
 executing post actions: error during apply resource: default/rest: admission 
webhook \"validation.webhook.serving.knative.dev\" denied the request: 
validation failed: must not set the field(s): 
spec.template.spec.initContainers\npod spec support for 

[camel-website-pub] branch asf-site updated (1c4cdfb687 -> 69dec9ebc0)

2023-06-16 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

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


 discard 1c4cdfb687 Website updated to 3f421bd8be0858b1c7f6a297c77038dfa3279105
 discard 8181168428 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 2604cbd0c2 Website updated to 325e929157412b27394080f4d4dba3d821476ddf
 new 69dec9ebc0 Website updated to 519dda1f238c0bf66c54713b6e0dc62121a018e7

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

 * -- * -- B -- O -- O -- O   (1c4cdfb687)
\
 N -- N -- N   refs/heads/asf-site (69dec9ebc0)

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

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

The 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:
 .well-known/security.txt   |2 +-
 blog/2023/05/RELEASE-3.14.8/index.html |2 +-
 blog/2023/05/RELEASE-3.18.7/index.html |2 +-
 blog/2023/05/RELEASE-3.18.8/index.html |1 +
 blog/2023/05/RELEASE-3.20.5/index.html |2 +-
 blog/2023/05/RELEASE-4.0.0-M3/index.html   |2 +-
 blog/index.html|2 +-
 blog/index.xml |   12 +
 blog/page/10/index.html|2 +-
 blog/page/11/index.html|2 +-
 blog/page/12/index.html|2 +-
 blog/page/13/index.html|2 +-
 blog/page/14/index.html|2 +-
 blog/page/15/index.html|2 +-
 blog/page/16/index.html|2 +-
 blog/page/17/index.html|2 +-
 blog/page/18/index.html|2 +-
 blog/page/19/index.html|2 +-
 blog/page/2/index.html |2 +-
 blog/page/20/index.html|2 +-
 blog/page/21/index.html|2 +-
 blog/page/22/index.html|2 +-
 blog/page/23/index.html|2 +-
 blog/page/24/index.html|2 +-
 blog/page/25/index.html|2 +-
 blog/page/26/index.html|2 +-
 blog/page/27/index.html|2 +-
 blog/page/28/index.html|2 +-
 blog/page/29/index.html|2 +-
 blog/page/3/index.html |2 +-
 blog/page/30/index.html|2 +-
 blog/page/31/index.html|2 +-
 blog/page/32/index.html|2 +-
 blog/page/33/index.html|2 +-
 blog/page/34/index.html|2 +-
 blog/page/35/index.html|2 +-
 blog/page/36/index.html|2 +-
 blog/page/37/index.html|2 +-
 blog/page/38/index.html|2 +-
 blog/page/39/index.html|2 +-
 blog/page/4/index.html |2 +-
 blog/page/40/index.html|2 +-
 blog/page/41/index.html|2 +-
 blog/page/42/index.html|2 +-
 blog/page/43/index.html|2 +-
 blog/page/44/index.html|2 +-
 blog/page/45/index.html|2 +-
 blog/page/46/index.html|2 +-
 blog/page/47/index.html|2 +-
 blog/page/48/index.html|2 +-
 blog/page/49/index.html|2 +-
 blog/page/5/index.html |2 +-
 blog/page/50/index.html|2 +-
 blog/page/51/index.html|2 +-
 blog/page/52/index.html|2 +-
 blog/page/53/index.html|2 +-
 blog/page/54/index.html|2 +-
 

Error while running github feature from .asf.yaml in camel-website-pub!

2023-06-16 Thread Apache Infrastructure


An error occurred while running github feature in .asf.yaml!:
422 {"message": "Validation Failed", "errors": [{"message": "Sorry, you need to 
allow at least one merge strategy. (no_merge_method)", "resource": 
"Repository", "field": "merge_commit_allowed", "code": "invalid"}], 
"documentation_url": 
"https://docs.github.com/rest/repos/repos#update-a-repository"}



[GitHub] [camel] EvanMi commented on pull request #10400: should servlet and rest throw exceptions when duplicate and ambiguous paths occur

2023-06-16 Thread via GitHub


EvanMi commented on PR #10400:
URL: https://github.com/apache/camel/pull/10400#issuecomment-1594562115

   > @EvanMi oh sorry we merged this too soon. There is test error in 
camel-serlvet in RestServletGetWildcardsTest.
   > 
   > You changes seems to pick the wrong matching. Can you take another look 
and send a new PR. Also can you create a JIRA ticket so we can better track 
this change.
   
   Sure,i'll take care of this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-website] branch test5 deleted (was 2716fb0f)

2023-06-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


 was 2716fb0f add test image

This change permanently discards the following revisions:

 discard 2716fb0f add test image



[camel-website] branch test5 created (now 2716fb0f)

2023-06-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


  at 2716fb0f add test image

This branch includes the following new commits:

 new 2716fb0f add test image

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




[camel-website] 01/01: add test image

2023-06-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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

commit 2716fb0f428cc40307c3605fe9a4d4eb892c85f1
Author: Gregor Zurowski 
AuthorDate: Fri Jun 16 13:54:00 2023 +0200

add test image
---
 content/blog/2023/06/RELEASE-3.18.8/featured2.png | Bin 0 -> 3975989 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/content/blog/2023/06/RELEASE-3.18.8/featured2.png 
b/content/blog/2023/06/RELEASE-3.18.8/featured2.png
new file mode 100644
index ..e5077f55
Binary files /dev/null and b/content/blog/2023/06/RELEASE-3.18.8/featured2.png 
differ



[GitHub] [camel] oscerd merged pull request #10415: Generated sources regen

2023-06-16 Thread via GitHub


oscerd merged PR #10415:
URL: https://github.com/apache/camel/pull/10415


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [camel-website] github-actions[bot] commented on pull request #1016: Add image to Camel 3.18.8 blog entry

2023-06-16 Thread via GitHub


github-actions[bot] commented on PR #1016:
URL: https://github.com/apache/camel-website/pull/1016#issuecomment-1594558543

    Preview is available at https://pr-1016--camel.netlify.app


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[camel-website] branch test4 deleted (was 0365cd63)

2023-06-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


 was 0365cd63 Add test 3

This change permanently discards the following revisions:

 discard 0365cd63 Add test 3
 discard c2333c2b Add test image



[camel-website] branch test3 deleted (was c2333c2b)

2023-06-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


 was c2333c2b Add test image

This change permanently discards the following revisions:

 discard c2333c2b Add test image



[camel-website] branch test4 created (now 0365cd63)

2023-06-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


  at 0365cd63 Add test 3

This branch includes the following new commits:

 new 0365cd63 Add test 3

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




[camel-website] 01/01: Add test 3

2023-06-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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

commit 0365cd63ebe4bf36374c5404c1f3f89557c318f0
Author: Gregor Zurowski 
AuthorDate: Fri Jun 16 13:47:56 2023 +0200

Add test 3
---
 content/blog/2023/06/RELEASE-3.18.8/featured2.png | Bin 0 -> 3975989 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/content/blog/2023/06/RELEASE-3.18.8/featured2.png 
b/content/blog/2023/06/RELEASE-3.18.8/featured2.png
new file mode 100644
index ..e5077f55
Binary files /dev/null and b/content/blog/2023/06/RELEASE-3.18.8/featured2.png 
differ



[camel-website] branch test3 created (now c2333c2b)

2023-06-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


  at c2333c2b Add test image

This branch includes the following new commits:

 new c2333c2b Add test image

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




[camel-website] 01/01: Add test image

2023-06-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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

commit c2333c2b0cde0528905572006f4e4555e7189710
Author: Gregor Zurowski 
AuthorDate: Fri Jun 16 13:47:02 2023 +0200

Add test image
---
 content/blog/2023/06/RELEASE-3.18.8/featured.jpg | Bin 0 -> 31526 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/content/blog/2023/06/RELEASE-3.18.8/featured.jpg 
b/content/blog/2023/06/RELEASE-3.18.8/featured.jpg
new file mode 100644
index ..add37328
Binary files /dev/null and b/content/blog/2023/06/RELEASE-3.18.8/featured.jpg 
differ



[camel-website] branch test2 deleted (was 6786fbdb)

2023-06-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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


 was 6786fbdb test image 2

This change permanently discards the following revisions:

 discard 6786fbdb test image 2



[camel-website] 01/01: test image 2

2023-06-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository.

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

commit 6786fbdb0fd47738df5e071f41d243e982410275
Author: Gregor Zurowski 
AuthorDate: Fri Jun 16 13:44:43 2023 +0200

test image 2
---
 content/blog/2023/06/RELEASE-3.18.8/featured.jpeg | Bin 0 -> 625206 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/content/blog/2023/06/RELEASE-3.18.8/featured.jpeg 
b/content/blog/2023/06/RELEASE-3.18.8/featured.jpeg
new file mode 100644
index ..36c23a02
Binary files /dev/null and b/content/blog/2023/06/RELEASE-3.18.8/featured.jpeg 
differ



  1   2   3   >