[GitHub] [camel-quarkus] jamesnetherton commented on pull request #1272: Add missing security configuration to azure test #1269

2020-05-28 Thread GitBox
jamesnetherton commented on pull request #1272: URL: https://github.com/apache/camel-quarkus/pull/1272#issuecomment-635795687 @lburgazzoli Yeah I was just about to suggest that. It's probably better to do something like this in `AzureProcessor`: ``` @BuildStep Extension

[GitHub] [camel-quarkus] lburgazzoli commented on pull request #1272: Add missing security configuration to azure test #1269

2020-05-28 Thread GitBox
lburgazzoli commented on pull request #1272: URL: https://github.com/apache/camel-quarkus/pull/1272#issuecomment-635793480 @jamesnetherton do we need to add those bits to the ms extensions themselves ? This is an automated m

[camel] 01/03: Regen docs

2020-05-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit d195295be8ae9eecb48907f4fd462d2cb5150b8b Author: Andrea Cosentino AuthorDate: Fri May 29 08:04:16 2020 +0200 Reg

[camel] branch master updated (95de48a -> 33c1526)

2020-05-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git. from 95de48a [CAMEL-15124] error-handler-builder: allow to reference processors by name new d195295 Regen docs

[camel] 02/03: Upgrade AWS SDK v2 to version 2.13.26

2020-05-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 7ab83f232d5d30350f49afe84f8fc6851a4c2e06 Author: Andrea Cosentino AuthorDate: Fri May 29 08:04:41 2020 +0200 Upg

[GitHub] [camel-quarkus] galderz commented on issue #1269: Azure native test failure

2020-05-28 Thread GitBox
galderz commented on issue #1269: URL: https://github.com/apache/camel-quarkus/issues/1269#issuecomment-635789636 [PR](https://github.com/apache/camel-quarkus/pull/1272) with fix. This is an automated message from the Apache

[GitHub] [camel-quarkus] galderz opened a new pull request #1272: Add missing security configuration to azure test #1269

2020-05-28 Thread GitBox
galderz opened a new pull request #1272: URL: https://github.com/apache/camel-quarkus/pull/1272 Fix for https://github.com/apache/camel-quarkus/issues/1269. * Security provider needs to enabled and security extension needs adding.

[GitHub] [camel] zhfeng opened a new pull request #3869: CAMEL-14805: Fix the camel-dataset doInit issue

2020-05-28 Thread GitBox
zhfeng opened a new pull request #3869: URL: https://github.com/apache/camel/pull/3869 [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for the change (usually before you start working on it). Trivial changes like typos do not require a JIRA issue.

[camel-website] branch master updated: Update articles.md

2020-05-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git The following commit(s) were added to refs/heads/master by this push: new 63aafc8 Update articles.md 63aafc8 is

[camel-website] branch master updated: Update articles.md

2020-05-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git The following commit(s) were added to refs/heads/master by this push: new 63aafc8 Update articles.md 63aafc8 is

[camel-k-runtime] branch master updated: Polished

2020-05-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git The following commit(s) were added to refs/heads/master by this push: new 5f78e3b Polished 5f78e3b is describ

[camel-k] branch master updated: Polished

2020-05-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/master by this push: new c19e7fb Polished c19e7fb is described below

[GitHub] [camel-k] davsclaus merged pull request #1475: Uninstall all doc

2020-05-28 Thread GitBox
davsclaus merged pull request #1475: URL: https://github.com/apache/camel-k/pull/1475 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 t

[camel-k] branch master updated (09d1d7b -> fe0b4e1)

2020-05-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git. from 09d1d7b https://github.com/apache/camel-k-runtime/issues/224: refactor test to use cron component new 2037

[GitHub] [camel-quarkus] github-actions[bot] opened a new issue #1271: [CI] - Quarkus Master Branch Build Failure

2020-05-28 Thread GitBox
github-actions[bot] opened a new issue #1271: URL: https://github.com/apache/camel-quarkus/issues/1271 The [quarkus-master](https://github.com/apache/camel-quarkus/tree/quarkus-master) branch build is failing: * Build ID: 118561074-36-959a270a-de42-4e33-88df-4e64c9144809 * Camel

