[camel-quarkus] branch 2.7.x updated (f9f664959e -> 80699e5e93)

2022-06-29 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a change to branch 2.7.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git discard f9f664959e Temporarily add Camel 3.14.4 staging repository This update removed existing revisions from the ref

[camel-quarkus] annotated tag 2.7.2 created (now d1791a9408)

2022-06-29 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a change to annotated tag 2.7.2 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git at d1791a9408 (tag) tagging dbba3c48d3918d526f190410ace0b132e40e71f1 (commit) replaces 2.7.1 by Pet

[camel] branch main updated: CAMEL-18237: TimeUtils.printDuration now output in short format by default (ala Kubernetes). Added printAge/printSince methods

2022-06-29 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 cf65ab21dbe CAMEL-18237: TimeUtils.printDuration n

[camel] branch main updated: CAMEL-18245: camel-jbang - Using --console on mac have WARN log from Netty

2022-06-29 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 c29cfad3ee3 CAMEL-18245: camel-jbang - Using --con

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

2022-06-29 Thread GitBox
github-actions[bot] commented on issue #2926: URL: https://github.com/apache/camel-quarkus/issues/2926#issuecomment-1169626397 The [quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) branch build has failed: * Build ID: 2580382596-797-07d15d05-d05d-4f8b-8978-ba2

[GitHub] [camel-k] squakez commented on pull request #3402: fix(#3393): Update to CronJob batch/v1

2022-06-29 Thread GitBox
squakez commented on PR #3402: URL: https://github.com/apache/camel-k/pull/3402#issuecomment-1169628296 Skipping the test won't solve the problem happening at runtime in Openshift 3. If we want to support OC3 then we need a different strategy (ie, creating a CronJobStrategy type and using t

[camel] branch main updated: Reduce noise on startup

2022-06-29 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 609257c3b76 Reduce noise on startup 609257c3b76 is

[GitHub] [camel] davsclaus commented on pull request #7904: Camel 9627

2022-06-29 Thread GitBox
davsclaus commented on PR #7904: URL: https://github.com/apache/camel/pull/7904#issuecomment-1169632610 @ffang what is the status of this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

[GitHub] [camel] davsclaus commented on a diff in pull request #7920: [DOCS] Update Bean and FHIR components.

2022-06-29 Thread GitBox
davsclaus commented on code in PR #7920: URL: https://github.com/apache/camel/pull/7920#discussion_r909292561 ## docs/components/modules/ROOT/partials/component-endpoint-options.adoc: ## @@ -70,7 +70,7 @@ ifeval::[{apicount} != 0] == API Parameters ({apicount} APIs) -The @{

[camel-k] 01/01: fix(e2e): promote typo

2022-06-29 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch squakez-patch-1 in repository https://gitbox.apache.org/repos/asf/camel-k.git commit f54f2de93c1e1c19267829a68e5e38a14a416953 Author: Pasquale Congiusti AuthorDate: Wed Jun 29 09:33:03 2022 +

[camel-k] branch squakez-patch-1 created (now f54f2de93)

2022-06-29 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 f54f2de93 fix(e2e): promote typo This branch includes the following new commits: new f54f2de93 fi

[GitHub] [camel-k] squakez opened a new pull request, #3406: fix(e2e): promote typo

2022-06-29 Thread GitBox
squakez opened a new pull request, #3406: URL: https://github.com/apache/camel-k/pull/3406 **Release Note** ```release-note NONE ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [camel-k] tadayosi commented on pull request #3402: fix(#3393): Update to CronJob batch/v1

2022-06-29 Thread GitBox
tadayosi commented on PR #3402: URL: https://github.com/apache/camel-k/pull/3402#issuecomment-1169639847 > Any reason why we don't want to drop OC3 support and make it easier? I'm fine with dropping OC3 support. It's just that if we remove the `openshift` workflow we lose a way to val

[GitHub] [camel-k] christophd commented on pull request #3402: fix(#3393): Update to CronJob batch/v1

2022-06-29 Thread GitBox
christophd commented on PR #3402: URL: https://github.com/apache/camel-k/pull/3402#issuecomment-1169640381 I think the only reason to keep OpenShift 3.x support is for developers (and our GitHub actions CI) running on Minishift -- This is an automated message from the Apache Git Service.

[GitHub] [camel] ldrozdo opened a new pull request, #7923: [DOCS] Fix links in mock component docs

