[GitHub] [camel] davsclaus commented on pull request #6362: CAMEL-17156: camel-aws2 - do not interrupt extension

2021-11-01 Thread GitBox
davsclaus commented on pull request #6362: URL: https://github.com/apache/camel/pull/6362#issuecomment-957119119 Okay maybe you can catch that exception and check its message and then ignore it if its due to not there anymore - cannot extend. And maybe do a WARN logging (without

[GitHub] [camel-kafka-connector] oscerd edited a comment on issue #1282: camel.source.endpoint.exceptionHandler for the sftp connector not working as expected

2021-11-01 Thread GitBox
oscerd edited a comment on issue #1282: URL: https://github.com/apache/camel-kafka-connector/issues/1282#issuecomment-957118937 The following line `camel.source.endpoint.onCompletionExceptionHandler=org.apache.camel.kafkaconnector.CustomLoggingExceptionHandler` should be

[GitHub] [camel-kafka-connector] oscerd commented on issue #1282: camel.source.endpoint.exceptionHandler for the sftp connector not working as expected

2021-11-01 Thread GitBox
oscerd commented on issue #1282: URL: https://github.com/apache/camel-kafka-connector/issues/1282#issuecomment-957118937 The following line camel.source.endpoint.onCompletionExceptionHandler=org.apache.camel.kafkaconnector.CustomLoggingExceptionHandler should be

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

2021-11-01 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 fee0a0d [create-pull-request]

[GitHub] [camel-spring-boot] oscerd merged pull request #402: [Github Actions] Periodic Sync Camel Spring Boot Main Branch

2021-11-01 Thread GitBox
oscerd merged pull request #402: URL: https://github.com/apache/camel-spring-boot/pull/402 -- 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-quarkus] github-actions[bot] commented on issue #2927: [CI] - Camel Main Branch Build Failure

2021-11-01 Thread GitBox
github-actions[bot] commented on issue #2927: URL: https://github.com/apache/camel-quarkus/issues/2927#issuecomment-957083142 The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main) branch build has failed: * Build ID:

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

2021-11-01 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 26ebed5 Updated CHANGELOG.md 26ebed5 is

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

2021-11-01 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 fcf6dba Updated CHANGELOG.md fcf6dba is

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

2021-11-01 Thread GitBox
github-actions[bot] commented on issue #2926: URL: https://github.com/apache/camel-quarkus/issues/2926#issuecomment-957037046 The [quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) branch build has failed: * Build ID:

[GitHub] [camel-quarkus] zhfeng opened a new pull request #3252: Re-enable Kafka ssl sasl tests

2021-11-01 Thread GitBox
zhfeng opened a new pull request #3252: URL: https://github.com/apache/camel-quarkus/pull/3252 -- 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-spring-boot] github-actions[bot] opened a new pull request #402: [Github Actions] Periodic Sync Camel Spring Boot Main Branch

2021-11-01 Thread GitBox
github-actions[bot] opened a new pull request #402: URL: https://github.com/apache/camel-spring-boot/pull/402 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 --

[camel-spring-boot] branch automatic-periodic-sync created (now a2d31bd)

2021-11-01 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. at a2d31bd [create-pull-request] automated change No new revisions were added by this

[GitHub] [camel-quarkus] ppalaga merged pull request #3246: Assert that Component DSL and Endpoint DSL work for AtlasMap

2021-11-01 Thread GitBox
ppalaga merged pull request #3246: URL: https://github.com/apache/camel-quarkus/pull/3246 -- 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:

[camel-quarkus] branch main updated: Assert that Component DSL and Endpoint DSL work for AtlasMap

2021-11-01 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git The following commit(s) were added to refs/heads/main by this push: new 25b8fd5 Assert that Component DSL and

[GitHub] [camel-quarkus] djencks commented on pull request #3246: Assert that Component DSL and Endpoint DSL work for AtlasMap

2021-11-01 Thread GitBox
djencks commented on pull request #3246: URL: https://github.com/apache/camel-quarkus/pull/3246#issuecomment-956544813 If what is inside the {}follows asciidoc syntax for an attribute Asciidoctor will interpret it as one, so an ${} expression will need escaping. If there's a '.' It can't

[GitHub] [camel-quarkus] davsclaus opened a new issue #3251: Camel Rest DSL - Expose Rest DSL services to quarkus openapi

2021-11-01 Thread GitBox
davsclaus opened a new issue #3251: URL: https://github.com/apache/camel-quarkus/issues/3251 Quarkus can expose its REST servcices to swagger ui https://quarkus.io/guides/openapi-swaggerui We have something similar for camel on spring boot via camel-springdoc-starter

[GitHub] [camel-quarkus] davsclaus commented on pull request #3246: Assert that Component DSL and Endpoint DSL work for AtlasMap