[GitHub] [camel-kafka-connector] saranyaeu2987 edited a comment on issue #251: Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.camel.kafkaconnector.CamelSinkConnectorC

2020-05-28 Thread GitBox
saranyaeu2987 edited a comment on issue #251: URL: https://github.com/apache/camel-kafka-connector/issues/251#issuecomment-635617286 Worked. Thanks a lot!!. BTW, I have this `camel.sink.url: aws-s3://selumalai-kafka-s3?keyName=${date:now:MMdd-HHmmssSSS}-${exchangeId}`

[GitHub] [camel-kafka-connector] saranyaeu2987 edited a comment on issue #251: Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.camel.kafkaconnector.CamelSinkConnectorC

2020-05-28 Thread GitBox
saranyaeu2987 edited a comment on issue #251: URL: https://github.com/apache/camel-kafka-connector/issues/251#issuecomment-635617286 Worked. Thanks a lot!!. BTW, I have this `camel.sink.url: aws-s3://selumalai-kafka-s3?keyName=${date:now:MMdd-HHmmssSSS}-${exchangeId}`

[GitHub] [camel-kafka-connector] saranyaeu2987 edited a comment on issue #251: Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.camel.kafkaconnector.CamelSinkConnectorC

2020-05-28 Thread GitBox
saranyaeu2987 edited a comment on issue #251: URL: https://github.com/apache/camel-kafka-connector/issues/251#issuecomment-635617286 Worked. Thanks a lot!!. BTW, I have this `camel.sink.url: aws-s3://selumalai-kafka-s3?keyName=${date:now:MMdd-HHmmssSSS}-${exchangeId}`

[GitHub] [camel-website] zregvart merged pull request #375: update:show correct microdata for different documentation versions

2020-05-28 Thread GitBox
zregvart merged pull request #375: URL: https://github.com/apache/camel-website/pull/375 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 g

[camel-website] branch master updated: update:show correct microdata for different documentation versions

2020-05-28 Thread zregvart
This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git The following commit(s) were added to refs/heads/master by this push: new 7ed94c6 update:show correct microdata

[GitHub] [camel-website] zregvart merged pull request #374: improve projects section on Front Page

2020-05-28 Thread GitBox
zregvart merged pull request #374: URL: https://github.com/apache/camel-website/pull/374 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 g

[camel-website] branch master updated: improve projects section on frontpage

2020-05-28 Thread zregvart
This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git The following commit(s) were added to refs/heads/master by this push: new d6ba8f3 improve projects section on fr

[GitHub] [camel-website] zregvart merged pull request #371: CAMEL-15118: Reformat the code at build time within the camel website

2020-05-28 Thread GitBox
zregvart merged pull request #371: URL: https://github.com/apache/camel-website/pull/371 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 g

[camel-website] branch master updated (548de70 -> da5e8e6)

2020-05-28 Thread zregvart
This is an automated email from the ASF dual-hosted git repository. zregvart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git. from 548de70 Align Quarkus extension badges to the left (#376) new 6ecd6a4 CAMEL-14578: Reformat files at

[camel-website] 02/03: update README to include instructions to use format

2020-05-28 Thread zregvart
This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git commit 235b517fff7032013471834e170754b2432e Author: Aemie AuthorDate: Mon May 25 17:22:04 2020 +0530 update R

[camel-website] 03/03: add formatting for css files within the antora-ui

2020-05-28 Thread zregvart
This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git commit da5e8e6fb6f8f99680d0a5c2ea3f2bf15e7d44bf Author: Aemie AuthorDate: Mon May 25 23:50:58 2020 +0530 add form

[camel-website] 01/03: CAMEL-14578: Reformat files at build time to force compliance with code standards

2020-05-28 Thread zregvart
This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git commit 6ecd6a4d49147f0867e1a1b5d28a7e068f0b37e2 Author: Aemie AuthorDate: Mon May 25 17:03:57 2020 +0530 CAMEL-14

[GitHub] [camel-kafka-connector] saranyaeu2987 commented on issue #251: Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.camel.kafkaconnector.CamelSinkConnectorConfig

2020-05-28 Thread GitBox
saranyaeu2987 commented on issue #251: URL: https://github.com/apache/camel-kafka-connector/issues/251#issuecomment-635617286 Worked. Thanks a lot!! This is an automated message from the Apache Git Service. To respond to the

[GitHub] [camel-k] ipolyzos commented on issue #1465: Kamel uninstall leftovers

2020-05-28 Thread GitBox
ipolyzos commented on issue #1465: URL: https://github.com/apache/camel-k/issues/1465#issuecomment-635597067 @nicolaferraro a provisional change in the docs issued with PR #1475, if you could please review it would be great ---

[GitHub] [camel-k] ipolyzos opened a new pull request #1475: Uninstall all doc

2020-05-28 Thread GitBox
ipolyzos opened a new pull request #1475: URL: https://github.com/apache/camel-k/pull/1475 Update the documentation for the **uninstall** command as per #1445 to reflect changes in #1465 This is an automated message fro

[GitHub] [camel-kafka-connector] valdar edited a comment on issue #251: Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.camel.kafkaconnector.CamelSinkConnectorConfig

2020-05-28 Thread GitBox
valdar edited a comment on issue #251: URL: https://github.com/apache/camel-kafka-connector/issues/251#issuecomment-635581271 @saranyaeu2987 can you please try with this Docker file: ```FROM strimzi/kafka:0.18.0-kafka-2.5.0 USER root:root COPY ./my-plugins/ /opt/kafka/plugins/camel

[GitHub] [camel-kafka-connector] valdar edited a comment on issue #251: Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.camel.kafkaconnector.CamelSinkConnectorConfig

2020-05-28 Thread GitBox
valdar edited a comment on issue #251: URL: https://github.com/apache/camel-kafka-connector/issues/251#issuecomment-635581271 @saranyaeu2987 can you please try with this Docker file: ``` FROM strimzi/kafka:0.18.0-kafka-2.5.0 USER root:root COPY ./my-plugins/ /opt/kafka/plugins/c

[GitHub] [camel-kafka-connector] valdar commented on issue #251: Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.camel.kafkaconnector.CamelSinkConnectorConfig

2020-05-28 Thread GitBox
valdar commented on issue #251: URL: https://github.com/apache/camel-kafka-connector/issues/251#issuecomment-635581271 @saranyaeu2987 can you please try with this dockerfile: ```FROM strimzi/kafka:0.18.0-kafka-2.5.0 USER root:root COPY ./my-plugins/ /opt/kafka/plugins/camel-aws-s3/

[GitHub] [camel-kafka-connector] Nayananga closed pull request #185: Added Salesforce source connector properties file

2020-05-28 Thread GitBox
Nayananga closed pull request #185: URL: https://github.com/apache/camel-kafka-connector/pull/185 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [camel] AemieJ commented on pull request #3860: CAMEL-14910: Bundling of the heavily distributed components

2020-05-28 Thread GitBox
AemieJ commented on pull request #3860: URL: https://github.com/apache/camel/pull/3860#issuecomment-635533914 See, we used summary and group majorly for index listing in future so we could auto generate the list in summary group, so while checking you just required the need for childAttrib

[GitHub] [camel] gnodet merged pull request #3868: [CAMEL-15124] error-handler-builder: allow to reference processors by…

2020-05-28 Thread GitBox
gnodet merged pull request #3868: URL: https://github.com/apache/camel/pull/3868 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 master updated (cbe77ef -> 95de48a)

2020-05-28 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git. from cbe77ef CAMEL-15120: camel-jslt - Use headers as variables in the jslt component (#3861) add 95de48a [CAMEL-15

[GitHub] [camel] AemieJ removed a comment on pull request #3860: CAMEL-14910: Bundling of the heavily distributed components

2020-05-28 Thread GitBox
AemieJ removed a comment on pull request #3860: URL: https://github.com/apache/camel/pull/3860#issuecomment-635524516 Alright, I got what you meant, it wasn't clear from before. I will include the summary pages with basic styling as the other summary pages as of now to maintain the listing

[GitHub] [camel] AemieJ edited a comment on pull request #3860: CAMEL-14910: Bundling of the heavily distributed components

2020-05-28 Thread GitBox
AemieJ edited a comment on pull request #3860: URL: https://github.com/apache/camel/pull/3860#issuecomment-635524516 Alright, I got what you meant, it wasn't clear from before. I will include the summary pages with basic styling as the other summary pages as of now to maintain the listing.

[GitHub] [camel] AemieJ commented on pull request #3860: CAMEL-14910: Bundling of the heavily distributed components

2020-05-28 Thread GitBox
AemieJ commented on pull request #3860: URL: https://github.com/apache/camel/pull/3860#issuecomment-635524516 Alright, I got what you meant, it wasn't clear from before. I will include the summary pages with basic styling as the other summary pages as of now to maintain the listing.

[GitHub] [camel] djencks commented on pull request #3860: CAMEL-14910: Bundling of the heavily distributed components

2020-05-28 Thread GitBox
djencks commented on pull request #3860: URL: https://github.com/apache/camel/pull/3860#issuecomment-635522339 - You are still reading the file twice sometimes. I was thinking of replacing ``` if (summaryGroup != null || group != null) return true; return false; ``` wit

[GitHub] [camel] AemieJ edited a comment on pull request #3860: CAMEL-14910: Bundling of the heavily distributed components

2020-05-28 Thread GitBox
AemieJ edited a comment on pull request #3860: URL: https://github.com/apache/camel/pull/3860#issuecomment-635499937 @djencks I modified the gulpfile to include `checkAttributeExistence()` and thus it resulted in removal of `isChildAttribute()` function as it isn't required based on the lo

[GitHub] [camel] AemieJ commented on pull request #3860: CAMEL-14910: Bundling of the heavily distributed components

2020-05-28 Thread GitBox
AemieJ commented on pull request #3860: URL: https://github.com/apache/camel/pull/3860#issuecomment-635499937 @djencks I modified the gulpfile to include `checkAttributeExistence()` and thus it resulted in removal of `isChildAttribute()` function as it isn't required based on the logic the

[GitHub] [camel-kafka-connector] saranyaeu2987 edited a comment on issue #251: Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.camel.kafkaconnector.CamelSinkConnectorC

2020-05-28 Thread GitBox
saranyaeu2987 edited a comment on issue #251: URL: https://github.com/apache/camel-kafka-connector/issues/251#issuecomment-635489774 @oscerd Here is my kafkaconnect Strimzi deployment yaml file ``` apiVersion: kafka.strimzi.io/v1beta1 kind: KafkaConnect metadata: na

[GitHub] [camel] AemieJ commented on pull request #3860: CAMEL-14910: Bundling of the heavily distributed components

2020-05-28 Thread GitBox
AemieJ commented on pull request #3860: URL: https://github.com/apache/camel/pull/3860#issuecomment-635490536 I realized, I made the mistake for two of the group files and omitted the space. About your third point you mentioned, I made changes to the files within the components src

[GitHub] [camel-kafka-connector] saranyaeu2987 commented on issue #251: Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.camel.kafkaconnector.CamelSinkConnectorConfig

2020-05-28 Thread GitBox
saranyaeu2987 commented on issue #251: URL: https://github.com/apache/camel-kafka-connector/issues/251#issuecomment-635489774 Here is my kafkaconnect Strimzi deployment yaml file ``` apiVersion: kafka.strimzi.io/v1beta1 kind: KafkaConnect metadata: name: my-connect-clus

[GitHub] [camel-kafka-connector] oscerd commented on issue #251: Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.camel.kafkaconnector.CamelSinkConnectorConfig

2020-05-28 Thread GitBox
oscerd commented on issue #251: URL: https://github.com/apache/camel-kafka-connector/issues/251#issuecomment-635487607 Can you please show your configuration file? This is an automated message from the Apache Git Service. To

[GitHub] [camel-kafka-connector] saranyaeu2987 opened a new issue #251: Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.camel.kafkaconnector.CamelSinkConnectorConfig

2020-05-28 Thread GitBox
saranyaeu2987 opened a new issue #251: URL: https://github.com/apache/camel-kafka-connector/issues/251 I am trying to run camel-kafka-connector in my minikube and Strimzi but getting Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.camel.kafkaconnector.C

[GitHub] [camel-kafka-connector] oscerd commented on pull request #185: Added Salesforce source connector properties file

2020-05-28 Thread GitBox
oscerd commented on pull request #185: URL: https://github.com/apache/camel-kafka-connector/pull/185#issuecomment-635462379 We merged an integration test today. I think this PR could be closed This is an automated message fr

[GitHub] [camel-quarkus] galderz commented on issue #1269: Azure native test failure

2020-05-28 Thread GitBox
galderz commented on issue #1269: URL: https://github.com/apache/camel-quarkus/issues/1269#issuecomment-635455998 Fixed the test, needed extra config and adding security extension. I'll send a PR tomorrow. This is an automat

[GitHub] [camel-k] astefanutti commented on a change in pull request #1474: fix: Use platform HTTP server in REST DSL example

2020-05-28 Thread GitBox
astefanutti commented on a change in pull request #1474: URL: https://github.com/apache/camel-k/pull/1474#discussion_r431930915 ## File path: examples/routes-rest.js ## @@ -17,13 +17,9 @@ // // To run this integrations use: // -// kamel run --name=withrest --dependency=c

[GitHub] [camel-k] astefanutti commented on a change in pull request #1474: fix: Use platform HTTP server in REST DSL example

2020-05-28 Thread GitBox
astefanutti commented on a change in pull request #1474: URL: https://github.com/apache/camel-k/pull/1474#discussion_r431929871 ## File path: examples/routes-rest.js ## @@ -17,13 +17,9 @@ // // To run this integrations use: // -// kamel run --name=withrest --dependency=c

[GitHub] [camel-k] astefanutti commented on a change in pull request #1474: fix: Use platform HTTP server in REST DSL example

2020-05-28 Thread GitBox
astefanutti commented on a change in pull request #1474: URL: https://github.com/apache/camel-k/pull/1474#discussion_r431929412 ## File path: examples/routes-rest.js ## @@ -17,13 +17,9 @@ // // To run this integrations use: // -// kamel run --name=withrest --dependency=c

[GitHub] [camel-k] nicolaferraro commented on a change in pull request #1474: fix: Use platform HTTP server in REST DSL example

2020-05-28 Thread GitBox
nicolaferraro commented on a change in pull request #1474: URL: https://github.com/apache/camel-k/pull/1474#discussion_r431923354 ## File path: examples/routes-rest.js ## @@ -17,13 +17,9 @@ // // To run this integrations use: // -// kamel run --name=withrest --dependency

[GitHub] [camel-quarkus] galderz commented on issue #1269: Azure native test failure

2020-05-28 Thread GitBox
galderz commented on issue #1269: URL: https://github.com/apache/camel-quarkus/issues/1269#issuecomment-635417517 Created https://github.com/quarkusio/quarkus/issues/9664 to track the issue on Quarkus' side with security configuration. -

[GitHub] [camel-k] astefanutti opened a new pull request #1474: fix: Use platform HTTP server in REST DSL example

2020-05-28 Thread GitBox
astefanutti opened a new pull request #1474: URL: https://github.com/apache/camel-k/pull/1474 **Release Note** ```release-note NONE ``` This is an automated message from the Apache Git Service. To respond to the

[GitHub] [camel] djencks commented on pull request #3860: CAMEL-14910: Bundling of the heavily distributed components

2020-05-28 Thread GitBox
djencks commented on pull request #3860: URL: https://github.com/apache/camel/pull/3860#issuecomment-635410111 - I think for files that are not summary files, your code reads the file twice, first to determine it's not a summary page, and second to determine if it is in a group. You could

[GitHub] [camel-quarkus] galderz commented on issue #1269: Azure native test failure

2020-05-28 Thread GitBox
galderz commented on issue #1269: URL: https://github.com/apache/camel-quarkus/issues/1269#issuecomment-635405568 Ah I see, that would explain. I think Quarkus security config is missing but not only is the [docu](https://quarkus.io/guides/security) inconsistent, none of the properties wor

[GitHub] [camel] gnodet opened a new pull request #3868: [CAMEL-15124] error-handler-builder: allow to reference processors by…

2020-05-28 Thread GitBox
gnodet opened a new pull request #3868: URL: https://github.com/apache/camel/pull/3868 … name [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for the change (usually before you start working on it). Trivial changes like typos do not require

[GitHub] [camel-quarkus] jamesnetherton commented on issue #1269: Azure native test failure

2020-05-28 Thread GitBox
jamesnetherton commented on issue #1269: URL: https://github.com/apache/camel-quarkus/issues/1269#issuecomment-635400896 BTW the integration test used to be suppressed because it required access to Azure. I recently tweaked things to use Azurite for testing, so maybe that's why you did not

[GitHub] [camel-quarkus] galderz commented on issue #1269: Azure native test failure

2020-05-28 Thread GitBox
galderz commented on issue #1269: URL: https://github.com/apache/camel-quarkus/issues/1269#issuecomment-635396902 I've seen this test pass about 1/2 months ago, so something recent change must have caused this. Looking. This

[GitHub] [camel-quarkus] galderz commented on issue #1269: Azure native test failure

2020-05-28 Thread GitBox
galderz commented on issue #1269: URL: https://github.com/apache/camel-quarkus/issues/1269#issuecomment-635395434 Thx @jamesnetherton. I've tried to add the following to `camel-quarkus/integration-tests/azure/src/main/resources/application.properties`, but didn't work: ```

[camel-k] 02/04: https://github.com/apache/camel-k-runtime/issues/224: add e2e cron quarkus tests

2020-05-28 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 4358e1cefd2438682b7f719a38c5aa0a8f587bd3 Author: Nicola Ferraro AuthorDate: Wed May 20 14:08:12 2020 +0200 https

[GitHub] [camel-k] nicolaferraro merged pull request #1460: Make cron work on quarkus runtime

2020-05-28 Thread GitBox
nicolaferraro merged pull request #1460: URL: https://github.com/apache/camel-k/pull/1460 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-k] branch master updated (5d1436f -> 09d1d7b)

2020-05-28 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git. from 5d1436f Update pkg/cmd/uninstall_test.go new bd8fc7b https://github.com/apache/camel-k-runtime/issues/224:

[camel-k] 04/04: https://github.com/apache/camel-k-runtime/issues/224: refactor test to use cron component

2020-05-28 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 09d1d7be52a09d4bd554825de618910e2acc8b98 Author: Nicola Ferraro AuthorDate: Thu May 28 15:15:17 2020 +0200 https

[camel-k] 03/04: https://github.com/apache/camel-k-runtime/issues/224: fix failing test

2020-05-28 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 3f0014c0bb52b9f7d8def3c68fda77ed9dea266e Author: Nicola Ferraro AuthorDate: Wed May 20 15:17:45 2020 +0200 https

[camel-k] 01/04: https://github.com/apache/camel-k-runtime/issues/224: enable cron capability in quarkus

2020-05-28 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git commit bd8fc7b82787470343fb47b666cd6045b5643441 Author: Nicola Ferraro AuthorDate: Wed May 20 14:03:02 2020 +0200 https

[GitHub] [camel] davsclaus commented on pull request #3861: CAMEL-15120: camel-jslt - Use headers as variables in the jslt component

2020-05-28 Thread GitBox
davsclaus commented on pull request #3861: URL: https://github.com/apache/camel/pull/3861#issuecomment-635382237 Yeah a new PR is fine (no JIRA needed) This is an automated message from the Apache Git Service. To respond to t

[GitHub] [camel] davsclaus merged pull request #3861: CAMEL-15120: camel-jslt - Use headers as variables in the jslt component

2020-05-28 Thread GitBox
davsclaus merged pull request #3861: URL: https://github.com/apache/camel/pull/3861 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] branch master updated: CAMEL-15120: camel-jslt - Use headers as variables in the jslt component (#3861)

2020-05-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new cbe77ef CAMEL-15120: camel-jslt - Use headers

[GitHub] [camel-kafka-connector] oscerd opened a new issue #250: Camel AWS2-S3: Add the same converters and transforms we have for AWS-S3 connector

2020-05-28 Thread GitBox
oscerd opened a new issue #250: URL: https://github.com/apache/camel-kafka-connector/issues/250 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

[GitHub] [camel-kafka-connector] oscerd opened a new issue #249: Upgrade to Kafka 2.5.0

2020-05-28 Thread GitBox
oscerd opened a new issue #249: URL: https://github.com/apache/camel-kafka-connector/issues/249 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] branch master updated: Revert DataSetEndpoint changes which cause NPE in tests

2020-05-28 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new fad6cd6 Revert DataSetEndpoint changes which cau

[GitHub] [camel-k-runtime] nicolaferraro closed issue #346: Camel-quartz fails on Quarkus because of missing (optional) camel-cron dependency

2020-05-28 Thread GitBox
nicolaferraro closed issue #346: URL: https://github.com/apache/camel-k-runtime/issues/346 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

[GitHub] [camel-k-runtime] nicolaferraro commented on issue #346: Camel-quartz fails on Quarkus because of missing (optional) camel-cron dependency

2020-05-28 Thread GitBox
nicolaferraro commented on issue #346: URL: https://github.com/apache/camel-k-runtime/issues/346#issuecomment-635352590 Cool, we can close this one. This is an automated message from the Apache Git Service. To respond to the

[camel-kafka-connector] branch master updated (f91a0b4 -> 88f8cd4)

2020-05-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git. from f91a0b4 Merge pull request #246 from apache/fixed-docs new 270c548 Salesforce source testin

[camel] 01/02: Upgrade Lucene to 8.4.1 to be in sync with Solr

2020-05-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit a9cceb4ae1d7dff962c2bfa6b817440337ead254 Author: Andrea Cosentino AuthorDate: Thu May 28 14:51:29 2020 +0200 Upg

[camel] branch master updated (0b073fb -> 663325c)

2020-05-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git. from 0b073fb [CAMEL-14878] Turn endpoint options into explicit durations new a9cceb4 Upgrade Lucene to 8.4.1 to

[camel] 02/02: Sync Properties

2020-05-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 663325c765e47bbd277253e12995e7f22aea9a90 Author: Andrea Cosentino AuthorDate: Thu May 28 14:53:10 2020 +0200 Syn

[camel-karaf] branch master updated: Upgrade Lucene bundle to version 8.4.1

2020-05-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-karaf.git The following commit(s) were added to refs/heads/master by this push: new 86a73ca Upgrade Lucene bundle to versi

[camel-spring-boot] branch master updated: Regen

2020-05-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git The following commit(s) were added to refs/heads/master by this push: new 4e649e6 Regen 4e649e6 is describ

[camel] branch master updated (8aaa0af -> 2bea6a6)

2020-05-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git. from 8aaa0af CAMEL-15126: camel-health - polished add 2bea6a6 CAMEL-15126: camel-health - polished No new revisi

[camel] branch master updated (8aaa0af -> 2bea6a6)

2020-05-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git. from 8aaa0af CAMEL-15126: camel-health - polished add 2bea6a6 CAMEL-15126: camel-health - polished No new revisi

[camel] branch master updated: CAMEL-15126: camel-health - polished

2020-05-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new 8aaa0af CAMEL-15126: camel-health - polished

[camel] branch master updated: Upgrade Lucene to version 8.4.0

2020-05-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new e98719c Upgrade Lucene to version 8.4.0 e987

[camel] branch master updated (b9adf54 -> 522883f)

2020-05-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git. from b9adf54 CAMEL-15117: camel-salesforce - prevent NPE during stop (#3867) new dab0775 CAMEL-15126: camel-heal

[camel] 02/04: CAMEL-15126: camel-health - polished and fix TODO with route controller not an extension

2020-05-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit bc2c52b9f112fe47fa59718ff6f704387d2c4f1d Author: Claus Ibsen AuthorDate: Thu May 28 09:54:22 2020 +0200 CAMEL-151

[camel] 04/04: camel-core - Move inlined class into its own class.

2020-05-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 522883f7d54893a26a440ac6eed75158fee335af Author: Claus Ibsen AuthorDate: Thu May 28 13:13:32 2020 +0200 camel-cor

[camel] 01/04: CAMEL-15126: camel-health - Remove unusued api from spi

2020-05-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit dab077597d9b29218360ef8dba8aad34060f72ac Author: Claus Ibsen AuthorDate: Thu May 28 09:21:50 2020 +0200 CAMEL-151

[camel] 03/04: CAMEL-15126: camel-health - discover health check at doBuild phase

2020-05-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 19a0580fc19512373ab2acc1817a3f5b09877695 Author: Claus Ibsen AuthorDate: Thu May 28 13:08:13 2020 +0200 CAMEL-151

[camel] branch master updated: CAMEL-15117: camel-salesforce - prevent NPE during stop (#3867)

2020-05-28 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new b9adf54 CAMEL-15117: camel-salesforce - preve

[camel] 02/02: Sync Properties

2020-05-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 9864fd1c955f65054db146e417f113c5d8395221 Author: Andrea Cosentino AuthorDate: Thu May 28 12:10:06 2020 +0200 Syn

[camel] branch master updated (c760196 -> 9864fd1)

2020-05-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git. from c760196 Sync Properties new 3c1 Upgrade Ignite to version 2.8.1 new 9864fd1 Sync Properties The

[camel] 01/02: Upgrade Ignite to version 2.8.1

2020-05-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 3c118661448ba35fe487350684f631c0458a Author: Andrea Cosentino AuthorDate: Thu May 28 12:07:30 2020 +0200 Upg

[camel-k] branch master updated (7b42d9e -> 5d1436f)

2020-05-28 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git. from 7b42d9e Fix #1045: hide internal CRDs in OLM console add 6b03607 #1465 introduce --all flag for uninstall c

[GitHub] [camel-k] ipolyzos commented on a change in pull request #1466: #1465 remove crd and clusterrole on uninstall

2020-05-28 Thread GitBox
ipolyzos commented on a change in pull request #1466: URL: https://github.com/apache/camel-k/pull/1466#discussion_r431702637 ## File path: pkg/cmd/uninstall.go ## @@ -105,7 +107,7 @@ func (o *uninstallCmdOptions) uninstall(cmd *cobra.Command, _ []string) error { }

[GitHub] [camel-k] ipolyzos commented on a change in pull request #1466: #1465 remove crd and clusterrole on uninstall

2020-05-28 Thread GitBox
ipolyzos commented on a change in pull request #1466: URL: https://github.com/apache/camel-k/pull/1466#discussion_r431702637 ## File path: pkg/cmd/uninstall.go ## @@ -105,7 +107,7 @@ func (o *uninstallCmdOptions) uninstall(cmd *cobra.Command, _ []string) error { }

[camel] 02/02: Sync Properties

2020-05-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit c760196783bd3b708f50a8d33b87e5308a20ed8a Author: Andrea Cosentino AuthorDate: Thu May 28 10:12:59 2020 +0200 Syn

[camel] branch master updated (de1fbb1 -> c760196)

2020-05-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git. from de1fbb1 CAMEL-14805: Component - Use doInit for wiring instead of doStart (#3866) new a2560d5 Upgrade Acti

  1   2   >