2022-06-29 Thread GitBox
ldrozdo opened a new pull request, #7923: URL: https://github.com/apache/camel/pull/7923 -- 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: commit

[GitHub] [camel] github-actions[bot] commented on pull request #7923: [DOCS] Fix links in mock component docs

2022-06-29 Thread GitBox
github-actions[bot] commented on PR #7923: URL: https://github.com/apache/camel/pull/7923#issuecomment-1169642417 :warning: This PR changes Camel components and will be tested automatically. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [camel-k] tadayosi commented on pull request #3402: fix(#3393): Update to CronJob batch/v1

2022-06-29 Thread GitBox
tadayosi commented on PR #3402: URL: https://github.com/apache/camel-k/pull/3402#issuecomment-1169643402 > I think the only reason to keep OpenShift 3.x support is for developers (and our GitHub actions CI) running on Minishift We dropped Minishift support a while ago. What's running

[camel-k-runtime] branch main updated: chore(deps): Bump dependency versions

2022-06-29 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 e6238b48 chore(deps): Bump dependency v

[GitHub] [camel-k-runtime] squakez merged pull request #840: chore(deps): Bump dependency versions

2022-06-29 Thread GitBox
squakez merged PR #840: URL: https://github.com/apache/camel-k-runtime/pull/840 -- 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...@came

[GitHub] [camel-k-runtime] dependabot[bot] commented on pull request #835: build(deps): bump logback-core from 1.2.3 to 1.2.9 in /support/camel-k-maven-logging

2022-06-29 Thread GitBox
dependabot[bot] commented on PR #835: URL: https://github.com/apache/camel-k-runtime/pull/835#issuecomment-1169647386 Looks like ch.qos.logback:logback-core is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [camel-k-runtime] dependabot[bot] commented on pull request #836: build(deps): bump jackson-databind from 2.9.10.8 to 2.12.6.1 in /support/camel-k-maven-logging

2022-06-29 Thread GitBox
dependabot[bot] commented on PR #836: URL: https://github.com/apache/camel-k-runtime/pull/836#issuecomment-1169647378 Looks like com.fasterxml.jackson.core:jackson-databind is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To resp

[GitHub] [camel-k-runtime] dependabot[bot] closed pull request #836: build(deps): bump jackson-databind from 2.9.10.8 to 2.12.6.1 in /support/camel-k-maven-logging

2022-06-29 Thread GitBox
dependabot[bot] closed pull request #836: build(deps): bump jackson-databind from 2.9.10.8 to 2.12.6.1 in /support/camel-k-maven-logging URL: https://github.com/apache/camel-k-runtime/pull/836 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [camel-k-runtime] dependabot[bot] closed pull request #835: build(deps): bump logback-core from 1.2.3 to 1.2.9 in /support/camel-k-maven-logging

2022-06-29 Thread GitBox
dependabot[bot] closed pull request #835: build(deps): bump logback-core from 1.2.3 to 1.2.9 in /support/camel-k-maven-logging URL: https://github.com/apache/camel-k-runtime/pull/835 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [camel-k] christophd commented on a diff in pull request #3401: fix(#3399): Improve operator log level adjustments

2022-06-29 Thread GitBox
christophd commented on code in PR #3401: URL: https://github.com/apache/camel-k/pull/3401#discussion_r909308110 ## pkg/cmd/operator/operator.go: ## @@ -120,16 +112,12 @@ func Run(healthPort, monitoringPort int32, leaderElection bool, leaderElectionID }

[GitHub] [camel-k-runtime] dependabot[bot] closed pull request #838: build(deps): bump jackson-databind from 2.9.10.8 to 2.13.3

2022-06-29 Thread GitBox
dependabot[bot] closed pull request #838: build(deps): bump jackson-databind from 2.9.10.8 to 2.13.3 URL: https://github.com/apache/camel-k-runtime/pull/838 -- 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

[GitHub] [camel-k-runtime] dependabot[bot] commented on pull request #839: build(deps): bump logstash-logback-encoder from 4.11 to 7.2

2022-06-29 Thread GitBox
dependabot[bot] commented on PR #839: URL: https://github.com/apache/camel-k-runtime/pull/839#issuecomment-1169648713 Looks like net.logstash.logback:logstash-logback-encoder is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To re

[GitHub] [camel-k-runtime] dependabot[bot] commented on pull request #838: build(deps): bump jackson-databind from 2.9.10.8 to 2.13.3