2021-11-01 Thread GitBox
davsclaus commented on pull request #3246: URL: https://github.com/apache/camel-quarkus/pull/3246#issuecomment-956540146 Trying to fix that weird antora xref error about ${body} https://github.com/apache/camel/commit/ff147620a0ff99f8efd67be9c9a7a47c4dd2d760 -- This is an automated

[camel] branch main updated: Escape due to antora is weird.

2021-11-01 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 ff14762 Escape due to antora is weird. ff14762

[GitHub] [camel-quarkus] djencks commented on pull request #3246: Assert that Component DSL and Endpoint DSL work for AtlasMap

2021-11-01 Thread GitBox
djencks commented on pull request #3246: URL: https://github.com/apache/camel-quarkus/pull/3246#issuecomment-956512398 Someone broke the user manual by using an unescaped ${body}, it has nothing to do with your PR. The current way of doing partial site builds is not maintainable, I

[camel] branch main updated: CAMEL-16861: Cleanup docs

2021-11-01 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 7103503 CAMEL-16861: Cleanup docs 7103503 is

[camel] 02/02: CAMEL-16861: Cleanup docs

2021-11-01 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 79b654092f45daee3a25928c8731564668eb519f Author: Claus Ibsen AuthorDate: Mon Nov 1 19:19:59 2021 +0100

[camel] 01/02: CAMEL-16861: Cleanup docs

2021-11-01 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 22b0d0ea1ab073058789cbf4b26d90d38fac362f Author: Claus Ibsen AuthorDate: Mon Nov 1 19:06:45 2021 +0100

[camel] branch main updated (e00692f -> 79b6540)

2021-11-01 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 e00692f CAMEL-16861: Cleanup docs new 22b0d0e CAMEL-16861: Cleanup docs new 79b6540 CAMEL-16861:

[camel] branch main updated: CAMEL-16861: Cleanup docs

2021-11-01 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 e00692f CAMEL-16861: Cleanup docs e00692f is

[camel-quarkus] branch main updated (6db7bd9 -> fc5520e)

2021-11-01 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. from 6db7bd9 Added explanation that Quarkus-amazon-lambda can not be used by aws2-lambda add fc5520e

[GitHub] [camel-quarkus] jamesnetherton merged pull request #3250: Add notes about the salesforce-maven-plugin to the Salesforce extension docs

2021-11-01 Thread GitBox
jamesnetherton merged pull request #3250: URL: https://github.com/apache/camel-quarkus/pull/3250 -- 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-quarkus] ppalaga commented on pull request #3246: Assert that Component DSL and Endpoint DSL work for AtlasMap

2021-11-01 Thread GitBox
ppalaga commented on pull request #3246: URL: https://github.com/apache/camel-quarkus/pull/3246#issuecomment-956400169 I do not think this PR impacts the documentation in any way. I do not see any meaningful message in the log that would explain what's wrong. Any idea what's wrong

[camel] branch main updated: fix formatting in table of hl7-dataformat.adoc

2021-11-01 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new e2340e0 fix formatting in table of

[GitHub] [camel] oscerd commented on pull request #6364: fix formatting in table of hl7-dataformat.adoc

2021-11-01 Thread GitBox
oscerd commented on pull request #6364: URL: https://github.com/apache/camel/pull/6364#issuecomment-956397269 Thanks for this one too -- 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] oscerd merged pull request #6364: fix formatting in table of hl7-dataformat.adoc

2021-11-01 Thread GitBox
oscerd merged pull request #6364: URL: https://github.com/apache/camel/pull/6364 -- 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-quarkus] jamesnetherton commented on pull request #3250: Add notes about the salesforce-maven-plugin to the Salesforce extension docs

2021-11-01 Thread GitBox
jamesnetherton commented on pull request #3250: URL: https://github.com/apache/camel-quarkus/pull/3250#issuecomment-956396747 Hold merging - I probably need to tweak code block because I don't see the `camel-version` property replacement happening locally. -- This is an automated

[GitHub] [camel] tarilabs opened a new pull request #6364: fix formatting in table of hl7-dataformat.adoc

2021-11-01 Thread GitBox
tarilabs opened a new pull request #6364: URL: https://github.com/apache/camel/pull/6364 sorry in relation to previous PR https://github.com/apache/camel/pull/6363 I didn't realize there was also another formatting typo @oscerd This PR intent is to fix this formatting problem in

[camel] branch main updated: fix formatting typo in hl7-dataformat.adoc

2021-11-01 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/main by this push: new 2cda3d6 fix formatting typo in

[GitHub] [camel] oscerd commented on pull request #6363: fix formatting typo in hl7-dataformat.adoc

2021-11-01 Thread GitBox
oscerd commented on pull request #6363: URL: https://github.com/apache/camel/pull/6363#issuecomment-956391979 Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [camel] oscerd merged pull request #6363: fix formatting typo in hl7-dataformat.adoc

