[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change

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

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


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new f8fae273002 [create-pull-request] automated change
f8fae273002 is described below

commit f8fae273002389f67f9faceab8116c79d3519992
Author: orpiske 
AuthorDate: Thu Jun 29 01:06:46 2023 +

[create-pull-request] automated change
---
 tooling/camel-spring-boot-dependencies/pom.xml | 5 +
 1 file changed, 5 insertions(+)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index bc1c1340bc1..425c4323c83 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -2267,6 +2267,11 @@
 camel-azure-eventhubs
 3.21.0-SNAPSHOT
   
+  
+org.apache.camel
+camel-azure-files
+3.21.0-SNAPSHOT
+  
   
 org.apache.camel
 camel-azure-key-vault



[GitHub] [camel-spring-boot] oscerd merged pull request #878: [Github Actions] Periodic Sync Camel Spring Boot (Camel 3)

2023-06-28 Thread via GitHub


oscerd merged PR #878:
URL: https://github.com/apache/camel-spring-boot/pull/878


-- 
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] 01/01: Upgrade Quarkus to 3.3.0.CR1

2023-06-28 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 994c02bd0c632d481c977fed205307b425262842
Author: James Netherton 
AuthorDate: Mon Jun 26 06:43:18 2023 +0100

Upgrade Quarkus to 3.3.0.CR1
---
 docs/antora.yml|  2 +-
 .../ROOT/pages/reference/extensions/core.adoc  | 76 +++---
 .../ROOT/pages/reference/extensions/kamelet.adoc   |  3 +-
 .../pages/reference/extensions/opentelemetry.adoc  | 12 +++-
 pom.xml|  2 +-
 5 files changed, 65 insertions(+), 30 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index bd94cfd27a..001cce4822 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -30,7 +30,7 @@ asciidoc:
 # Project versions
 camel-version: 4.0.0-M3 # replace ${camel.version}
 camel-docs-version: ""
-quarkus-version: 3.2.0.CR1 # 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}
diff --git a/docs/modules/ROOT/pages/reference/extensions/core.adoc 
b/docs/modules/ROOT/pages/reference/extensions/core.adoc
index 075d04dc79..bb6b9f352e 100644
--- a/docs/modules/ROOT/pages/reference/extensions/core.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/core.adoc
@@ -137,60 +137,72 @@ When set to true, the `CamelRuntime` will be started 
automatically.
 
 |icon:lock[title=Fixed at build time] 
[[quarkus.camel.service.discovery.exclude-patterns]]`link:#quarkus.camel.service.discovery.exclude-patterns[quarkus.camel.service.discovery.exclude-patterns]`
 
-A comma-separated list of Ant-path style patterns to match Camel service 
definition files in the classpath. The services defined in the matching files 
will *not* be discoverable via the **`org.apache.camel.spi.FactoryFinder` 
mechanism. 
-The excludes have higher precedence than includes. The excludes defined here 
can also be used to veto the discoverability of services included by Camel 
Quarkus extensions. 
+A comma-separated list of Ant-path style patterns to match Camel service 
definition files in the classpath. The services defined in the matching files 
will *not* be discoverable via the **`org.apache.camel.spi.FactoryFinder` 
mechanism.
+
+The excludes have higher precedence than includes. The excludes defined here 
can also be used to veto the discoverability of services included by Camel 
Quarkus extensions.
+
 Example values: 
`META-INF/services/org/apache/camel/foo/++*++,META-INF/services/org/apache/camel/foo/++**++/bar`
 | `string`
 | 
 
 |icon:lock[title=Fixed at build time] 
[[quarkus.camel.service.discovery.include-patterns]]`link:#quarkus.camel.service.discovery.include-patterns[quarkus.camel.service.discovery.include-patterns]`
 
-A comma-separated list of Ant-path style patterns to match Camel service 
definition files in the classpath. The services defined in the matching files 
will be discoverable via the `org.apache.camel.spi.FactoryFinder` mechanism 
unless the given file is excluded via `exclude-patterns`. 
-Note that Camel Quarkus extensions may include some services by default. The 
services selected here added to those services and the exclusions defined in 
`exclude-patterns` are applied to the union set. 
+A comma-separated list of Ant-path style patterns to match Camel service 
definition files in the classpath. The services defined in the matching files 
will be discoverable via the `org.apache.camel.spi.FactoryFinder` mechanism 
unless the given file is excluded via `exclude-patterns`.
+
+Note that Camel Quarkus extensions may include some services by default. The 
services selected here added to those services and the exclusions defined in 
`exclude-patterns` are applied to the union set.
+
 Example values: 
`META-INF/services/org/apache/camel/foo/++*++,META-INF/services/org/apache/camel/foo/++**++/bar`
 | `string`
 | 
 
 |icon:lock[title=Fixed at build time] 
[[quarkus.camel.service.registry.exclude-patterns]]`link:#quarkus.camel.service.registry.exclude-patterns[quarkus.camel.service.registry.exclude-patterns]`
 
-A comma-separated list of Ant-path style patterns to match Camel service 
definition files in the classpath. The services defined in the matching files 
will *not* be added to Camel registry during application's static 
initialization. 
-The excludes have higher precedence than includes. The excludes defined here 
can also be used to veto the registration of services included by Camel Quarkus 
extensions. 
+A comma-separated list of Ant-path style patterns to match Camel service 
definition files in the classpath. The services defined in the matching files 
will *not* be added to Camel registry during application's static 
initialization.
+
+The excludes 

[camel-quarkus] branch quarkus-main updated (3906b057d2 -> 994c02bd0c)

2023-06-28 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 3906b057d2 Upgrade Quarkus to 3.3.0.CR1
 add f1434577fc Updated CHANGELOG.md
 add bd41c1e4ca Micrometer: Custom registry coverage is missing #5018
 add 531a21e743 Fix image links for CI status badges
 new 994c02bd0c Upgrade Quarkus to 3.3.0.CR1

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   (3906b057d2)
\
 N -- N -- N   refs/heads/quarkus-main (994c02bd0c)

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:
 CHANGELOG.md   |  7 +++
 README.adoc|  8 +--
 .../micrometer/it/MicrometerProducers.java | 17 +-
 .../micrometer/it/MicrometerResource.java  | 60 --
 .../component/micrometer/it/MicrometerRoutes.java  |  6 +++
 .../micrometer/it/AbstractMicrometerTest.java  |  8 ++-
 .../component/micrometer/it/MicrometerTest.java| 28 +-
 7 files changed, 100 insertions(+), 34 deletions(-)



[camel] branch main updated: (chores) build: prevent tests from running in the snapshot deployment job

2023-06-28 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


The following commit(s) were added to refs/heads/main by this push:
 new 66c8499c41d (chores) build: prevent tests from running in the snapshot 
deployment job
66c8499c41d is described below

commit 66c8499c41d5d298c105d56d30bcce2b933fcf10
Author: Otavio Rodolfo Piske 
AuthorDate: Thu Jun 29 06:32:30 2023 +0200

(chores) build: prevent tests from running in the snapshot deployment job
---
 Jenkinsfile.deploy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index 32a85b7971d..0a17994003f 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -68,7 +68,7 @@ pipeline {
 steps {
 // Work-around for 
https://issues.apache.org/jira/browse/INFRA-24713
 sh 'sed -i -e "s/3.9.2/3.8.8/g" 
.mvn/wrapper/maven-wrapper.properties'
-sh "./mvnw $MAVEN_PARAMS -Pdeploy,apache-snapshots 
-Dmaven.test.skip.exec=true clean deploy"
+sh "/mvnw $MAVEN_PARAMS -Pdeploy,apache-snapshots -Dquickly 
clean deploy"
 }
 }
 



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

2023-06-28 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-quarkus.git


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

commit 2e8a65996000f72285d409c37b69b314dc12b856
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 29 03:24:17 2023 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b63fb823bf..3a2b4c39a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@
 
 **Closed issues:**
 
