[GitHub] [camel-quarkus] jamesnetherton commented on issue #3131: Google-Storage Extension: Cannot set serviceAccountKey because of Quarkiverse extension

2021-10-18 Thread GitBox
jamesnetherton commented on issue #3131: URL: https://github.com/apache/camel-quarkus/issues/3131#issuecomment-945604072 This will have been fixed by https://github.com/apache/camel-quarkus/pull/3188. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [camel-quarkus] ppalaga opened a new issue #3194: Fully qualify `@BuildTimeAvroDataFormat` on the Avro extension page

2021-10-18 Thread GitBox
ppalaga opened a new issue #3194: URL: https://github.com/apache/camel-quarkus/issues/3194 On https://camel.apache.org/camel-quarkus/latest/reference/extensions/avro.html#_additional_camel_quarkus_configuration the docs says > Beyond standard usages known from vanilla Camel, Camel

[GitHub] [camel-k] squakez commented on pull request #2630: chore: stale bot configuration

2021-10-18 Thread GitBox
squakez commented on pull request #2630: URL: https://github.com/apache/camel-k/pull/2630#issuecomment-945609707 Yeah, was looking at the same. It seems we previously had a different configuration but I was not aware of. I'll work on merging them into the valid one. Thanks for the help!

[GitHub] [camel-quarkus] ppalaga commented on issue #3194: Fully qualify `@BuildTimeAvroDataFormat` on the Avro extension page

2021-10-18 Thread GitBox
ppalaga commented on issue #3194: URL: https://github.com/apache/camel-quarkus/issues/3194#issuecomment-945610297 There are also some fomatting issues on the page. `@BuildTimeAvroDataFormat` and all file paths/globs should be monospaced. -- This is an automated message from the Apache

[GitHub] [camel-quarkus] ppalaga commented on issue #3194: Fully qualify `@BuildTimeAvroDataFormat` on the Avro extension page

2021-10-18 Thread GitBox
ppalaga commented on issue #3194: URL: https://github.com/apache/camel-quarkus/issues/3194#issuecomment-945613223 Maybe the page should explain "The build time class generation approach from quarkus-avro is preferred." in more detail. Esp. we should document that

[GitHub] [camel-k] squakez commented on pull request #2630: chore: stale bot configuration

2021-10-18 Thread GitBox
squakez commented on pull request #2630: URL: https://github.com/apache/camel-k/pull/2630#issuecomment-945617373 So, digging deeper, it seems that the configuration used so far was broken since a while: https://github.com/apache/camel-k/actions/runs/1352566659 - I will fix that as well :)

[camel] branch regen_bot updated (23839c3 -> 7e07d52)

2021-10-18 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 23839c3 Regen for commit 77db8477b20baeb949f83f877082e06a944c24bc add 8fdb9e3 CAMEL-16861: Cleanup and

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

2021-10-18 Thread GitBox
github-actions[bot] opened a new pull request #6294: URL: https://github.com/apache/camel/pull/6294 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-k] squakez opened a new issue #2698: Stale bot action failing

2021-10-18 Thread GitBox
squakez opened a new issue #2698: URL: https://github.com/apache/camel-k/issues/2698 It seems that the configuration used so far was broken since a while: https://github.com/apache/camel-k/actions/runs/1352566659 _Originally posted by @squakez in

[camel-k] branch main updated: fix: Round meta.Time fields to second precision as they are marshalled in RFC3339 format

2021-10-18 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti 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 a1e5530 fix: Round meta.Time fields to

[GitHub] [camel-quarkus] jamesnetherton commented on issue #3194: Fully qualify `@BuildTimeAvroDataFormat` on the Avro extension page

2021-10-18 Thread GitBox
jamesnetherton commented on issue #3194: URL: https://github.com/apache/camel-quarkus/issues/3194#issuecomment-945620530 Do we even need to mention `BuildTimeAvroDataFormat` in the docs? It's deprecated. At a minimum we should give precedence to the `quarkus-maven-plugin` code generation.

[GitHub] [camel-k] astefanutti merged pull request #2689: fix: Round meta.Time fields to second precision as they are marshalled in RFC3339 format