2022-06-29 Thread GitBox
dependabot[bot] commented on PR #838: URL: https://github.com/apache/camel-k-runtime/pull/838#issuecomment-1169648714 Looks like com.fasterxml.jackson.core:jackson-databind is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To resp

[GitHub] [camel-k-runtime] dependabot[bot] commented on pull request #837: build(deps): bump logback-version from 1.2.3 to 1.2.11

2022-06-29 Thread GitBox
dependabot[bot] commented on PR #837: URL: https://github.com/apache/camel-k-runtime/pull/837#issuecomment-1169648723 Looks like these dependencies are up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [camel-k-runtime] dependabot[bot] closed pull request #837: build(deps): bump logback-version from 1.2.3 to 1.2.11

2022-06-29 Thread GitBox
dependabot[bot] closed pull request #837: build(deps): bump logback-version from 1.2.3 to 1.2.11 URL: https://github.com/apache/camel-k-runtime/pull/837 -- 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

[GitHub] [camel-k-runtime] dependabot[bot] closed pull request #839: build(deps): bump logstash-logback-encoder from 4.11 to 7.2

2022-06-29 Thread GitBox
dependabot[bot] closed pull request #839: build(deps): bump logstash-logback-encoder from 4.11 to 7.2 URL: https://github.com/apache/camel-k-runtime/pull/839 -- 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 t

[GitHub] [camel-k-runtime] dependabot[bot] opened a new pull request, #841: build(deps): bump jandex from 2.4.2.Final to 2.4.3.Final

2022-06-29 Thread GitBox
dependabot[bot] opened a new pull request, #841: URL: https://github.com/apache/camel-k-runtime/pull/841 Bumps jandex from 2.4.2.Final to 2.4.3.Final. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jboss:ja

[camel-k-runtime] branch dependabot/maven/org.jboss-jandex-2.4.3.Final created (now 5ae4056e)

2022-06-29 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.jboss-jandex-2.4.3.Final in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git at 5ae4056e build(deps): bump jandex from 2.4.2.Final to 2.4.3.Final

[GitHub] [camel-k-runtime] dependabot[bot] opened a new pull request, #842: build(deps): bump jandex-maven-plugin from 1.2.2 to 1.2.3

2022-06-29 Thread GitBox
dependabot[bot] opened a new pull request, #842: URL: https://github.com/apache/camel-k-runtime/pull/842 Bumps [jandex-maven-plugin](https://github.com/wildfly/jandex-maven-plugin) from 1.2.2 to 1.2.3. Commits https://github.com/wildfly/jandex-maven-plugin/commit/85d717c0a4

[camel-k-runtime] branch dependabot/maven/org.jboss.jandex-jandex-maven-plugin-1.2.3 created (now 7614e509)

2022-06-29 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.jboss.jandex-jandex-maven-plugin-1.2.3 in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git at 7614e509 build(deps): bump jandex-maven-plugin from

[camel-k] 01/06: feat(gc): Use SelfSubjectRulesReview to scan for garbage collectable resources

2022-06-29 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch release-1.9.x in repository https://gitbox.apache.org/repos/asf/camel-k.git commit b5dab9b69ededf03dc50bb70633677ce0a0efa89 Author: Antonin Stefanutti AuthorDate: Wed Jun 1 16:10:58 2022 +020

[camel-k] branch release-1.9.x updated (b834ff921 -> 33d84e528)

2022-06-29 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a change to branch release-1.9.x in repository https://gitbox.apache.org/repos/asf/camel-k.git from b834ff921 [TEST] Add kamel reset test new b5dab9b69 feat(gc): Use SelfSubjectRulesReview to scan for

[camel-k] 04/06: feat(gc): Skip GC for first integration generation

2022-06-29 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch release-1.9.x in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 9d094d71cda40bad70d4aab22a5f66ebf7081e1c Author: Antonin Stefanutti AuthorDate: Thu Jun 2 10:02:29 2022 +020

[GitHub] [camel-k] squakez merged pull request #3404: [Backport 1.9.x] dev sandbox fixes

2022-06-29 Thread GitBox
squakez merged PR #3404: URL: https://github.com/apache/camel-k/pull/3404 -- 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

[GitHub] [camel-k-examples] tadayosi merged pull request #53: add cron example

2022-06-29 Thread GitBox
tadayosi merged PR #53: URL: https://github.com/apache/camel-k-examples/pull/53 -- 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...@came

[camel-k] 03/06: chore(gc): Fix lint errors

2022-06-29 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch release-1.9.x in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 4e73aaee95b3cac670dc46cf2e69d3b57ddcd394 Author: Antonin Stefanutti AuthorDate: Wed Jun 1 19:07:20 2022 +020

[camel-k] 05/06: fix: Use status change predicate to filter updates on owned resources

2022-06-29 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch release-1.9.x in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 22f4fed6a29ab14be84b59c5d1698aecef1dafd3 Author: Antonin Stefanutti AuthorDate: Wed May 18 09:15:20 2022 +02

[camel-k] 06/06: chore(trait): Add an option to disable SSA in deployer trait

2022-06-29 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch release-1.9.x in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 33d84e528778e05c183593d53216f749c48d2075 Author: Antonin Stefanutti AuthorDate: Wed May 18 10:38:46 2022 +02

[camel-k-examples] branch main updated: improve README.md

2022-06-29 Thread tsato
This is an automated email from the ASF dual-hosted git repository. tsato pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git The following commit(s) were added to refs/heads/main by this push: new af26e59 improve README.md af26e59 is descr

[camel-k] 02/06: feat(gc): Rate limit Discovery and SelfSubjectRulesReview requests

2022-06-29 Thread pcongiusti
This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch release-1.9.x in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 66ff9e59d4c8a6b74f1da7a3bfd3095f947cce65 Author: Antonin Stefanutti AuthorDate: Wed Jun 1 18:46:20 2022 +020

[GitHub] [camel-k-examples] tadayosi commented on pull request #58: add context to basic example

2022-06-29 Thread GitBox
tadayosi commented on PR #58: URL: https://github.com/apache/camel-k-examples/pull/58#issuecomment-1169651904 @KuthumiPepple I noticed that the top README.md had a link to old basic example, which is missing now. Can you update the top README as well? Thank you. -- This is an automated me

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

2022-06-29 Thread GitBox
github-actions[bot] opened a new pull request, #7924: URL: https://github.com/apache/camel/pull/7924 Regen bot :robot: found some uncommitted changes after running build on :camel: main. Please do not delete `regen_bot` branch after merge/rebase. -- This is an automated message from th

[camel] branch regen_bot updated (5a2d7e83723 -> 4f0db02bb10)