2021-11-01 Thread GitBox
oscerd merged pull request #6363: URL: https://github.com/apache/camel/pull/6363 -- 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] tarilabs opened a new pull request #6363: fix formatting typo in hl7-dataformat.adoc

2021-11-01 Thread GitBox
tarilabs opened a new pull request #6363: URL: https://github.com/apache/camel/pull/6363 This PR intent is to fix this formatting typo: ![image](https://user-images.githubusercontent.com/1699252/139707173-bef241a8-8416-47bb-80be-b87e8821e005.png) -- This is an automated message

[GitHub] [camel-quarkus] zhfeng commented on issue #3239: [Quarkus 2.5.0] Kafka SASL / SSL tests are failing

2021-11-01 Thread GitBox
zhfeng commented on issue #3239: URL: https://github.com/apache/camel-quarkus/issues/3239#issuecomment-956358663 It should be a simple workaround to override ```protected void configure()``` to set ```KAFKA_ADVERTISED_LISTENERS``` with ```SSL://localhost:9093,BROKER://localhost:9092```.

[GitHub] [camel-quarkus] zhfeng commented on issue #3239: [Quarkus 2.5.0] Kafka SASL / SSL tests are failing

2021-11-01 Thread GitBox
zhfeng commented on issue #3239: URL: https://github.com/apache/camel-quarkus/issues/3239#issuecomment-956357014 @jamesnetherton I think you are right. This is related to testcontainers 1.6.2 changes with

[camel] branch main updated: CAMEL-16861: Cleanup docs

2021-11-01 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 c9841ce CAMEL-16861: Cleanup docs c9841ce is

[camel] branch main updated: CAMEL-16861: Cleanup docs

2021-11-01 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 7766253 CAMEL-16861: Cleanup docs 7766253 is

[GitHub] [camel-karavan] mgubaidullin merged pull request #60: Fixed #58

2021-11-01 Thread GitBox
mgubaidullin merged pull request #60: URL: https://github.com/apache/camel-karavan/pull/60 -- 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-karavan] mgubaidullin closed issue #58: Show default values in the option editor

2021-11-01 Thread GitBox
mgubaidullin closed issue #58: URL: https://github.com/apache/camel-karavan/issues/58 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [camel-karavan] mgubaidullin commented on issue #58: Show default values in the option editor

2021-11-01 Thread GitBox
mgubaidullin commented on issue #58: URL: https://github.com/apache/camel-karavan/issues/58#issuecomment-956314192 A text below textfiled makes UI noisy, so I have added to the Help tooltip

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #3249: Leverage Quarkus code generation for Salesforce DTO generation

2021-11-01 Thread GitBox
jamesnetherton opened a new issue #3249: URL: https://github.com/apache/camel-quarkus/issues/3249 It'd be good if we could leverage the code generation features of the `quarkus-maven-plugin` to do the generation of the Salesforce DTOs. Currently this is handled by the

[GitHub] [camel-karavan] mgubaidullin merged pull request #59: Fixed #57

2021-11-01 Thread GitBox
mgubaidullin merged pull request #59: URL: https://github.com/apache/camel-karavan/pull/59 -- 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-karavan] mgubaidullin closed issue #57: [VS Code] Show the filename in the window title of Karavan UI editor

2021-11-01 Thread GitBox
mgubaidullin closed issue #57: URL: https://github.com/apache/camel-karavan/issues/57 -- 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:

[camel-karavan] branch main updated: Fixed #57 (#59)

2021-11-01 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 057f078 Fixed #57 (#59) 057f078 is described

[GitHub] [camel-karavan] mgubaidullin edited a comment on issue #46: Durations doesn't support notation with letters

2021-11-01 Thread GitBox
mgubaidullin edited a comment on issue #46: URL: https://github.com/apache/camel-karavan/issues/46#issuecomment-954764826 @davsclaus It is quite confusing that Timer Component and Timer Kamelet have different types for `period` parameter -- This is an automated message from the Apache

[GitHub] [camel-quarkus] JiriOndrusek opened a new pull request #3248: Sql - native tests fail on NPE during db initialization #3247

2021-11-01 Thread GitBox
JiriOndrusek opened a new pull request #3248: URL: https://github.com/apache/camel-quarkus/pull/3248 fixes https://github.com/apache/camel-quarkus/issues/3247 -- 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] JiriOndrusek commented on issue #3247: Sql - native tests fail on NPE during db initialization

2021-11-01 Thread GitBox
JiriOndrusek commented on issue #3247: URL: https://github.com/apache/camel-quarkus/issues/3247#issuecomment-956214303 Problem is mainly caused by not consistent approach used for `oracle` db. Oracle db usage should use the same approach as other external dbs - `