2021-10-18 Thread GitBox
astefanutti merged pull request #2689: URL: https://github.com/apache/camel-k/pull/2689 -- 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-k] squakez opened a new pull request #2699: fix(ci): broken stale action

2021-10-18 Thread GitBox
squakez opened a new pull request #2699: URL: https://github.com/apache/camel-k/pull/2699 Fixing the configuration as since a while the following are not correct: `exempt-issue-label`, `exempt-pr-label`. Close #2698 **Release Note**

[GitHub] [camel-quarkus] ppalaga opened a new issue #3195: Improve AWS2 DDB docs

2021-10-18 Thread GitBox
ppalaga opened a new issue #3195: URL: https://github.com/apache/camel-quarkus/issues/3195 > Note that this optional Should be > Note that this is optional plus some more wording and spelling issues -- This is an automated message from the Apache Git Service. To

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

2021-10-18 Thread GitBox
github-actions[bot] closed pull request #6294: URL: https://github.com/apache/camel/pull/6294 -- 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] VratislavHais commented on pull request #3170: Aws sqs test fix

2021-10-18 Thread GitBox
VratislavHais commented on pull request #3170: URL: https://github.com/apache/camel-quarkus/pull/3170#issuecomment-945647544 I really don't see how my changes can affect that. Not being able to reproduce it also does not help -- This is an automated message from the Apache Git Service.

[GitHub] [camel-quarkus] ppalaga opened a new issue #3191: Publish docs for the last stable release

2021-10-18 Thread GitBox
ppalaga opened a new issue #3191: URL: https://github.com/apache/camel-quarkus/issues/3191 We should make https://camel.apache.org/camel-quarkus/2.2.0/index.html available by changing this line https://github.com/apache/camel-website/blob/main/antora-playbook.yml#L53 and we should have

[GitHub] [camel-k] squakez commented on issue #2697: panic: runtime error: invalid memory address or nil pointer dereference when running a simple integration

2021-10-18 Thread GitBox
squakez commented on issue #2697: URL: https://github.com/apache/camel-k/issues/2697#issuecomment-945588480 Hello, can you confirm the name of the source Kamelet you're using is `kafka-source-kamelet`? If you were willing to use the Kamelet provided by the Catalog, then it should be

[GitHub] [camel] Croway opened a new pull request #6295: Camel 17081

2021-10-18 Thread GitBox
Croway opened a new pull request #6295: URL: https://github.com/apache/camel/pull/6295 I'm sorry to reopen this PR, but I managed to restore the deleted test InfinispanRemoteProducerIT by using a custom infinispan.xml configuration, it is the standard infinispan.xml with the

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

2021-10-18 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 8fdb9e3 CAMEL-16861: Cleanup and update EIP docs

[camel] branch regen_bot updated (cb52979 -> 23839c3)

2021-10-18 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 cb52979 Sync deps add 77db847 CAMEL-16861: Cleanup and update EIP docs add 23839c3 Regen for

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

2021-10-18 Thread GitBox
github-actions[bot] opened a new pull request #6293: URL: https://github.com/apache/camel/pull/6293 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] oscerd merged pull request #6293: Generated sources regen

2021-10-18 Thread GitBox
oscerd merged pull request #6293: URL: https://github.com/apache/camel/pull/6293 -- 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: Regen for commit 77db8477b20baeb949f83f877082e06a944c24bc

2021-10-18 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 ece95cc Regen for commit

[GitHub] [camel-quarkus] ppalaga opened a new issue #3192: Improve the description of camel-quarkus-openapi-java

2021-10-18 Thread GitBox
ppalaga opened a new issue #3192: URL: https://github.com/apache/camel-quarkus/issues/3192 Currently it is > Rest-dsl support for using OpenAPI * It does not say what it really does * Acronyms `Rest` and `dsl` are not spelled properly. Maybe something like >

[GitHub] [camel-quarkus] ppalaga opened a new issue #3193: Improve the description of camel-quarkus-sql