+- Micrometer: Custom registry coverage is missing 
[\#5018](https://github.com/apache/camel-quarkus/issues/5018)
 - camel-quarkus-crypto: Add test coverage for raw keys 
[\#4979](https://github.com/apache/camel-quarkus/issues/4979)
 - Telegram: webhook is failing in 2.13.x 
[\#4961](https://github.com/apache/camel-quarkus/issues/4961)
 - Upgrade to Groovy 4 
[\#4960](https://github.com/apache/camel-quarkus/issues/4960)
@@ -52,6 +53,8 @@
 
 **Merged pull requests:**
 
+- Fix image links for CI status badges 
[\#5022](https://github.com/apache/camel-quarkus/pull/5022) 
([jamesnetherton](https://github.com/jamesnetherton))
+- Micrometer: Custom registry coverage is missing \#5018 
[\#5019](https://github.com/apache/camel-quarkus/pull/5019) 
([JiriOndrusek](https://github.com/JiriOndrusek))
 - Fix \#5016 to add a IBMMQ pooling test with quarkus-pooled-jms 
[\#5017](https://github.com/apache/camel-quarkus/pull/5017) 
([zhfeng](https://github.com/zhfeng))
 - Upgrade to quarkus-cxf 2.2.0.CR1 
[\#5015](https://github.com/apache/camel-quarkus/pull/5015) 
([ppalaga](https://github.com/ppalaga))
 - Generated sources regen for SBOM 
[\#5013](https://github.com/apache/camel-quarkus/pull/5013) 
([github-actions[bot]](https://github.com/apps/github-actions))



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

2023-06-28 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 8933c7e6 Updated CHANGELOG.md
8933c7e6 is described below

commit 8933c7e60059d302d79a0c7390258ae2792a449f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 29 03:15:40 2023 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 11e1c041..77f8f9b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
 # Changelog
 
+## [Unreleased](https://github.com/apache/camel-kamelets/tree/HEAD)
+
+[Full 
Changelog](https://github.com/apache/camel-kamelets/compare/v3.20.6...HEAD)
+
+**Closed issues:**
+
+- Azure Storage Blob Kamelets: Expose the credentialsType parameter with 
SHARED\_ACCOUNT\_KEY as default 
[\#1517](https://github.com/apache/camel-kamelets/issues/1517)
+- Add Twitter timeline sink Kamelet 
[\#102](https://github.com/apache/camel-kamelets/issues/102)
+- Add Twitter Direct Message Sink Kamelet 
[\#100](https://github.com/apache/camel-kamelets/issues/100)
+- Add Box Source Kamelet 
[\#17](https://github.com/apache/camel-kamelets/issues/17)
+
 ## [v3.20.6](https://github.com/apache/camel-kamelets/tree/v3.20.6) 
(2023-06-26)
 
 [Full 
Changelog](https://github.com/apache/camel-kamelets/compare/v3.20.5...v3.20.6)



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

2023-06-28 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-runtime.git


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

commit 56deb31de7baece6138e58d75940dd2e38cbc1f3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 29 03:12:07 2023 +

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index df8535b2..7e26ca2f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@
 - Revert "build\(deps\): bump logstash-logback-encoder from 7.3 to 7.4" 
[\#1053](https://github.com/apache/camel-k-runtime/pull/1053) 
([claudio4j](https://github.com/claudio4j))
 - build\(deps\): bump logstash-logback-encoder from 7.3 to 7.4 
[\#1052](https://github.com/apache/camel-k-runtime/pull/1052) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - build\(deps\): bump actions/checkout from 2 to 3 
[\#1051](https://github.com/apache/camel-k-runtime/pull/1051) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- build\(deps\): bump peter-evans/create-pull-request from 5.0.1 to 5.0.2 
[\#1049](https://github.com/apache/camel-k-runtime/pull/1049) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - build\(deps\): bump actions/setup-node from 2 to 3 
[\#1048](https://github.com/apache/camel-k-runtime/pull/1048) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - build\(deps\): bump actions/cache from 2 to 3 
[\#1047](https://github.com/apache/camel-k-runtime/pull/1047) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - build\(deps\): bump actions/dependency-review-action from 2 to 3 
[\#1046](https://github.com/apache/camel-k-runtime/pull/1046) 
([dependabot[bot]](https://github.com/apps/dependabot))



[camel-k] branch main updated: chore: nightly coverage badge

2023-06-28 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 870a9b99d chore: nightly coverage badge
870a9b99d is described below

commit 870a9b99d2cc3a5a30f41b8ceaf4e17ac68b064d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 29 02:18:44 2023 +

chore: nightly coverage badge
---
 README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.adoc b/README.adoc
index 2ff8443c8..d5be16c03 100644
--- a/README.adoc
+++ b/README.adoc
@@ -11,7 +11,7 @@ 
image:https://github.com/apache/camel-k/workflows/kubernetes/badge.svg["Kubernet
 image:https://github.com/apache/camel-k/workflows/knative/badge.svg["Knative;, 
link="https://github.com/apache/camel-k/actions/workflows/knative.yml;]
 
image:https://github.com/apache/camel-k/actions/workflows/nightly-release.yml/badge.svg["Nightly
 releases", 
link="https://github.com/apache/camel-k/actions/workflows/nightly-release.yml;]
 
image:https://github.com/apache/camel-k/actions/workflows/nightly-native-test.yml/badge.svg["Quarkus
 native", 
link="https://github.com/apache/camel-k/actions/workflows/nightly-native-test.yml;]
-image:https://img.shields.io/badge/Coverage-39.3%25-yellow.svg["Go coverage", 
link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml;]
+image:https://img.shields.io/badge/Coverage-39.4%25-yellow.svg["Go coverage", 
link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml;]
 image:https://img.shields.io/badge/zulip-join_chat-brightgreen.svg["Chat on 
Zulip", link="https://camel.zulipchat.com;]
 
 Apache Camel K is a lightweight integration framework built from **Apache 
Camel** that runs natively on Kubernetes and is specifically designed for 
serverless and microservice architectures. Users of `Camel K` can instantly run 
integration code written in Camel DSL on their preferred **Cloud** provider.



[camel-spring-boot] branch automatic-periodic-sync updated (f62a0ee7328 -> e01b8949a98)

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

github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


from f62a0ee7328 CAMEL-19473: Upgrade to spring boot 2.7.13
 add e01b8949a98 [create-pull-request] automated change

No new revisions were added by this update.

Summary of changes:
 tooling/camel-spring-boot-dependencies/pom.xml | 5 +
 1 file changed, 5 insertions(+)



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

2023-06-28 Thread via GitHub


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

   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-camel-3.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] zhfeng commented on issue #5006: [Mandrel 23.0.0] google-bigquery integration test native compilation fails

2023-06-28 Thread via GitHub


zhfeng commented on issue #5006:
URL: https://github.com/apache/camel-quarkus/issues/5006#issuecomment-1612286698

   Well, I still got some random results with
   
   - `java.lang.NullPointerException: Cannot invoke "java.util.Set.iterator()" 
because "triggers" is null`
   - `undefined reference to 
'Java_com_sun_management_internal_OperatingSystemImpl_initialize0'
   collect2: error: ld returned 1 exit status`
   - some refelection errors
   


-- 
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-28 Thread via GitHub


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

   The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) 
branch build has failed:
   
   * Build ID: 5407086511-1058-f2bb30e0-27ba-4997-9e48-fed67e30a7d3
   * Camel Quarkus Commit: e8700bb07b0e30292d5d7f92d08f55ff29150309
   
   * Camel Main Commit: 531a21e74318779a2cf3cd6776745108d9d118ea
   * Link to build: 
https://github.com/apache/camel-quarkus/actions/runs/5407086511


-- 
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] 01/03: chore: changelog automatic update

2023-06-28 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

commit f06776c9ce8a20c46e82a643b57dae6049779d9f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 28 23:43:17 2023 +

chore: changelog automatic update
---
 CHANGELOG.md | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81751ee39..f1c3449b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
 
 **Closed issues:**
 
+- Make command fails on MacOS due to TestGenerateKeystore 
[\#4516](https://github.com/apache/camel-k/issues/4516)
 - Allow to remote debug the Operator 
[\#4513](https://github.com/apache/camel-k/issues/4513)
 - Updating a property will cause Integration to rebuild 
[\#4511](https://github.com/apache/camel-k/issues/4511)
 - CamelCatalog generated twice 
[\#4504](https://github.com/apache/camel-k/issues/4504)
@@ -16,15 +17,23 @@
 - pod-template with knative in rest integration 
[\#4484](https://github.com/apache/camel-k/issues/4484)
 - Missing license header 
[\#4469](https://github.com/apache/camel-k/issues/4469)
 - Rework CLIs required by operator build process 
[\#4466](https://github.com/apache/camel-k/issues/4466)
+- Use maven distribution available in the operator image 
[\#4429](https://github.com/apache/camel-k/issues/4429)
+- kamel run | custom dependencies | local files | K8S Cluster with GHCR
[\#4398](https://github.com/apache/camel-k/issues/4398)
+- Integration builder can't pull the builder image from the insecure registry 
[\#4236](https://github.com/apache/camel-k/issues/4236)
 - Horizontal scaling ability for operators 
[\#4173](https://github.com/apache/camel-k/issues/4173)
 - Observability documentation - Update to micrometer extension 
[\#4157](https://github.com/apache/camel-k/issues/4157)
+- Multi architecture support - Operator and builder pods 
[\#4148](https://github.com/apache/camel-k/issues/4148)
 - Helm Node Selector [\#4096](https://github.com/apache/camel-k/issues/4096)
 - Update the version of the kind-action 
[\#4063](https://github.com/apache/camel-k/issues/4063)
 - Onboard Camel K Tekton tasks 
[\#3795](https://github.com/apache/camel-k/issues/3795)
+- Deprecated Github actions / warnings 
[\#3766](https://github.com/apache/camel-k/issues/3766)
 - Document supported components 
[\#2228](https://github.com/apache/camel-k/issues/2228)
+- introduce code coverage report for each pr 
[\#559](https://github.com/apache/camel-k/issues/559)
 
 **Merged pull requests:**
 
+- chore:  coverage report fixes 
[\#4522](https://github.com/apache/camel-k/pull/4522) 
([realMartinez](https://github.com/realMartinez))
+- Ref \#4236: Describe how to install kind with a local registry 
[\#4521](https://github.com/apache/camel-k/pull/4521) 
([essobedo](https://github.com/essobedo))
 - chore\(ci\): Upgrade github/non github actions 
[\#4518](https://github.com/apache/camel-k/pull/4518) 
([gansheer](https://github.com/gansheer))
 - Ref \#4513: Allow to remote debug the Operator 
[\#4517](https://github.com/apache/camel-k/pull/4517) 
([essobedo](https://github.com/essobedo))
 - chore\(ci\) : Fix licence missing/invalid format 
[\#4515](https://github.com/apache/camel-k/pull/4515) 
([gansheer](https://github.com/gansheer))
@@ -38,11 +47,13 @@
 - chore\(e2e\): wait for the catalog to be ready 
[\#4503](https://github.com/apache/camel-k/pull/4503) 
([squakez](https://github.com/squakez))
 - fix\(ci\): use released action version 
[\#4500](https://github.com/apache/camel-k/pull/4500) 
([squakez](https://github.com/squakez))
 - feat\(cicd\): onboard Camel K Tekton task 
[\#4499](https://github.com/apache/camel-k/pull/4499) 
([squakez](https://github.com/squakez))
+- feat/coverage report workflow 
[\#4495](https://github.com/apache/camel-k/pull/4495) 
([realMartinez](https://github.com/realMartinez))
 - chore\(deps\): bump github.com/otiai10/copy from 1.11.0 to 1.12.0 
[\#4494](https://github.com/apache/camel-k/pull/4494) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - chore\(deps\): bump github.com/prometheus/client\_golang from 1.15.1 to 
1.16.0 [\#4491](https://github.com/apache/camel-k/pull/4491) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.20 to 
0.6.21 [\#4490](https://github.com/apache/camel-k/pull/4490) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - chore\(deps\): bump golang.org/x/sync from 0.2.0 to 0.3.0 
[\#4488](https://github.com/apache/camel-k/pull/4488) 
([dependabot[bot]](https://github.com/apps/dependabot))
 - chore\(deps\): bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 
[\#4486](https://github.com/apache/camel-k/pull/4486) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- feat: remove the need for a storage 
[\#4483](https://github.com/apache/camel-k/pull/4483) 

[camel-k] 02/03: chore: nightly resource refresh

2023-06-28 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

commit 9eb4f7fd67926052120d8ef226e47f5ab050ed21
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 28 23:47:40 2023 +

chore: nightly resource refresh
---
 docs/antora.yml|  2 +-
 pkg/resources/resources.go | 21 ++---
 2 files changed, 3 insertions(+), 20 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index b704bcad6..83cb28363 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -39,7 +39,7 @@ asciidoc:
 camel-quarkus-version: 2.16.0
 camel-quarkus-docs-version: 2.16.x
 quarkus-version: 2.16.0.Final
-buildah-version: 1.23.3
+buildah-version: 1.30.0
 kaniko-version: 1.9.1
 kustomize-version: 4.5.4
 kubernetes-api-version: 0.25.6
diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go
index a6fa58714..dc607e90e 100644
--- a/pkg/resources/resources.go
+++ b/pkg/resources/resources.go
@@ -174,18 +174,6 @@ var assets = func() http.FileSystem {
name:"manager",
modTime: time.Time{},
},
-   "/manager/bundle": ۰DirInfo{
-   name:"bundle",
-   modTime: time.Time{},
-   },
-   "/manager/bundle/manifests": ۰DirInfo{
-   name:"manifests",
-   modTime: time.Time{},
-   },
-   "/manager/bundle/metadata": ۰DirInfo{
-   name:"metadata",
-   modTime: time.Time{},
-   },
"/manager/operator-deployment.yaml": ۰CompressedFileInfo{
name: "operator-deployment.yaml",
modTime:  time.Time{},
@@ -510,9 +498,9 @@ var assets = func() http.FileSystem {
"/samples/bases/camel_v1_integrationplatform.yaml": 
۰CompressedFileInfo{
name: "camel_v1_integrationplatform.yaml",
modTime:  time.Time{},
-   uncompressedSize: ,
+   uncompressedSize: 1058,
 
-   compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x41\x6e\xe3\x38\x10\xbc\xf3\x15\x05\xeb\x92\x00\x8e\xbd\xbb\x47\xef\xc9\xeb\xd8\x58\x61\x02\x7b\x10\x39\x13\xe4\xd8\x16\xdb\x52\x23\x14\xa9\x21\xa9\x28\xfe\xfd\x80\xb2\x3c\x71\x30\xd7\xf0\x24\xa9\x9b\x5d\x55\x5d\xa5\x0c\x77\x5f\x77\x54\x86\x07\x29\xd9\x06\xd6\x88\x0e\xb1\x66\x2c\x5b\x2a\x6b\x46\xe1\x8e\xb1\x27\xcf\xd8\xb8\xce\x6a\x8a\xe2\x2c\x6e\x96\xc5\xe6\x16\x9d\xd5\xec\xe1\x2c\xc3\x79\x34\xce\xb3\xca\x50\x
 [...]
+   compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xcd\x6e\xdb\x3c\x10\xbc\xf3\x29\x06\xd6\x25\x01\x1c\xfb\xfb\x7a\x74\x4f\x6a\x62\xa3\x42\x03\xb9\x88\x9c\x06\x39\xae\xa5\xb5\xb4\x08\x45\xaa\x24\x15\xc5\x6f\x5f\x50\x96\x1b\x07\xbd\x86\x37\x81\xcb\xf9\xd9\x19\x25\xb8\xf9\xbc\xa3\x12\xdc\x4b\xc9\xc6\x73\x85\x60\x11\x1a\x46\xda\x51\xd9\x30\x0a\x7b\x08\x03\x39\xc6\xc6\xf6\xa6\xa2\x20\xd6\xe0\x2a\x2d\x36\xd7\xe8\x4d\xc5\x0e\xd6\x30\xac\x43\x6b\x1d\xab\x04\xa5\x35\x
 [...]
},
"/samples/bases/camel_v1_kamelet.yaml": 
۰CompressedFileInfo{
name: "camel_v1_kamelet.yaml",
@@ -684,7 +672,6 @@ var assets = func() http.FileSystem {
fs["/crd/bases/camel.apache.org_pipes.yaml"].(os.FileInfo),
}
fs["/manager"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
-   fs["/manager/bundle"].(os.FileInfo),
fs["/manager/operator-deployment.yaml"].(os.FileInfo),
fs["/manager/operator-service-account.yaml"].(os.FileInfo),

fs["/manager/patch-image-pull-policy-always.yaml"].(os.FileInfo),
@@ -696,10 +683,6 @@ var assets = func() http.FileSystem {
fs["/manager/patch-toleration.yaml"].(os.FileInfo),
fs["/manager/patch-watch-namespace-global.yaml"].(os.FileInfo),
}
-   fs["/manager/bundle"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
-   fs["/manager/bundle/manifests"].(os.FileInfo),
-   fs["/manager/bundle/metadata"].(os.FileInfo),
-   }
fs["/prometheus"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
fs["/prometheus/operator-pod-monitor.yaml"].(os.FileInfo),
fs["/prometheus/operator-prometheus-rule.yaml"].(os.FileInfo),



[camel-k] 03/03: chore: nightly SBOM refresh

2023-06-28 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

commit 135525a6ea0abed9d250edbcb2d021023534933e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 28 23:48:21 2023 +

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

diff --git a/camel-k-sbom/camel-k-sbom.json b/camel-k-sbom/camel-k-sbom.json
index 7033515f2..efe1326c3 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:d797ac84-44b9-4052-9187-bc907f94db4b",
+  "serialNumber": "urn:uuid:acd2b399-b612-4439-986a-9c5f998ec150",
   "version": 1,
   "metadata": {
-"timestamp": "2023-06-27T23:46:35Z",
+"timestamp": "2023-06-28T23:48:21Z",
 "tools": [
   {
 "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
   }
 ],
 "component": {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230627234239-294ffca19017?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230628234740-9eb4f7fd6792?type=module",
   "type": "application",
   "name": "github.com/apache/camel-k/v2",
-  "version": "v0.0.0-20230627234239-294ffca19017",
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230627234239-294ffca19017?type=module\u0026goos=linux\u0026goarch=amd64",
+  "version": "v0.0.0-20230628234740-9eb4f7fd6792",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20230628234740-9eb4f7fd6792?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-20230627234239-294ffca19017?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230628234740-9eb4f7fd6792?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/v2/pkg/apis/camel",
-  "version": "v0.0.0-20230627234239-294ffca19017",
+  "version": "v0.0.0-20230628234740-9eb4f7fd6792",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"8f94cc11d7aa0c5a5a28fbed4fa2abec89542080c09563970192bba5ef0d92c9"
+  "content": 
"5ed979cb77b31bf201326a41c89e1938cdf49ff33b94c9101245b16790efa7ac"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230627234239-294ffca19017?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/apis/camel@v0.0.0-20230628234740-9eb4f7fd6792?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-20230627234239-294ffca19017?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230628234740-9eb4f7fd6792?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/v2/pkg/client/camel",
-  "version": "v0.0.0-20230627234239-294ffca19017",
+  "version": "v0.0.0-20230628234740-9eb4f7fd6792",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"64c0eea2bd451f46c3f7c4346ab50a9bfabcb97aa15eebfa71b4de4bf5ad2631"
+  "content": 
"5a789694bfa7f2a32d94355fec37a8b09c4e3d76ef3011c9a021cee923cbdca8"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230627234239-294ffca19017?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/client/camel@v0.0.0-20230628234740-9eb4f7fd6792?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-20230627234239-294ffca19017?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/v2/pkg/kamelet/repository@v0.0.0-20230628234740-9eb4f7fd6792?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/v2/pkg/kamelet/repository",
-  "version": "v0.0.0-20230627234239-294ffca19017",
+  "version": "v0.0.0-20230628234740-9eb4f7fd6792",
   "scope": "required",
   "hashes": [
 {

[camel-k] branch main updated (6f1f11bb5 -> 135525a6e)

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

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


from 6f1f11bb5 Ref #4236: Describe how to install kind with a local registry
 new f06776c9c chore: changelog automatic update
 new 9eb4f7fd6 chore: nightly resource refresh
 new 135525a6e chore: nightly SBOM refresh

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


Summary of changes:
 CHANGELOG.md   | 11 +
 camel-k-sbom/camel-k-sbom.json | 91 +-
 docs/antora.yml|  2 +-
 pkg/resources/resources.go | 21 +-
 4 files changed, 41 insertions(+), 84 deletions(-)



[camel-k] 02/02: Periodic Sync of Camel K Main Branch for SBOM Generation

2023-06-28 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

commit b5878ba9734540e2c10ec9cbc01303da144b6a81
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 28 23:47:31 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 676095f8f..211fdc66a 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:7399d6ab-489b-4092-9692-f7812c97e394",
+  "serialNumber": "urn:uuid:017e3ad2-6322-45f2-8ce0-d9029868d42c",
   "version": 1,
   "metadata": {
-"timestamp": "2023-06-27T23:46:27Z",
+"timestamp": "2023-06-28T23:47:31Z",
 "tools": [
   {
 "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
   }
 ],
 "component": {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230627234219-8aa38a41f577?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230628234233-3725041c3088?type=module",
   "type": "application",
   "name": "github.com/apache/camel-k",
-  "version": "v0.0.0-20230627234219-8aa38a41f577",
-  "purl": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230627234219-8aa38a41f577?type=module\u0026goos=linux\u0026goarch=amd64",
+  "version": "v0.0.0-20230628234233-3725041c3088",
+  "purl": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230628234233-3725041c3088?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-20230627234219-8aa38a41f577?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230628234233-3725041c3088?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/apis/camel",
-  "version": "v0.0.0-20230627234219-8aa38a41f577",
+  "version": "v0.0.0-20230628234233-3725041c3088",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"c134971c392b0fe2d89001f5646f86b4b353f84ce32625568e71620883a6d8dd"
+  "content": 
"7953c601b503e870ece731b01a0cf27e717f0ae10cf7748c0da154ffa8d96e15"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230627234219-8aa38a41f577?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230628234233-3725041c3088?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-20230627234219-8aa38a41f577?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230628234233-3725041c3088?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/client/camel",
-  "version": "v0.0.0-20230627234219-8aa38a41f577",
+  "version": "v0.0.0-20230628234233-3725041c3088",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"74c8dc1f0eae46f8a46d880d61b4a5997beb2413823250fcd787fd77160a5190"
+  "content": 
"1819235a1cc96acc071be7ba84abc9bd6c61eae68c50c67813d20c2bcea7c7d3"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230627234219-8aa38a41f577?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230628234233-3725041c3088?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-20230627234219-8aa38a41f577?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/kamelet/repository@v0.0.0-20230628234233-3725041c3088?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/kamelet/repository",
-  "version": "v0.0.0-20230627234219-8aa38a41f577",
+  "version": "v0.0.0-20230628234233-3725041c3088",
   "scope": "required",
   "hashes": [
 {
   "alg": 

[camel-k] branch release-1.10.x updated (a76e7e082 -> b5878ba97)

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

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


from a76e7e082 Periodic Sync of Camel K Main Branch for SBOM Generation
 new 3725041c3 chore: changelog automatic update
 new b5878ba97 Periodic Sync of Camel K Main Branch for SBOM Generation

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   |  7 ++
 camel-k-sbom/camel-k-sbom.json | 54 +-
 2 files changed, 34 insertions(+), 27 deletions(-)



[camel-k] 01/02: chore: changelog automatic update

2023-06-28 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

commit 3725041c3088c770a127c39c26c4f6d8598c23f8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 28 23:42:33 2023 +

chore: changelog automatic update
---
 CHANGELOG.md | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51bc03583..2b2aed377 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
 
 **Closed issues:**
 
+- Make command fails on MacOS due to TestGenerateKeystore 
[\#4516](https://github.com/apache/camel-k/issues/4516)
 - Allow to remote debug the Operator 
[\#4513](https://github.com/apache/camel-k/issues/4513)
 - Updating a property will cause Integration to rebuild 
[\#4511](https://github.com/apache/camel-k/issues/4511)
 - CamelCatalog generated twice 
[\#4504](https://github.com/apache/camel-k/issues/4504)
@@ -16,12 +17,18 @@
 - pod-template with knative in rest integration 
[\#4484](https://github.com/apache/camel-k/issues/4484)
 - Missing license header 
[\#4469](https://github.com/apache/camel-k/issues/4469)
 - Rework CLIs required by operator build process 
[\#4466](https://github.com/apache/camel-k/issues/4466)
+- Use maven distribution available in the operator image 
[\#4429](https://github.com/apache/camel-k/issues/4429)
+- kamel run | custom dependencies | local files | K8S Cluster with GHCR
[\#4398](https://github.com/apache/camel-k/issues/4398)
+- Integration builder can't pull the builder image from the insecure registry 
[\#4236](https://github.com/apache/camel-k/issues/4236)
 - Horizontal scaling ability for operators 
[\#4173](https://github.com/apache/camel-k/issues/4173)
 - Observability documentation - Update to micrometer extension 
[\#4157](https://github.com/apache/camel-k/issues/4157)
+- Multi architecture support - Operator and builder pods 
[\#4148](https://github.com/apache/camel-k/issues/4148)
 - Helm Node Selector [\#4096](https://github.com/apache/camel-k/issues/4096)
 - Update the version of the kind-action 
[\#4063](https://github.com/apache/camel-k/issues/4063)
 - Onboard Camel K Tekton tasks 
[\#3795](https://github.com/apache/camel-k/issues/3795)
+- Deprecated Github actions / warnings 
[\#3766](https://github.com/apache/camel-k/issues/3766)
 - Document supported components 
[\#2228](https://github.com/apache/camel-k/issues/2228)
+- introduce code coverage report for each pr 
[\#559](https://github.com/apache/camel-k/issues/559)
 
 ## [1.12.2-nightly](https://github.com/apache/camel-k/tree/1.12.2-nightly) 
(2023-06-13)
 



[camel-k] 02/02: Periodic Sync of Camel K Main Branch for SBOM Generation

2023-06-28 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

commit 6c3011ce7c10b702ed53351ce2f27bd1ea76301b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 28 23:44:58 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 751350971..789210fa0 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:84f3c0e6-162f-44be-a226-b4db68a1e3ac",
+  "serialNumber": "urn:uuid:62ed7d42-c9a9-4608-8f71-b35b2b9ff28f",
   "version": 1,
   "metadata": {
-"timestamp": "2023-06-27T23:45:39Z",
+"timestamp": "2023-06-28T23:44:58Z",
 "tools": [
   {
 "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
   }
 ],
 "component": {
-  "bom-ref": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230627233959-4cdef9d25133?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230628233932-93ec95ffd041?type=module",
   "type": "application",
   "name": "github.com/apache/camel-k",
-  "version": "v0.0.0-20230627233959-4cdef9d25133",
-  "purl": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230627233959-4cdef9d25133?type=module\u0026goos=linux\u0026goarch=amd64",
+  "version": "v0.0.0-20230628233932-93ec95ffd041",
+  "purl": 
"pkg:golang/github.com/apache/camel-k@v0.0.0-20230628233932-93ec95ffd041?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-20230627233959-4cdef9d25133?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230628233932-93ec95ffd041?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/apis/camel",
-  "version": "v0.0.0-20230627233959-4cdef9d25133",
+  "version": "v0.0.0-20230628233932-93ec95ffd041",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"e4887a5c5bc2182db0501f8bbcaef1bc5d8f8947e9edd712902630aa06ca99ce"
+  "content": 
"1661f548cb47b5d99ce634dbc37ae5a9e1ff11763f1cc8130a886fa53ed3212e"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230627233959-4cdef9d25133?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/apis/camel@v0.0.0-20230628233932-93ec95ffd041?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-20230627233959-4cdef9d25133?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230628233932-93ec95ffd041?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/client/camel",
-  "version": "v0.0.0-20230627233959-4cdef9d25133",
+  "version": "v0.0.0-20230628233932-93ec95ffd041",
   "scope": "required",
   "hashes": [
 {
   "alg": "SHA-256",
-  "content": 
"08af67c6fbf16223714565fd01c2cd0c9c28a8e5655d7a9cb67e4aad01c097ed"
+  "content": 
"b870b455165035864be52fb567b2903777cbe7326b90d5d67474b34d44878147"
 }
   ],
-  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230627233959-4cdef9d25133?type=module\u0026goos=linux\u0026goarch=amd64",
+  "purl": 
"pkg:golang/github.com/apache/camel-k/pkg/client/camel@v0.0.0-20230628233932-93ec95ffd041?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-20230627233959-4cdef9d25133?type=module",
+  "bom-ref": 
"pkg:golang/github.com/apache/camel-k/pkg/kamelet/repository@v0.0.0-20230628233932-93ec95ffd041?type=module",
   "type": "library",
   "name": "github.com/apache/camel-k/pkg/kamelet/repository",
-  "version": "v0.0.0-20230627233959-4cdef9d25133",
+  "version": "v0.0.0-20230628233932-93ec95ffd041",
   "scope": "required",
   "hashes": [
 {
   "alg": 

[camel-k] branch release-1.12.x updated (f1a66758f -> 6c3011ce7)

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

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


from f1a66758f Periodic Sync of Camel K Main Branch for SBOM Generation
 new 93ec95ffd chore: changelog automatic update
 new 6c3011ce7 Periodic Sync of Camel K Main Branch for SBOM Generation

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   |  7 ++
 camel-k-sbom/camel-k-sbom.json | 54 +-
 2 files changed, 34 insertions(+), 27 deletions(-)



[camel-k] 01/02: chore: changelog automatic update

2023-06-28 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

commit 93ec95ffd041659c7dda7fff431c91c23fad
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 28 23:39:32 2023 +

chore: changelog automatic update
---
 CHANGELOG.md | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51bc03583..2b2aed377 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
 
 **Closed issues:**
 
+- Make command fails on MacOS due to TestGenerateKeystore 
[\#4516](https://github.com/apache/camel-k/issues/4516)
 - Allow to remote debug the Operator 
[\#4513](https://github.com/apache/camel-k/issues/4513)
 - Updating a property will cause Integration to rebuild 
[\#4511](https://github.com/apache/camel-k/issues/4511)
 - CamelCatalog generated twice 
[\#4504](https://github.com/apache/camel-k/issues/4504)
@@ -16,12 +17,18 @@
 - pod-template with knative in rest integration 
[\#4484](https://github.com/apache/camel-k/issues/4484)
 - Missing license header 
[\#4469](https://github.com/apache/camel-k/issues/4469)
 - Rework CLIs required by operator build process 
[\#4466](https://github.com/apache/camel-k/issues/4466)
+- Use maven distribution available in the operator image 
[\#4429](https://github.com/apache/camel-k/issues/4429)
+- kamel run | custom dependencies | local files | K8S Cluster with GHCR
[\#4398](https://github.com/apache/camel-k/issues/4398)
+- Integration builder can't pull the builder image from the insecure registry 
[\#4236](https://github.com/apache/camel-k/issues/4236)
 - Horizontal scaling ability for operators 
[\#4173](https://github.com/apache/camel-k/issues/4173)
 - Observability documentation - Update to micrometer extension 
[\#4157](https://github.com/apache/camel-k/issues/4157)
+- Multi architecture support - Operator and builder pods 
[\#4148](https://github.com/apache/camel-k/issues/4148)
 - Helm Node Selector [\#4096](https://github.com/apache/camel-k/issues/4096)
 - Update the version of the kind-action 
[\#4063](https://github.com/apache/camel-k/issues/4063)
 - Onboard Camel K Tekton tasks 
[\#3795](https://github.com/apache/camel-k/issues/3795)
+- Deprecated Github actions / warnings 
[\#3766](https://github.com/apache/camel-k/issues/3766)
 - Document supported components 
[\#2228](https://github.com/apache/camel-k/issues/2228)
+- introduce code coverage report for each pr 
[\#559](https://github.com/apache/camel-k/issues/559)
 
 ## [1.12.2-nightly](https://github.com/apache/camel-k/tree/1.12.2-nightly) 
(2023-06-13)
 



[GitHub] [camel] github-actions[bot] commented on pull request #10539: CAMEL-19560 - Manage micrometer artifacts to build and test with a single deterministic set of versions

2023-06-28 Thread via GitHub


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

   :no_entry_sign: There are (likely) no changes in core core 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 #10539: CAMEL-19560 - Manage micrometer artifacts to build and test with a single deterministic set of versions

2023-06-28 Thread via GitHub


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

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


-- 
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 #10539: CAMEL-19560 - Manage micrometer artifacts to build and test with a single deterministic set of versions

2023-06-28 Thread via GitHub


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

   :no_entry_sign: There are (likely) no changes in core core 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 #10539: CAMEL-19560 - Manage micrometer artifacts to build and test with a single deterministic set of versions

2023-06-28 Thread via GitHub


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

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


-- 
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 #10539: CAMEL-19560 - Manage micrometer artifacts to build and test with a single deterministic set of versions

2023-06-28 Thread via GitHub


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

   :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



[camel] branch regen_bot updated (5379d2e3d7c -> cc795cc9527)

2023-06-28 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 5379d2e3d7c (chores) camel-fhir: use Assumptions to check for test 
pre-conditions
 add 52ed2930c0f CAMEL-19559 - Manage commons-codec to build and test with 
a single deterministic version
 add cc795cc9527 Upgrade to commons-codec 1.16.0

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml|  2 +-
 catalog/camel-catalog-maven-grape/pom.xml | 13 -
 catalog/camel-catalog-maven/pom.xml   |  1 -
 catalog/camel-report-maven-plugin/pom.xml |  1 -
 components/camel-as2/camel-as2-api/pom.xml|  4 
 components/camel-atom/pom.xml |  5 -
 components/camel-base64/pom.xml   |  1 -
 components/camel-crypto/pom.xml   |  1 -
 components/camel-github/pom.xml   |  1 -
 components/camel-google/camel-google-mail/pom.xml |  6 ++
 components/camel-kubernetes/pom.xml   |  6 --
 components/camel-oaipmh/pom.xml   |  1 -
 components/camel-rss/pom.xml  |  4 
 components/camel-xmlsecurity/pom.xml  |  1 -
 parent/pom.xml|  8 +++-
 tooling/camel-tooling-maven/pom.xml   |  1 -
 16 files changed, 22 insertions(+), 34 deletions(-)



[camel] 02/02: Upgrade to commons-codec 1.16.0

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

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

commit cc795cc9527878ebf70e55c6b8afbc620e2f009d
Author: Peter Palaga 
AuthorDate: Wed Jun 28 21:14:13 2023 +0200

Upgrade to commons-codec 1.16.0
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 3b99e9cd2b8..85982ef7a1f 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -81,7 +81,7 @@
 7.0.9
 1.9.4
 1.4
-1.15
+1.16.0
 3.2.2
 4.4
 1.21
diff --git a/parent/pom.xml b/parent/pom.xml
index 08eee19757b..9e0f73ee010 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -90,7 +90,7 @@
 7.0.9
 7.0.9
 1.9.4
-1.15
+1.16.0
 3.2.2
 4.4
 



[camel] branch main updated (5379d2e3d7c -> cc795cc9527)

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

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


from 5379d2e3d7c (chores) camel-fhir: use Assumptions to check for test 
pre-conditions
 new 52ed2930c0f CAMEL-19559 - Manage commons-codec to build and test with 
a single deterministic version
 new cc795cc9527 Upgrade to commons-codec 1.16.0

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:
 camel-dependencies/pom.xml|  2 +-
 catalog/camel-catalog-maven-grape/pom.xml | 13 -
 catalog/camel-catalog-maven/pom.xml   |  1 -
 catalog/camel-report-maven-plugin/pom.xml |  1 -
 components/camel-as2/camel-as2-api/pom.xml|  4 
 components/camel-atom/pom.xml |  5 -
 components/camel-base64/pom.xml   |  1 -
 components/camel-crypto/pom.xml   |  1 -
 components/camel-github/pom.xml   |  1 -
 components/camel-google/camel-google-mail/pom.xml |  6 ++
 components/camel-kubernetes/pom.xml   |  6 --
 components/camel-oaipmh/pom.xml   |  1 -
 components/camel-rss/pom.xml  |  4 
 components/camel-xmlsecurity/pom.xml  |  1 -
 parent/pom.xml|  8 +++-
 tooling/camel-tooling-maven/pom.xml   |  1 -
 16 files changed, 22 insertions(+), 34 deletions(-)



[camel] 01/02: CAMEL-19559 - Manage commons-codec to build and test with a single deterministic version

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

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

commit 52ed2930c0fe9666a25d75f79e4e520d92b85547
Author: Peter Palaga 
AuthorDate: Wed Jun 28 21:13:53 2023 +0200

CAMEL-19559 - Manage commons-codec to build and test with a single
deterministic version
---
 catalog/camel-catalog-maven-grape/pom.xml | 13 -
 catalog/camel-catalog-maven/pom.xml   |  1 -
 catalog/camel-report-maven-plugin/pom.xml |  1 -
 components/camel-as2/camel-as2-api/pom.xml|  4 
 components/camel-atom/pom.xml |  5 -
 components/camel-base64/pom.xml   |  1 -
 components/camel-crypto/pom.xml   |  1 -
 components/camel-github/pom.xml   |  1 -
 components/camel-google/camel-google-mail/pom.xml |  6 ++
 components/camel-kubernetes/pom.xml   |  6 --
 components/camel-oaipmh/pom.xml   |  1 -
 components/camel-rss/pom.xml  |  4 
 components/camel-xmlsecurity/pom.xml  |  1 -
 parent/pom.xml|  6 ++
 tooling/camel-tooling-maven/pom.xml   |  1 -
 15 files changed, 20 insertions(+), 32 deletions(-)

diff --git a/catalog/camel-catalog-maven-grape/pom.xml 
b/catalog/camel-catalog-maven-grape/pom.xml
index 59a7fc12467..d0024f1fc45 100644
--- a/catalog/camel-catalog-maven-grape/pom.xml
+++ b/catalog/camel-catalog-maven-grape/pom.xml
@@ -54,28 +54,15 @@
 org.apache.httpcomponents
 httpclient
 4.5.10
-
-
-commons-codec
-commons-codec
-
-
 
 
 org.apache.httpcomponents
 httpcore
 ${httpcore4-version}
-
-
-commons-codec
-commons-codec
-
-
 
 
 commons-codec
 commons-codec
-${commons-codec-version}
 
 
 
diff --git a/catalog/camel-catalog-maven/pom.xml 
b/catalog/camel-catalog-maven/pom.xml
index 864c37cfca6..f9d5e3d3b60 100644
--- a/catalog/camel-catalog-maven/pom.xml
+++ b/catalog/camel-catalog-maven/pom.xml
@@ -51,7 +51,6 @@
 
 commons-codec
 commons-codec
-${commons-codec-version}
 
 
 
diff --git a/catalog/camel-report-maven-plugin/pom.xml 
b/catalog/camel-report-maven-plugin/pom.xml
index ce0266329ae..948132d7f39 100644
--- a/catalog/camel-report-maven-plugin/pom.xml
+++ b/catalog/camel-report-maven-plugin/pom.xml
@@ -49,7 +49,6 @@
 
 commons-codec
 commons-codec
-${commons-codec-version}
 
 
 
diff --git a/components/camel-as2/camel-as2-api/pom.xml 
b/components/camel-as2/camel-as2-api/pom.xml
index f44fde3a502..45ab8fb3597 100644
--- a/components/camel-as2/camel-as2-api/pom.xml
+++ b/components/camel-as2/camel-as2-api/pom.xml
@@ -43,6 +43,10 @@
 ${project.version}
 
 
+
+commons-codec
+commons-codec
+
 
 org.bouncycastle
 bcprov-debug-jdk18on
diff --git a/components/camel-atom/pom.xml b/components/camel-atom/pom.xml
index 383574ba82c..ec5e7364604 100644
--- a/components/camel-atom/pom.xml
+++ b/components/camel-atom/pom.xml
@@ -42,7 +42,6 @@
 
 commons-codec
 commons-codec
-${commons-codec-version}
 
 
 org.apache.abdera
@@ -57,10 +56,6 @@
 org.apache.geronimo.specs
 geronimo-stax-api_1.0_spec
 
-
-commons-codec
-commons-codec
-
 
 
 
diff --git a/components/camel-base64/pom.xml b/components/camel-base64/pom.xml
index b7dd920bd98..14538774ebf 100644
--- a/components/camel-base64/pom.xml
+++ b/components/camel-base64/pom.xml
@@ -44,7 +44,6 @@
 
 commons-codec
 commons-codec
-${commons-codec-version}
 
 
 
diff --git a/components/camel-crypto/pom.xml b/components/camel-crypto/pom.xml
index 9370049614a..7e500ab7bec 100644
--- a/components/camel-crypto/pom.xml
+++ b/components/camel-crypto/pom.xml
@@ -39,7 +39,6 @@
 
 commons-codec
 commons-codec
-${commons-codec-version}
 
 
 org.bouncycastle
diff --git a/components/camel-github/pom.xml b/components/camel-github/pom.xml
index 25f81c75c65..75e62822740 100644
--- a/components/camel-github/pom.xml
+++ b/components/camel-github/pom.xml
@@ -47,7 +47,6 @@
 
 commons-codec
 commons-codec
-

[GitHub] [camel] ppalaga merged pull request #10538: Manage commons-codec to build and test with a single deterministic version

2023-06-28 Thread via GitHub


ppalaga merged PR #10538:
URL: https://github.com/apache/camel/pull/10538


-- 
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 #10538: Manage commons-codec to build and test with a single deterministic version

2023-06-28 Thread via GitHub


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

   :no_entry_sign: There are (likely) no changes in core core 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 #10538: Manage commons-codec to build and test with a single deterministic version

2023-06-28 Thread via GitHub


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

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


-- 
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] oscerd commented on pull request #10534: CAMEL-19279 - Azure Storage Files component for Camel 4.x

2023-06-28 Thread via GitHub


oscerd commented on PR #10534:
URL: https://github.com/apache/camel/pull/10534#issuecomment-1611960236

   Thanks for that. Will fix it on Friday 


-- 
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 #10538: Manage commons-codec to build and test with a single deterministic version

2023-06-28 Thread via GitHub


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

   :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] ppalaga commented on pull request #10534: CAMEL-19279 - Azure Storage Files component for Camel 4.x

2023-06-28 Thread via GitHub


ppalaga commented on PR #10534:
URL: https://github.com/apache/camel/pull/10534#issuecomment-1611947865

   `org.apache.camel.catalog.CamelCatalogJsonSchemaTest` is failing after this 
PR: 
   
   ```
   cd catalog/camel-catalog
   mvnd test -Dtest=CamelCatalogJsonSchemaTest
   ...
   [ERROR] 
org.apache.camel.catalog.CamelCatalogJsonSchemaTest.testValidateJsonComponent 
-- Time elapsed: 0.039 s <<< FAILURE!
   org.opentest4j.AssertionFailedError: Component azure-files. Syntax 
azure-files://account[.host]/share[/dir]. Part account[ is not defined as 
UriPath ==> expected:  but was: 
   at 
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
   at 
org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
   at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
   at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
   at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:211)
   at 
org.apache.camel.catalog.CamelCatalogJsonSchemaTest.validateComponentSyntax(CamelCatalogJsonSchemaTest.java:95)
   at 
org.apache.camel.catalog.CamelCatalogJsonSchemaTest.testValidateJsonComponent(CamelCatalogJsonSchemaTest.java:58)
   ```
   


-- 
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-runtime] dependabot[bot] opened a new pull request, #1059: build(deps): bump quarkus-platform-version from 2.16.0.Final to 3.1.3.Final

2023-06-28 Thread via GitHub


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

   Bumps `quarkus-platform-version` from 2.16.0.Final to 3.1.3.Final.
   Updates `quarkus-camel-bom` from 2.16.0.Final to 3.1.3.Final
   
   Commits
   
   https://github.com/quarkusio/quarkus-platform/commit/3b79a74c67bc6915f77611e18953949230e3c188;>3b79a74
 [maven-release-plugin] prepare release 3.1.3.Final
   https://github.com/quarkusio/quarkus-platform/commit/3f9656708fada3f096bb4189721ac8e2c05c4f2b;>3f96567
 Merge pull request https://redirect.github.com/quarkusio/quarkus-platform/issues/870;>#870
 from gsmet/quarkus-3.1.3
   https://github.com/quarkusio/quarkus-platform/commit/76229b9f4a4dc326e73045985cbc1d6fae6068da;>76229b9
 Upgrade to Quarkus 3.1.3.Final
   https://github.com/quarkusio/quarkus-platform/commit/f2da6d61bf6bd850b7ead7762c8840f40b8f7383;>f2da6d6
 [maven-release-plugin] prepare for next development iteration
   https://github.com/quarkusio/quarkus-platform/commit/bc1018bf5b2354d1a5e503aada8fd7516f098b61;>bc1018b
 [maven-release-plugin] prepare release 3.1.2.Final
   https://github.com/quarkusio/quarkus-platform/commit/04b4587958fa3f349601febe44891c3ba6629838;>04b4587
 Merge pull request https://redirect.github.com/quarkusio/quarkus-platform/issues/860;>#860
 from gsmet/quarkus-3.1.2
   https://github.com/quarkusio/quarkus-platform/commit/b82feca08eb27335960ec08e28f9d0614d48edd4;>b82feca
 Upgrade to Quarkus 3.1.2.Final
   https://github.com/quarkusio/quarkus-platform/commit/351ef73ee110f4234682cb4d42a9390769c27f9f;>351ef73
 [maven-release-plugin] prepare for next development iteration
   https://github.com/quarkusio/quarkus-platform/commit/673767c6223499daedd851ca1de5cef155432b98;>673767c
 [maven-release-plugin] prepare release 3.1.1.Final
   https://github.com/quarkusio/quarkus-platform/commit/2f33f44d0b4170913eb78763860e546c899f7214;>2f33f44
 Merge pull request https://redirect.github.com/quarkusio/quarkus-platform/issues/856;>#856
 from gsmet/quarkus-3.1.1
   Additional commits viewable in https://github.com/quarkusio/quarkus-platform/compare/2.16.0.Final...3.1.3.Final;>compare
 view
   
   
   
   
   Updates `quarkus-bom` from 2.16.0.Final to 3.1.3.Final
   
   Commits
   
   https://github.com/quarkusio/quarkus-platform/commit/3b79a74c67bc6915f77611e18953949230e3c188;>3b79a74
 [maven-release-plugin] prepare release 3.1.3.Final
   https://github.com/quarkusio/quarkus-platform/commit/3f9656708fada3f096bb4189721ac8e2c05c4f2b;>3f96567
 Merge pull request https://redirect.github.com/quarkusio/quarkus-platform/issues/870;>#870
 from gsmet/quarkus-3.1.3
   https://github.com/quarkusio/quarkus-platform/commit/76229b9f4a4dc326e73045985cbc1d6fae6068da;>76229b9
 Upgrade to Quarkus 3.1.3.Final
   https://github.com/quarkusio/quarkus-platform/commit/f2da6d61bf6bd850b7ead7762c8840f40b8f7383;>f2da6d6
 [maven-release-plugin] prepare for next development iteration
   https://github.com/quarkusio/quarkus-platform/commit/bc1018bf5b2354d1a5e503aada8fd7516f098b61;>bc1018b
 [maven-release-plugin] prepare release 3.1.2.Final
   https://github.com/quarkusio/quarkus-platform/commit/04b4587958fa3f349601febe44891c3ba6629838;>04b4587
 Merge pull request https://redirect.github.com/quarkusio/quarkus-platform/issues/860;>#860
 from gsmet/quarkus-3.1.2
   https://github.com/quarkusio/quarkus-platform/commit/b82feca08eb27335960ec08e28f9d0614d48edd4;>b82feca
 Upgrade to Quarkus 3.1.2.Final
   https://github.com/quarkusio/quarkus-platform/commit/351ef73ee110f4234682cb4d42a9390769c27f9f;>351ef73
 [maven-release-plugin] prepare for next development iteration
   https://github.com/quarkusio/quarkus-platform/commit/673767c6223499daedd851ca1de5cef155432b98;>673767c
 [maven-release-plugin] prepare release 3.1.1.Final
   https://github.com/quarkusio/quarkus-platform/commit/2f33f44d0b4170913eb78763860e546c899f7214;>2f33f44
 Merge pull request https://redirect.github.com/quarkusio/quarkus-platform/issues/856;>#856
 from gsmet/quarkus-3.1.1
   Additional commits viewable in https://github.com/quarkusio/quarkus-platform/compare/2.16.0.Final...3.1.3.Final;>compare
 view
   
   
   
   
   
   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 

[camel-k-runtime] branch dependabot/maven/quarkus-platform-version-3.1.3.Final created (now 420dde6d)

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

github-bot pushed a change to branch 
dependabot/maven/quarkus-platform-version-3.1.3.Final
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


  at 420dde6d build(deps): bump quarkus-platform-version

No new revisions were added by this update.



[camel-spring-boot] branch release/4.0.0-RC1 updated: Fix Javadoc generation issues

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

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


The following commit(s) were added to refs/heads/release/4.0.0-RC1 by this push:
 new 18c5e9b61a8 Fix Javadoc generation issues
18c5e9b61a8 is described below

commit 18c5e9b61a81dbf048776f290b6d3ab5e8d31c52
Author: Gregor Zurowski 
AuthorDate: Wed Jun 28 20:36:35 2023 +0200

Fix Javadoc generation issues

Make test method public to avoid issues with the Javadoc generation:
```
Error while generating Javadoc:
error: No public or protected classes found to document.
```
---
 .../java/org/apache/camel/xml/jaxb/springboot/JAXBRuntimeHintsTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components-starter/camel-xml-jaxb-starter/src/test/java/org/apache/camel/xml/jaxb/springboot/JAXBRuntimeHintsTest.java
 
b/components-starter/camel-xml-jaxb-starter/src/test/java/org/apache/camel/xml/jaxb/springboot/JAXBRuntimeHintsTest.java
index 61aa398db01..0338ddb9bda 100644
--- 
a/components-starter/camel-xml-jaxb-starter/src/test/java/org/apache/camel/xml/jaxb/springboot/JAXBRuntimeHintsTest.java
+++ 
b/components-starter/camel-xml-jaxb-starter/src/test/java/org/apache/camel/xml/jaxb/springboot/JAXBRuntimeHintsTest.java
@@ -28,7 +28,7 @@ import static org.assertj.core.api.Assertions.assertThat;
 /**
  * Unit tests for {@link JAXBRuntimeHints}.
  */
-class JAXBRuntimeHintsTest {
+public class JAXBRuntimeHintsTest {
 private final RuntimeHints hints = new RuntimeHints();
 
 @BeforeEach



[GitHub] [camel] github-actions[bot] commented on pull request #10493: CAMEL-18698: Add support for multiple input/output data types on components

2023-06-28 Thread via GitHub


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

   ### 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 #10493: CAMEL-18698: Add support for multiple input/output data types on components

2023-06-28 Thread via GitHub


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

   :leftwards_arrow_with_hook: There are either **too many** changes to be 
tested in this PR or the code **needs be rebased**: (30 components likely to be 
affected)


-- 
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] zakkak commented on issue #5006: [Mandrel 23.0.0] google-bigquery integration test native compilation fails

2023-06-28 Thread via GitHub


zakkak commented on issue #5006:
URL: https://github.com/apache/camel-quarkus/issues/5006#issuecomment-1611849261

   Not sure what dependencies are needed. I assume you are getting an 
`UnresolvedElementException` which should include information about which 
classes are missing.
   
   
https://quarkus.io/guides/native-reference#i-get-a-analysiserrorparsingerror-when-building-a-native-executable-due-to-an-unresolvedelementexception-what-can-i-do
 has some more info.


-- 
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] Matheusafonsouza closed pull request #1503: feat: add bulk upsert connector

2023-06-28 Thread via GitHub


Matheusafonsouza closed pull request #1503: feat: add bulk upsert connector
URL: https://github.com/apache/camel-kafka-connector/pull/1503


-- 
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] essobedo commented on issue #5026: Hazelcast integration tests fail in native mode On Mac OS

2023-06-28 Thread via GitHub


essobedo commented on issue #5026:
URL: https://github.com/apache/camel-quarkus/issues/5026#issuecomment-1611802638

   The related ticket 
https://github.com/hazelcast/quarkus-hazelcast-client/issues/375


-- 
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 #10493: CAMEL-18698: Add support for multiple input/output data types on components

2023-06-28 Thread via GitHub


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

   :leftwards_arrow_with_hook: There are either **too many** changes to be 
tested in this PR or the code **needs be rebased**: (30 components likely to be 
affected)


-- 
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 #10493: CAMEL-18698: Add support for multiple input/output data types on components

2023-06-28 Thread via GitHub


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

   ### 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-quarkus] essobedo opened a new issue, #5026: hazelcast integration-test failed in native mode On Mac OS

2023-06-28 Thread via GitHub


essobedo opened a new issue, #5026:
URL: https://github.com/apache/camel-quarkus/issues/5026

   ### Bug description
   
   When we try to launch the integration test of the `camel-quarkus-hazelcast` 
extension, we get the next error:
   ```
   1/7] Initializing... 
  (15.9s @ 0.31GB)
Version info: 'GraalVM 22.3.2 Java 17 CE'
Java version info: '17.0.7+7-jvmci-22.3-b18'
C compiler: cc (apple, x86_64, 14.0.3)
Garbage collector: Serial GC
3 user-specific feature(s)
- io.quarkus.runner.Feature: Auto-generated class by Quarkus from the 
existing extensions
- io.quarkus.runtime.graal.DisableLoggingFeature: Disables INFO logging 
during the analysis phase
- org.eclipse.angus.activation.nativeimage.AngusActivationFeature
   com.oracle.svm.core.util.UserError$UserException: Class initialization 
failed for com.hazelcast.internal.util.ICMPHelper. The class is requested for 
re-running (reason: Quarkus)
at 
org.graalvm.nativeimage.builder/com.oracle.svm.core.util.UserError.abort(UserError.java:85)
at 
org.graalvm.nativeimage.builder/com.oracle.svm.hosted.classinitialization.ProvenSafeClassInitializationSupport.rerunInitialization(ProvenSafeClassInitializationSupport.java:164)
at io.quarkus.runner.Feature.runtimeReinitializedClasses(Unknown Source)
at io.quarkus.runner.Feature.beforeAnalysis(Unknown Source)
at 
org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.lambda$runPointsToAnalysis$9(NativeImageGenerator.java:736)
at 
org.graalvm.nativeimage.builder/com.oracle.svm.hosted.FeatureHandler.forEachFeature(FeatureHandler.java:85)
at 
org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.runPointsToAnalysis(NativeImageGenerator.java:736)
at 
org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.doRun(NativeImageGenerator.java:578)
at 
org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.run(NativeImageGenerator.java:535)
at 
org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.buildImage(NativeImageGeneratorRunner.java:403)
at 
org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.build(NativeImageGeneratorRunner.java:580)
at 
org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.main(NativeImageGeneratorRunner.java:128)
   Caused by: java.lang.ExceptionInInitializerError
at java.base/jdk.internal.misc.Unsafe.ensureClassInitialized0(Native 
Method)
at 
java.base/jdk.internal.misc.Unsafe.ensureClassInitialized(Unsafe.java:1155)
at 
org.graalvm.nativeimage.builder/com.oracle.svm.hosted.classinitialization.ProvenSafeClassInitializationSupport.rerunInitialization(ProvenSafeClassInitializationSupport.java:162)
... 10 more
   Caused by: java.lang.IllegalStateException: ICMP not supported in this 
platform: mac os x
at 
com.hazelcast.internal.util.ICMPHelper.getBundledLibraryPath(ICMPHelper.java:66)
at 
com.hazelcast.internal.util.ICMPHelper.extractBundledLib(ICMPHelper.java:51)
at com.hazelcast.internal.util.ICMPHelper.(ICMPHelper.java:36)
... 13 more
   [2/7] Performing analysis...  [17:25:27,041 WARNING 
[com.haz.ins.imp.HazelcastInstanceFactory] Hazelcast is starting in a Java 
modular environment (Java 9 and newer) but without proper access to required 
Java packages. Use additional Java arguments to provide Hazelcast access to 
Java internal API. The internal API access is used to get the best performance 
results. Arguments to be used:
--add-modules java.se --add-exports java.base/jdk.internal.ref=ALL-UNNAMED 
--add-opens java.base/java.lang=ALL-UNNAMED --add-opens 
java.base/sun.nio.ch=ALL-UNNAMED --add-opens 
java.management/sun.management=ALL-UNNAMED --add-opens 
jdk.management/com.sun.management.internal=ALL-UNNAMED
   17:25:35,017 WARN  [io.net.res.dns.DnsServerAddressStreamProviders] Can not 
find io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider in the 
classpath, fallback to system defaults. This may result in incorrect DNS 
resolutions on MacOS. Check whether you have a dependency on 
'io.netty:netty-resolver-dns-native-macos'
   ***] 
(94.2s @ 3.52GB)
 24,159 (91.10%) of 26,518 classes reachable
 33,752 (65.09%) of 51,851 fields reachable
116,551 (54.46%) of 213,994 methods reachable
  2,739 classes, 6,049 fields, and 23,941 methods registered for reflection
 64 classes,71 fields, and55 methods registered for JNI access
  5 native libraries: -framework CoreServices, -framework Foundation, 
dl, pthread, z
   
   Error: Class initialization of com.hazelcast.internal.util.ICMPHelper 
failed. This error is reported at image build time because class 

[GitHub] [camel-k-runtime] claudio4j opened a new pull request, #1058: Remove unused camel-k-webhook

2023-06-28 Thread via GitHub


claudio4j opened a new pull request, #1058:
URL: https://github.com/apache/camel-k-runtime/pull/1058

   This component is not used in camel-k
   
   
   
   
   
   
   
   
   **Release Note**
   ```release-note
   Remove unused camel-k-webhook
   ```
   


-- 
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] essobedo opened a new pull request, #5025: Ref #2800: Remove the addition of affinity for mac os

2023-06-28 Thread via GitHub


essobedo opened a new pull request, #5025:
URL: https://github.com/apache/camel-quarkus/pull/5025

   related to #2800
   
   ## Motivation
   
   Thx to https://github.com/hazelcast/quarkus-hazelcast-client/issues/189, 
affinity is already included so we need to remove the automatic addition of the 
library otherwise on MacOS we end up with a build error of type:
   ```
   [WARN] 
   Dependency convergence error for net.openhft:affinity:3.23.3 paths to 
dependency are:
   
+-org.apache.camel.quarkus:camel-quarkus-integration-test-hazelcast:3.0.0-SNAPSHOT
 +-org.apache.camel.quarkus:camel-quarkus-hazelcast:3.0.0-SNAPSHOT
   +-com.hazelcast:quarkus-hazelcast-client:4.0.0
 +-net.openhft:affinity:3.23.3
   and
   
+-org.apache.camel.quarkus:camel-quarkus-integration-test-hazelcast:3.0.0-SNAPSHOT
 +-net.openhft:affinity:3.20.0
   [WARN] Rule 1: org.apache.maven.plugins.enforcer.DependencyConvergence 
failed with message:
   Failed while enforcing releasability. See above detailed error message.
   ```
   
   ## Modifications
   
   * Remove the maven profile adding `affinity` for MacOS


-- 
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] 01/01: Ref #2800: Remove the addition of affinity for mac os

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

nfilotto pushed a commit to branch 2800/remove-addition-affinity
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit dd823b0a94fc83c35a0c61404fe147d152c6c1b9
Author: Nicolas Filotto 
AuthorDate: Wed Jun 28 18:51:41 2023 +0200

Ref #2800: Remove the addition of affinity for mac os
---
 integration-tests/hazelcast/pom.xml | 16 
 1 file changed, 16 deletions(-)

diff --git a/integration-tests/hazelcast/pom.xml 
b/integration-tests/hazelcast/pom.xml
index 84995a4280..79a5f19f67 100644
--- a/integration-tests/hazelcast/pom.xml
+++ b/integration-tests/hazelcast/pom.xml
@@ -95,22 +95,6 @@
 
 
 
-
-
-hazelcast-mac
-
-mac
-
-
-
-net.openhft
-affinity
-3.20.0
-
-
-
 
 virtualDependencies
 



[camel-quarkus] branch 2800/remove-addition-affinity created (now dd823b0a94)

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

nfilotto pushed a change to branch 2800/remove-addition-affinity
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


  at dd823b0a94 Ref #2800: Remove the addition of affinity for mac os

This branch includes the following new commits:

 new dd823b0a94 Ref #2800: Remove the addition of affinity for mac os

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-k-runtime] claudio4j opened a new pull request, #1057: Remove unused knative-source interceptor loader

2023-06-28 Thread via GitHub


claudio4j opened a new pull request, #1057:
URL: https://github.com/apache/camel-k-runtime/pull/1057

   The knative-source interceptor loader is not used in camel-k
   [It was removed long ago from Camel 
K](https://github.com/apache/camel-k/pull/2460)
   
   
   
   
   
   
   
   
   
   **Release Note**
   ```release-note
   Remove unused knative-source interceptor loader
   ```
   


-- 
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 (1985504b25d -> 5379d2e3d7c)

2023-06-28 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 1985504b25d CAMEL-19279 - Removed minimal java version 11 from pom
 add e1b58c20d86 (chores) camel-package-maven-plugin: ensure a modern 
version of the compiler plugin
 add 5379d2e3d7c (chores) camel-fhir: use Assumptions to check for test 
pre-conditions

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/component/fhir/AbstractFhirTestSupport.java  | 8 +++-
 .../maven/camel-package-maven-plugin/src/it/HeaderSupport/pom.xml | 5 +
 2 files changed, 8 insertions(+), 5 deletions(-)



[camel] branch main updated: (chores) camel-fhir: use Assumptions to check for test pre-conditions

2023-06-28 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


The following commit(s) were added to refs/heads/main by this push:
 new 5379d2e3d7c (chores) camel-fhir: use Assumptions to check for test 
pre-conditions
5379d2e3d7c is described below

commit 5379d2e3d7c4f547be0bc7545e9f90d1368a7716
Author: Otavio Rodolfo Piske 
AuthorDate: Wed Jun 28 16:44:59 2023 +0200

(chores) camel-fhir: use Assumptions to check for test pre-conditions
---
 .../org/apache/camel/component/fhir/AbstractFhirTestSupport.java  | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git 
a/components/camel-fhir/camel-fhir-component/src/test/java/org/apache/camel/component/fhir/AbstractFhirTestSupport.java
 
b/components/camel-fhir/camel-fhir-component/src/test/java/org/apache/camel/component/fhir/AbstractFhirTestSupport.java
index 17756814974..70800bd9c9b 100644
--- 
a/components/camel-fhir/camel-fhir-component/src/test/java/org/apache/camel/component/fhir/AbstractFhirTestSupport.java
+++ 
b/components/camel-fhir/camel-fhir-component/src/test/java/org/apache/camel/component/fhir/AbstractFhirTestSupport.java
@@ -30,13 +30,11 @@ import org.apache.camel.test.junit5.CamelTestSupport;
 import org.hl7.fhir.r4.model.Bundle;
 import org.hl7.fhir.r4.model.HumanName;
 import org.hl7.fhir.r4.model.Patient;
+import org.junit.jupiter.api.Assumptions;
 import org.junit.jupiter.api.BeforeEach;
 import org.junit.jupiter.api.TestInstance;
 import org.junit.jupiter.api.extension.RegisterExtension;
 
-import static org.junit.jupiter.api.Assertions.assertFalse;
-import static org.junit.jupiter.api.Assertions.assertTrue;
-
 /**
  * Abstract base class for Fhir Integration tests generated by Camel API 
component maven plugin.
  */
@@ -54,10 +52,10 @@ public abstract class AbstractFhirTestSupport extends 
CamelTestSupport {
 public void cleanFhirServerState() {
 if (patientExists()) {
 deletePatient();
-assertFalse(patientExists());
+Assumptions.assumeFalse(patientExists(), "The test cannot proceed: 
a patient should not exist");
 }
 createPatient();
-assertTrue(patientExists());
+Assumptions.assumeTrue(patientExists(), "The test cannot proceed: a 
patient was just created and it should exist");
 }
 
 boolean patientExists() {



[GitHub] [camel] github-actions[bot] commented on pull request #10537: (chores) camel-fhir: use Assumptions to check for test pre-conditions

2023-06-28 Thread via GitHub


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

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


-- 
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 #10537: (chores) camel-fhir: use Assumptions to check for test pre-conditions

2023-06-28 Thread via GitHub


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

   :no_entry_sign: There are (likely) no changes in core core 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-quarkus] zhfeng commented on issue #5006: [Mandrel 23.0.0] google-bigquery integration test native compilation fails

2023-06-28 Thread via GitHub


zhfeng commented on issue #5006:
URL: https://github.com/apache/camel-quarkus/issues/5006#issuecomment-1611619316

   Thanks @zakkak !
   
   I just tried with 
`-Dquarkus.native.additional-build-args=-H:+RunReachabilityHandlersConcurrently`
 but it is still not working. Is there anything I missed or what dependecies 
should be added?


-- 
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 #1543: CamelPostgresqlsourceSourceConnector publishes InputStreamCache object reference to topic

2023-06-28 Thread via GitHub


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

   > @oscerd Doesn't look like setting `converter` to 
`org.apache.kafka.connect.converters.ByteArrayConverter` worked for us either.
   
   Try to build the project with the fix suggested above.


-- 
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] aozmen121 commented on issue #1543: CamelPostgresqlsourceSourceConnector publishes InputStreamCache object reference to topic

2023-06-28 Thread via GitHub


aozmen121 commented on issue #1543:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1543#issuecomment-1611617693

   @oscerd Doesn't look like setting `converter` to 
`org.apache.kafka.connect.converters.ByteArrayConverter` worked for us either.


-- 
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 #1543: CamelPostgresqlsourceSourceConnector publishes InputStreamCache object reference to topic

2023-06-28 Thread via GitHub


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

   I need to reproduce this but I think we need to disable the stream caching 
here:
   
https://github.com/apache/camel-kafka-connector/blob/main/core/src/main/java/org/apache/camel/kafkaconnector/CamelSourceTask.java#L143
   
   with 
   
   context.setStreamCaching(false);
   
   You can try to add this fix and rebuild the whole project, starting from the 
tag you're using, for the time being.


-- 
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] w4rdy commented on issue #1543: CamelPostgresqlsourceSourceConnector publishes InputStreamCache object reference to topic

2023-06-28 Thread via GitHub


w4rdy commented on issue #1543:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1543#issuecomment-1611606932

   We get the following exception: 
`org.apache.kafka.connect.errors.DataException: ByteArrayConverter is not 
compatible with objects of type class 
org.apache.camel.converter.stream.InputStreamCache`


-- 
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 #1543: CamelPostgresqlsourceSourceConnector publishes InputStreamCache object reference to topic

2023-06-28 Thread via GitHub


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

   Can you try with
   
   ```
   key.converter: org.apache.kafka.connect.storage.StringConverter
value.converter: org.apache.kafka.connect.converters.ByteArrayConverter
   ```
   
   


-- 
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 #10537: (chores) camel-fhir: use Assumptions to check for test pre-conditions

2023-06-28 Thread via GitHub


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

   :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-kafka-connector] aozmen121 commented on issue #1543: CamelPostgresqlsourceSourceConnector publishes InputStreamCache object reference to topic

2023-06-28 Thread via GitHub


aozmen121 commented on issue #1543:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1543#issuecomment-1611581893

   @orpiske & @oscerd, We're also seeing the same `InputStreamCache` issue, the 
manual is very barebones and doesn't this particular fix/workround. Can you 
please 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



[GitHub] [camel-k] squakez closed pull request #4520: chore(ci): draft change to be discarded

2023-06-28 Thread via GitHub


squakez closed pull request #4520: chore(ci): draft change to be discarded
URL: https://github.com/apache/camel-k/pull/4520


-- 
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] github-actions[bot] commented on pull request #4520: chore(ci): draft change to be discarded

2023-06-28 Thread via GitHub


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

   :camel: **Thank you for contributing!** :camel: 
   
 **Code Coverage Report** :heavy_check_mark:
- Coverage unchanged.


-- 
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 squakez-patch-1 created (now 6fe1cf721)

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

pcongiusti pushed a change to branch squakez-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k.git


  at 6fe1cf721 chore(ci): draft change to be discarded

No new revisions were added by this update.



[camel-k] branch 4236/refresh-kind-doc deleted (was 77710285e)

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

pcongiusti pushed a change to branch 4236/refresh-kind-doc
in repository https://gitbox.apache.org/repos/asf/camel-k.git


 was 77710285e Ref #4236: Describe how to install kind with a local registry

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-k] squakez commented on pull request #4521: Ref #4236: Describe how to install kind with a local registry

2023-06-28 Thread via GitHub


squakez commented on PR #4521:
URL: https://github.com/apache/camel-k/pull/4521#issuecomment-1611511412

   > camel **Thank You for contributing!** camel
   > 
   > Unable to create **Coverage Report** warning. Merge conflicts found.
   
   It's a WIP, don't worry about it for now :)


-- 
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: Ref #4236: Describe how to install kind with a local registry

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

pcongiusti 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 6f1f11bb5 Ref #4236: Describe how to install kind with a local registry
6f1f11bb5 is described below

commit 6f1f11bb50bc7e5477dc9806e5dee06f279b6fd6
Author: Nicolas Filotto 
AuthorDate: Wed Jun 28 15:25:15 2023 +0200

Ref #4236: Describe how to install kind with a local registry
---
 .../ROOT/pages/installation/platform/kind.adoc | 107 +++--
 1 file changed, 100 insertions(+), 7 deletions(-)

diff --git a/docs/modules/ROOT/pages/installation/platform/kind.adoc 
b/docs/modules/ROOT/pages/installation/platform/kind.adoc
index eaf1869a0..d00fb5bec 100644
--- a/docs/modules/ROOT/pages/installation/platform/kind.adoc
+++ b/docs/modules/ROOT/pages/installation/platform/kind.adoc
@@ -1,25 +1,118 @@
 [[installation-on-kind]]
 = Installing Camel K on Kind
 
-Installing Camel K on Kind, with a public registry, doesn't require any 
special configuration.
+[[with-public-registry]]
+== With a public registry
 
+Installing Camel K on Kind, with a public registry doesn't require any special 
configuration.
 
 Assuming you have Kind installed, then start by creating a cluster:
 
-```
+[source,shell]
+
 kind create cluster
-```
+
 
 Create a secret with your registry username and password:
 
-```
+[source,shell]
+
 kubectl -n default create secret docker-registry external-registry-secret 
--docker-username my-user --docker-password "password"
-```
+
 
 Install Camel K operator on the cluster in the default namespace:
 
-```
+[source,shell]
+
 kamel install --olm=false -n default --registry docker.io --organization 
my-org-or-username --registry-secret external-registry-secret --wait
-```
+
 
 Make sure to replace the `my-org-or-username` with your actual username or 
organization used to host the images.
+
+[[with-local-registry]]
+== With a local registry
+
+Installing Camel K on Kind, with a local insecure registry doesn't require any 
special configuration.
+
+Assuming you have Kind installed, then start by creating a cluster with a 
pre-configured local registry by executing the
+following script:
+
+[source,shell]
+
+#!/bin/sh
+set -o errexit
+
+# 1. Create registry container unless it already exists
+reg_name='kind-registry'
+reg_port='5001'
+if [ "$(docker inspect -f '{{.State.Running}}' "${reg_name}" 2>/dev/null || 
true)" != 'true' ]; then
+  docker run \
+-d --restart=always -p "127.0.0.1:${reg_port}:5000" --name "${reg_name}" \
+registry:2
+fi
+
+# 2. Create kind cluster with containerd registry config dir enabled
+# TODO: kind will eventually enable this by default and this patch will
+# be unnecessary.
+#
+# See:
+# https://github.com/kubernetes-sigs/kind/issues/2875
+# 
https://github.com/containerd/containerd/blob/main/docs/cri/config.md#registry-configuration
+# See: https://github.com/containerd/containerd/blob/main/docs/hosts.md
+cat 

[GitHub] [camel-k] squakez merged pull request #4521: Ref #4236: Describe how to install kind with a local registry

2023-06-28 Thread via GitHub


squakez merged PR #4521:
URL: https://github.com/apache/camel-k/pull/4521


-- 
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 #10493: CAMEL-18698: Add support for multiple input/output data types on components

2023-06-28 Thread via GitHub


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

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


-- 
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] squakez commented on pull request #4521: Ref #4236: Describe how to install kind with a local registry

2023-06-28 Thread via GitHub


squakez commented on PR #4521:
URL: https://github.com/apache/camel-k/pull/4521#issuecomment-1611510627

   Thanks!


-- 
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] squakez closed issue #4236: Integration builder can't pull the builder image from the insecure registry

2023-06-28 Thread via GitHub


squakez closed issue #4236: Integration builder can't pull the builder image 
from the insecure registry
URL: https://github.com/apache/camel-k/issues/4236


-- 
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 #10493: CAMEL-18698: Add support for multiple input/output data types on components

2023-06-28 Thread via GitHub


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

   ### 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-k] branch main updated: chore: rebase rework, cosmetic changes

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

pcongiusti 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 323770a8d chore:  rebase rework, cosmetic changes
323770a8d is described below

commit 323770a8dfe4e32d6abc250535ecd7b736c9d7f7
Author: Martin Olsiak 
AuthorDate: Wed Jun 28 15:39:00 2023 +0200

chore:  rebase rework, cosmetic changes
---
 .github/workflows/coverage-report.yml | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/coverage-report.yml 
b/.github/workflows/coverage-report.yml
index 878d7c104..7d46bec9d 100644
--- a/.github/workflows/coverage-report.yml
+++ b/.github/workflows/coverage-report.yml
@@ -72,7 +72,7 @@ jobs:
   CI_EMAIL: "41898282+github-actions[bot]@users.noreply.github.com"
   CI_TOKEN: ${{ inputs.secretGithubToken }}
 run: |
-  git pull --rebase upstream main || git rebase --abort && echo 
"rebaseAborted=1" >> $GITHUB_ENV
+  git pull --rebase upstream main && echo "rebaseAborted=0" >> 
$GITHUB_ENV || echo "rebaseAborted=1" >> $GITHUB_ENV
 
   - name: Get New Coverage
 shell: bash
@@ -118,21 +118,21 @@ jobs:
 issue_number: context.issue.number,
 owner: context.repo.owner,
 repo: context.repo.repo,
-body: ':camel: **Thank You for contributing!** :camel: \n\n  
**Code Coverage Report** :heavy_check_mark:\n - Coverage changed from: 
**${{env.OLD_COV}}%** -> **${{env.NEW_COV}}%**\n- Coverage difference: 
+**${{env.COV_DIFF}}%**'
+body: ':camel: **Thank you for contributing!** :camel: \n\n  
**Code Coverage Report** :heavy_check_mark:\n - Coverage changed from: 
**${{env.OLD_COV}}%** -> **${{env.NEW_COV}}%**\n- Coverage difference: 
+**${{env.COV_DIFF}}%**'
   })
 }else if(${{env.POS_DIFF == 'NEG'}}){
   github.rest.issues.createComment({
   issue_number: context.issue.number,
   owner: context.repo.owner,
   repo: context.repo.repo,
-  body: ':camel: **Thank You for contributing!** :camel: \n\n  
**Code Coverage Report** :warning:\n - Coverage changed from: 
**${{env.OLD_COV}}%** -> **${{env.NEW_COV}}%**\n- Coverage difference: 
**${{env.COV_DIFF}}%**'
+  body: ':camel: **Thank you for contributing!** :camel: \n\n  
**Code Coverage Report** :warning:\n - Coverage changed from: 
**${{env.OLD_COV}}%** -> **${{env.NEW_COV}}%**\n- Coverage difference: 
**${{env.COV_DIFF}}%**'
   })
 }else{
   github.rest.issues.createComment({
   issue_number: context.issue.number,
   owner: context.repo.owner,
   repo: context.repo.repo,
-  body: ':camel: **Thank You for contributing!** :camel: \n\n  
**Code Coverage Report** :heavy_check_mark:\n - Coverage unchanged.'
+  body: ':camel: **Thank you for contributing!** :camel: \n\n  
**Code Coverage Report** :heavy_check_mark:\n - Coverage unchanged.'
   })
 }
 
@@ -146,5 +146,5 @@ jobs:
 issue_number: context.issue.number,
 owner: context.repo.owner,
 repo: context.repo.repo,
-body: ':camel: **Thank You for contributing!** :camel: \n\n  
Unable to create **Coverage Report** :warning:. \n Merge conflicts found.'
+body: ':camel: **Thank you for contributing!** :camel: \n\n  
Unable to create **Coverage Report** :warning:. \n Merge conflicts found.'
   })
\ No newline at end of file



[GitHub] [camel-k] squakez merged pull request #4522: chore: coverage report fixes

2023-06-28 Thread via GitHub


squakez merged PR #4522:
URL: https://github.com/apache/camel-k/pull/4522


-- 
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] zakkak commented on issue #5006: [Mandrel 23.0.0] google-bigquery integration test native compilation fails

2023-06-28 Thread via GitHub


zakkak commented on issue #5006:
URL: https://github.com/apache/camel-quarkus/issues/5006#issuecomment-161150

   That's correct, I will prepare a Quarkus patch for it though.
   
   > Till then, the fastest work around is to pass 
`-Dquarkus.native.additional-build-args=-H:+RunReachabilityHandlersConcurrently`
   
   The main issue is that passing 
`-Dquarkus.native.additional-build-args=-H:+RunReachabilityHandlersConcurrently`
 also requires adding more dependencies as discussed in 
https://github.com/googleapis/sdk-platform-java/issues/1344


-- 
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] jamesnetherton commented on issue #5006: [Mandrel 23.0.0] google-bigquery integration test native compilation fails

2023-06-28 Thread via GitHub


jamesnetherton commented on issue #5006:
URL: https://github.com/apache/camel-quarkus/issues/5006#issuecomment-1611496918

   Thanks @zakkak!
   
   > Till then, the fastest work around is to pass 
`-Dquarkus.native.additional-build-args=-H:+RunReachabilityHandlersConcurrently`.
   
   I guess that'll be something we have to add into our Google extension docs.
   
   AFAIK, there is no way for extensions to provide arbitrary native build args 
(E.g via a `BuildItem`), right?


-- 
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] branch release/4.0.0-RC1 updated: Don't fail build if no tests are specified

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

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


The following commit(s) were added to refs/heads/release/4.0.0-RC1 by this push:
 new b4fb1eaced1 Don't fail build if no tests are specified
b4fb1eaced1 is described below

commit b4fb1eaced1fbda6acb3603f2cc8cd4837c4035a
Author: Gregor Zurowski 
AuthorDate: Wed Jun 28 16:06:09 2023 +0200

Don't fail build if no tests are specified
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 70f6c2fb7b2..b0393cb87c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -420,6 +420,7 @@
 false
 true
 false
+false
 alphabetical
 
 2



[camel-spring-boot] branch release/4.0.0-RC1 updated: Target Camel 4.0.0-RC1 for release

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

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


The following commit(s) were added to refs/heads/release/4.0.0-RC1 by this push:
 new 5fda16f4a7f Target Camel 4.0.0-RC1 for release
5fda16f4a7f is described below

commit 5fda16f4a7f95947870e1183fb70c083c1cee655
Author: Gregor Zurowski 
AuthorDate: Wed Jun 28 08:24:40 2023 +

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

diff --git a/pom.xml b/pom.xml
index a8f8ffd3174..70f6c2fb7b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 
 org.apache.camel
 camel-dependencies
-4.0.0-SNAPSHOT
+4.0.0-RC1
 
 
 org.apache.camel.springboot
@@ -111,7 +111,7 @@
 3.1.1
 
 
-4.0.0-SNAPSHOT
+4.0.0-RC1
 
 
 1.0.2.v20150114
@@ -450,7 +450,7 @@
 
 dev
 
-4.0.0-SNAPSHOT
+4.0.0-RC1
 
 
 



[GitHub] [camel-kafka-connector] w4rdy opened a new issue, #1543: CamelPostgresqlsourceSourceConnector publishes InputStreamCache object reference to topic

2023-06-28 Thread via GitHub


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

   Hi @oscerd,
   
   I'm attempting to use the CamelPostgresqlsourceSourceConnector. I can create 
the connector but it publishes an InputStreamCache object reference to the 
topic, in the form:
   
   ```
   org.apache.camel.converter.stream.InputStreamCache@6e37b6bd
   org.apache.camel.converter.stream.InputStreamCache@6c833187
   org.apache.camel.converter.stream.InputStreamCache@59bcea5a
   org.apache.camel.converter.stream.InputStreamCache@4235ec9b
   org.apache.camel.converter.stream.InputStreamCache@1fd4716e
   org.apache.camel.converter.stream.InputStreamCache@3a08393d
   org.apache.camel.converter.stream.InputStreamCache@2e2bb2c
   org.apache.camel.converter.stream.InputStreamCache@c2ac46c
   org.apache.camel.converter.stream.InputStreamCache@2a224dd6
   org.apache.camel.converter.stream.InputStreamCache@1437780
   ...
   ```
   
   Is there any additional config I need to set to get the connector to publish 
something that a consumer can easily utilise?
   
   Here is my connector config:
   
   ```json
   {
   "name": "source",
   "config": {
   "connector.class": 
"org.apache.camel.kafkaconnector.postgresqlsource.CamelPostgresqlsourceSourceConnector",
   "tasks.max": "1",
   "topics": "test-topic",
   "camel.kamelet.postgresql-source.databaseName": "db",
   "camel.kamelet.postgresql-source.query": "SELECT (id,name) FROM 
source;",
   "camel.kamelet.postgresql-source.serverName": "postgres",
   "camel.kamelet.postgresql-source.username": "postgres",
   "camel.kamelet.postgresql-source.password": "postgres",
   "camel.kamelet.postgresql-source.delay": 2000
   }
   }
   ```
   
   Thanks


-- 
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-quarkus] jamesnetherton commented on pull request #5021: Remove reserve-network-port execution for integration tests

2023-06-28 Thread via GitHub


jamesnetherton commented on PR #5021:
URL: https://github.com/apache/camel-quarkus/pull/5021#issuecomment-1611441059

   > It's used in the performance regression too
   
   Yeah, I did see that. I was not sure if the perf bits required a random port 
so I left it as-is.


-- 
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] jamesnetherton commented on pull request #5024: Micrometer: SimpleMeterRegistry is not created if no other registry is defined #5023

2023-06-28 Thread via GitHub


jamesnetherton commented on PR #5024:
URL: https://github.com/apache/camel-quarkus/pull/5024#issuecomment-1611437270

   I wonder if we should avoid extending the component? 
   
   And instead consume `List`. And if it's 
empty, then we can just register `SimpleMeterRegistry` with the existing 
Quarkus composite registry (which has its own `BuildItem` where the value can 
be passed to a recorder).
   
   I'm just thinking out loud, not sure if that would work or not.
   


-- 
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] jamesnetherton commented on a diff in pull request #5024: Micrometer: SimpleMeterRegistry is not created if no other registry is defined #5023

2023-06-28 Thread via GitHub


jamesnetherton commented on code in PR #5024:
URL: https://github.com/apache/camel-quarkus/pull/5024#discussion_r1245216290


##
extensions/micrometer/deployment/src/main/java/org/apache/camel/quarkus/component/micrometer/deployment/MicrometerProcessor.java:
##
@@ -65,4 +67,13 @@ RuntimeCamelContextCustomizerBuildItem 
runtimeContextCustomizer(
 return new RuntimeCamelContextCustomizerBuildItem(
 recorder.createRuntimeContextCustomizer(config, 
rootMeterRegistryBuildItem.getValue()));
 }
+
+@Record(ExecutionTime.STATIC_INIT)
+@BuildStep
+CamelRuntimeBeanBuildItem tikaComponent(CamelMicrometerRecorder recorder) {

Review Comment:
   ```suggestion
   CamelRuntimeBeanBuildItem micrometerComponent(CamelMicrometerRecorder 
recorder) {
   ```



##
extensions/micrometer/deployment/src/test/java/org/apache/camel/quarkus/component/micrometer/deployment/MicrometerSimpleMeterRegistryTest.java:
##
@@ -0,0 +1,44 @@
+/*
+ * 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.quarkus.component.micrometer.deployment;
+
+import io.micrometer.core.instrument.simple.SimpleMeterRegistry;
+import io.quarkus.test.QuarkusUnitTest;
+import jakarta.inject.Inject;
+import org.apache.camel.CamelContext;
+import org.apache.camel.component.micrometer.MicrometerComponent;
+import org.jboss.shrinkwrap.api.ShrinkWrap;
+import org.jboss.shrinkwrap.api.spec.JavaArchive;
+import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.extension.RegisterExtension;
+
+import static org.junit.jupiter.api.Assertions.assertTrue;
+
+public class MicrometerSimpleMeterRegistryTest {
+
+@RegisterExtension
+static final QuarkusUnitTest CONFIG = new QuarkusUnitTest()
+.setArchiveProducer(() -> ShrinkWrap.create(JavaArchive.class));
+@Inject
+CamelContext context;
+
+@Test
+public void testQuarkusSchedulerAutowired() throws Exception {

Review Comment:
   ```suggestion
   public void testDefaultSimpleMeterRegistry() throws Exception {
   ```



##
extensions/micrometer/deployment/src/test/java/org/apache/camel/quarkus/component/micrometer/deployment/MicrometerSimpleMeterRegistryTest.java:
##
@@ -0,0 +1,44 @@
+/*
+ * 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.quarkus.component.micrometer.deployment;
+
+import io.micrometer.core.instrument.simple.SimpleMeterRegistry;
+import io.quarkus.test.QuarkusUnitTest;
+import jakarta.inject.Inject;
+import org.apache.camel.CamelContext;
+import org.apache.camel.component.micrometer.MicrometerComponent;
+import org.jboss.shrinkwrap.api.ShrinkWrap;
+import org.jboss.shrinkwrap.api.spec.JavaArchive;
+import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.extension.RegisterExtension;
+
+import static org.junit.jupiter.api.Assertions.assertTrue;
+
+public class MicrometerSimpleMeterRegistryTest {
+
+@RegisterExtension
+static final QuarkusUnitTest CONFIG = new QuarkusUnitTest()
+.setArchiveProducer(() -> ShrinkWrap.create(JavaArchive.class));
+@Inject
+CamelContext context;
+
+@Test
+public void testQuarkusSchedulerAutowired() throws Exception {
+MicrometerComponent component = context.getComponent("micrometer", 
MicrometerComponent.class);
+assertTrue(component.getMetricsRegistry() instanceof 
SimpleMeterRegistry, "SimpleMeterRegistry");

Review Comment:
   ```suggestion
 

[GitHub] [camel-k] github-actions[bot] commented on pull request #4522: chore: coverage report fixes

2023-06-28 Thread via GitHub


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

   :camel: **Thank You for contributing!** :camel: 
   
 Unable to create **Coverage Report** :warning:. 
Merge conflicts found.


-- 
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] realMartinez opened a new pull request, #4522: chore: coverage report fixes

2023-06-28 Thread via GitHub


realMartinez opened a new pull request, #4522:
URL: https://github.com/apache/camel-k/pull/4522

   
   
   
   
   
   
   
   **Release Note**
   ```release-note
- reworked rebase job action
- cosmetic changes for comments
   ```
   


-- 
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 4236/refresh-kind-doc updated (702444101 -> 77710285e)

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

nfilotto pushed a change to branch 4236/refresh-kind-doc
in repository https://gitbox.apache.org/repos/asf/camel-k.git


omit 702444101 Ref #4236: Describe how to install kind with a local registry
 add 18edaa554 chore(ci): Update github/non github actions
 add 294ffca19 chore: changelog automatic update
 add c1ead634f chore: nightly SBOM refresh
 add 0dcf48672 feat: remove the need for a storage
 add f6fa287c6 doc: maven proxy configuration
 add 5e83a2541 fix: temporary switch to root
 add 14f0040eb chore(deps): align spectrum
 add 3ec31d49e feat: user 1001
 add d61f7da7b fix(traits): set native build also when Kit native
 add e45d26b3d fix(builder): fallback to strategy to pod when Buildah/Kaniko
 add 63cecc2ba fix(doc): correct xref path
 add 437e503e7 feat/coverage report workflow (#4495)
 add 77710285e Ref #4236: Describe how to install kind with a local registry

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   (702444101)
\
 N -- N -- N   refs/heads/4236/refresh-kind-doc (77710285e)

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/actions/automatic-updates/action.yml   |   2 +-
 .github/actions/e2e-build/action.yml   |   2 +-
 .github/actions/kamel-prepare-env/action.yml   |   2 +-
 .github/actions/release-nightly/action.yml |   8 +-
 .github/workflows/backport.yml |   2 +-
 .github/workflows/build.yml|   2 +-
 .github/workflows/builder.yml  |   2 +-
 .github/workflows/common.yml   |   2 +-
 .github/workflows/coverage-report.yml  | 150 +
 .github/workflows/install.yml  |   2 +-
 .github/workflows/knative.yml  |   4 +-
 .github/workflows/native.yml   |   4 +-
 .github/workflows/nightly-automatic-updates.yml|   4 +-
 .github/workflows/nightly-native-test.yml  |   2 +-
 .github/workflows/nightly-release.yml  |   4 +-
 .github/workflows/telemetry.yml|   2 +-
 .github/workflows/validate.yml |   4 +-
 CHANGELOG.md   |  11 ++
 build/Dockerfile   |  17 ++-
 camel-k-sbom/camel-k-sbom.json |  54 
 config/manager/kustomization.yaml  |   4 -
 config/manager/operator-pvc.yaml   |  30 -
 config/manager/patch-install-default-pvc.yaml  |  28 
 .../bases/camel_v1_integrationplatform.yaml|   3 -
 .../ROOT/pages/installation/advanced/advanced.adoc |  35 ++---
 .../pages/installation/advanced/maven-proxy.adoc   |  66 +
 .../ROOT/pages/installation/advanced/maven.adoc|  55 ++--
 e2e/common/traits/builder_test.go  |   9 +-
 e2e/commonwithcustominstall/builder_test.go|  22 +--
 .../incremental_build_test.go  |  54 +++-
 e2e/commonwithcustominstall/tekton_test.go |   2 +-
 e2e/install/cli/install_test.go|  13 --
 e2e/install/kustomize/operator_test.go |   2 -
 e2e/install/kustomize/uninstall_test.go|   3 +-
 e2e/install/olm/olm_install_test.go|  86 
 e2e/support/test_support.go|  19 ---
 go.mod |   3 +-
 go.sum |   3 -
 install/Makefile   |   7 -
 pkg/apis/camel/v1/common_types.go  |   9 +-
 pkg/cmd/install.go |  18 ---
 pkg/cmd/install_test.go|  39 --
 pkg/controller/build/build_pod.go  |  37 ++---
 pkg/controller/catalog/initialize.go   |  28 ++--
 pkg/controller/integrationkit/build.go |  15 +--
 pkg/install/operator.go|  81 ---
 pkg/install/optional.go|  11 --
 pkg/platform/defaults.go   |  13 +-
 pkg/resources/resources.go |  33 ++---
 pkg/trait/builder.go   |   8 +-
 pkg/util/defaults/defaults.go  |   5 +-
 script/Makefile 

[GitHub] [camel-k] github-actions[bot] commented on pull request #4521: Ref #4236: Describe how to install kind with a local registry

2023-06-28 Thread via GitHub


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

   :camel: **Thank You for contributing!** :camel: 
   
 Unable to create **Coverage Report** :warning:. 
Merge conflicts found.


-- 
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: (chores) camel-package-maven-plugin: ensure a modern version of the compiler plugin

2023-06-28 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


The following commit(s) were added to refs/heads/main by this push:
 new e1b58c20d86 (chores) camel-package-maven-plugin: ensure a modern 
version of the compiler plugin
e1b58c20d86 is described below

commit e1b58c20d8621032d4ed8949a4d954d4d71a3081
Author: Otavio Rodolfo Piske 
AuthorDate: Wed Jun 28 14:56:19 2023 +0200

(chores) camel-package-maven-plugin: ensure a modern version of the 
compiler plugin

This should force the integration test to use Java 17 as the base version
---
 .../maven/camel-package-maven-plugin/src/it/HeaderSupport/pom.xml| 5 +
 1 file changed, 5 insertions(+)

diff --git 
a/tooling/maven/camel-package-maven-plugin/src/it/HeaderSupport/pom.xml 
b/tooling/maven/camel-package-maven-plugin/src/it/HeaderSupport/pom.xml
index 2e263eb70b9..6146a9bfa52 100644
--- a/tooling/maven/camel-package-maven-plugin/src/it/HeaderSupport/pom.xml
+++ b/tooling/maven/camel-package-maven-plugin/src/it/HeaderSupport/pom.xml
@@ -66,6 +66,11 @@
 
 
 
+
+org.apache.maven.plugins
+maven-compiler-plugin
+3.11.0
+
 
 
 



[GitHub] [camel] orpiske merged pull request #10536: (chores) camel-package-maven-plugin: ensure a modern version of the compiler plugin

2023-06-28 Thread via GitHub


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


-- 
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] github-actions[bot] commented on pull request #4521: Ref #4236: Describe how to install kind with a local registry

2023-06-28 Thread via GitHub


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

   :camel: **Thank You for contributing!** :camel: 
   
 Unable to create **Coverage Report** :warning:. 
Merge conflicts found.


-- 
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] 01/01: Ref #4236: Describe how to install kind with a local registry

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

nfilotto pushed a commit to branch 4236/refresh-kind-doc
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 7024441012bf9fb6e895dc8782e369cfd5b24747
Author: Nicolas Filotto 
AuthorDate: Wed Jun 28 15:25:15 2023 +0200

Ref #4236: Describe how to install kind with a local registry
---
 .../ROOT/pages/installation/platform/kind.adoc | 107 +++--
 1 file changed, 100 insertions(+), 7 deletions(-)

diff --git a/docs/modules/ROOT/pages/installation/platform/kind.adoc 
b/docs/modules/ROOT/pages/installation/platform/kind.adoc
index eaf1869a0..d00fb5bec 100644
--- a/docs/modules/ROOT/pages/installation/platform/kind.adoc
+++ b/docs/modules/ROOT/pages/installation/platform/kind.adoc
@@ -1,25 +1,118 @@
 [[installation-on-kind]]
 = Installing Camel K on Kind
 
-Installing Camel K on Kind, with a public registry, doesn't require any 
special configuration.
+[[with-public-registry]]
+== With a public registry
 
+Installing Camel K on Kind, with a public registry doesn't require any special 
configuration.
 
 Assuming you have Kind installed, then start by creating a cluster:
 
-```
+[source,shell]
+
 kind create cluster
-```
+
 
 Create a secret with your registry username and password:
 
-```
+[source,shell]
+
 kubectl -n default create secret docker-registry external-registry-secret 
--docker-username my-user --docker-password "password"
-```
+
 
 Install Camel K operator on the cluster in the default namespace:
 
-```
+[source,shell]
+
 kamel install --olm=false -n default --registry docker.io --organization 
my-org-or-username --registry-secret external-registry-secret --wait
-```
+
 
 Make sure to replace the `my-org-or-username` with your actual username or 
organization used to host the images.
+
+[[with-local-registry]]
+== With a local registry
+
+Installing Camel K on Kind, with a local insecure registry doesn't require any 
special configuration.
+
+Assuming you have Kind installed, then start by creating a cluster with a 
pre-configured local registry by executing the
+following script:
+
+[source,shell]
+
+#!/bin/sh
+set -o errexit
+
+# 1. Create registry container unless it already exists
+reg_name='kind-registry'
+reg_port='5001'
+if [ "$(docker inspect -f '{{.State.Running}}' "${reg_name}" 2>/dev/null || 
true)" != 'true' ]; then
+  docker run \
+-d --restart=always -p "127.0.0.1:${reg_port}:5000" --name "${reg_name}" \
+registry:2
+fi
+
+# 2. Create kind cluster with containerd registry config dir enabled
+# TODO: kind will eventually enable this by default and this patch will
+# be unnecessary.
+#
+# See:
+# https://github.com/kubernetes-sigs/kind/issues/2875
+# 
https://github.com/containerd/containerd/blob/main/docs/cri/config.md#registry-configuration
+# See: https://github.com/containerd/containerd/blob/main/docs/hosts.md
+cat 

[camel-k] branch 4236/refresh-kind-doc updated (e55f4010b -> 702444101)

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

nfilotto pushed a change to branch 4236/refresh-kind-doc
in repository https://gitbox.apache.org/repos/asf/camel-k.git


 discard e55f4010b Ref #4236: Describe how to install kind with a local registry
 new 702444101 Ref #4236: Describe how to install kind with a local registry

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   (e55f4010b)
\
 N -- N -- N   refs/heads/4236/refresh-kind-doc (702444101)

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:
 docs/modules/ROOT/pages/installation/platform/kind.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[camel-k] branch squakez-patch-1 deleted (was 6fe1cf721)

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

pcongiusti pushed a change to branch squakez-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k.git


 was 6fe1cf721 chore(ci): draft change to be discarded

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-k] squakez closed pull request #4520: chore(ci): draft change to be discarded

2023-06-28 Thread via GitHub


squakez closed pull request #4520: chore(ci): draft change to be discarded
URL: https://github.com/apache/camel-k/pull/4520


-- 
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] 01/01: Ref #4236: Describe how to install kind with a local registry

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

nfilotto pushed a commit to branch 4236/refresh-kind-doc
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit e55f4010bc3c97e295d27dbf889f465020f92067
Author: Nicolas Filotto 
AuthorDate: Wed Jun 28 15:25:15 2023 +0200

Ref #4236: Describe how to install kind with a local registry
---
 .../ROOT/pages/installation/platform/kind.adoc | 107 +++--
 1 file changed, 100 insertions(+), 7 deletions(-)

diff --git a/docs/modules/ROOT/pages/installation/platform/kind.adoc 
b/docs/modules/ROOT/pages/installation/platform/kind.adoc
index eaf1869a0..94c725d26 100644
--- a/docs/modules/ROOT/pages/installation/platform/kind.adoc
+++ b/docs/modules/ROOT/pages/installation/platform/kind.adoc
@@ -1,25 +1,118 @@
 [[installation-on-kind]]
 = Installing Camel K on Kind
 
-Installing Camel K on Kind, with a public registry, doesn't require any 
special configuration.
+[[with-public-registry]]
+== With a public registry
 
+Installing Camel K on Kind, with a public registry doesn't require any special 
configuration.
 
 Assuming you have Kind installed, then start by creating a cluster:
 
-```
+[source,shell]
+
 kind create cluster
-```
+
 
 Create a secret with your registry username and password:
 
-```
+[source,shell]
+
 kubectl -n default create secret docker-registry external-registry-secret 
--docker-username my-user --docker-password "password"
-```
+
 
 Install Camel K operator on the cluster in the default namespace:
 
-```
+[source,shell]
+
 kamel install --olm=false -n default --registry docker.io --organization 
my-org-or-username --registry-secret external-registry-secret --wait
-```
+
 
 Make sure to replace the `my-org-or-username` with your actual username or 
organization used to host the images.
+
+[[with-local-registry]]
+== With a local registry
+
+Installing Camel K on Kind, with a local insecure registry doesn't require any 
special configuration.
+
+Assuming you have Kind installed, then start by creating a cluster with a 
pre-configured local registry by executing the
+following script:
+
+[source,shell]
+
+#!/bin/sh
+set -o errexit
+
+# 1. Create registry container unless it already exists
+reg_name='kind-registry'
+reg_port='5001'
+if [ "$(docker inspect -f '{{.State.Running}}' "${reg_name}" 2>/dev/null || 
true)" != 'true' ]; then
+  docker run \
+-d --restart=always -p "127.0.0.1:${reg_port}:5000" --name "${reg_name}" \
+registry:2
+fi
+
+# 2. Create kind cluster with containerd registry config dir enabled
+# TODO: kind will eventually enable this by default and this patch will
+# be unnecessary.
+#
+# See:
+# https://github.com/kubernetes-sigs/kind/issues/2875
+# 
https://github.com/containerd/containerd/blob/main/docs/cri/config.md#registry-configuration
+# See: https://github.com/containerd/containerd/blob/main/docs/hosts.md
+cat 

[camel-k] branch 4236/refresh-kind-doc created (now e55f4010b)

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

nfilotto pushed a change to branch 4236/refresh-kind-doc
in repository https://gitbox.apache.org/repos/asf/camel-k.git


  at e55f4010b Ref #4236: Describe how to install kind with a local registry

This branch includes the following new commits:

 new e55f4010b Ref #4236: Describe how to install kind with a local registry

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.




  1   2   3   4   >