[GitHub] [camel] simon-ras edited a comment on pull request #6362: CAMEL-17156: camel-aws2 - do not interrupt extension

2021-11-01 Thread GitBox
simon-ras edited a comment on pull request #6362: URL: https://github.com/apache/camel/pull/6362#issuecomment-95622 I just got this exception with this code running after a few hours: ``` 2021-11-01 12:37:12.794 WARN 10 --- [TimeoutExtender] o.a.c.component.aws2.sqs.Sqs2Consumer

[GitHub] [camel] simon-ras commented on pull request #6362: CAMEL-17156: camel-aws2 - do not interrupt extension

2021-11-01 Thread GitBox
simon-ras commented on pull request #6362: URL: https://github.com/apache/camel/pull/6362#issuecomment-95622 I just got this exception with this code running after a few hours: ``` 2021-11-01 12:37:12.794 WARN 10 --- [TimeoutExtender] o.a.c.component.aws2.sqs.Sqs2Consumer:

[GitHub] [camel-quarkus] JiriOndrusek opened a new issue #3247: Sql - native tests fail on NPE during db initialization

2021-11-01 Thread GitBox
JiriOndrusek opened a new issue #3247: URL: https://github.com/apache/camel-quarkus/issues/3247 Here is a log snippet (execution with `-Dcq.sqlJdbcKind=oracle`): ``` 2021-11-01 13:01:32,115 ERROR [org.apa.cam.qua.mai.CamelMainRuntime] (main) Failed to start application:

[GitHub] [camel-quarkus] galderz commented on issue #3230: "exit code 137" in Tika native test on GH actions

2021-11-01 Thread GitBox
galderz commented on issue #3230: URL: https://github.com/apache/camel-quarkus/issues/3230#issuecomment-956118088 @ppalaga What do you mean by it's a lot of data? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[camel-quarkus] branch main updated: Added explanation that Quarkus-amazon-lambda can not be used by aws2-lambda

2021-11-01 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git The following commit(s) were added to refs/heads/main by this push: new 6db7bd9 Added explanation that

[GitHub] [camel-quarkus] ppalaga merged pull request #3245: Added explanation that Quarkus-amazon-lambda can not be used by aws2-…

2021-11-01 Thread GitBox
ppalaga merged pull request #3245: URL: https://github.com/apache/camel-quarkus/pull/3245 -- 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-quarkus] JiriOndrusek opened a new pull request #3245: Added explanation that Quarkus-amazon-lambda can not be used by aws2-…

2021-11-01 Thread GitBox
JiriOndrusek opened a new pull request #3245: URL: https://github.com/apache/camel-quarkus/pull/3245 …lambda Added explanation for already closed issue https://github.com/apache/camel-quarkus/issues/2592 -- This is an automated message from the Apache Git Service. To

[camel] branch main updated: CAMEL-16861: Cleanup docs

2021-11-01 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 4b7c988 CAMEL-16861: Cleanup docs 4b7c988 is

[GitHub] [camel-k] tadayosi closed issue #2660: Flaky TestKameletBindingScale test?

2021-11-01 Thread GitBox
tadayosi closed issue #2660: URL: https://github.com/apache/camel-k/issues/2660 -- 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:

[camel] branch main updated: CAMEL-17009: MDCUnitOfWork should clear when done/stopping and also after process to not leak state to other threads. CAMEL-17153: UnitOfWork afterProcess should be invoke

2021-11-01 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 b33bea6 CAMEL-17009: MDCUnitOfWork should clear

[camel] branch main updated: Regen for commit d79dc1de1c2c3a1afacd07ff8ceeaa7c5bba8749 (#6361)

2021-11-01 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 5fb8ae9 Regen for commit

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

2021-11-01 Thread GitBox
davsclaus merged pull request #6361: URL: https://github.com/apache/camel/pull/6361 -- 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:

[camel] branch regen_bot updated (2769fa0 -> 02a318d)

2021-11-01 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 2769fa0 Regen for commit ccc51089f26769fe719cee01c5e26f3b81955d54 omit ccc5108 CAMEL-17151: Eliminated

[camel] branch regen_bot updated (42ac677 -> 2769fa0)

2021-11-01 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 42ac677 Regen for commit 8700839df19ea48cf902f905a44b9be67f5a0dd5 add d79dc1d Upgrade swagger v3

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

2021-11-01 Thread GitBox
github-actions[bot] opened a new pull request #6361: URL: https://github.com/apache/camel/pull/6361 Regen bot :robot: found some uncommited changes after running build on :camel: main. Please do not delete `regen_bot` branch after merge/rebase. -- This is an automated message from

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

2021-11-01 Thread GitBox
github-actions[bot] commented on issue #2926: URL: https://github.com/apache/camel-quarkus/issues/2926#issuecomment-955964181 The [quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) branch build has failed: * Build ID: