[GitHub] [camel] davsclaus commented on pull request #9214: CAMEL-XXX Update documentation for SASL_SSL kafka security protocol

2023-01-26 Thread via GitHub
davsclaus commented on PR #9214: URL: https://github.com/apache/camel/pull/9214#issuecomment-1406141156 @r00ta @orpiske is this also needed for camel-3.x branch? If so we can cherry-pick to that branch, or @r00ta can create a new PR for `camel-3.x` branch. -- This is an automated message

[camel] branch camel-3.x updated: CAMEL-18977: camel-joor - Make the code more flexible for native mode (#9216)

2023-01-26 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a commit to branch camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.x by this push: new 485da6eaf7d CAMEL-18977: camel-joor - Mak

[GitHub] [camel] essobedo merged pull request #9216: CAMEL-18977: camel-joor - Make the code more flexible for native mode

2023-01-26 Thread via GitHub
essobedo merged PR #9216: URL: https://github.com/apache/camel/pull/9216 -- 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

[GitHub] [camel] essobedo commented on pull request #9216: CAMEL-18977: camel-joor - Make the code more flexible for native mode

2023-01-26 Thread via GitHub
essobedo commented on PR #9216: URL: https://github.com/apache/camel/pull/9216#issuecomment-1406140136 The checkstyle issue is not related to this PR but is in `camel-jbang-core`: ``` [camel-jbang-core] [INFO] Starting audit... [ERROR] /home/runner/work/camel/camel/dsl/camel-jba

[camel-spring-boot] 04/06: CAMEL-18970 - Camel-Any23: Remove component in Spring Boot

2023-01-26 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-spring-boot.git commit df637254b67d82c1b3011b5487ec887b657c3ee9 Author: Andrea Cosentino AuthorDate: Fri Jan 27 07:36:15 2023 +010

[camel-spring-boot] 06/06: CAMEL-18970 - Camel-Any23: Remove component in Spring Boot

2023-01-26 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-spring-boot.git commit ea26ce73a261e6c083c1f02a8b7153d08a052d67 Author: Andrea Cosentino AuthorDate: Fri Jan 27 08:46:18 2023 +010

[camel-spring-boot] 01/06: CAMEL-18970 - Camel-Any23: Remove component in Spring Boot

2023-01-26 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-spring-boot.git commit 121594cfff9b47eaee4a572101c4d6c62e14019a Author: Andrea Cosentino AuthorDate: Fri Jan 27 07:30:01 2023 +010

[camel-spring-boot] branch main updated (8a5a9079020 -> ea26ce73a26)

2023-01-26 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git from 8a5a9079020 [create-pull-request] automated change new 121594cfff9 CAMEL-18970 - Camel-Any23: Remove

[camel-spring-boot] 03/06: CAMEL-18970 - Camel-Any23: Remove component in Spring Boot

2023-01-26 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-spring-boot.git commit a38db993f8e1c111897b42c13585a38b1770e643 Author: Andrea Cosentino AuthorDate: Fri Jan 27 07:35:10 2023 +010

[camel-spring-boot] 02/06: CAMEL-18970 - Camel-Any23: Remove component in Spring Boot

2023-01-26 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-spring-boot.git commit 0bcbf014b804e57ed301da6e92a6b40086cef17d Author: Andrea Cosentino AuthorDate: Fri Jan 27 07:30:42 2023 +010

[camel-spring-boot] 05/06: CAMEL-18970 - Camel-Any23: Remove component in Spring Boot

2023-01-26 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-spring-boot.git commit 60abedef7c793efe2af52d7f587e92a838347d5b Author: Andrea Cosentino AuthorDate: Fri Jan 27 08:45:38 2023 +010

[GitHub] [camel-quarkus] ppalaga commented on pull request #4446: Pass Object class type to BeanManager.getReferece to avoid bean resolution issues #4444

2023-01-26 Thread via GitHub
ppalaga commented on PR #4446: URL: https://github.com/apache/camel-quarkus/pull/4446#issuecomment-1406132731 Minimalistic & elegant! -- 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

[GitHub] [camel-quarkus] jamesnetherton commented on issue #4444: Type interface is not a bean type of PRODUCER_METHOD

2023-01-26 Thread via GitHub
jamesnetherton commented on issue #: URL: https://github.com/apache/camel-quarkus/issues/#issuecomment-1406132623 Confirmed that https://github.com/apache/camel-quarkus/pull/4446 & https://github.com/quarkusio/quarkus/pull/30630 have fixed these issues. -- This is an automated mes

[GitHub] [camel-quarkus] jamesnetherton closed issue #4444: Type interface is not a bean type of PRODUCER_METHOD

2023-01-26 Thread via GitHub
jamesnetherton closed issue #: Type interface is not a bean type of PRODUCER_METHOD URL: https://github.com/apache/camel-quarkus/issues/ -- 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 s

[camel-quarkus] branch quarkus-main updated (1b207ab90c -> 93d1dcfa2e)

2023-01-26 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git discard 1b207ab90c Upgrade Quarkus to 2.17.0.CR1 add 1baab3a33d Fix #4128 add a dependabot to upgrad

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

2023-01-26 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 93d1dcfa2e4eb7bfe0c146ba65b07822f4399e43 Author: James Netherton AuthorDate: Tue Jan 24 07:35:16 20

[camel] branch main updated: Fixed CS

2023-01-26 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 4ccae503507 Fixed CS 4ccae503507 is described belo

[camel] 07/12: CAMEL-18970 - Camel-Any23: Remove component

2023-01-26 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 commit 439d3fe89e26dd884dda741322b14b2b3a503968 Author: Andrea Cosentino AuthorDate: Fri Jan 27 08:01:14 2023 +0100 CAMEL

[camel] 12/12: CAMEL-18970 - Camel-Any23: Remove component

2023-01-26 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 commit aa4263d51d868770bf9091aa659bed143fa21686 Author: Andrea Cosentino AuthorDate: Fri Jan 27 08:36:44 2023 +0100 CAMEL

[camel] 01/12: Upgrade OWASP Maven Plugin to version 8.0.1

2023-01-26 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 commit effc1209c21d89778cdd76a990fa012a204ef034 Author: Andrea Cosentino AuthorDate: Fri Jan 27 06:58:17 2023 +0100 Upgra

[camel] 03/12: CAMEL-18970 - Camel-Any23: Remove component

2023-01-26 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 commit 7f872eb6d313750f2a92fb0aa440c0286d6bae39 Author: Andrea Cosentino AuthorDate: Fri Jan 27 07:53:45 2023 +0100 CAMEL

[camel] branch main updated (1dc233db40c -> aa4263d51d8)

2023-01-26 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git from 1dc233db40c CAMEL-18940: Add support for path & query parameters in vertx-websocket server consumer new effc120

[camel] 10/12: CAMEL-18970 - Camel-Any23: Remove component

2023-01-26 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 commit acb00f0011b5fb26f9e35625a861c40900efdfbb Author: Andrea Cosentino AuthorDate: Fri Jan 27 08:34:28 2023 +0100 CAMEL

[camel] 09/12: CAMEL-18970 - Camel-Any23: Remove component

2023-01-26 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 commit 1d954e632a6058cabea93311364da31b17e7ac2d Author: Andrea Cosentino AuthorDate: Fri Jan 27 08:25:45 2023 +0100 CAMEL

[camel] 06/12: CAMEL-18970 - Camel-Any23: Remove component

2023-01-26 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 commit f31d6218df4068601d061f947323972c77284a34 Author: Andrea Cosentino AuthorDate: Fri Jan 27 07:59:32 2023 +0100 CAMEL

[camel] 02/12: Sync deps

2023-01-26 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 commit 474b00fdc8b4ded226175c0edbc6fe821dac9844 Author: Andrea Cosentino AuthorDate: Fri Jan 27 07:53:03 2023 +0100 Sync

[camel] 08/12: CAMEL-18970 - Camel-Any23: Remove component

2023-01-26 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 commit 8682790e6ecd67574ee3a9ab5dcecef79816c236 Author: Andrea Cosentino AuthorDate: Fri Jan 27 08:24:22 2023 +0100 CAMEL

[camel] 05/12: CAMEL-18970 - Camel-Any23: Remove component

2023-01-26 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 commit 713efbd15b46c06353c4382de2d74838e3bab8db Author: Andrea Cosentino AuthorDate: Fri Jan 27 07:57:45 2023 +0100 CAMEL

[camel] 11/12: CAMEL-18970 - Camel-Any23: Remove component

2023-01-26 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 commit d4130143be8bebeb1069533fea4ef17145bc1193 Author: Andrea Cosentino AuthorDate: Fri Jan 27 08:36:02 2023 +0100 CAMEL

[camel] 04/12: CAMEL-18970 - Camel-Any23: Remove component

2023-01-26 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 commit 89cadee7db799708a9912af6139de51802e9 Author: Andrea Cosentino AuthorDate: Fri Jan 27 07:57:02 2023 +0100 CAMEL

[camel-quarkus] branch camel-main updated (ef439a514f -> d6bff21ca7)

2023-01-26 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 ef439a514f Upgrade Camel to 3.21.0 new d6bff21ca7 Upgrade Camel to 3.21.0 This update added n

[camel] branch camel-3.x updated: CAMEL-18940: Add support for path & query parameters in vertx-websocket server consumer

2023-01-26 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.x by this push: new 0e95129a4a2 CAMEL-18940: Add suppor

[camel] branch main updated: CAMEL-18940: Add support for path & query parameters in vertx-websocket server consumer

2023-01-26 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new 1dc233db40c CAMEL-18940: Add support for path

[GitHub] [camel] jamesnetherton merged pull request #9212: CAMEL-18940: Add support for path & query parameters in vertx-websocket server consumer

2023-01-26 Thread via GitHub
jamesnetherton merged PR #9212: URL: https://github.com/apache/camel/pull/9212 -- 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

[camel] branch main updated: update documentation for SASL_SSL kafka security protocol (#9214)

2023-01-26 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 6cff12d2fd9 update documentation for SASL_SSL kafk

[GitHub] [camel] davsclaus merged pull request #9214: CAMEL-XXX Update documentation for SASL_SSL kafka security protocol

2023-01-26 Thread via GitHub
davsclaus merged PR #9214: URL: https://github.com/apache/camel/pull/9214 -- 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-k-runtime] branch main updated: build(deps): bump maven-failsafe-plugin from 3.0.0-M7 to 3.0.0-M8

2023-01-26 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-k-runtime.git The following commit(s) were added to refs/heads/main by this push: new 394c4973 build(deps): bump maven-failsa

[GitHub] [camel-k-runtime] oscerd merged pull request #960: build(deps): bump maven-failsafe-plugin from 3.0.0-M7 to 3.0.0-M8

2023-01-26 Thread via GitHub
oscerd merged PR #960: URL: https://github.com/apache/camel-k-runtime/pull/960 -- 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

[camel-k-runtime] branch main updated (343042b3 -> f1c3df45)

2023-01-26 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git from 343042b3 build(deps): bump jolokia-jvm from 1.7.1 to 1.7.2 add f1c3df45 build(deps): bump groovy-versi

[GitHub] [camel-k-runtime] oscerd merged pull request #958: build(deps): bump groovy-version from 3.0.13 to 3.0.14

2023-01-26 Thread via GitHub
oscerd merged PR #958: URL: https://github.com/apache/camel-k-runtime/pull/958 -- 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

[GitHub] [camel-k-runtime] oscerd merged pull request #959: build(deps): bump jolokia-jvm from 1.7.1 to 1.7.2

2023-01-26 Thread via GitHub
oscerd merged PR #959: URL: https://github.com/apache/camel-k-runtime/pull/959 -- 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

[camel-k-runtime] branch main updated (24587ac7 -> 343042b3)

2023-01-26 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git from 24587ac7 Updated CHANGELOG.md add 343042b3 build(deps): bump jolokia-jvm from 1.7.1 to 1.7.2 No new r

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

2023-01-26 Thread via GitHub
oscerd merged PR #718: URL: https://github.com/apache/camel-spring-boot/pull/718 -- 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...@cam

[camel-spring-boot] branch main updated: [create-pull-request] automated change

2023-01-26 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-spring-boot.git The following commit(s) were added to refs/heads/main by this push: new 8a5a9079020 [create-pull-request] aut

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

2023-01-26 Thread github-actions
github-actions[bot] commented on issue #2926: URL: https://github.com/apache/camel-quarkus/issues/2926#issuecomment-1405973610 The [quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) branch build has failed: * Build ID: 4020990802-1009-8ab30935-da74-4c63-868f-a4

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

2023-01-26 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 58d0b0c383 Updated CHANGELOG.md 58d0b0c38

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

2023-01-26 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 e047a5a6 Updated CHANGELOG.md e047a5a6 i

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

2023-01-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git The following commit(s) were added to refs/heads/main by this push: new c8c25512d Updated CHANGELOG.md c8

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

2023-01-26 Thread github-actions
github-actions[bot] commented on issue #2927: URL: https://github.com/apache/camel-quarkus/issues/2927#issuecomment-1405914503 The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) branch build has failed: * Build ID: 4020296090-905-37f4c8dd-2647-4154-8f9c-7f361325

[camel-k] branch release-1.10.x updated: chore: changelog automatic update

2023-01-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch release-1.10.x in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/release-1.10.x by this push: new c67ddef77 chore: changelog

[camel-k] branch release-1.11.x updated: chore: changelog automatic update

2023-01-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch release-1.11.x in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/release-1.11.x by this push: new fe1029e4b chore: changelog

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

2023-01-26 Thread github-actions
github-actions[bot] opened a new pull request, #718: URL: https://github.com/apache/camel-spring-boot/pull/718 Periodic Sync of Camel Spring Boot Main Branch with main Camel Main. see https://github.com/apache/camel-spring-boot/blob/main/.github/workflows/automatic-sync-main.yml -- Thi

[GitHub] [camel-karavan] mgubaidullin commented on issue #635: camel karavan Operator 3.18.6 and 3.20.0 are failing !!!! please eitehr rollback to 3.18.5 or fix below asap

2023-01-26 Thread via GitHub
mgubaidullin commented on issue #635: URL: https://github.com/apache/camel-karavan/issues/635#issuecomment-1405831209 Should work now in 3.20.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

[GitHub] [camel-quarkus] aldettinger commented on issue #4012: perf-regression: collect report at each staging release

2023-01-26 Thread via GitHub
aldettinger commented on issue #4012: URL: https://github.com/apache/camel-quarkus/issues/4012#issuecomment-1405623268 ``` Camel Quarkus Throughput Performance Increase Compared to Previous Version Camel Quarkus version | Duration | JVM req/s [%increase] | Nat

[GitHub] [camel-karavan] mgubaidullin closed issue #636: Karavan-app build issue with quarkus 2.16.0.Final

2023-01-26 Thread via GitHub
mgubaidullin closed issue #636: Karavan-app build issue with quarkus 2.16.0.Final URL: https://github.com/apache/camel-karavan/issues/636 -- 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

[GitHub] [camel-karavan] mgubaidullin commented on issue #635: camel karavan Operator 3.18.6 and 3.20.0 are failing !!!! please eitehr rollback to 3.18.5 or fix below asap

2023-01-26 Thread via GitHub
mgubaidullin commented on issue #635: URL: https://github.com/apache/camel-karavan/issues/635#issuecomment-1405605122 Related to https://github.com/apache/camel-karavan/issues/636 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [camel-quarkus] aldettinger opened a new pull request, #4448: perf-regression: add --use-mandrel-native-builder option #4436

2023-01-26 Thread via GitHub
aldettinger opened a new pull request, #4448: URL: https://github.com/apache/camel-quarkus/pull/4448 -- 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

[GitHub] [camel] github-actions[bot] commented on pull request #9216: CAMEL-18977: camel-joor - Make the code more flexible for native mode

2023-01-26 Thread github-actions
github-actions[bot] commented on PR #9216: URL: https://github.com/apache/camel/pull/9216#issuecomment-1405502731 ### Components tested: | Total | Tested | Failed :x: | Passed :white_check_mark: | | --- | --- | --- | --- | | 1 | 1 | 0 | 1 | -- This is an automated message fr

[GitHub] [camel] github-actions[bot] commented on pull request #9216: CAMEL-18977: camel-joor - Make the code more flexible for native mode

2023-01-26 Thread github-actions
github-actions[bot] commented on PR #9216: URL: https://github.com/apache/camel/pull/9216#issuecomment-1405442973 :star2: Thank you for your contribution to the Apache Camel project! :star2: :warning: Please note that the changes on this PR may be **tested automatically**. If

[GitHub] [camel] essobedo opened a new pull request, #9216: CAMEL-18977: camel-joor - Make the code more flexible for native mode

2023-01-26 Thread via GitHub
essobedo opened a new pull request, #9216: URL: https://github.com/apache/camel/pull/9216 Fix for https://issues.apache.org/jira/browse/CAMEL-18977 (for 3.x) ## Motivation With the current code base, it is hard to change the behavior of the jOOR language in order to move most o

[camel] 01/01: CAMEL-18977: camel-joor - Make the code more flexible for native mode

2023-01-26 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a commit to branch CAMEL-18977/make-native-mode-compatible-v3 in repository https://gitbox.apache.org/repos/asf/camel.git commit cb3f17d728e1e6a13a2b492a8d0e5ff4f3b4510b Author: Nicolas Filotto AuthorDate: Wed Ja

[camel] branch CAMEL-18977/make-native-mode-compatible-v3 created (now cb3f17d728e)

2023-01-26 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a change to branch CAMEL-18977/make-native-mode-compatible-v3 in repository https://gitbox.apache.org/repos/asf/camel.git at cb3f17d728e CAMEL-18977: camel-joor - Make the code more flexible for native mod

[camel] branch main updated: CAMEL-18977: camel-joor - Make the code more flexible for native mode (#9208)

2023-01-26 Thread nfilotto
This is an automated email from the ASF dual-hosted git repository. nfilotto 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 73f61a40095 CAMEL-18977: camel-joor - Make the code

[GitHub] [camel] essobedo merged pull request #9208: CAMEL-18977: camel-joor - Make the code more flexible for native mode

2023-01-26 Thread via GitHub
essobedo merged PR #9208: URL: https://github.com/apache/camel/pull/9208 -- 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

[GitHub] [camel-k-runtime] essobedo commented on pull request #954: Ref #953: Update DSLs metadata

2023-01-26 Thread via GitHub
essobedo commented on PR #954: URL: https://github.com/apache/camel-k-runtime/pull/954#issuecomment-1405436123 OK, I see thx for the clarifications, I did not know that you release a Camel-K immediately after releasing a Camel-K runtime, I thought that I would have some time in between. TBH

[GitHub] [camel] davsclaus commented on pull request #9214: CAMEL-XXX Update documentation for SASL_SSL kafka security protocol

2023-01-26 Thread via GitHub
davsclaus commented on PR #9214: URL: https://github.com/apache/camel/pull/9214#issuecomment-1405434663 its fine if you replace all the files - the docs are taken from javadoc in the .java files and then generated into the .json files. -- This is an automated message from the Apache Git S

[camel-karavan] branch main updated: Update github actons #636

2023-01-26 Thread marat
This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git The following commit(s) were added to refs/heads/main by this push: new 30bf0efc Update github actons #636 30bf0efc i

[GitHub] [camel-quarkus] essobedo commented on issue #4447: Improve the test coverage of the jOOR language

2023-01-26 Thread via GitHub
essobedo commented on issue #4447: URL: https://github.com/apache/camel-quarkus/issues/4447#issuecomment-1405426141 Related to https://github.com/apache/camel-quarkus/issues/2083 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [camel-quarkus] essobedo opened a new issue, #4447: Improve the test coverage of the jOOR language

2023-01-26 Thread via GitHub
essobedo opened a new issue, #4447: URL: https://github.com/apache/camel-quarkus/issues/4447 We need to test any meaningful features documented in camel: https://camel.apache.org/components/3.20.x/languages/joor-language.html -- This is an automated message from the Apache Git Service. To

[camel-quarkus] branch main updated: Ref #2083: jOOR language native support

2023-01-26 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository. aldettinger 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 b4ac438e8e Ref #2083: jOOR language nati

[camel-karavan] branch main updated: Update github actons #636

2023-01-26 Thread marat
This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git The following commit(s) were added to refs/heads/main by this push: new a9ad12b0 Update github actons #636 a9ad12b0 i

[GitHub] [camel-quarkus] aldettinger merged pull request #4440: Ref #2083: jOOR language native support

2023-01-26 Thread via GitHub
aldettinger merged PR #4440: URL: https://github.com/apache/camel-quarkus/pull/4440 -- 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...@

[GitHub] [camel-quarkus] aldettinger closed issue #2083: jOOR language native support

2023-01-26 Thread via GitHub
aldettinger closed issue #2083: jOOR language native support URL: https://github.com/apache/camel-quarkus/issues/2083 -- 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

[camel-karavan] branch main updated: Update github actons #636

2023-01-26 Thread marat
This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git The following commit(s) were added to refs/heads/main by this push: new f5574718 Update github actons #636 f5574718 i

[camel-karavan] branch main updated: Try #636

2023-01-26 Thread marat
This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git The following commit(s) were added to refs/heads/main by this push: new 79339489 Try #636 79339489 is described below

[camel-karavan] branch main updated: Update github actons #636

2023-01-26 Thread marat
This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git The following commit(s) were added to refs/heads/main by this push: new 78723172 Update github actons #636 78723172 i

[camel-karavan] branch main updated: Try infinispan-quarkus-embedded #636

2023-01-26 Thread marat
This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git The following commit(s) were added to refs/heads/main by this push: new 6beb06f2 Try infinispan-quarkus-embedded #636

[GitHub] [camel-k-runtime] squakez commented on pull request #954: Ref #953: Update DSLs metadata

2023-01-26 Thread via GitHub
squakez commented on PR #954: URL: https://github.com/apache/camel-k-runtime/pull/954#issuecomment-1405331870 > @squakez is it good enough for you now? Can we merge it? I'd prefer not, but let me elaborate the reason why :) We're about to release Camel K 1.12 and with it the rel

[camel] 01/05: CAMEL-18970 - Camel-Any23: Remove component

2023-01-26 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 commit 534d7085b3273cee230fb2c08fdfd9a39bcbd053 Author: Andrea Cosentino AuthorDate: Thu Jan 26 17:52:27 2023 +0100 CAMEL

[camel] 03/05: CAMEL-18970 - Camel-Any23: Remove component

2023-01-26 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 commit 80b05aa106ca331665fa4bc84ffcabb2a9749f25 Author: Andrea Cosentino AuthorDate: Thu Jan 26 17:54:30 2023 +0100 CAMEL

[camel] 04/05: CAMEL-18970 - Camel-Any23: Remove component

2023-01-26 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 commit 6a5eff7569b508ffa03c16b80ece0ffdba6578c5 Author: Andrea Cosentino AuthorDate: Thu Jan 26 18:02:11 2023 +0100 CAMEL

[camel] branch main updated (6f0971b311b -> fc8dfdeced9)

2023-01-26 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git from 6f0971b311b CAMEL-18957 camel-mongodb: refactored mongodb tests to use the new camel-test-infra-core new 534d70

[camel] 05/05: CAMEL-18970 - Camel-Any23: Remove component - migration note

2023-01-26 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 commit fc8dfdeced9e88f48941dd5ae7e91d3548f8e71e Author: Andrea Cosentino AuthorDate: Thu Jan 26 18:05:22 2023 +0100 CAMEL

[camel] 02/02: CAMEL-18957 camel-mongodb: refactored mongodb tests to use the new camel-test-infra-core

2023-01-26 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git commit 6f0971b311b14eda4a29d03a09bdb99ae51698fd Author: Otavio Rodolfo Piske AuthorDate: Wed Jan 25 16:39:35 2023 +0100 CAME

[camel] 02/05: CAMEL-18970 - Camel-Any23: Remove component

2023-01-26 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 commit 83c76d201de525ba6a67ff1ecb250c1e171e6a86 Author: Andrea Cosentino AuthorDate: Thu Jan 26 17:53:15 2023 +0100 CAMEL

[camel] 01/02: CAMEL-18957 camel-test-infra: added support for providing custom contexts

2023-01-26 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git commit 676dcec03e577a88d0e61b870425def7e0558b84 Author: Otavio Rodolfo Piske AuthorDate: Thu Jan 26 16:01:03 2023 +0100 CAME

[camel] branch main updated (6c71d44c11a -> 6f0971b311b)

2023-01-26 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git from 6c71d44c11a CAMEL-18915: Upgrade FHIR from 4.2.0 to 6.2.4 new 676dcec03e5 CAMEL-18957 camel-test-infra: added suppo

[GitHub] [camel] orpiske merged pull request #9215: CAMEL-18957: converted mongodb tests to the new camel-test-infra-core

2023-01-26 Thread via GitHub
orpiske merged PR #9215: URL: https://github.com/apache/camel/pull/9215 -- 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

[GitHub] [camel] orpiske commented on pull request #9215: CAMEL-18957: converted mongodb tests to the new camel-test-infra-core

2023-01-26 Thread via GitHub
orpiske commented on PR #9215: URL: https://github.com/apache/camel/pull/9215#issuecomment-1405317607 Checkstyle issue is related to this: https://issues.apache.org/jira/browse/CAMEL-18975. I'll look at it tomorrow. -- This is an automated message from the Apache Git Service. To r

[GitHub] [camel] github-actions[bot] commented on pull request #9215: CAMEL-18957: converted mongodb tests to the new camel-test-infra-core

2023-01-26 Thread github-actions
github-actions[bot] commented on PR #9215: URL: https://github.com/apache/camel/pull/9215#issuecomment-1405305691 ### Components tested: | Total | Tested | Failed :x: | Passed :white_check_mark: | | --- | --- | --- | --- | | 1 | 1 | 0 | 1 | -- This is an automated message fr

[GitHub] [camel-k-runtime] essobedo commented on pull request #954: Ref #953: Update DSLs metadata

2023-01-26 Thread via GitHub
essobedo commented on PR #954: URL: https://github.com/apache/camel-k-runtime/pull/954#issuecomment-1405302845 @squakez is it good enough for you now? Can we merge it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [camel-karavan] mgubaidullin commented on issue #580: Support OAuth flow for components that support Grant Types(refresh-token, code)

2023-01-26 Thread via GitHub
mgubaidullin commented on issue #580: URL: https://github.com/apache/camel-karavan/issues/580#issuecomment-1405280503 Perhaps like camel-gmail component refreshToken? https://camel.apache.org/components/2.x/google-mail-component.html -- This is an automated message from the Apache Git S

[GitHub] [camel] r00ta commented on pull request #9214: CAMEL-XXX Update documentation for SASL_SSL kafka security protocol

2023-01-26 Thread via GitHub
r00ta commented on PR #9214: URL: https://github.com/apache/camel/pull/9214#issuecomment-1405275606 Hi @oscerd @orpiske , I just added manually the `SASL_SSL` info the files that I found (after a global search). I don't know if some files were supposed to be generated with some commands. Ju

[GitHub] [camel] github-actions[bot] commented on pull request #9214: CAMEL-XXX Update documentation for SASL_SSL kafka security protocol

2023-01-26 Thread github-actions
github-actions[bot] commented on PR #9214: URL: https://github.com/apache/camel/pull/9214#issuecomment-1405264711 ### Components tested: | Total | Tested | Failed :x: | Passed :white_check_mark: | | --- | --- | --- | --- | | 1 | 1 | 0 | 1 | -- This is an automated message fr

[camel-kafka-connector] branch main updated (2c6191a28 -> 7000a6257)

2023-01-26 Thread valdar
This is an automated email from the ASF dual-hosted git repository. valdar pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git from 2c6191a28 chore: regen. add 894a98559 [maven-release-plugin] prepare release camel-kafka-connector-

[GitHub] [camel-karavan] mrinalsharma commented on issue #580: Support OAuth flow for components that support Grant Types(refresh-token, code)

2023-01-26 Thread via GitHub
mrinalsharma commented on issue #580: URL: https://github.com/apache/camel-karavan/issues/580#issuecomment-1405232122 What I was thinking is that Karavan gives the option to Do OAUTH and store Auth tokens values as Environment variables of POD. Users can choose the variables in the Property

[GitHub] [camel] github-actions[bot] commented on pull request #9215: CAMEL-18957: converted mongodb tests to the new camel-test-infra-core

2023-01-26 Thread github-actions
github-actions[bot] commented on PR #9215: URL: https://github.com/apache/camel/pull/9215#issuecomment-1405220258 :star2: Thank you for your contribution to the Apache Camel project! :star2: :warning: Please note that the changes on this PR may be **tested automatically**. If

[camel] branch main updated: CAMEL-18915: Upgrade FHIR from 4.2.0 to 6.2.4

2023-01-26 Thread jpoth
This is an automated email from the ASF dual-hosted git repository. jpoth 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 6c71d44c11a CAMEL-18915: Upgrade FHIR from 4.2.0 to 6.

[GitHub] [camel] johnpoth merged pull request #9213: CAMEL-18915: Upgrade FHIR from 4.2.0 to 6.2.4

2023-01-26 Thread via GitHub
johnpoth merged PR #9213: URL: https://github.com/apache/camel/pull/9213 -- 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

[camel-k] 01/03: fix(trait): error handler ref in camel 3.20

2023-01-26 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 commit 6d3433147be5d95241c4564faa86baaaf35421d8 Author: Pasquale Congiusti AuthorDate: Thu Jan 26 11:15:05 2023 +0100 f

  1   2   >