2021-10-18 Thread GitBox
ppalaga opened a new issue #3193: URL: https://github.com/apache/camel-quarkus/issues/3193 It is currently > Perform SQL queries using Spring JDBC. The role of Spring JDBC is not central at all in Camel Quarkus. I guess we could change it to simply > Perform

[GitHub] [camel-k] oscerd commented on pull request #2630: chore: stale bot configuration

2021-10-18 Thread GitBox
oscerd commented on pull request #2630: URL: https://github.com/apache/camel-k/pull/2630#issuecomment-945602743 The stale action seems to be running fine: https://github.com/apache/camel-k/actions/workflows/stale.yaml -- This is an automated message from the Apache Git Service. To

[camel] branch regen_bot updated (7e07d52 -> ece95cc)

2021-10-18 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 7e07d52 Regen for commit 8fdb9e359b11b0d4dda07440f2bad65cf337cef2 add ece95cc Regen for commit

[GitHub] [camel-quarkus] aldettinger commented on pull request #3170: Aws sqs test fix

2021-10-18 Thread GitBox
aldettinger commented on pull request #3170: URL: https://github.com/apache/camel-quarkus/pull/3170#issuecomment-945667667 @VratislavHais If we are not sure this PR is causing the build issue. I would propose to rebase and push without the fix, have a CI build, then push the fix and have

[GitHub] [camel] orpiske opened a new pull request #6297: (chores) camel-activemq: cleaned up tests to avoid Thread.sleep calls

2021-10-18 Thread GitBox
orpiske opened a new pull request #6297: URL: https://github.com/apache/camel/pull/6297 -- 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] orpiske merged pull request #6296: (chores) camel-ribbon: use dynamic ports to prevent test failures

2021-10-18 Thread GitBox
orpiske merged pull request #6296: URL: https://github.com/apache/camel/pull/6296 -- 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: (chores) camel-ribbon: use dynamic ports to prevent test failures

2021-10-18 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 281656e (chores) camel-ribbon: use dynamic ports

[GitHub] [camel-quarkus] djencks commented on issue #3191: Publish docs for the last stable release

2021-10-18 Thread GitBox
djencks commented on issue #3191: URL: https://github.com/apache/camel-quarkus/issues/3191#issuecomment-945766712 I'll be pushing some changes to the website and most contributing projects in the next day or two and can easily include this. I wouldn't expect it to cause me a problem if

[GitHub] [camel] orpiske commented on pull request #6292: CAMEL-17096: Add async commit support in camel-kafka component

2021-10-18 Thread GitBox
orpiske commented on pull request #6292: URL: https://github.com/apache/camel/pull/6292#issuecomment-945767772 I'm wondering whether it wouldn't better - from a maintenance perspective - to have the async commit in a separated class. We would need to adjust the KafkaManualCommit to rename

[GitHub] [camel] oscerd commented on pull request #6292: CAMEL-17096: Add async commit support in camel-kafka component

2021-10-18 Thread GitBox
oscerd commented on pull request #6292: URL: https://github.com/apache/camel/pull/6292#issuecomment-945768737 Makes sense, I think it would be cleaner. -- 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-performance-tests] 01/01: Minio Kafka: Set Localhost as ip for the minio instance

2021-10-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch minio-kafka-2 in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git commit 8b932a6e387ea47ac18cef0913a1a71f636b7bab Author: Andrea Cosentino AuthorDate: Mon Oct 18

[camel-performance-tests] branch minio-kafka-2 created (now 8b932a6)

2021-10-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch minio-kafka-2 in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git. at 8b932a6 Minio Kafka: Set Localhost as ip for the minio instance This branch includes

[camel-performance-tests] branch main updated: Minio Kafka: Set Localhost as ip for the minio instance

2021-10-18 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-performance-tests.git The following commit(s) were added to refs/heads/main by this push: new 1c379f0 Minio Kafka: Set

[GitHub] [camel-performance-tests] oscerd merged pull request #45: Minio Kafka: Set Localhost as ip for the minio instance

2021-10-18 Thread GitBox
oscerd merged pull request #45: URL: https://github.com/apache/camel-performance-tests/pull/45 -- 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] opened a new pull request #6298: Generated sources regen

