[I] Ability to configure pull-secret trait when installing camel-k [camel-k]

2023-12-21 Thread via GitHub
lsergio opened a new issue, #5003: URL: https://github.com/apache/camel-k/issues/5003 ### Requirement When installing Camel K we currenly use a GCR private repository to store the docker images. To be able to push to this repo, we specify `--registry-secret gcr-json-key` during in

Re: [I] buildMode behavior not working as expected when using jvm and native builds simultaneously [camel-k]

2023-12-21 Thread via GitHub
squakez commented on issue #5001: URL: https://github.com/apache/camel-k/issues/5001#issuecomment-1866117257 I'll keep this open as a future improvement. -- 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

Re: [I] buildMode behavior not working as expected when using jvm and native builds simultaneously [camel-k]

2023-12-21 Thread via GitHub
lsergio commented on issue #5001: URL: https://github.com/apache/camel-k/issues/5001#issuecomment-1866113798 @squakez Indeed, switching the order fixed the issue. thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

(camel-k-runtime) branch main updated: fix(catalog): quarkus jaxb dependency

2023-12-21 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-runtime.git The following commit(s) were added to refs/heads/main by this push: new 7d5bffb6 fix(catalog): quarkus jaxb dep

Re: [PR] fix(catalog): quarkus jaxb dependency [camel-k-runtime]

2023-12-21 Thread via GitHub
squakez merged PR #1141: URL: https://github.com/apache/camel-k-runtime/pull/1141 -- 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...@ca

Re: [I] Route diagram not visible in hawtio console: JMX connector not running [camel-k]

2023-12-21 Thread via GitHub
squakez commented on issue #4990: URL: https://github.com/apache/camel-k/issues/4990#issuecomment-1866086100 I tried the Camel Quarkus examples with jolokia 1.7.2 and it seems it works correctly. I've also used the same set of dependencies for Camel 4. I wonder if this may be some classpath

(camel) branch regen_bot updated (9e8d80efda3 -> 4e5c4de5668)

