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

2021-10-18 Thread GitBox
clabautdidier commented on issue #2697: URL: https://github.com/apache/camel-k/issues/2697#issuecomment-945940045 Hi Pascuale, It says: > error: the server doesn't have a resource type "kafka-source-kamelet" This is the file I tryied to `oc apply -f ...` ```

[camel-website] branch asf-site updated (c071012 -> 1106edc)

2021-10-18 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/camel-website.git. discard c071012 Website updated to e5cb1d5b93f0d23877bd0a7083fcfed7eaaf7b63 discard 845bc33 Website

[GitHub] [camel-website] github-actions[bot] commented on pull request #647: [Blog] VS Code Camel Language support 0.1.0 announcement

2021-10-18 Thread GitBox
github-actions[bot] commented on pull request #647: URL: https://github.com/apache/camel-website/pull/647#issuecomment-945946802  Preview is available at https://pr-647--camel.netlify.app -- This is an automated message from the Apache Git Service. To respond to the message, please log

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

2021-10-18 Thread GitBox
clabautdidier commented on issue #2697: URL: https://github.com/apache/camel-k/issues/2697#issuecomment-945947521 I realise that, I was just trying to create a custom Kamelet. But my real question is: how can I find out exactly what is going wrong? The operator log says "build success"

[GitHub] [camel-quarkus] zbendhiba edited a comment on issue #3189: [camel-main]atlasmap integration tests failed in native mode caused by atlasmap version bump(from 2.2.3 to 2.3.x)

2021-10-18 Thread GitBox
zbendhiba edited a comment on issue #3189: URL: https://github.com/apache/camel-quarkus/issues/3189#issuecomment-94562 **Current status :** Not done with this one. At the first step, I looked at ClassLoader, but notthing war broken there. I had to add some conf locally to get

[GitHub] [camel-quarkus] zbendhiba commented on issue #2578: [camel 3.13] Atlasmap : use jandex index for atlasmap bean discovery

2021-10-18 Thread GitBox
zbendhiba commented on issue #2578: URL: https://github.com/apache/camel-quarkus/issues/2578#issuecomment-946016030 the jandex files are available in Camel 3.13 but there is a blocker : https://github.com/apache/camel-quarkus/issues/3189 -- This is an automated message from the Apache

[GitHub] [camel-website] zregvart merged pull request #647: [Blog] VS Code Camel Language support 0.1.0 announcement

2021-10-18 Thread GitBox
zregvart merged pull request #647: URL: https://github.com/apache/camel-website/pull/647 -- 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] oscerd commented on issue #2697: panic: runtime error: invalid memory address or nil pointer dereference when running a simple integration

2021-10-18 Thread GitBox
oscerd commented on issue #2697: URL: https://github.com/apache/camel-k/issues/2697#issuecomment-945945205 But why are you using a kamelet not in the catalog? Is there a specific reason? There are kafka-source and kafka-not-secured-source to use ootb -- This is an automated message from

[GitHub] [camel-kamelets] nicolaferraro opened a new pull request #546: Create an MQTT sink

2021-10-18 Thread GitBox
nicolaferraro opened a new pull request #546: URL: https://github.com/apache/camel-kamelets/pull/546 Fix #544 -- 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-k] astefanutti edited a comment on issue #2697: panic: runtime error: invalid memory address or nil pointer dereference when running a simple integration

2021-10-18 Thread GitBox
astefanutti edited a comment on issue #2697: URL: https://github.com/apache/camel-k/issues/2697#issuecomment-946006376 @clabautdidier could you provide the output of `kamel dump -n camel-k-didier`, and also of `oc get is -n camel-k-didier --all -o yaml` and `oc get

[GitHub] [camel-kafka-connector] arjun180 commented on issue #1263: UseDefaultCredentials Provider doesn't recognize web identity token file

2021-10-18 Thread GitBox
arjun180 commented on issue #1263: URL: https://github.com/apache/camel-kafka-connector/issues/1263#issuecomment-946013913 Hi @oscerd - Sorry for the delay. I added the STS jar. Now my Kafka-connect yaml looks like : ``` apiVersion: kafka.strimzi.io/v1beta2 kind:

[GitHub] [camel-quarkus] zbendhiba commented on pull request #3196: Don't merge please - WIP - Dummy test

2021-10-18 Thread GitBox
zbendhiba commented on pull request #3196: URL: https://github.com/apache/camel-quarkus/pull/3196#issuecomment-946105428 I want to check if CI fails. No need to review -- 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] zbendhiba opened a new pull request #3196: Don't merge please - WIP - Dummy test

2021-10-18 Thread GitBox
zbendhiba opened a new pull request #3196: URL: https://github.com/apache/camel-quarkus/pull/3196 -- 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] 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-946124416 There are some complications: references to 2.0.0 from camel-k, both latest and 1.4. I think that: - camel-quarkus main (latest) refers to unreleased code and should

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

2021-10-18 Thread GitBox
ludovic-boutros commented on pull request #6292: URL: https://github.com/apache/camel/pull/6292#issuecomment-946128180 Okay, thank you for the reviews. I've made the requested changes. I've used separated classes and let `commitSync` function as deprecated in order to prevent hard

[GitHub] [camel-quarkus] zbendhiba commented on issue #3189: [camel-main]atlasmap integration tests failed in native mode caused by atlasmap version bump(from 2.2.3 to 2.3.x)

2021-10-18 Thread GitBox
zbendhiba commented on issue #3189: URL: https://github.com/apache/camel-quarkus/issues/3189#issuecomment-94562 **Current status :** Not done with this one. At the first step, I looked at ClassLoader, but notthing war broken there. I had to add some conf locally to get some

[GitHub] [camel-k] astefanutti closed issue #2698: Stale bot action failing

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

2021-10-18 Thread GitBox
astefanutti merged pull request #2699: URL: https://github.com/apache/camel-k/pull/2699 -- 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] clabautdidier commented on issue #2697: panic: runtime error: invalid memory address or nil pointer dereference when running a simple integration

2021-10-18 Thread GitBox
clabautdidier commented on issue #2697: URL: https://github.com/apache/camel-k/issues/2697#issuecomment-945941541 The crashing doesn't just happen in this case, also when I create a Knative channel and create a Groovy script that writes to that, the operator crashes 5 times and then puts

[GitHub] [camel] orpiske opened a new pull request #6299: (chores) camel-ftp: replace some Thread.sleep calls with awaitility

2021-10-18 Thread GitBox
orpiske opened a new pull request #6299: URL: https://github.com/apache/camel/pull/6299 -- 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] astefanutti commented on issue #2697: panic: runtime error: invalid memory address or nil pointer dereference when running a simple integration

2021-10-18 Thread GitBox
astefanutti commented on issue #2697: URL: https://github.com/apache/camel-k/issues/2697#issuecomment-946006376 @clabautdidier could you provide the output of `kamel dump -n camel-k-didier`, and also of `oc get is -n camel-k-didier --all` and `oc get buildconfigs.build.openshift.io -n

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

2021-10-18 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 56a28d3 Updated CHANGELOG.md 56a28d3 is

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

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

[GitHub] [camel-kafka-connector] oscerd commented on issue #1263: UseDefaultCredentials Provider doesn't recognize web identity token file

2021-10-18 Thread GitBox
oscerd commented on issue #1263: URL: https://github.com/apache/camel-kafka-connector/issues/1263#issuecomment-946360426 I don't think you can do in that way, you need to build a tar.gz connector self-containing STS jar in the same folder, so in the plugin path you'll have a directory

[GitHub] [camel-kafka-connector] oscerd commented on issue #1272: Using kinesis sink with STS assumeRole credentials?

2021-10-18 Thread GitBox
oscerd commented on issue #1272: URL: https://github.com/apache/camel-kafka-connector/issues/1272#issuecomment-946364589 You can use the credential provider chain of all the AWS Client, by enabling the defaultCredentialProvider option and adding the correct jars in an extended connector.

[camel] 02/03: CAMEL-17102: camel-core - EventNotifier for CamelContextInitializing/Initiazed should fire even if the notifier has not been fully started.

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 d7f29e9c39be08280ae46ac4682444a7e1c8a854 Author: Claus Ibsen AuthorDate: Tue Oct 19 07:34:39 2021 +0200

[camel] 01/03: Regen

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 2e8676861ef5488fdea285d3c2011254e4e54cc8 Author: Claus Ibsen AuthorDate: Mon Oct 18 16:36:24 2021 +0200 Regen ---

[camel] branch main updated (b979c10 -> 896c08d)

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 b979c10 (chores) camel-activemq: cleaned up tests to avoid Thread.sleep calls new 2e86768 Regen new

[camel] 03/03: CAMEL-17102: camel-core - EventNotifier for CamelContextInitializing/Initiazed should fire even if the notifier has not been fully started.

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 896c08d99912ddbed796d10fd1ac5d5fe66c6b49 Author: Claus Ibsen AuthorDate: Tue Oct 19 07:38:22 2021 +0200

[camel] branch main updated: Use latest localstack image 0.12.19.1

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 478e4ff Use latest localstack image 0.12.19.1

[GitHub] [camel-k] tadayosi opened a new pull request #2700: CI test dump improvements

2021-10-18 Thread GitBox
tadayosi opened a new pull request #2700: URL: https://github.com/apache/camel-k/pull/2700 - Make CI dump services and routes (for OpenShift) on test failures - Remove lenghty `managedFields` from dump for log readability **Release Note** ```release-note

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

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

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

2021-10-18 Thread GitBox
oscerd merged pull request #390: URL: https://github.com/apache/camel-spring-boot/pull/390 -- 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] zbendhiba closed pull request #3196: Don't merge please - WIP - Dummy test

2021-10-18 Thread GitBox
zbendhiba closed pull request #3196: URL: https://github.com/apache/camel-quarkus/pull/3196 -- 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] 02/02: Sync deps and fix formatting

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 commit f175b6f4f13992d87e9a3b8c04f9ead1f4b9a2a7 Author: Andrea Cosentino AuthorDate: Tue Oct 19 07:40:40 2021 +0200 Sync

[camel] branch main updated (896c08d -> f175b6f)

2021-10-18 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 896c08d CAMEL-17102: camel-core - EventNotifier for CamelContextInitializing/Initiazed should fire even if the

[camel] 01/02: Upgrade AWS SDK v2 to version 2.17.62

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 commit e1b284e8a091937e9eeab0c86194bf67cc4738c9 Author: Andrea Cosentino AuthorDate: Tue Oct 19 06:31:22 2021 +0200

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

2021-10-18 Thread GitBox
oscerd commented on issue #2697: URL: https://github.com/apache/camel-k/issues/2697#issuecomment-945963056 I personally never faced something like that error before. Can you try with the original kamelet from the catalog? -- This is an automated message from the Apache Git Service. To

[camel-k] branch main updated (a1e5530 -> 7d34fd6)

2021-10-18 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git. from a1e5530 fix: Round meta.Time fields to second precision as they are marshalled in RFC3339 format add

[camel-website] branch main updated: [Blog] VS Code Camel Language support 0.1.0 announcement

2021-10-18 Thread zregvart
This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git The following commit(s) were added to refs/heads/main by this push: new 5c1474c [Blog] VS Code Camel Language

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

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

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #2926: [CI] - Quarkus Main Branch Build Failure

2021-10-18 Thread GitBox
jamesnetherton opened a new issue #2926: URL: https://github.com/apache/camel-quarkus/issues/2926 This is a placeholder issue used by the [nightly sync workflow](https://github.com/apache/camel-quarkus/actions/workflows/quarkus-master-cron.yaml) for the

[GitHub] [camel-quarkus] zhfeng opened a new pull request #3198: Fix #3157 to make sure the brokers option is configured in native mode

2021-10-18 Thread GitBox
zhfeng opened a new pull request #3198: URL: https://github.com/apache/camel-quarkus/pull/3198 -- 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,

[GitHub] [camel-quarkus] zhfeng commented on issue #3157: URL to the Kafka brokers must be configured with the brokers option in native mode

2021-10-18 Thread GitBox
zhfeng commented on issue #3157: URL: https://github.com/apache/camel-quarkus/issues/3157#issuecomment-946317221 It's too late to registe the ```CamelBeanBuildItem``` in native mode due to the KafkaDevSerivce is avaiable in TEST mode. It's just running before the application starts. So we

[camel-spring-boot] branch automatic-periodic-sync updated (16e9965 -> befa4d2)

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 automatic-periodic-sync in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git. omit 16e9965 [create-pull-request] automated change add af1025f

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

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

[GitHub] [camel] zhfeng commented on pull request #6300: CAMEL-17105: Use isRollbackOnlyLast flag in TransactionErrorHandler

2021-10-18 Thread GitBox
zhfeng commented on pull request #6300: URL: https://github.com/apache/camel/pull/6300#issuecomment-946319806 @Braidner can you squash your commits into one ? And if we change to use ``` ``` in error-handler, is there any different behavior ? -- This is an automated message

[GitHub] [camel-quarkus] ppalaga opened a new pull request #3197: Documentation and metadata improvements

2021-10-18 Thread GitBox
ppalaga opened a new pull request #3197: URL: https://github.com/apache/camel-quarkus/pull/3197 Fix #3195 Fix #3194 Fix #3193 Fix #3192 -- 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

[camel-website] branch asf-site updated (1106edc -> 7501484)

2021-10-18 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/camel-website.git. discard 1106edc Website updated to 5c1474cef7ca9926c38c7a59cc0132d5809544d2 discard 194d7fe Website

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

2021-10-18 Thread GitBox
ludovic-boutros commented on pull request #6292: URL: https://github.com/apache/camel/pull/6292#issuecomment-946144771 Checks are failing here but are passing on my machine. An idea why @orpiske @oscerd @davsclaus ? Same on the other PR. -- This is an automated message from the

[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-946151396 It's not related to your PR. It is coming from another commit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[camel] 01/02: Upgrade Box Java to version 2.57.0

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 commit 560163b1e39107879d0adeba840b7220019e9719 Author: Andrea Cosentino AuthorDate: Tue Oct 19 07:55:59 2021 +0200

[camel] branch main updated (478e4ff -> df11636)

2021-10-18 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 478e4ff Use latest localstack image 0.12.19.1 new 560163b Upgrade Box Java to version 2.57.0 new

[camel] 02/02: Sync deps

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 commit df1163628bcb6e48db4258b3d9f834d24c25f266 Author: Andrea Cosentino AuthorDate: Tue Oct 19 07:58:12 2021 +0200 Sync

[GitHub] [camel-quarkus] ppalaga commented on issue #3115: Could not find io.netty:netty-tcnative-boringssl-static

2021-10-18 Thread GitBox
ppalaga commented on issue #3115: URL: https://github.com/apache/camel-quarkus/issues/3115#issuecomment-945442355 > We should maybe investigate trying to cut out tcnative, but it leads to some native compilation issues. Have you tried that already? I have not realized until now that

[camel-karaf] branch main updated: CAMEL-17099 - Upgrade to Jackson 2.13.x

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-karaf.git The following commit(s) were added to refs/heads/main by this push: new d8b438b CAMEL-17099 - Upgrade to Jackson

[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 77db847 CAMEL-16861: Cleanup and update EIP docs

[camel] branch regen_bot updated (2533ab7 -> 5e51710)

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 2533ab7 CAMEL-17098: Upgrade to CXF 3.4.5 add b5e39b4 Upgrade AWS SDK v2 to version 2.17.61 add

[camel-k] branch main updated (22b65a7 -> 0aa37b4)

2021-10-18 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git. from 22b65a7 Updated CHANGELOG.md new 81ffb1a Kamel CLI help test was added new 58a1c00 Kamel CLI

[camel-k] 04/04: Kamel CLI describe test was added

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 commit 0aa37b401e0d326356da7edd42be57f9979ac02a Author: mmajerni AuthorDate: Fri Mar 26 10:57:49 2021 +0100 Kamel CLI

[GitHub] [camel-k] astefanutti merged pull request #2680: [TEST] Missing cli tests were added

2021-10-18 Thread GitBox
astefanutti merged pull request #2680: URL: https://github.com/apache/camel-k/pull/2680 -- 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] astefanutti commented on pull request #2680: [TEST] Missing cli tests were added

2021-10-18 Thread GitBox
astefanutti commented on pull request #2680: URL: https://github.com/apache/camel-k/pull/2680#issuecomment-945417892 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

[camel-k] 03/04: Kamel CLI dump test was added

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 commit c9f0dd385d09cd56df9f16466a7181451e80ab76 Author: Vladislav Sokolovskii AuthorDate: Mon Jun 28 21:50:08 2021 +0300

[camel-k] 02/04: Kamel CLI version test was added

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 commit 58a1c00698c52cebfec4b931f268cdd45e43cb0a Author: Vladislav Sokolovskii AuthorDate: Mon Jun 28 13:49:16 2021 +0300

[camel-k] 01/04: Kamel CLI help test was added

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 commit 81ffb1a9a4a7c481cc54a9dfe2f3850aeb83c2ed Author: Vladislav Sokolovskii AuthorDate: Fri Jun 25 14:58:54 2021 +0300

[GitHub] [camel-quarkus] jamesnetherton merged pull request #3188: Remove quarkiverse-google-cloud-services dependencies

2021-10-18 Thread GitBox
jamesnetherton merged pull request #3188: URL: https://github.com/apache/camel-quarkus/pull/3188 -- 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: Remove quarkiverse-google-cloud-services dependencies

2021-10-18 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-quarkus.git The following commit(s) were added to refs/heads/main by this push: new 64e5736 Remove

[GitHub] [camel-quarkus] jamesnetherton commented on pull request #3188: Remove quarkiverse-google-cloud-services dependencies

2021-10-18 Thread GitBox
jamesnetherton commented on pull request #3188: URL: https://github.com/apache/camel-quarkus/pull/3188#issuecomment-945419934 Thanks for the feedback. Seems the general consensus is that we go ahead and merge this  -- This is an automated message from the Apache Git Service. To

[camel-website] branch asf-site updated (e5b9579 -> c071012)

2021-10-18 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/camel-website.git. discard e5b9579 Website updated to e5cb1d5b93f0d23877bd0a7083fcfed7eaaf7b63 discard 9fb9656 Website

[camel] branch regen_bot updated (5e51710 -> cb52979)

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 5e51710 Sync deps add 3c9513e Upgrade JGit to version 5.13.0.202109080827-r add cb52979 Sync deps

[GitHub] [camel] orpiske opened a new pull request #6296: (chores) camel-ribbon: use dynamic ports to prevent test failures

2021-10-18 Thread GitBox
orpiske opened a new 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:

[GitHub] [camel-quarkus] zbendhiba commented on issue #3189: [camel-main]atlasmap integration tests failed in native mode caused by atlasmap version bump(from 2.2.3 to 2.3.x)

2021-10-18 Thread GitBox
zbendhiba commented on issue #3189: URL: https://github.com/apache/camel-quarkus/issues/3189#issuecomment-945683220 maybe we should ? -- 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

[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 f4dd63e CAMEL-16861: Cleanup and update EIP docs

[camel-performance-tests] 01/02: Added a Minio to Kafka profiling example

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 in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git commit 478de96fc987340d7adb7a40f81777671acc2d89 Author: Andrea Cosentino AuthorDate: Mon Oct 18

[camel-performance-tests] branch minio-kafka created (now 55ff4d5)

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 in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git. at 55ff4d5 Minio to Kafka added to POM This branch includes the following new commits:

[camel-performance-tests] 02/02: Minio to Kafka added to POM

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 in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git commit 55ff4d5488d5691fcc6c7d11c6a66108f5cb8d1e Author: Andrea Cosentino AuthorDate: Mon Oct 18

[camel-performance-tests] branch main updated (90dfe98 -> 4ddc289)

2021-10-18 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-performance-tests.git. from 90dfe98 Postgresql Kafka renamed in POM new 68137e4 Added a Minio to Kafka profiling

[camel-performance-tests] 02/02: Minio to Kafka added to POM

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 commit 4ddc289a5010e96995787a9c44c4ab0659e15a46 Author: Andrea Cosentino AuthorDate: Mon Oct 18 14:39:43

[camel-performance-tests] 01/02: Added a Minio to Kafka profiling example

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 commit 68137e445c30c152c2117c45a9f55123580406b6 Author: Andrea Cosentino AuthorDate: Mon Oct 18 14:39:18

[GitHub] [camel-performance-tests] oscerd merged pull request #44: Minio kafka profiling example

2021-10-18 Thread GitBox
oscerd merged pull request #44: URL: https://github.com/apache/camel-performance-tests/pull/44 -- 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] Croway commented on pull request #6295: Camel 17081

2021-10-18 Thread GitBox
Croway commented on pull request #6295: URL: https://github.com/apache/camel/pull/6295#issuecomment-945676139 @oscerd sure, I squashed commits. -- 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

[GitHub] [camel-quarkus] zbendhiba commented on issue #2872: [Quarkus 2.4] Example with kafka + Oauth2 needs the stimzi Oauth client

2021-10-18 Thread GitBox
zbendhiba commented on issue #2872: URL: https://github.com/apache/camel-quarkus/issues/2872#issuecomment-945680194 @ppalaga where did you get the info it would be shipped in 2.4 ? Does 2.4.0.Final differ a lot from 2.4.0.CR1 ? -- This is an automated message from the Apache Git

[GitHub] [camel-quarkus] zbendhiba edited a comment on issue #2872: [Quarkus 2.4] Example with kafka + Oauth2 needs the stimzi Oauth client

2021-10-18 Thread GitBox
zbendhiba edited a comment on issue #2872: URL: https://github.com/apache/camel-quarkus/issues/2872#issuecomment-945680194 @ppalaga where did you get the info it would be shipped in 2.4 ? Does 2.4.0.Final differs a lot from 2.4.0.CR1 ? -- This is an automated message from the Apache Git

[GitHub] [camel-quarkus] zbendhiba opened a new issue #2872: [Quarkus 2.4] Example with kafka + Oauth2 needs the stimzi Oauth client

2021-10-18 Thread GitBox
zbendhiba opened a new issue #2872: URL: https://github.com/apache/camel-quarkus/issues/2872 Add the needed extension for the example, as explained here https://quarkus.io/guides/kafka#authenticating-with-oauth -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [camel-quarkus] zbendhiba removed a comment on issue #2872: [Quarkus 2.4] Example with kafka + Oauth2 needs the stimzi Oauth client

2021-10-18 Thread GitBox
zbendhiba removed a comment on issue #2872: URL: https://github.com/apache/camel-quarkus/issues/2872#issuecomment-945680343 > @ppalaga where did you get the info it would be shipped in 2.4 ? Does 2.4.0.Final differ a lot from 2.4.0.CR1 ? -- This is an automated message from the

[GitHub] [camel-quarkus] zbendhiba commented on issue #2872: [Quarkus 2.4] Example with kafka + Oauth2 needs the stimzi Oauth client

2021-10-18 Thread GitBox
zbendhiba commented on issue #2872: URL: https://github.com/apache/camel-quarkus/issues/2872#issuecomment-945680343 > @ppalaga where did you get the info it would be shipped in 2.4 ? Does 2.4.0.Final differ a lot from 2.4.0.CR1 ? -- This is an automated message from the Apache

[GitHub] [camel-quarkus] zbendhiba closed issue #2872: [Quarkus 2.4] Example with kafka + Oauth2 needs the stimzi Oauth client

2021-10-18 Thread GitBox
zbendhiba closed issue #2872: URL: https://github.com/apache/camel-quarkus/issues/2872 -- 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] zbendhiba commented on issue #3189: [camel-main]atlasmap integration tests failed in native mode caused by atlasmap version bump(from 2.2.3 to 2.3.x)

2021-10-18 Thread GitBox
zbendhiba commented on issue #3189: URL: https://github.com/apache/camel-quarkus/issues/3189#issuecomment-945682742 I was already investigating. I do not necessary open issues for camel-main. -- This is an automated message from the Apache Git Service. To respond to the message, please

[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-945700750 I was wondering - what OS are you on @aldettinger @zbendhiba ? Maybe it can be OS related as it is running on Ubuntu? (just a wild guess) -- This is an automated

[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-945712044 As far as I remember, we are running on RHEL 7 and RHEL 8 and the test passes on our machines. CI builds seem to occur on Ubuntu 20.04.3. -- This is an automated

[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-945715073 Thank you @aldettinger . I'll attempt to run it on Ubuntu -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[camel] branch main updated: Restore RemoteProducerIT test

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 8f82205 Restore RemoteProducerIT test 8f82205

[GitHub] [camel] oscerd merged pull request #6295: Camel 17081

2021-10-18 Thread GitBox
oscerd merged pull request #6295: URL: https://github.com/apache/camel/pull/6295 -- 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] oscerd commented on pull request #6295: Camel 17081

2021-10-18 Thread GitBox
oscerd commented on pull request #6295: URL: https://github.com/apache/camel/pull/6295#issuecomment-945718920 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

[camel] 01/02: 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 commit ba3f24e8eddc872e053b1a432979d69b23e2db8d Author: Claus Ibsen AuthorDate: Mon Oct 18 14:45:12 2021 +0200

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

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 8f82205 Restore RemoteProducerIT test new ba3f24e CAMEL-16861: Cleanup and update EIP docs new 8baecff

[camel] 02/02: 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 commit 8baecff964ce4b8430cdebfab85f729e8e8db4cb Author: Claus Ibsen AuthorDate: Mon Oct 18 14:45:22 2021 +0200

[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-945594364 Hey @oscerd, do you know if by any chance there is some setting to be applied on the repo for the stale bot to take over? it seems that applying the configuration is not

[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-945604276 But I noticed there two stale.yaml file in .github folder -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

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

2021-10-18 Thread GitBox
jamesnetherton closed issue #3131: URL: https://github.com/apache/camel-quarkus/issues/3131 -- 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:

  1   2   >