2021-10-18 Thread GitBox
github-actions[bot] opened a new pull request #6298: URL: https://github.com/apache/camel/pull/6298 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

[camel] branch regen_bot updated (ece95cc -> 972fa46)

2021-10-18 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 ece95cc Regen for commit 77db8477b20baeb949f83f877082e06a944c24bc add f4dd63e CAMEL-16861: Cleanup and

[GitHub] [camel] oscerd closed pull request #6298: Generated sources regen

2021-10-18 Thread GitBox
oscerd closed pull request #6298: URL: https://github.com/apache/camel/pull/6298 -- 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 (972fa46 -> 8f82205)

2021-10-18 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 972fa46 Regen for commit f4dd63e9182d29c794d5248c6ecda6f9ab1be74b add 8f82205 Restore RemoteProducerIT

[GitHub] [camel] davsclaus commented on a change in pull request #6292: CAMEL-17096: Add async commit support in camel-kafka component

2021-10-18 Thread GitBox
davsclaus commented on a change in pull request #6292: URL: https://github.com/apache/camel/pull/6292#discussion_r730922524 ## File path: components/camel-kafka/src/main/java/org/apache/camel/component/kafka/DefaultKafkaManualCommit.java ## @@ -70,6 +83,26 @@ protected void

[camel] branch regen_bot updated (8f82205 -> 8baecff)

2021-10-18 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 8f82205 Restore RemoteProducerIT test add ba3f24e CAMEL-16861: Cleanup and update EIP docs add

[camel] 03/03: CAMEL-17101: Split EIP should support splitting a java.util.Map into a Set - so it works out of the box, and what you would assume Camel can do.

2021-10-18 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 20c6cd1a7ed6bd353cf51a2842187aa6d388e1c3 Author: Claus Ibsen AuthorDate: Mon Oct 18 15:37:16 2021 +0200

[camel] branch main updated (281656e -> 20c6cd1)

2021-10-18 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 281656e (chores) camel-ribbon: use dynamic ports to prevent test failures new cf2410b CAMEL-17101: Split EIP

[camel] 01/03: CAMEL-17101: Split EIP should support splitting a java.util.Map into a Set - so it works out of the box, and what you would assume Camel can do.

2021-10-18 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 cf2410bf8a5fa898ef9dfb8e4c58c6498da72403 Author: Claus Ibsen AuthorDate: Mon Oct 18 15:21:42 2021 +0200

[camel] 02/03: Polished

2021-10-18 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 2fc21275d62dd88972ad3d4bad9725a0ca49dd9f Author: Claus Ibsen AuthorDate: Mon Oct 18 15:35:22 2021 +0200 Polished

[GitHub] [camel] orpiske commented on a change in pull request #6292: CAMEL-17096: Add async commit support in camel-kafka component

2021-10-18 Thread GitBox
orpiske commented on a change in pull request #6292: URL: https://github.com/apache/camel/pull/6292#discussion_r730930389 ## File path: components/camel-kafka/src/main/java/org/apache/camel/component/kafka/DefaultKafkaManualCommit.java ## @@ -70,6 +83,26 @@ protected void

[camel] branch main updated: (chores) camel-activemq: cleaned up tests to avoid Thread.sleep calls

2021-10-18 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 b979c10 (chores) camel-activemq: cleaned up tests

[GitHub] [camel] orpiske merged pull request #6297: (chores) camel-activemq: cleaned up tests to avoid Thread.sleep calls

2021-10-18 Thread GitBox
orpiske merged pull request #6297: URL: https://github.com/apache/camel/pull/6297 -- 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 (8baecff -> 281656e)

2021-10-18 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 8baecff CAMEL-16861: Cleanup and update EIP docs add 281656e (chores) camel-ribbon: use dynamic ports

[GitHub] [camel-website] apupier opened a new pull request #647: [Blog] VS Code Camel Language support 0.1.0 announcement

2021-10-18 Thread GitBox
apupier opened a new pull request #647: URL: https://github.com/apache/camel-website/pull/647 Signed-off-by: Aurélien Pupier -- 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

<    1   2