2023-12-21 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 9e8d80efda3 Bump jooq-version from 3.19.0 to 3.19.1 (#12523) add 32895633b40 Bump com.huaweicloud:esdk-obs-

(camel) branch main updated: CAMEL-20271 - Camel-AWS-Cloudtrail: Improve consumers by adding more information as exchange headers (#12528)

2023-12-21 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new 4e5c4de5668 CAMEL-20271 - Camel-AWS-Cloudtrail: I

Re: [PR] CAMEL-20271 - Camel-AWS-Cloudtrail: Improve consumers by adding more information as exchange headers [camel]

2023-12-21 Thread via GitHub
oscerd merged PR #12528: URL: https://github.com/apache/camel/pull/12528 -- 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.apach

Re: [I] Jitpack not working as expected [camel-k]

2023-12-21 Thread via GitHub
pai911 closed issue #4998: Jitpack not working as expected URL: https://github.com/apache/camel-k/issues/4998 -- 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-

Re: [I] Jitpack not working as expected [camel-k]

2023-12-21 Thread via GitHub
pai911 commented on issue #4998: URL: https://github.com/apache/camel-k/issues/4998#issuecomment-1866020471 Thank you for the clue! It seems my setting.xml uses company Nexus server as proxy. To make it work, I had to add the following to Maven `settings.xml` (in addition to

Re: [I] Failed to run created demo project with container \"demo\" in pod \"demo\" is waiting to start: ContainerCreating [camel-karavan]

2023-12-21 Thread via GitHub
RafiIsaharov commented on issue #1029: URL: https://github.com/apache/camel-karavan/issues/1029#issuecomment-1866017958 The issue was resolved after I added DNS: nameserver 8.8.8.8 to /etc/resolv.conf and restarted coredns in the kube-system namespace of Minikube Kubernetes cluster. comm

[PR] CAMEL-20271 - Camel-AWS-Cloudtrail: Improve consumers by adding more information as exchange headers [camel]

2023-12-21 Thread via GitHub
oscerd opened a new pull request, #12528: URL: https://github.com/apache/camel/pull/12528 # Description # Target - [x] I checked that the commit is targeting the correct branch (note that Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch) # Trackin

(camel-spring-boot) branch main updated (d15e91f7b36 -> 540e45bbdad)

2023-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git from d15e91f7b36 Regen new c2947190846 CAMEL-20262: camel-spring-boot - Fix fatjar scan classresolver to

(camel-spring-boot) 01/02: CAMEL-20262: camel-spring-boot - Fix fatjar scan classresolver to work with SB nested JARs in fat-jar

2023-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit c29471908469aef48df3296100e0ad2c5fbd8d3d Author: Claus Ibsen AuthorDate: Thu Dec 21 11:15:36 2023 +0100

Re: [PR] BasePackageScanResolver: added handling for TomcatEmbeddedWebappClassLoader [camel]

2023-12-21 Thread via GitHub
davsclaus closed pull request #12500: BasePackageScanResolver: added handling for TomcatEmbeddedWebappClassLoader URL: https://github.com/apache/camel/pull/12500 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] BasePackageScanResolver: added handling for TomcatEmbeddedWebappClassLoader [camel]

2023-12-21 Thread via GitHub
davsclaus commented on PR #12500: URL: https://github.com/apache/camel/pull/12500#issuecomment-1865999344 okay fixed in camel-spring-boot via https://github.com/apache/camel-spring-boot/commit/c29471908469aef48df3296100e0ad2c5fbd8d3d -- This is an automated message from the Apache Git

Re: [PR] CAMEL-20271 - Camel-AWS-Cloudtrail: Improve consumers by adding more information as exchange headers [camel]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #12528: URL: https://github.com/apache/camel/pull/12528#issuecomment-1865999244 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer

(camel-spring-boot) 02/02: Regen

2023-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit 540e45bbdad99ad9c0906562e1b733bf0f6bd539 Author: Claus Ibsen AuthorDate: Thu Dec 21 11:16:56 2023 +0100

(camel) 01/02: CAMEL-20271 - Camel-AWS-Cloudtrail: Improve consumers by adding more information as exchange headers

2023-12-21 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch CAMEL-20271 in repository https://gitbox.apache.org/repos/asf/camel.git commit 0e2e04636f2d0bdc6feb4a821e6d81b9ff414c35 Author: Andrea Cosentino AuthorDate: Thu Dec 21 11:06:11 2023 +0100

(camel) 02/02: CAMEL-20271 - Camel-AWS-Cloudtrail: Improve consumers by adding more information as exchange headers

2023-12-21 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch CAMEL-20271 in repository https://gitbox.apache.org/repos/asf/camel.git commit 405b21cea0792b56c86ef6a6d12e6ce298334e9e Author: Andrea Cosentino AuthorDate: Thu Dec 21 11:16:47 2023 +0100

(camel) branch CAMEL-20271 created (now 405b21cea07)

2023-12-21 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch CAMEL-20271 in repository https://gitbox.apache.org/repos/asf/camel.git at 405b21cea07 CAMEL-20271 - Camel-AWS-Cloudtrail: Improve consumers by adding more information as exchange head

(camel-spring-boot) branch sb-fatjar created (now d15e91f7b36)

2023-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch sb-fatjar in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git at d15e91f7b36 Regen No new revisions were added by this update.

Re: [I] Route diagram not visible in hawtio console: JMX connector not running [camel-k]

2023-12-21 Thread via GitHub
squakez commented on issue #4990: URL: https://github.com/apache/camel-k/issues/4990#issuecomment-1865990855 > maybe there are some spurious dependencies making thing failing, has the new kit be created from scratch ? Yes. What I am looking now is the jolokia version. As we are using

Re: [I] Route diagram not visible in hawtio console: JMX connector not running [camel-k]

2023-12-21 Thread via GitHub
lburgazzoli commented on issue #4990: URL: https://github.com/apache/camel-k/issues/4990#issuecomment-1865989432 maybe there are some spurious dependencies making thing failing, has the new kit be created from scratch ? -- This is an automated message from the Apache Git Service. To resp

[PR] chore(controller): knative service watch message [camel-k]

2023-12-21 Thread via GitHub
squakez opened a new pull request, #5002: URL: https://github.com/apache/camel-k/pull/5002 **Release Note** ```release-note chore(controller): knative service watch message ``` -- This is an automated message from the Apache Git Service. To respond

Re: [I] Route diagram not visible in hawtio console: JMX connector not running [camel-k]

2023-12-21 Thread via GitHub
squakez commented on issue #4990: URL: https://github.com/apache/camel-k/issues/4990#issuecomment-1865970931 That does not seems to be the problem. There was a minor change required in the runtime catalog as the JAXB dependency was still pointing to Camel and not to Quarkus (I think it was

[PR] fix(catalog): quarkus jaxb dependency [camel-k-runtime]

2023-12-21 Thread via GitHub
squakez opened a new pull request, #1141: URL: https://github.com/apache/camel-k-runtime/pull/1141 Ref https://github.com/apache/camel-k/issues/4990 **Release Note** ```release-note fix(catalog): quarkus jaxb dependency ``` -- This is an automated me

(camel) branch regen_bot updated (2f4c48452cb -> 9e8d80efda3)

2023-12-21 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 2f4c48452cb Bump jetcd-version from 0.7.5 to 0.7.7 (#12522) add ad32d8619de Polished add 9e8d80efda3 B

(camel) branch main updated (19d8ed5d53a -> a98f0fb4101)

2023-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git from 19d8ed5d53a Bump bytebuddy-version from 1.14.10 to 1.14.11 (#12526) add a98f0fb4101 Bump org.influxdb:influxdb-ja

(camel) branch dependabot/maven/org.influxdb-influxdb-java-2.24 deleted (was 725ce5dc801)

2023-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch dependabot/maven/org.influxdb-influxdb-java-2.24 in repository https://gitbox.apache.org/repos/asf/camel.git was 725ce5dc801 Bump org.influxdb:influxdb-java from 2.23 to 2.24 The revisi

(camel) branch dependabot/maven/com.google.guava-guava-33.0.0-jre created (now b0e5f682c59)

2023-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.google.guava-guava-33.0.0-jre in repository https://gitbox.apache.org/repos/asf/camel.git at b0e5f682c59 Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre

[PR] Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre [camel]

2023-12-21 Thread via GitHub
dependabot[bot] opened a new pull request, #12527: URL: https://github.com/apache/camel/pull/12527 Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.1.3-jre to 33.0.0-jre. Release notes Sourced from https://github.com/google/guava/releases";>com.google.guava:g

Re: [PR] Bump org.influxdb:influxdb-java from 2.23 to 2.24 [camel]

2023-12-21 Thread via GitHub
davsclaus merged PR #12524: URL: https://github.com/apache/camel/pull/12524 -- 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.ap

Re: [PR] Bump bytebuddy-version from 1.14.10 to 1.14.11 [camel]

2023-12-21 Thread via GitHub
davsclaus merged PR #12526: URL: https://github.com/apache/camel/pull/12526 -- 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.ap

(camel) branch main updated (9e8d80efda3 -> 32895633b40)

2023-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git from 9e8d80efda3 Bump jooq-version from 3.19.0 to 3.19.1 (#12523) add 32895633b40 Bump com.huaweicloud:esdk-obs-java f

(camel) branch main updated: Bump jooq-version from 3.19.0 to 3.19.1 (#12523)

2023-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus 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 9e8d80efda3 Bump jooq-version from 3.19.0 to 3.19.

(camel) branch dependabot/maven/jooq-version-3.19.1 deleted (was 428a7642a0b)

2023-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch dependabot/maven/jooq-version-3.19.1 in repository https://gitbox.apache.org/repos/asf/camel.git was 428a7642a0b Bump jooq-version from 3.19.0 to 3.19.1 The revisions that were on this b

Re: [PR] Bump jooq-version from 3.19.0 to 3.19.1 [camel]

2023-12-21 Thread via GitHub
davsclaus merged PR #12523: URL: https://github.com/apache/camel/pull/12523 -- 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.ap

Re: [PR] Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre [camel]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #12527: URL: https://github.com/apache/camel/pull/12527#issuecomment-1865918607 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer

(camel) branch dependabot/maven/bytebuddy-version-1.14.11 deleted (was ed3c0d09afe)

2023-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch dependabot/maven/bytebuddy-version-1.14.11 in repository https://gitbox.apache.org/repos/asf/camel.git was ed3c0d09afe Bump bytebuddy-version from 1.14.10 to 1.14.11 The revisions that w

(camel) branch main updated: Bump bytebuddy-version from 1.14.10 to 1.14.11 (#12526)

2023-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus 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 19d8ed5d53a Bump bytebuddy-version from 1.14.10 to

(camel) branch dependabot/maven/com.huaweicloud-esdk-obs-java-3.23.9.1 deleted (was 8a1e79286de)

2023-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch dependabot/maven/com.huaweicloud-esdk-obs-java-3.23.9.1 in repository https://gitbox.apache.org/repos/asf/camel.git was 8a1e79286de Bump com.huaweicloud:esdk-obs-java from 3.23.5 to 3.23

Re: [PR] Bump com.huaweicloud:esdk-obs-java from 3.23.5 to 3.23.9.1 [camel]

2023-12-21 Thread via GitHub
davsclaus merged PR #12525: URL: https://github.com/apache/camel/pull/12525 -- 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.ap

(camel) branch main updated: Polished

2023-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus 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 ad32d8619de Polished ad32d8619de is described belo

(camel-quarkus) branch quarkus-main updated (ead2acaa88 -> 07bb91592e)

2023-12-21 Thread zhfeng
This is an automated email from the ASF dual-hosted git repository. zhfeng pushed a change to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git discard ead2acaa88 Workaround openstack4j incompatibility with Jackson 2.16.x #5604 discard 8ef9f8e0a6 Upgrade

(camel-quarkus) 02/02: Workaround openstack4j incompatibility with Jackson 2.16.x #5604

2023-12-21 Thread zhfeng
This is an automated email from the ASF dual-hosted git repository. zhfeng pushed a commit to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 07bb91592e4978658e6cf4124734ea29a2bfb574 Author: James Netherton AuthorDate: Mon Dec 11 08:53:29 2023 +

(camel-quarkus) 01/02: Upgrade Quarkus to 3.7.0.CR1

2023-12-21 Thread zhfeng
This is an automated email from the ASF dual-hosted git repository. zhfeng pushed a commit to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit a50a3c4301d0247402707ff1db2896fd26255bf4 Author: James Netherton AuthorDate: Fri Nov 24 11:19:53 2023 +

Re: [I] Route diagram not visible in hawtio console: JMX connector not running [camel-k]

2023-12-21 Thread via GitHub
squakez commented on issue #4990: URL: https://github.com/apache/camel-k/issues/4990#issuecomment-1865903734 > the issue is the fact that camel-k operator does not add any xml related dependency if not needed by the routes whereas the example by @tadayosi does https://github.com/hawtio/hawt

Re: [PR] Bump bytebuddy-version from 1.14.10 to 1.14.11 [camel]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #12526: URL: https://github.com/apache/camel/pull/12526#issuecomment-1865902644 :robot: The Apache Camel test robot will run the tests for you :+1: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] Bump bytebuddy-version from 1.14.10 to 1.14.11 [camel]

2023-12-21 Thread via GitHub
oscerd commented on PR #12526: URL: https://github.com/apache/camel/pull/12526#issuecomment-1865902056 /component-test bean -- 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.

Re: [PR] Bump org.influxdb:influxdb-java from 2.23 to 2.24 [camel]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #12524: URL: https://github.com/apache/camel/pull/12524#issuecomment-1865901742 :robot: The Apache Camel test robot will run the tests for you :+1: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] Bump org.influxdb:influxdb-java from 2.23 to 2.24 [camel]

2023-12-21 Thread via GitHub
oscerd commented on PR #12524: URL: https://github.com/apache/camel/pull/12524#issuecomment-1865901081 /component-test influxdb -- 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 commen

Re: [PR] Bump com.huaweicloud:esdk-obs-java from 3.23.5 to 3.23.9.1 [camel]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #12525: URL: https://github.com/apache/camel/pull/12525#issuecomment-1865901035 :robot: The Apache Camel test robot will run the tests for you :+1: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] Bump com.huaweicloud:esdk-obs-java from 3.23.5 to 3.23.9.1 [camel]

2023-12-21 Thread via GitHub
oscerd commented on PR #12525: URL: https://github.com/apache/camel/pull/12525#issuecomment-1865900335 /component-test huawei -- 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.

(camel) branch dependabot/maven/bytebuddy-version-1.14.11 created (now ed3c0d09afe)

2023-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/bytebuddy-version-1.14.11 in repository https://gitbox.apache.org/repos/asf/camel.git at ed3c0d09afe Bump bytebuddy-version from 1.14.10 to 1.14.11 No new revisions we

[PR] Bump bytebuddy-version from 1.14.10 to 1.14.11 [camel]

2023-12-21 Thread via GitHub
dependabot[bot] opened a new pull request, #12526: URL: https://github.com/apache/camel/pull/12526 Bumps `bytebuddy-version` from 1.14.10 to 1.14.11. Updates `net.bytebuddy:byte-buddy` from 1.14.10 to 1.14.11 Release notes Sourced from https://github.com/raphw/byte-buddy/releases

Re: [PR] Bump bytebuddy-version from 1.14.10 to 1.14.11 [camel]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #12526: URL: https://github.com/apache/camel/pull/12526#issuecomment-1865899462 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer

Re: [I] Route diagram not visible in hawtio console: JMX connector not running [camel-k]

2023-12-21 Thread via GitHub
lburgazzoli commented on issue #4990: URL: https://github.com/apache/camel-k/issues/4990#issuecomment-1865896860 the issue is the fact that camle k does not add any xml related bit if not needed by the routes whereas the example by @tadayosi does https://github.com/hawtio/hawtio-online-exam

Re: [PR] Bump com.huaweicloud:esdk-obs-java from 3.23.5 to 3.23.9.1 [camel]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #12525: URL: https://github.com/apache/camel/pull/12525#issuecomment-1865896463 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer

(camel) branch dependabot/maven/com.huaweicloud-esdk-obs-java-3.23.9.1 created (now 8a1e79286de)

2023-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.huaweicloud-esdk-obs-java-3.23.9.1 in repository https://gitbox.apache.org/repos/asf/camel.git at 8a1e79286de Bump com.huaweicloud:esdk-obs-java from 3.23.5 to 3.2

[PR] Bump com.huaweicloud:esdk-obs-java from 3.23.5 to 3.23.9.1 [camel]

2023-12-21 Thread via GitHub
dependabot[bot] opened a new pull request, #12525: URL: https://github.com/apache/camel/pull/12525 Bumps [com.huaweicloud:esdk-obs-java](https://github.com/huaweicloud/huaweicloud-sdk-java-obs) from 3.23.5 to 3.23.9.1. Release notes Sourced from https://github.com/huaweicloud/huaw

Re: [PR] Bump org.influxdb:influxdb-java from 2.23 to 2.24 [camel]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #12524: URL: https://github.com/apache/camel/pull/12524#issuecomment-1865895643 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer

(camel) branch dependabot/maven/org.influxdb-influxdb-java-2.24 created (now 725ce5dc801)

2023-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.influxdb-influxdb-java-2.24 in repository https://gitbox.apache.org/repos/asf/camel.git at 725ce5dc801 Bump org.influxdb:influxdb-java from 2.23 to 2.24 No new re

[PR] Bump org.influxdb:influxdb-java from 2.23 to 2.24 [camel]

2023-12-21 Thread via GitHub
dependabot[bot] opened a new pull request, #12524: URL: https://github.com/apache/camel/pull/12524 Bumps [org.influxdb:influxdb-java](https://github.com/influxdata/influxdb-java) from 2.23 to 2.24. Release notes Sourced from https://github.com/influxdata/influxdb-java/releases";>o

Re: [PR] Bump jooq-version from 3.19.0 to 3.19.1 [camel]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #12523: URL: https://github.com/apache/camel/pull/12523#issuecomment-1865894750 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer

(camel) branch dependabot/maven/jooq-version-3.19.1 created (now 428a7642a0b)

2023-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/jooq-version-3.19.1 in repository https://gitbox.apache.org/repos/asf/camel.git at 428a7642a0b Bump jooq-version from 3.19.0 to 3.19.1 No new revisions were added by t

[PR] Bump jooq-version from 3.19.0 to 3.19.1 [camel]

2023-12-21 Thread via GitHub
dependabot[bot] opened a new pull request, #12523: URL: https://github.com/apache/camel/pull/12523 Bumps `jooq-version` from 3.19.0 to 3.19.1. Updates `org.jooq:jooq` from 3.19.0 to 3.19.1 Updates `org.jooq:jooq-codegen-maven` from 3.19.0 to 3.19.1 Dependabot will resolve

(camel) branch regen_bot updated (d42f2dcce13 -> 2f4c48452cb)

2023-12-21 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 d42f2dcce13 Bump aws-java-sdk2-version from 2.22.2 to 2.22.3 (#12520) add 2f4c48452cb Bump jetcd-version fr

(camel) branch dependabot/maven/jetcd-version-0.7.7 deleted (was f8b0b5ec38a)

2023-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch dependabot/maven/jetcd-version-0.7.7 in repository https://gitbox.apache.org/repos/asf/camel.git was f8b0b5ec38a Bump jetcd-version from 0.7.5 to 0.7.7 The revisions that were on this br

(camel) branch main updated: Bump jetcd-version from 0.7.5 to 0.7.7 (#12522)

2023-12-21 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus 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 2f4c48452cb Bump jetcd-version from 0.7.5 to 0.7.7

Re: [PR] Bump jetcd-version from 0.7.5 to 0.7.7 [camel]

2023-12-21 Thread via GitHub
davsclaus merged PR #12522: URL: https://github.com/apache/camel/pull/12522 -- 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.ap

Re: [I] Route diagram not visible in hawtio console: JMX connector not running [camel-k]

2023-12-21 Thread via GitHub
squakez commented on issue #4990: URL: https://github.com/apache/camel-k/issues/4990#issuecomment-1865881302 Thanks @tadayosi for such detailed reproducer. We can have a look and see what could be the root cause. However, it seems something related to the runtime. Is this something reproduc

Re: [I] Route diagram not visible in hawtio console: JMX connector not running [camel-k]

2023-12-21 Thread via GitHub
tadayosi commented on issue #4990: URL: https://github.com/apache/camel-k/issues/4990#issuecomment-1865871468 Hi Camel K team @squakez, It's really not an issue specific to Hawtio, but you can reproduce it only with Camel K. For instance, you can use this example https://githu

(camel) branch regen_bot updated (00cb59a2a6d -> d42f2dcce13)

2023-12-21 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 00cb59a2a6d Bump org.owasp:dependency-check-maven from 9.0.6 to 9.0.7 add a99e5d932e4 Bump org.codehaus.ple

(camel-k-runtime) branch dependabot/maven/quarkus-platform-version-3.6.4 deleted (was 272094a0)

2023-12-21 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a change to branch dependabot/maven/quarkus-platform-version-3.6.4 in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git was 272094a0 build(deps): bump quarkus-platform-version from 3.6.0

Re: [PR] build(deps): bump quarkus-platform-version from 3.6.0 to 3.6.4 [camel-k-runtime]

2023-12-21 Thread via GitHub
dependabot[bot] commented on PR #1140: URL: https://github.com/apache/camel-k-runtime/pull/1140#issuecomment-1865858291 OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a depen

Re: [PR] build(deps): bump quarkus-platform-version from 3.6.0 to 3.6.4 [camel-k-runtime]

2023-12-21 Thread via GitHub
squakez closed pull request #1140: build(deps): bump quarkus-platform-version from 3.6.0 to 3.6.4 URL: https://github.com/apache/camel-k-runtime/pull/1140 -- 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 g

(camel) branch main updated: Bump aws-java-sdk2-version from 2.22.2 to 2.22.3 (#12520)

2023-12-21 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new d42f2dcce13 Bump aws-java-sdk2-version from 2.22.

Re: [I] buildMode behavior not working as expected when using jvm and native builds simultaneously [camel-k]

2023-12-21 Thread via GitHub
squakez commented on issue #5001: URL: https://github.com/apache/camel-k/issues/5001#issuecomment-1865857120 I think this could be because of the execution order provided. Try switching order (`jvm`, then `native`) and see if it solves. If that's the case we either need to document this or

(camel) branch dependabot/maven/aws-java-sdk2-version-2.22.3 deleted (was 9c04e8e8570)

2023-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/aws-java-sdk2-version-2.22.3 in repository https://gitbox.apache.org/repos/asf/camel.git was 9c04e8e8570 Bump aws-java-sdk2-version from 2.22.2 to 2.22.3 The revisions

Re: [PR] Bump aws-java-sdk2-version from 2.22.2 to 2.22.3 [camel]

2023-12-21 Thread via GitHub
oscerd commented on PR #12520: URL: https://github.com/apache/camel/pull/12520#issuecomment-1865854296 Looks good, just unreliable docker on GH Action -- 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

Re: [PR] Bump aws-java-sdk2-version from 2.22.2 to 2.22.3 [camel]

2023-12-21 Thread via GitHub
oscerd merged PR #12520: URL: https://github.com/apache/camel/pull/12520 -- 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.apach

Re: [I] Jitpack not working as expected [camel-k]

2023-12-21 Thread via GitHub
squakez commented on issue #4998: URL: https://github.com/apache/camel-k/issues/4998#issuecomment-1865850504 The guide I've provided above [1] should give you more details on how to troubleshoot an Integration. In your case what is clearly happening is a Maven build failure. I guess there c

Re: [PR] Bump jetcd-version from 0.7.5 to 0.7.7 [camel]

2023-12-21 Thread via GitHub
apupier commented on PR #12522: URL: https://github.com/apache/camel/pull/12522#issuecomment-1865839483 /component-test etcd3 -- 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.

Re: [PR] Bump jetcd-version from 0.7.5 to 0.7.7 [camel]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #12522: URL: https://github.com/apache/camel/pull/12522#issuecomment-1865840565 :robot: The Apache Camel test robot will run the tests for you :+1: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] Bump aws-java-sdk2-version from 2.22.2 to 2.22.3 [camel]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #12520: URL: https://github.com/apache/camel/pull/12520#issuecomment-1865838343 :robot: The Apache Camel test robot will run the tests for you :+1: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

(camel) branch regen_bot updated (463c0106985 -> 00cb59a2a6d)

2023-12-21 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 463c0106985 Merging files that are being reformatted during 'mvn install' (#12516) add 00cb59a2a6d Bump or

Re: [PR] Bump jetcd-version from 0.7.5 to 0.7.7 [camel]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #12522: URL: https://github.com/apache/camel/pull/12522#issuecomment-1865825427 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer

(camel) branch dependabot/maven/jetcd-version-0.7.6 deleted (was f5ef4c99959)

2023-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/jetcd-version-0.7.6 in repository https://gitbox.apache.org/repos/asf/camel.git was f5ef4c99959 Bump jetcd-version from 0.7.5 to 0.7.6 The revisions that were on this b

(camel) branch dependabot/maven/jetcd-version-0.7.7 created (now f8b0b5ec38a)

2023-12-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/jetcd-version-0.7.7 in repository https://gitbox.apache.org/repos/asf/camel.git at f8b0b5ec38a Bump jetcd-version from 0.7.5 to 0.7.7 No new revisions were added by th

Re: [PR] Bump jetcd-version from 0.7.5 to 0.7.6 [camel]

2023-12-21 Thread via GitHub
dependabot[bot] closed pull request #12037: Bump jetcd-version from 0.7.5 to 0.7.6 URL: https://github.com/apache/camel/pull/12037 -- 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 commen

Re: [PR] Bump jetcd-version from 0.7.5 to 0.7.6 [camel]

2023-12-21 Thread via GitHub
dependabot[bot] commented on PR #12037: URL: https://github.com/apache/camel/pull/12037#issuecomment-1865825263 Superseded by #12522. -- 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

[PR] Bump jetcd-version from 0.7.5 to 0.7.7 [camel]

2023-12-21 Thread via GitHub
dependabot[bot] opened a new pull request, #12522: URL: https://github.com/apache/camel/pull/12522 Bumps `jetcd-version` from 0.7.5 to 0.7.7. Updates `io.etcd:jetcd-launcher` from 0.7.5 to 0.7.7 Commits https://github.com/etcd-io/jetcd/commit/93ca59af7d5d802c36f4a1444db8373e5

(camel) branch dependabot/maven/org.codehaus.plexus-plexus-xml-4.0.3 deleted (was ff8230314e8)

2023-12-21 Thread apupier
This is an automated email from the ASF dual-hosted git repository. apupier pushed a change to branch dependabot/maven/org.codehaus.plexus-plexus-xml-4.0.3 in repository https://gitbox.apache.org/repos/asf/camel.git was ff8230314e8 Bump org.codehaus.plexus:plexus-xml from 4.0.2 to 4.0.3 T

Re: [PR] Bump jetcd-version from 0.7.5 to 0.7.6 [camel]

2023-12-21 Thread via GitHub
apupier commented on PR #12037: URL: https://github.com/apache/camel/pull/12037#issuecomment-1865821490 @dependabot rebase -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

(camel) branch main updated: Bump org.codehaus.plexus:plexus-xml from 4.0.2 to 4.0.3

2023-12-21 Thread apupier
This is an automated email from the ASF dual-hosted git repository. apupier 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 a99e5d932e4 Bump org.codehaus.plexus:plexus-xml from

Re: [PR] Bump org.codehaus.plexus:plexus-xml from 4.0.2 to 4.0.3 [camel]

2023-12-21 Thread via GitHub
apupier merged PR #12521: URL: https://github.com/apache/camel/pull/12521 -- 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.apac

(camel) branch dependabot/maven/org.owasp-dependency-check-maven-9.0.7 deleted (was fd3f6f8bdd6)

2023-12-21 Thread apupier
This is an automated email from the ASF dual-hosted git repository. apupier pushed a change to branch dependabot/maven/org.owasp-dependency-check-maven-9.0.7 in repository https://gitbox.apache.org/repos/asf/camel.git was fd3f6f8bdd6 Bump org.owasp:dependency-check-maven from 9.0.6 to 9.0.

(camel) branch main updated: Bump org.owasp:dependency-check-maven from 9.0.6 to 9.0.7

2023-12-21 Thread apupier
This is an automated email from the ASF dual-hosted git repository. apupier 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 00cb59a2a6d Bump org.owasp:dependency-check-maven fr

<    1   2   3   4   5   >