[GitHub] [camel-quarkus-examples] zhfeng commented on a diff in pull request #94: Add jta-jpa example

2022-06-30 Thread GitBox
zhfeng commented on code in PR #94: URL: https://github.com/apache/camel-quarkus-examples/pull/94#discussion_r911668781 ## jta-jpa/src/main/java/org/acme/CamelRoutes.java: ## @@ -0,0 +1,69 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contrib

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

2022-06-30 Thread GitBox
davsclaus commented on PR #7928: URL: https://github.com/apache/camel/pull/7928#issuecomment-1172002864 Yeah its fine to revert and then fixes can come in patch releases in the near future -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[camel] branch main updated: Polished

2022-06-30 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 13a9c21c001 Polished 13a9c21c001 is described belo

[GitHub] [camel-quarkus-examples] jamesnetherton commented on a diff in pull request #94: Add jta-jpa example

2022-06-30 Thread GitBox
jamesnetherton commented on code in PR #94: URL: https://github.com/apache/camel-quarkus-examples/pull/94#discussion_r911666199 ## jta-jpa/src/main/java/org/acme/CamelRoutes.java: ## @@ -0,0 +1,69 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[camel] branch main updated (78e1f841c84 -> bffc507ca19)

2022-06-30 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 78e1f841c84 Polished new 2f910e32657 CAMEL-18251: camel-jbang - Using microprofile-metrics should setup registry

[camel] 02/02: camel-joor - Avoid double compile if init is invoked multiple times.

2022-06-30 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 commit bffc507ca191ba9c91b430031c505dd64159c619 Author: Claus Ibsen AuthorDate: Fri Jul 1 08:50:50 2022 +0200 camel-joor -

[camel] 01/02: CAMEL-18251: camel-jbang - Using microprofile-metrics should setup registry if none found

2022-06-30 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 commit 2f910e326570a9f60e92b223ccdd9df51b029e74 Author: Claus Ibsen AuthorDate: Fri Jul 1 08:50:27 2022 +0200 CAMEL-18251:

[GitHub] [camel-quarkus-examples] vkasala commented on pull request #94: Add jta-jpa example

2022-06-30 Thread GitBox
vkasala commented on PR #94: URL: https://github.com/apache/camel-quarkus-examples/pull/94#issuecomment-1172000420 @zhfeng @jamesnetherton Is it possible to make a more generic XA transactions example, where you could configure: * Database (Oracle, DB, etc) - internal & external

[GitHub] [camel-quarkus-examples] zhfeng commented on a diff in pull request #94: Add jta-jpa example

2022-06-30 Thread GitBox
zhfeng commented on code in PR #94: URL: https://github.com/apache/camel-quarkus-examples/pull/94#discussion_r911658710 ## jta-jpa/src/main/java/org/acme/CamelRoutes.java: ## @@ -0,0 +1,69 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contrib

[GitHub] [camel-quarkus-examples] zhfeng commented on a diff in pull request #94: Add jta-jpa example

2022-06-30 Thread GitBox
zhfeng commented on code in PR #94: URL: https://github.com/apache/camel-quarkus-examples/pull/94#discussion_r911657649 ## jta-jpa/pom.xml: ## @@ -0,0 +1,306 @@ + + +http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"; xmlns="http://maven.apache.or

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

2022-06-30 Thread GitBox
orpiske commented on PR #7928: URL: https://github.com/apache/camel/pull/7928#issuecomment-1171990366 > Oh, you mean even upgrading to hadoop-common 2.10.2 from this pr has broken the build. Shouldn't we both revert AND investigate the fix then ? Yeah, so per CI, it seems this one bro

[camel] branch regen_bot updated (f0be607e056 -> 78e1f841c84)