2022-06-29 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 5a2d7e83723 Regen for commit 145afea7796e55878047b910e37303630d36f619 (#7922) add ca8b653c50b CAMEL-18237:

[camel] branch main updated: Polished docs

2022-06-29 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 409a122c9c8 Polished docs 409a122c9c8 is described

[GitHub] [camel] llowinge opened a new pull request, #7925: Polished docs

2022-06-29 Thread GitBox
llowinge opened a new pull request, #7925: URL: https://github.com/apache/camel/pull/7925 -- 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: commi

[camel] branch regen_bot updated (4f0db02bb10 -> 3cfa6bc9013)

2022-06-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git omit 4f0db02bb10 Regen for commit cf65ab21dbe3cfa598fcb83e7397c5c39718b3a4 add c29cfad3ee3 CAMEL-18245: camel-jb

[camel] branch regen_bot updated (3cfa6bc9013 -> 11101a12a6b)

2022-06-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git omit 3cfa6bc9013 Regen for commit c29cfad3ee3d717d62ad85cd6ef09da80d1e07b6 add 609257c3b76 Reduce noise on start

[GitHub] [camel-k] phantomjinx commented on a diff in pull request #3382: Improves reliability of e2e testing

2022-06-29 Thread GitBox
phantomjinx commented on code in PR #3382: URL: https://github.com/apache/camel-k/pull/3382#discussion_r909346995 ## config/rbac/operator-role-knative.yaml: ## @@ -49,6 +51,8 @@ rules: - messaging.knative.dev resources: - subscriptions + - channels + - inmemorychannel

[GitHub] [camel-k] christophd commented on a diff in pull request #3382: Improves reliability of e2e testing

2022-06-29 Thread GitBox
christophd commented on code in PR #3382: URL: https://github.com/apache/camel-k/pull/3382#discussion_r909356007 ## config/rbac/operator-role-knative.yaml: ## @@ -49,6 +51,8 @@ rules: - messaging.knative.dev resources: - subscriptions + - channels + - inmemorychannels

[camel] branch main updated: Upgrade to jandex 2.4.3

2022-06-29 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 7a7d9282f36 Upgrade to jandex 2.4.3 7a7d9282f36 is

[GitHub] [camel] davsclaus merged pull request #7924: Generated sources regen

2022-06-29 Thread GitBox
davsclaus merged PR #7924: URL: https://github.com/apache/camel/pull/7924 -- 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 main updated: Regen for commit 609257c3b760e635b39e49c103c3d133e21a0bdf (#7924)

2022-06-29 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 7a4cc50dd23 Regen for commit 609257c3b760e635b39e4

[GitHub] [camel] davsclaus merged pull request #7923: [DOCS] Fix links in mock component docs

2022-06-29 Thread GitBox
davsclaus merged PR #7923: URL: https://github.com/apache/camel/pull/7923 -- 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 main updated: [DOCS] Fix links in mock component docs (#7923)

2022-06-29 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 d442393bf3e [DOCS] Fix links in mock component doc

[GitHub] [camel] github-actions[bot] commented on pull request #7925: Polished docs

2022-06-29 Thread GitBox
github-actions[bot] commented on PR #7925: URL: https://github.com/apache/camel/pull/7925#issuecomment-1169709571 :no_entry_sign: There are (likely) no components to be tested in this PR -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [camel] mmajerni commented on a diff in pull request #7920: [DOCS] Update Bean and FHIR components.

2022-06-29 Thread GitBox
mmajerni commented on code in PR #7920: URL: https://github.com/apache/camel/pull/7920#discussion_r909374781 ## docs/components/modules/ROOT/partials/component-endpoint-options.adoc: ## @@ -70,7 +70,7 @@ ifeval::[{apicount} != 0] == API Parameters ({apicount} APIs) -The @{d

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

2022-06-29 Thread GitBox
github-actions[bot] opened a new pull request, #7926: URL: https://github.com/apache/camel/pull/7926 Regen bot :robot: found some uncommitted changes after running build on :camel: main. Please do not delete `regen_bot` branch after merge/rebase. -- This is an automated message from th

[camel] branch regen_bot updated (11101a12a6b -> 5bd3cf9a282)

2022-06-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git omit 11101a12a6b Regen for commit 609257c3b760e635b39e49c103c3d133e21a0bdf add 409a122c9c8 Polished docs ad

[GitHub] [camel] ldrozdo opened a new pull request, #7927: [DOCS] Fix typos in paho-mqtt5 component docs

2022-06-29 Thread GitBox
ldrozdo opened a new pull request, #7927: URL: https://github.com/apache/camel/pull/7927 -- 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: commit

[GitHub] [camel] mmajerni commented on a diff in pull request #7919: [DOCS] Update HTTP and Kafka components.

2022-06-29 Thread GitBox
mmajerni commented on code in PR #7919: URL: https://github.com/apache/camel/pull/7919#discussion_r909383001 ## components/camel-kafka/src/main/docs/kafka-component.adoc: ## @@ -228,7 +228,7 @@ camelContext.addRoutes(new RouteBuilder() { The `camel-kafka` library provides a Kaf

[GitHub] [camel] github-actions[bot] commented on pull request #7927: [DOCS] Fix typos in paho-mqtt5 component docs

2022-06-29 Thread GitBox
github-actions[bot] commented on PR #7927: URL: https://github.com/apache/camel/pull/7927#issuecomment-1169719900 :warning: This PR changes Camel components and will be tested automatically. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[camel] branch regen_bot updated (5bd3cf9a282 -> d483ab7615e)

2022-06-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git omit 5bd3cf9a282 Regen for commit 409a122c9c80bddada7e075b5d1f2a4d60d73b1d add 7a7d9282f36 Upgrade to jandex 2.4

[GitHub] [camel-k] christophd commented on pull request #3405: [Backport 1.8.x] dev sandbox fixes

2022-06-29 Thread GitBox
christophd commented on PR #3405: URL: https://github.com/apache/camel-k/pull/3405#issuecomment-1169765733 @tadayosi seems like the validation failures and tests failing is something that has already been happening for a long time before on this 1.8.x branch. I have fixed the validat

[GitHub] [camel-k] christophd commented on a diff in pull request #3401: fix(#3399): Improve operator log level adjustments

2022-06-29 Thread GitBox
christophd commented on code in PR #3401: URL: https://github.com/apache/camel-k/pull/3401#discussion_r909425030 ## pkg/cmd/operator/operator.go: ## @@ -120,16 +112,12 @@ func Run(healthPort, monitoringPort int32, leaderElection bool, leaderElectionID }

[camel] branch regen_bot updated (d483ab7615e -> 7a4cc50dd23)

2022-06-29 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 discard d483ab7615e Regen for commit 7a7d9282f3646ba783718cccbf108728dfda8a69 add 7a4cc50dd23 Regen for commit 6092

[GitHub] [camel] github-actions[bot] closed pull request #7926: Generated sources regen

2022-06-29 Thread GitBox
github-actions[bot] closed pull request #7926: Generated sources regen URL: https://github.com/apache/camel/pull/7926 -- 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 unsubsc

[GitHub] [camel-quarkus] zhfeng opened a new pull request, #3880: Upgrade artemiscloud/activemq-artemis-broker to 1.0.5

2022-06-29 Thread GitBox
zhfeng opened a new pull request, #3880: URL: https://github.com/apache/camel-quarkus/pull/3880 -- 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: com

[GitHub] [camel-quarkus] llowinge opened a new pull request, #3881: Parametrize infinispan image

2022-06-29 Thread GitBox
llowinge opened a new pull request, #3881: URL: https://github.com/apache/camel-quarkus/pull/3881 -- 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: c

[camel] branch main updated: Fixed xref

2022-06-29 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 b38ed05b436 Fixed xref b38ed05b436 is described be

[GitHub] [camel] davsclaus merged pull request #7927: [DOCS] Fix typos in paho-mqtt5 component docs

2022-06-29 Thread GitBox
davsclaus merged PR #7927: URL: https://github.com/apache/camel/pull/7927 -- 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 main updated: [DOCS] Fix typos in paho-mqtt5 component docs (#7927)

2022-06-29 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 86dc42689e1 [DOCS] Fix typos in paho-mqtt5 compone

[GitHub] [camel] davsclaus merged pull request #7925: Polished docs

2022-06-29 Thread GitBox
davsclaus merged PR #7925: URL: https://github.com/apache/camel/pull/7925 -- 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 main updated: Polished docs (#7925)

2022-06-29 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 b504c1829d1 Polished docs (#7925) b504c1829d1 is d

[camel] branch regen_bot updated (7a4cc50dd23 -> b38ed05b436)

2022-06-29 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 7a4cc50dd23 Regen for commit 609257c3b760e635b39e49c103c3d133e21a0bdf (#7924) add d442393bf3e [DOCS] Fix l

[GitHub] [camel] aldettinger opened a new pull request, #7928: CAMEL-18246: Upgrade hadoop-common >= 2.10.2, 3.3.3

2022-06-29 Thread GitBox
aldettinger opened a new pull request, #7928: URL: https://github.com/apache/camel/pull/7928 -- 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: co

[GitHub] [camel] github-actions[bot] commented on pull request #7928: CAMEL-18246: Upgrade hadoop-common >= 2.10.2, 3.3.3

2022-06-29 Thread GitBox
github-actions[bot] commented on PR #7928: URL: https://github.com/apache/camel/pull/7928#issuecomment-1169863233 :warning: This PR changes Camel components and will be tested automatically. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[camel] branch regen_bot updated (b38ed05b436 -> 86dc42689e1)

2022-06-29 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 b38ed05b436 Fixed xref add 86dc42689e1 [DOCS] Fix typos in paho-mqtt5 component docs (#7927) No new revisi

[GitHub] [camel] davsclaus merged pull request #7920: [DOCS] Update Bean and FHIR components.

2022-06-29 Thread GitBox
davsclaus merged PR #7920: URL: https://github.com/apache/camel/pull/7920 -- 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

[GitHub] [camel] github-actions[bot] commented on pull request #7920: [DOCS] Update Bean and FHIR components.

2022-06-29 Thread GitBox
github-actions[bot] commented on PR #7920: URL: https://github.com/apache/camel/pull/7920#issuecomment-1169871833 :heavy_check_mark: Finished component verification: 0 component(s) test failed out of **2 component(s) tested** -- This is an automated message from the Apache Git Service. To

[camel] branch main updated: [DOCS] Update Bean and FHIR components. (#7920)

2022-06-29 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 af5d7b1ce19 [DOCS] Update Bean and FHIR components

[GitHub] [camel] davsclaus merged pull request #7919: [DOCS] Update HTTP and Kafka components.

2022-06-29 Thread GitBox
davsclaus merged PR #7919: URL: https://github.com/apache/camel/pull/7919 -- 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 main updated: [DOCS] Update HTTP and Kafka components. (#7919)

2022-06-29 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 6f481892dc8 [DOCS] Update HTTP and Kafka component

[camel] branch main updated: Regen

2022-06-29 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 75d952de758 Regen 75d952de758 is described below

[camel] branch main updated: Less noisy on route start/stop summary

2022-06-29 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 b23d726e6cb Less noisy on route start/stop summary

[camel] branch main updated: Polished

2022-06-29 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 d1118ecfb7c Polished d1118ecfb7c is described belo

[GitHub] [camel-quarkus] zhfeng commented on a diff in pull request #3882: Simplify support for Quartz clustering

2022-06-29 Thread GitBox
zhfeng commented on code in PR #3882: URL: https://github.com/apache/camel-quarkus/pull/3882#discussion_r909543627 ## integration-tests/quartz-clustered/src/main/java/org/apache/camel/quarkus/component/quartz/it/QuartzClusteredResource.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed

[GitHub] [camel-quarkus] jamesnetherton commented on a diff in pull request #3882: Simplify support for Quartz clustering

2022-06-29 Thread GitBox
jamesnetherton commented on code in PR #3882: URL: https://github.com/apache/camel-quarkus/pull/3882#discussion_r909547325 ## integration-tests/quartz-clustered/src/main/java/org/apache/camel/quarkus/component/quartz/it/QuartzClusteredResource.java: ## @@ -0,0 +1,56 @@ +/* + * L

[camel-quarkus] branch camel-main updated (142888916e -> e70af2e24d)

2022-06-29 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git discard 142888916e Temporarily work around Vert.x incompatibilities between Camel & Quarkus discard facf2

[camel-quarkus] 02/02: Temporarily work around Vert.x incompatibilities between Camel & Quarkus

2022-06-29 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit e70af2e24ddde695ef54877da3021bf86bf3d48f Author: James Netherton AuthorDate: Mon Jun 27 09:17:46 2022

[GitHub] [camel-quarkus] zhfeng commented on a diff in pull request #3882: Simplify support for Quartz clustering

2022-06-29 Thread GitBox
zhfeng commented on code in PR #3882: URL: https://github.com/apache/camel-quarkus/pull/3882#discussion_r909554942 ## integration-tests/quartz-clustered/src/main/java/org/apache/camel/quarkus/component/quartz/it/QuartzClusteredResource.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed

[GitHub] [camel-karavan] ninjahail opened a new issue, #401: DoTry and DoCatch not working

2022-06-29 Thread GitBox
ninjahail opened a new issue, #401: URL: https://github.com/apache/camel-karavan/issues/401 I am trying to catch a JsonValidation exception from JsonValidatior action kamelet using try catch. But the catch block is not catching the exception. this is the flow yaml: apiVersion: camel.ap

[GitHub] [camel-quarkus] jamesnetherton commented on a diff in pull request #3882: Simplify support for Quartz clustering

2022-06-29 Thread GitBox
jamesnetherton commented on code in PR #3882: URL: https://github.com/apache/camel-quarkus/pull/3882#discussion_r909561532 ## integration-tests/quartz-clustered/src/main/java/org/apache/camel/quarkus/component/quartz/it/QuartzClusteredResource.java: ## @@ -0,0 +1,56 @@ +/* + * L

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

2022-06-29 Thread GitBox
github-actions[bot] opened a new pull request, #7929: URL: https://github.com/apache/camel/pull/7929 Regen bot :robot: found some uncommitted changes after running build on :camel: main. Please do not delete `regen_bot` branch after merge/rebase. -- This is an automated message from th

[camel] branch regen_bot updated (86dc42689e1 -> 17d47c47486)

2022-06-29 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 86dc42689e1 [DOCS] Fix typos in paho-mqtt5 component docs (#7927) add b504c1829d1 Polished docs (#7925)

[camel] branch regen_bot updated (17d47c47486 -> 75d952de758)

2022-06-29 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 discard 17d47c47486 Regen for commit 6f481892dc8e103327874403cd49758d64a68691 add 75d952de758 Regen This update ad

[GitHub] [camel] github-actions[bot] closed pull request #7929: Generated sources regen

2022-06-29 Thread GitBox
github-actions[bot] closed pull request #7929: Generated sources regen URL: https://github.com/apache/camel/pull/7929 -- 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 unsubsc

  1   2   3   >