2022-06-30 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 f0be607e056 (chores) camel-jms tests: cleanups (#7956) add f5485981e5e CAMEL-18251: camel-jbang - Using mic

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

2022-06-30 Thread GitBox
github-actions[bot] commented on issue #2926: URL: https://github.com/apache/camel-quarkus/issues/2926#issuecomment-1171979455 The [quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) branch build has failed: * Build ID: 2594018207-799-312fa8aa-09f1-4cd9-8b48-39b

[GitHub] [camel-quarkus-examples] jamesnetherton commented on a diff in pull request #94: Add jta-jpa example

2022-06-30 Thread GitBox
jamesnetherton commented on code in PR #94: URL: https://github.com/apache/camel-quarkus-examples/pull/94#discussion_r911644824 ## jta-jpa/src/main/java/org/acme/CamelRoutes.java: ## @@ -0,0 +1,69 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[camel] 02/02: Polished

2022-06-30 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 commit 78e1f841c84741eb0c447e6c18155f93203b469a Author: Claus Ibsen AuthorDate: Fri Jul 1 07:41:16 2022 +0200 Polished ---

[camel] 01/02: CAMEL-18251: camel-jbang - Using microprofile-metrics should setup registry if none found

2022-06-30 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 commit f5485981e5ecdcb73099cad3b739a70180f62bca Author: Claus Ibsen AuthorDate: Fri Jul 1 07:38:46 2022 +0200 CAMEL-18251:

[camel] branch main updated (f0be607e056 -> 78e1f841c84)

2022-06-30 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 f0be607e056 (chores) camel-jms tests: cleanups (#7956) new f5485981e5e CAMEL-18251: camel-jbang - Using microprof

[GitHub] [camel-k] tadayosi merged pull request #3410: migrate and improve database example

2022-06-30 Thread GitBox
tadayosi merged PR #3410: URL: https://github.com/apache/camel-k/pull/3410 -- 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.apa

[camel-k] branch main updated: migrate and improve database example

2022-06-30 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.git The following commit(s) were added to refs/heads/main by this push: new db22259ff migrate and improve database example db222

[camel-k] 01/02: fix(#3393): Update to CronJob batch/v1

2022-06-30 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.git commit 75c6f9afa6cc60124a826417b8b300fbab92b45c Author: Christoph Deppisch AuthorDate: Tue Jun 28 09:33:31 2022 +0200 fix(#3

[camel-k] branch main updated (6ed322100 -> ee05ecca0)

2022-06-30 Thread tsato
This is an automated email from the ASF dual-hosted git repository. tsato pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git from 6ed322100 Updated CHANGELOG.md new 75c6f9afa fix(#3393): Update to CronJob batch/v1 new ee05ecca0 fix(#3393):

[camel-k] 02/02: fix(#3393): Make CronJob functionality optional

2022-06-30 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.git commit ee05ecca0a1fcd536aec65b366f5a5193eef4182 Author: Christoph Deppisch AuthorDate: Wed Jun 29 08:58:06 2022 +0200 fix(#3

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

2022-06-30 Thread GitBox
tadayosi merged PR #3402: URL: https://github.com/apache/camel-k/pull/3402 -- 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.apa

[GitHub] [camel-k] tadayosi closed issue #2408: Migrate CronJob to `batch/v1`

2022-06-30 Thread GitBox
tadayosi closed issue #2408: Migrate CronJob to `batch/v1` URL: https://github.com/apache/camel-k/issues/2408 -- 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-

[GitHub] [camel-k] tadayosi closed issue #3393: Migrate from batch/v1beta1 to batch/v1

2022-06-30 Thread GitBox
tadayosi closed issue #3393: Migrate from batch/v1beta1 to batch/v1 URL: https://github.com/apache/camel-k/issues/3393 -- 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 unsubs

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

2022-06-30 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 2648acd80c Updated CHANGELOG.md 2648acd80

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

2022-06-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/main by this push: new 6ed322100 Updated CHANGELOG.md 6ed322100 is des

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

2022-06-30 Thread GitBox
github-actions[bot] commented on issue #2927: URL: https://github.com/apache/camel-quarkus/issues/2927#issuecomment-1171887836 The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) branch build has failed: * Build ID: 2593503177-695-b0193586-bac8-4446-a17f-2d15b36e

[GitHub] [camel-quarkus] zhfeng commented on issue #3817: Create an example for JTA+JPA integration

2022-06-30 Thread GitBox
zhfeng commented on issue #3817: URL: https://github.com/apache/camel-quarkus/issues/3817#issuecomment-1171887655 https://github.com/apache/camel-quarkus-examples/pull/94 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [camel-quarkus-examples] zhfeng opened a new pull request, #94: Add jta-jpa example

2022-06-30 Thread GitBox
zhfeng opened a new pull request, #94: URL: https://github.com/apache/camel-quarkus-examples/pull/94 Note that the `main` branch points at the latest stable Camel Quarkus release. Pull requests should be generally send against the `camel-quarkus-main` branch pointing at the current Camel

[GitHub] [camel-quarkus] zhfeng closed issue #3809: Configuration of ActiveMQ broker URL properties may require reflective access

2022-06-30 Thread GitBox
zhfeng closed issue #3809: Configuration of ActiveMQ broker URL properties may require reflective access URL: https://github.com/apache/camel-quarkus/issues/3809 -- 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

[camel-quarkus] branch main updated: Fix #3809 add reflections for all transports (#3892)

2022-06-30 Thread zhfeng
This is an automated email from the ASF dual-hosted git repository. zhfeng 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 c41dac0970 Fix #3809 add reflections for all

[GitHub] [camel-quarkus] zhfeng merged pull request #3892: Fix #3809 add reflections for all transports

2022-06-30 Thread GitBox
zhfeng merged PR #3892: URL: https://github.com/apache/camel-quarkus/pull/3892 -- 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-quarkus] zhfeng commented on pull request #3892: Fix #3809 add reflections for all transports

2022-06-30 Thread GitBox
zhfeng commented on PR #3892: URL: https://github.com/apache/camel-quarkus/pull/3892#issuecomment-1171834310 The failure tests look unrelated. I will merge it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[camel-karaf] branch automatic-periodic-sync updated (d444312f -> ab3441ae)

2022-06-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch automatic-periodic-sync in repository https://gitbox.apache.org/repos/asf/camel-karaf.git omit d444312f [create-pull-request] automated change add 1e692e68 [CAMEL-9627]update camel-c

[camel-spring-boot] branch automatic-periodic-sync updated (69348f7927c -> 058b8d97c66)

2022-06-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch automatic-periodic-sync in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git omit 69348f7927c [create-pull-request] automated change add adc6a441e95 [create-pull-r

[GitHub] [camel-spring-boot] github-actions[bot] opened a new pull request, #588: [Github Actions] Periodic Sync Camel Spring Boot Main Branch

2022-06-30 Thread GitBox
github-actions[bot] opened a new pull request, #588: URL: https://github.com/apache/camel-spring-boot/pull/588 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-k] github-actions[bot] closed issue #3124: hello yaml example output

2022-06-30 Thread GitBox
github-actions[bot] closed issue #3124: hello yaml example output URL: https://github.com/apache/camel-k/issues/3124 -- 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 unsubscr

[GitHub] [camel-k] github-actions[bot] commented on issue #3146: Route trait usage example

2022-06-30 Thread GitBox
github-actions[bot] commented on issue #3146: URL: https://github.com/apache/camel-k/issues/3146#issuecomment-1171795471 This issue has been automatically marked as stale due to 90 days of inactivity. It will be closed if no further activity occurs within 15 days. If you think that’s

[camel-karavan] branch main updated: Saas feature23 (#405)

2022-06-30 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 05a5521 Saas feature23 (#405) 05a5521 is desc

[GitHub] [camel-karavan] mgubaidullin merged pull request #405: Saas feature23

2022-06-30 Thread GitBox
mgubaidullin merged PR #405: URL: https://github.com/apache/camel-karavan/pull/405 -- 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...@c

[camel-karavan] branch main updated: Health and replicas (#404)

2022-06-30 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 cf01efd Health and replicas (#404) cf01efd is

[GitHub] [camel-karavan] mgubaidullin merged pull request #404: Health and replicas

2022-06-30 Thread GitBox
mgubaidullin merged PR #404: URL: https://github.com/apache/camel-karavan/pull/404 -- 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...@c

[GitHub] [camel-karavan] mgubaidullin merged pull request #403: Health and replicas

2022-06-30 Thread GitBox
mgubaidullin merged PR #403: URL: https://github.com/apache/camel-karavan/pull/403 -- 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...@c

[GitHub] [camel-quarkus] DouglasGo8 commented on issue #3891: Camel Quarkus + Azure Cosmos DB in Native Mode Issue Detected an instance of Random/SplittableRandom class

2022-06-30 Thread GitBox
DouglasGo8 commented on issue #3891: URL: https://github.com/apache/camel-quarkus/issues/3891#issuecomment-1171491121 Thanks for quick reply @ppalaga -- 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

[camel] branch regen_bot updated (dfa0b16cf55 -> f0be607e056)

2022-06-30 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 dfa0b16cf55 (chores) camel-openstack tests: cleanups add f0be607e056 (chores) camel-jms tests: cleanups (#7

[GitHub] [camel-k] KuthumiPepple opened a new pull request, #3410: migrate and improve database example

2022-06-30 Thread GitBox
KuthumiPepple opened a new pull request, #3410: URL: https://github.com/apache/camel-k/pull/3410 @tadayosi @claudio4j @Delawen This database example can be deleted. [Pull request link to improved example](https://github.com/apache/camel-k-examples/pull/59) **Relea

[camel] branch main updated: (chores) camel-jms tests: cleanups (#7956)

2022-06-30 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 f0be607e056 (chores) camel-jms tests: cleanups (#7

[GitHub] [camel] davsclaus merged pull request #7956: (chores) camel-jms tests: cleanups

2022-06-30 Thread GitBox
davsclaus merged PR #7956: URL: https://github.com/apache/camel/pull/7956 -- 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] davsclaus commented on pull request #7928: CAMEL-18246: Upgrade hadoop-common >= 2.10.2, 3.3.3

2022-06-30 Thread GitBox
davsclaus commented on PR #7928: URL: https://github.com/apache/camel/pull/7928#issuecomment-1171375530 Ah yeah we can revert It may be worth to check that the 2.10.2 in test-infra-hbase aligns so every dependency it uses are 2.10.2 also, as mixed versions could maybe cause this prob

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

2022-06-30 Thread GitBox
phantomjinx commented on PR #3382: URL: https://github.com/apache/camel-k/pull/3382#issuecomment-1171357871 > It really fails one of the promotion tests: > > ``` > --- FAIL: TestKamelCLIPromote/plain_integration_promotion (0.31s) > ``` Openshift still failing but the P

[camel] branch regen_bot updated (f4150192784 -> dfa0b16cf55)

2022-06-30 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 f4150192784 Regen for commit 39e5f48e6c9615269b91a086bb8bc7d809cbbc62 (#7957) add dfa0b16cf55 (chores) cam

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

2022-06-30 Thread GitBox
github-actions[bot] closed pull request #7958: Generated sources regen URL: https://github.com/apache/camel/pull/7958 -- 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] branch regen_bot updated (ed4500f4882 -> f4150192784)

2022-06-30 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 ed4500f4882 Regen for commit f6f3de35620c6000c23466c43e08e4a64c553248 add f4150192784 Regen for commit 39e5

[GitHub] [camel-k-examples] KuthumiPepple opened a new pull request, #59: Improve and fix Database example

2022-06-30 Thread GitBox
KuthumiPepple opened a new pull request, #59: URL: https://github.com/apache/camel-k-examples/pull/59 @tadayosi @Delawen I fixed some errors in the code and provided more context for the example. What do you think? -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [camel] github-actions[bot] commented on pull request #7956: (chores) camel-jms tests: cleanups

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

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

2022-06-30 Thread GitBox
lburgazzoli commented on PR #3402: URL: https://github.com/apache/camel-k/pull/3402#issuecomment-1171274663 fine with me -- 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

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

2022-06-30 Thread GitBox
orpiske commented on PR #7928: URL: https://github.com/apache/camel/pull/7928#issuecomment-1171272158 @davsclaus @aldettinger I was talking to @aldettinger earlier today and I think this upgrade has broken the hbase component. We probably need to decide if we want to revert the upgra

[camel] branch main updated: (chores) camel-openstack tests: cleanups

2022-06-30 Thread orpiske
This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new dfa0b16cf55 (chores) camel-openstack tests: cleanups

[GitHub] [camel] orpiske merged pull request #7955: (chores) camel-openstack tests: cleanups

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

[camel] branch regen_bot updated (f6be2bc43fc -> ed4500f4882)

2022-06-30 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 f6be2bc43fc Regen for commit 39e5f48e6c9615269b91a086bb8bc7d809cbbc62 add 7c2bfdb43be upgrade to jolt versi

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

2022-06-30 Thread GitBox
github-actions[bot] opened a new pull request, #7958: URL: https://github.com/apache/camel/pull/7958 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

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

2022-06-30 Thread GitBox
davsclaus merged PR #7957: URL: https://github.com/apache/camel/pull/7957 -- 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 39e5f48e6c9615269b91a086bb8bc7d809cbbc62 (#7957)

2022-06-30 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 f4150192784 Regen for commit 39e5f48e6c9615269b91a

[GitHub] [camel-quarkus] ppalaga commented on issue #3891: Camel Quarkus + Azure Cosmos DB in Native Mode Issue Detected an instance of Random/SplittableRandom class

2022-06-30 Thread GitBox
ppalaga commented on issue #3891: URL: https://github.com/apache/camel-quarkus/issues/3891#issuecomment-1171251049 `camel-quarkus-azure-cosmosdb` is not supported in native mode yet - see https://camel.apache.org/camel-quarkus/latest/reference/index.html and https://github.com/apache/camel

[camel] branch regen_bot updated (51c9086d509 -> f6be2bc43fc)

2022-06-30 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 51c9086d509 Regen for commit fa36c7e897508fbeff030817d34eda8e930da0f8 (#7952) add 283e55074fb CAMEL-9627:

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

2022-06-30 Thread GitBox
github-actions[bot] opened a new pull request, #7957: URL: https://github.com/apache/camel/pull/7957 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-quarkus] 01/04: Upgrade artemiscloud/activemq-artemis-broker to 1.0.5 (#3880)

2022-06-30 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 2.7.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 0173e3571793af54eb4f1ecf50ca642bfa16ac00 Author: Amos Feng AuthorDate: Wed Jun 29 21:30:25 2022 +0800

[GitHub] [camel-quarkus] jamesnetherton merged pull request #3890: [2.7.x] Backports

2022-06-30 Thread GitBox
jamesnetherton merged PR #3890: URL: https://github.com/apache/camel-quarkus/pull/3890 -- 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-quarkus] 03/04: Remove redundant Spring dependencies from JDBC extension

2022-06-30 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 2.7.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit ba5ea0739cd59beff8a799b4ac6f26c5f2938c80 Author: James Netherton AuthorDate: Wed Jun 29 14:12:58 2022 +010

[camel-quarkus] 02/04: Parametrize infinispan image (#3881)

2022-06-30 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 2.7.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 917d3a439fc93536775a0dec4ce1d7976ccb6203 Author: llowinge AuthorDate: Wed Jun 29 15:30:57 2022 +0200

[camel-quarkus] branch 2.7.x updated (eea345f866 -> 2a02207426)

2022-06-30 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch 2.7.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git from eea345f866 [maven-release-plugin] Set next development version 2.7.3-SNAPSHOT new 0173e35717 Upgra

[GitHub] [camel] github-actions[bot] commented on pull request #7955: (chores) camel-openstack tests: cleanups

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

[GitHub] [camel-quarkus] zhfeng opened a new pull request, #3892: Fix #3809 add reflections for all transports

2022-06-30 Thread GitBox
zhfeng opened a new pull request, #3892: URL: https://github.com/apache/camel-quarkus/pull/3892 -- 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] github-actions[bot] commented on pull request #7956: (chores) camel-jms tests: cleanups

2022-06-30 Thread GitBox
github-actions[bot] commented on PR #7956: URL: https://github.com/apache/camel/pull/7956#issuecomment-1171219453 :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] orpiske opened a new pull request, #7956: (chores) camel-jms tests: cleanups

2022-06-30 Thread GitBox
orpiske opened a new pull request, #7956: URL: https://github.com/apache/camel/pull/7956 - simplify assertions - reduce field scopes - use final where possible - avoid unnecessary calls to toString - other minor cleanups -- This is an automated message from the Apac

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

2022-06-30 Thread GitBox
christophd commented on PR #3402: URL: https://github.com/apache/camel-k/pull/3402#issuecomment-1171218099 @lburgazzoli @squakez @tadayosi we finally managed to make the CronJob functionality optional and only use it when the `batch/v1` API is available. The e2e test is disabled when runnin

[GitHub] [camel-quarkus] DouglasGo8 opened a new issue, #3891: Camel Quarkus + Azure Cosmos DB in Native Mode Issue

2022-06-30 Thread GitBox
DouglasGo8 opened a new issue, #3891: URL: https://github.com/apache/camel-quarkus/issues/3891 Hello Guy, I'm working in a project that needs use Azure DB Cosmos using Quarkus with GraalVM, bellow my stack OS - MacOS Monterrey over M1 Max Machine arc64 (the same problem happens using

[camel] branch main updated: Fix RAT check

2022-06-30 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 f6f3de35620 Fix RAT check f6f3de35620 is described

[camel] branch main updated: upgrade to jolt version 0.1.7 (#7951)

2022-06-30 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 7c2bfdb43be upgrade to jolt version 0.1.7 (#7951)

[camel] branch main updated: upgrade to jolt version 0.1.7 (#7951)

2022-06-30 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 39e5f48e6c9 upgrade to jolt version 0.1.7 (#7951)

[GitHub] [camel] davsclaus merged pull request #7951: Upgrade to Jolt version 0.1.7

2022-06-30 Thread GitBox
davsclaus merged PR #7951: URL: https://github.com/apache/camel/pull/7951 -- 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: CAMEL-9627: camel-cxf splitup

2022-06-30 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 283e55074fb CAMEL-9627: camel-cxf splitup 283e5507

[camel] branch regen_bot updated (103006785ae -> 51c9086d509)

2022-06-30 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 103006785ae Regen for commit 9dfa4657983d8de0751f5b0fa47a5e386fa5d8e8 add 51c9086d509 Regen for commit fa36

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

2022-06-30 Thread GitBox
github-actions[bot] closed pull request #7954: Generated sources regen URL: https://github.com/apache/camel/pull/7954 -- 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] github-actions[bot] commented on pull request #7955: (chores) camel-openstack tests: cleanups

2022-06-30 Thread GitBox
github-actions[bot] commented on PR #7955: URL: https://github.com/apache/camel/pull/7955#issuecomment-1171186264 :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] orpiske opened a new pull request, #7955: (chores) camel-openstack tests: cleanups

2022-06-30 Thread GitBox
orpiske opened a new pull request, #7955: URL: https://github.com/apache/camel/pull/7955 - avoid unnecessary type specification - remove NO-OP code - fix duplicate map key - simplify assertions - simplify exception tests -- This is an automated message from the Apac

[camel-karaf] branch main updated: CAMEL-9627: camel-cxf splitup

2022-06-30 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-karaf.git The following commit(s) were added to refs/heads/main by this push: new ab3441ae CAMEL-9627: camel-cxf splitup ab344

[camel-karaf-examples] branch main updated: CAMEL-9627: camel-cxf splitup

2022-06-30 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-karaf-examples.git The following commit(s) were added to refs/heads/main by this push: new b0cbe68 CAMEL-9627: camel-cxf spli

[GitHub] [camel] github-actions[bot] commented on pull request #7951: Upgrade to Jolt version 0.1.7

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

[camel] branch regen_bot updated (695b19cb447 -> 103006785ae)

2022-06-30 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 695b19cb447 Regen for commit 41311564fffeeff3167c066039ceab25f26fccaf add 91554c5fb18 (chores) camel-route-

[GitHub] [camel] github-actions[bot] commented on pull request #7953: CAMEL-18250: don't set the http headers when timeout

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

[camel] branch regen_bot updated (71ecc3b7a43 -> 695b19cb447)

2022-06-30 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 71ecc3b7a43 Regen for commit 6871aa3124060cc9cd933590e832abdd19525424 add 41311564fff (chores) camel-report

[camel-karaf-examples] branch main updated: CAMEL-9627: camel-cxf splitup

2022-06-30 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-karaf-examples.git The following commit(s) were added to refs/heads/main by this push: new c71036c CAMEL-9627: camel-cxf spli

[camel-karaf] branch main updated: CAMEL-9627: camel-cxf splitup

2022-06-30 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-karaf.git The following commit(s) were added to refs/heads/main by this push: new 8b32a9e3 CAMEL-9627: camel-cxf splitup 8b32a

[camel] branch regen_bot updated (da2fa8391be -> 71ecc3b7a43)

2022-06-30 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 da2fa8391be Regen for commit fa36c7e897508fbeff030817d34eda8e930da0f8 add 6871aa31240 (chores) camel-catalo

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

2022-06-30 Thread GitBox
github-actions[bot] opened a new pull request, #7954: URL: https://github.com/apache/camel/pull/7954 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-karaf] branch main updated: CAMEL-9627: camel-cxf splitup

2022-06-30 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-karaf.git The following commit(s) were added to refs/heads/main by this push: new 77306de3 CAMEL-9627: camel-cxf splitup 77306

[GitHub] [camel-quarkus] ppalaga closed issue #3887: flattened-full-pom.xml contains some artifacts from quarkus 2.9.0.Final

2022-06-30 Thread GitBox
ppalaga closed issue #3887: flattened-full-pom.xml contains some artifacts from quarkus 2.9.0.Final URL: https://github.com/apache/camel-quarkus/issues/3887 -- 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

[camel] branch main updated: Regen for commit fa36c7e897508fbeff030817d34eda8e930da0f8 (#7952)

2022-06-30 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 51c9086d509 Regen for commit fa36c7e897508fbeff030

  1   2   3   >