[GitHub] [camel] zbendhiba commented on a change in pull request #4110: CAMEL-15409: ArangoDb - add operations on graphs in the producer

2020-08-20 Thread GitBox
zbendhiba commented on a change in pull request #4110: URL: https://github.com/apache/camel/pull/4110#discussion_r474433916 ## File path: components/camel-arangodb/src/generated/resources/org/apache/camel/component/arangodb/arangodb.json ## @@ -5,7 +5,7 @@ "title": "Arang

[camel] branch master updated: Upgrade PDFBox to version 2.0.21

2020-08-20 Thread pascalschumacher
This is an automated email from the ASF dual-hosted git repository. pascalschumacher 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 532d261 Upgrade PDFBox to version 2.0.

[camel-quarkus] 01/01: Upgrade to Quarkus 1.8.0 - WIP

2020-08-20 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch quarkus-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 4b8805081068b84c1bf4a4fb64a3a9afe2251289 Author: James Netherton AuthorDate: Mon Aug 3 08:28:35 2020

[camel-quarkus] branch quarkus-master updated (3dd35e2 -> 4b88050)

2020-08-20 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch quarkus-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. discard 3dd35e2 Upgrade to Quarkus 1.8.0 - WIP add 07ff801 Publish SNAPSHOT builds add d2d6689

[camel-spring-boot] branch automatic-periodic-sync updated (d21e972 -> 0071de2)

2020-08-20 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 d21e972 [create-pull-request] automated change add 05b805a [create-pull-reques

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

2020-08-20 Thread GitBox
github-actions[bot] commented on issue #1532: URL: https://github.com/apache/camel-quarkus/issues/1532#issuecomment-677972523 The [camel-master](https://github.com/apache/camel-quarkus/tree/camel-master) branch build is still failing: * Build ID: 217610982-17-7bf858b6-486a-415d-aa3e

[GitHub] [camel] juanksega opened a new pull request #4111: [CAMEL-15253] camel-oaipmh : Improvements to the component

2020-08-20 Thread GitBox
juanksega opened a new pull request #4111: URL: https://github.com/apache/camel/pull/4111 Some minor improvements for the camel-oaipmh component: Upgrate Junit from 4 to 5 in tests. Add XML Spring test [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/bro

[GitHub] [camel-website] zregvart commented on pull request #469: Provide new layout for Documentation page

2020-08-20 Thread GitBox
zregvart commented on pull request #469: URL: https://github.com/apache/camel-website/pull/469#issuecomment-677918351 The build of Hugo pages is failing with: ``` Error: Error building site: "/opt/build/repo/content/docs/_index.md:69:6": failed to extract shortcode: shortcode "div

[camel-website] branch master updated: CAMEL-15421: render of AsciiDoc admonitions for Antora

2020-08-20 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 873742d CAMEL-15421: render of AsciiDo

[GitHub] [camel-website] zregvart commented on pull request #466: CAMEL-15421: render of AsciiDoc admonitions for Antora

2020-08-20 Thread GitBox
zregvart commented on pull request #466: URL: https://github.com/apache/camel-website/pull/466#issuecomment-677917189 Thanks! This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [camel-website] zregvart merged pull request #466: CAMEL-15421: render of AsciiDoc admonitions for Antora

2020-08-20 Thread GitBox
zregvart merged pull request #466: URL: https://github.com/apache/camel-website/pull/466 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

[GitHub] [camel-quarkus] djencks edited a comment on pull request #1552: Compute the component counts using JavaScript to avoid merge conflicts

2020-08-20 Thread GitBox
djencks edited a comment on pull request #1552: URL: https://github.com/apache/camel-quarkus/pull/1552#issuecomment-677908490 I realize the javascript you are proposing adding looks at the html and counts rows. What is the source of the data shown in the html table? I could study the mav

[GitHub] [camel-quarkus] djencks commented on pull request #1552: Compute the component counts using JavaScript to avoid merge conflicts

2020-08-20 Thread GitBox
djencks commented on pull request #1552: URL: https://github.com/apache/camel-quarkus/pull/1552#issuecomment-677908490 I realize the javascript you are proposing adding looks at the html and counts rows. What is the source of the data shown in the html table? I could study the maven plug

[GitHub] [camel-quarkus] ppalaga commented on pull request #1552: Compute the component counts using JavaScript to avoid merge conflicts

2020-08-20 Thread GitBox
ppalaga commented on pull request #1552: URL: https://github.com/apache/camel-quarkus/pull/1552#issuecomment-677898531 > What is the source of the data shown on these pages? The html table in the page itself. The javascript is counting elements using `document.getElementsBy*()` metho

[GitHub] [camel-k] aslom commented on issue #1666: Workaround for knative-source loader does not exists any more?

2020-08-20 Thread GitBox
aslom commented on issue #1666: URL: https://github.com/apache/camel-k/issues/1666#issuecomment-677851245 Using operators available in OpenShift 4.4 ``` red-hat-camel-k-operator.v1.0.0 serverless-operator.v1.7.2 ``` Should I use instead ``` Camel K Operator

[GitHub] [camel-spring-boot] Nayananga commented on pull request #140: Created starter for minio

2020-08-20 Thread GitBox
Nayananga commented on pull request #140: URL: https://github.com/apache/camel-spring-boot/pull/140#issuecomment-677848570 @oscerd When I try to run full build I get something like this, Please let me know if I have followed incorrect steps, ![Screenshot from 2020-08-21 00-39-31](https:

[GitHub] [camel-quarkus] djencks commented on pull request #1552: Compute the component counts using JavaScript to avoid merge conflicts

2020-08-20 Thread GitBox
djencks commented on pull request #1552: URL: https://github.com/apache/camel-quarkus/pull/1552#issuecomment-677815209 What is the source of the data shown on these pages? Are the tables and counts derived from querying the Antora content catalog? Or from querying a json file? Or somethi

[camel-karaf] branch camel-karaf-3.4.x updated: [CAMEL-15441] Upgrade spring-data bundles to 2.3.x

2020-08-20 Thread jbonofre
This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch camel-karaf-3.4.x in repository https://gitbox.apache.org/repos/asf/camel-karaf.git The following commit(s) were added to refs/heads/camel-karaf-3.4.x by this push: new 6966a04 [CAMEL-154

[camel-karaf] branch camel-karaf-3.4.x updated: [CAMEL-15440] Use unique elasticsearch bundle (no client anymore)

2020-08-20 Thread jbonofre
This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch camel-karaf-3.4.x in repository https://gitbox.apache.org/repos/asf/camel-karaf.git The following commit(s) were added to refs/heads/camel-karaf-3.4.x by this push: new 2854072 [CAMEL-154

[camel-karaf] branch master updated: [CAMEL-15441] Prepare spring-data 2.3.2.RELEASE_2 bundles update

2020-08-20 Thread jbonofre
This is an automated email from the ASF dual-hosted git repository. jbonofre 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 f3d0088 [CAMEL-15441] Prepare spring-dat

[camel-karaf] branch master updated: [CAMEL-15440] Use only elasticsearch bundle (no elasticsearch-client anymore) and prepare update to 7.8.0_2

2020-08-20 Thread jbonofre
This is an automated email from the ASF dual-hosted git repository. jbonofre 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 18fc539 [CAMEL-15440] Use only elasticse

[GitHub] [camel-quarkus] vladimirfx opened a new issue #1553: Cron component not initialized when used with Endpoint DSL (since Quarkus 1.7.0.Final)

2020-08-20 Thread GitBox
vladimirfx opened a new issue #1553: URL: https://github.com/apache/camel-quarkus/issues/1553 This crashes: from(cron("httpsLogsToDb").schedule(cron)) Stack: 2020-08-20 19:05:02,668 ERROR [io.qua.application] (Quarkus Main Thread) Failed to start application (wi

[camel-website] branch master updated: fix: remove underline for logos

2020-08-20 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 c5ed9a8 fix: remove underline for logo

[camel] 03/03: lifecycle: add migration doc

2020-08-20 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 3f0cf7a01fa5314259a8a58da41cd8f431e092e4 Author: lburgazzoli AuthorDate: Thu Aug 20 16:19:22 2020 +0200 lifecyc

[GitHub] [camel-k] jamesnetherton commented on issue #1648: Build error when using traits

2020-08-20 Thread GitBox
jamesnetherton commented on issue #1648: URL: https://github.com/apache/camel-k/issues/1648#issuecomment-677756670 > have you re-installed the CRDs? Yep, that was it. I had stale CRDs :+1: This is an automated message

[camel] 02/03: lifecycle: add starting/started/stopping/stopped events

2020-08-20 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 3c4ae28338f89346cf19b19ef1f2aa3f8e5de69d Author: lburgazzoli AuthorDate: Thu Aug 20 15:57:08 2020 +0200 lifecyc

[camel] 01/03: lifecycle: split inititialization event in initializing and initialized

2020-08-20 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 5c131659db31534ca7cdde230abc32bafd26cbc2 Author: lburgazzoli AuthorDate: Thu Aug 20 00:15:16 2020 +0200 lifecyc

[camel] branch master updated (865f46e -> 3f0cf7a)

2020-08-20 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git. from 865f46e Regen and sync properties new 5c13165 lifecycle: split inititialization event in initializing and

[camel-quarkus] branch master updated: Document snapshot builds in CI docs

2020-08-20 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git The following commit(s) were added to refs/heads/master by this push: new db09712 Document snapshot builds in CI

[GitHub] [camel-quarkus] ppalaga merged pull request #1551: Document snapshot builds in CI docs

2020-08-20 Thread GitBox
ppalaga merged pull request #1551: URL: https://github.com/apache/camel-quarkus/pull/1551 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] oscerd commented on a change in pull request #4110: CAMEL-15409: ArangoDb - add operations on graphs in the producer

2020-08-20 Thread GitBox
oscerd commented on a change in pull request #4110: URL: https://github.com/apache/camel/pull/4110#discussion_r474095999 ## File path: components/camel-arangodb/src/generated/resources/org/apache/camel/component/arangodb/arangodb.json ## @@ -5,7 +5,7 @@ "title": "ArangoDb

[GitHub] [camel] lburgazzoli merged pull request #4109: Lifecycle enhancements

2020-08-20 Thread GitBox
lburgazzoli merged pull request #4109: URL: https://github.com/apache/camel/pull/4109 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

[GitHub] [camel-quarkus] oscerd commented on issue #1071: Perform basic testing of aws extension through localstack

2020-08-20 Thread GitBox
oscerd commented on issue #1071: URL: https://github.com/apache/camel-quarkus/issues/1071#issuecomment-677751322 The behaviour is not the same. We already seen this on camel-k with kinesis and other stuff This is an automate

[GitHub] [camel-k] astefanutti commented on issue #1648: Build error when using traits

2020-08-20 Thread GitBox
astefanutti commented on issue #1648: URL: https://github.com/apache/camel-k/issues/1648#issuecomment-677745025 > It's my first time hacking on the project in 6 months, so there's a chance I've screwed something up 😛. I'll let you argue with CI 😉. Joke aside, have you re-install the

[GitHub] [camel-k] astefanutti edited a comment on issue #1648: Build error when using traits

2020-08-20 Thread GitBox
astefanutti edited a comment on issue #1648: URL: https://github.com/apache/camel-k/issues/1648#issuecomment-677745025 > It's my first time hacking on the project in 6 months, so there's a chance I've screwed something up 😛. I'll let you argue with CI 😉. Joke aside, have you re-insta

[camel-kafka-connector] branch master updated: Adds basic aggregation test (github issue #291)

2020-08-20 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-kafka-connector.git The following commit(s) were added to refs/heads/master by this push: new d20fcdd Adds basic aggregati

[GitHub] [camel-kafka-connector] oscerd merged pull request #388: Adds basic aggregation test (github issue #291)

2020-08-20 Thread GitBox
oscerd merged pull request #388: URL: https://github.com/apache/camel-kafka-connector/pull/388 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [camel-k] jamesnetherton commented on issue #1648: Build error when using traits

2020-08-20 Thread GitBox
jamesnetherton commented on issue #1648: URL: https://github.com/apache/camel-k/issues/1648#issuecomment-677741617 > @jamesnetherton it should be :) Could you check the `kamel` CLI and the operator versions are aligned? They should be because I've built them from the latest source. I

[GitHub] [camel-k] astefanutti commented on issue #1648: Build error when using traits

2020-08-20 Thread GitBox
astefanutti commented on issue #1648: URL: https://github.com/apache/camel-k/issues/1648#issuecomment-677738109 @jamesnetherton it should be :) Could you check the `kamel` CLI and the operator versions are aligned? This is a

[GitHub] [camel-k] jamesnetherton commented on issue #1648: Build error when using traits

2020-08-20 Thread GitBox
jamesnetherton commented on issue #1648: URL: https://github.com/apache/camel-k/issues/1648#issuecomment-677736963 Is this fixed on master? I think I'm seeing a similar problem. ``` kamel run examples/Sample.java -t quarkus.enabled=true ``` ``` {"level":"error","ts":1

[GitHub] [camel-quarkus] lburgazzoli commented on issue #1071: Perform basic testing of aws extension through localstack

2020-08-20 Thread GitBox
lburgazzoli commented on issue #1071: URL: https://github.com/apache/camel-quarkus/issues/1071#issuecomment-677734473 There's localstack support from testcontainers https://www.testcontainers.org/modules/localstack/ This is

[GitHub] [camel] davsclaus commented on a change in pull request #4109: Lifecycle enhancements

2020-08-20 Thread GitBox
davsclaus commented on a change in pull request #4109: URL: https://github.com/apache/camel/pull/4109#discussion_r474061822 ## File path: core/camel-base/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java ## @@ -2757,6 +2810,7 @@ protected void doStartCamel()

[GitHub] [camel] lburgazzoli commented on a change in pull request #4109: Lifecycle enhancements

2020-08-20 Thread GitBox
lburgazzoli commented on a change in pull request #4109: URL: https://github.com/apache/camel/pull/4109#discussion_r474060977 ## File path: core/camel-base/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java ## @@ -2757,6 +2810,7 @@ protected void doStartCamel

[GitHub] [camel-kafka-connector] orpiske commented on issue #387: aws2-S3-connector: (gzip/zip) compression with sink

2020-08-20 Thread GitBox
orpiske commented on issue #387: URL: https://github.com/apache/camel-kafka-connector/issues/387#issuecomment-677727342 I think you probably need to write a custom aggregator for it. This is an automated message from the Ap

[GitHub] [camel] lburgazzoli commented on a change in pull request #4109: Lifecycle enhancements

2020-08-20 Thread GitBox
lburgazzoli commented on a change in pull request #4109: URL: https://github.com/apache/camel/pull/4109#discussion_r474060977 ## File path: core/camel-base/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java ## @@ -2757,6 +2810,7 @@ protected void doStartCamel

[GitHub] [camel] davsclaus commented on a change in pull request #4109: Lifecycle enhancements

2020-08-20 Thread GitBox
davsclaus commented on a change in pull request #4109: URL: https://github.com/apache/camel/pull/4109#discussion_r474058833 ## File path: core/camel-base/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java ## @@ -2757,6 +2810,7 @@ protected void doStartCamel()

[GitHub] [camel] lburgazzoli opened a new pull request #4109: Lifecycle enhancements

2020-08-20 Thread GitBox
lburgazzoli opened a new pull request #4109: URL: https://github.com/apache/camel/pull/4109 I'm sure I messed something and the code is full of typos my eyes can't see. @davsclaus @gnodet mind reviewing ? This is an au

[GitHub] [camel-k] nicolaferraro opened a new issue #1670: Upgrade base to Knative 0.16 and support 0.17

2020-08-20 Thread GitBox
nicolaferraro opened a new issue #1670: URL: https://github.com/apache/camel-k/issues/1670 We need to: - [ ] Import APIs from Knative 0.16 - [ ] Use latest APIs versions that are compatible with Knative [0.15, 0.17] - [ ] Update test matrix to use 0.16 (or 0.16 + 0.17) ---

[GitHub] [camel-k] nicolaferraro opened a new pull request #1669: Fix #1636: use messaging/v1beta1 for Knative subscription

2020-08-20 Thread GitBox
nicolaferraro opened a new pull request #1669: URL: https://github.com/apache/camel-k/pull/1669 **Release Note** ```release-note Fixed issue that prevented reading from channels in Knative 0.16+ ``` --

[GitHub] [camel-quarkus] ppalaga opened a new pull request #1552: Compute the component counts using JavaScript to avoid merge conflicts

2020-08-20 Thread GitBox
ppalaga opened a new pull request #1552: URL: https://github.com/apache/camel-quarkus/pull/1552 The main idea is to compute the counts on the following pages in the browser: * https://camel.apache.org/camel-quarkus/latest/reference/index.html * https://camel.apache.org/camel-quarku

[GitHub] [camel-quarkus] jamesnetherton commented on a change in pull request #1549: Add Camel AS2 Modules as Quarkus Extension #1471

2020-08-20 Thread GitBox
jamesnetherton commented on a change in pull request #1549: URL: https://github.com/apache/camel-quarkus/pull/1549#discussion_r474029484 ## File path: extensions/as2/deployment/src/main/java/org/apache/camel/quarkus/component/as2/deployment/As2Processor.java ## @@ -0,0 +1,95 @

[camel-quarkus] branch camel-master updated (3f20bf3 -> d213690)

2020-08-20 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch camel-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. from 3f20bf3 Temporary workaround for CAMEL-15426 add d213690 Remove remaining camel UriParams

[GitHub] [camel-quarkus] jamesnetherton opened a new pull request #1551: Document snapshot builds in CI docs

2020-08-20 Thread GitBox
jamesnetherton opened a new pull request #1551: URL: https://github.com/apache/camel-quarkus/pull/1551 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[camel-quarkus] 02/02: Fix #765 Git support

2020-08-20 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 3a90749eee2bc915142e21151c6c12cfa8a6 Author: Peter Palaga AuthorDate: Thu Aug 20 13:26:09 2020 +0200 Fi

[GitHub] [camel-quarkus] ppalaga merged pull request #1548: Fix #765 Git support

2020-08-20 Thread GitBox
ppalaga merged pull request #1548: URL: https://github.com/apache/camel-quarkus/pull/1548 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-quarkus] 01/02: Upgrade to cq-maven-plugin 0.15.0

2020-08-20 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 5a7ccf203406b0dce97ff8d987d05f36abc0156f Author: Peter Palaga AuthorDate: Thu Aug 20 11:22:44 2020 +0200 Up

[camel-quarkus] branch master updated (d2d6689 -> 3a90749)

2020-08-20 Thread ppalaga
This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. from d2d6689 Fix ProfileActivationException caused by ubounded version range new 5a7ccf2 Upgrade to cq-mav

[GitHub] [camel-quarkus] ppalaga closed issue #765: Git support

2020-08-20 Thread GitBox
ppalaga closed issue #765: URL: https://github.com/apache/camel-quarkus/issues/765 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 t

[camel-examples] branch master updated: CAMEL-15427: Add Debezium and Azure example (#16)

2020-08-20 Thread oalsafi
This is an automated email from the ASF dual-hosted git repository. oalsafi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-examples.git The following commit(s) were added to refs/heads/master by this push: new 73eaf57 CAMEL-15427: Add Debezium and

[GitHub] [camel-examples] omarsmak merged pull request #16: CAMEL-15427: Add Debezium and Azure Event Hubs/Blob example

2020-08-20 Thread GitBox
omarsmak merged pull request #16: URL: https://github.com/apache/camel-examples/pull/16 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

[GitHub] [camel-examples] omarsmak opened a new pull request #16: CAMEL-15427: Add Debezium and Azure Event Hubs/Blob example

2020-08-20 Thread GitBox
omarsmak opened a new pull request #16: URL: https://github.com/apache/camel-examples/pull/16 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

[camel-examples] 01/01: CAMEL-15427: Add Debezium and Azure example

2020-08-20 Thread oalsafi
This is an automated email from the ASF dual-hosted git repository. oalsafi pushed a commit to branch CAMEL-15427 in repository https://gitbox.apache.org/repos/asf/camel-examples.git commit ccb4fab1be184d0d14d7fd2df62b4a33c5f3150e Author: Omar Al-Safi AuthorDate: Thu Aug 20 16:10:30 2020 +0200

[camel-examples] branch CAMEL-15427 created (now ccb4fab)

2020-08-20 Thread oalsafi
This is an automated email from the ASF dual-hosted git repository. oalsafi pushed a change to branch CAMEL-15427 in repository https://gitbox.apache.org/repos/asf/camel-examples.git. at ccb4fab CAMEL-15427: Add Debezium and Azure example This branch includes the following new commits:

[camel] 02/02: Regen and sync properties

2020-08-20 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 865f46ed9399fb9afe74d457f71766f67615a870 Author: Andrea Cosentino AuthorDate: Thu Aug 20 16:09:43 2020 +0200 Reg

[camel] branch master updated (c458d99 -> 865f46e)

2020-08-20 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 c458d99 [CAMEL-14578] Fix dependencies for the formatter plugin new 7099be0 Upgrade AWS SDK v2 to version 2

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

2020-08-20 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 7099be0cf1ceca93830effea2612d9c0889114b1 Author: Andrea Cosentino AuthorDate: Thu Aug 20 14:46:36 2020 +0200 Upg

[GitHub] [camel-quarkus] llowinge commented on issue #1550: Telegram test doesn't work

2020-08-20 Thread GitBox
llowinge commented on issue #1550: URL: https://github.com/apache/camel-quarkus/issues/1550#issuecomment-677683965 @jamesnetherton I've just randomly found your commit https://github.com/apache/camel-quarkus/commit/151feb0c1b7a1dba3ddd9f301a0e3925c2b1bbd9 one minute ago :D I've tried alrea

[GitHub] [camel-quarkus] jamesnetherton commented on a change in pull request #1549: Add Camel AS2 Modules as Quarkus Extension #1471

2020-08-20 Thread GitBox
jamesnetherton commented on a change in pull request #1549: URL: https://github.com/apache/camel-quarkus/pull/1549#discussion_r474003780 ## File path: extensions/as2/deployment/src/main/java/org/apache/camel/quarkus/component/as2/deployment/As2Processor.java ## @@ -0,0 +1,95 @

[GitHub] [camel-quarkus] JiriOndrusek commented on a change in pull request #1549: Add Camel AS2 Modules as Quarkus Extension #1471

2020-08-20 Thread GitBox
JiriOndrusek commented on a change in pull request #1549: URL: https://github.com/apache/camel-quarkus/pull/1549#discussion_r474002774 ## File path: extensions/as2/deployment/src/main/java/org/apache/camel/quarkus/component/as2/deployment/As2Processor.java ## @@ -0,0 +1,95 @@

[GitHub] [camel-quarkus] JiriOndrusek commented on a change in pull request #1549: Add Camel AS2 Modules as Quarkus Extension #1471

2020-08-20 Thread GitBox
JiriOndrusek commented on a change in pull request #1549: URL: https://github.com/apache/camel-quarkus/pull/1549#discussion_r473999326 ## File path: extensions/as2/deployment/src/main/java/org/apache/camel/quarkus/component/as2/deployment/As2Processor.java ## @@ -0,0 +1,95 @@

[GitHub] [camel-quarkus] JiriOndrusek commented on a change in pull request #1549: Add Camel AS2 Modules as Quarkus Extension #1471

2020-08-20 Thread GitBox
JiriOndrusek commented on a change in pull request #1549: URL: https://github.com/apache/camel-quarkus/pull/1549#discussion_r473999326 ## File path: extensions/as2/deployment/src/main/java/org/apache/camel/quarkus/component/as2/deployment/As2Processor.java ## @@ -0,0 +1,95 @@

[GitHub] [camel-quarkus] jamesnetherton commented on issue #1550: Telegram test doesn't work

2020-08-20 Thread GitBox
jamesnetherton commented on issue #1550: URL: https://github.com/apache/camel-quarkus/issues/1550#issuecomment-677677250 > I would say this https://github.com/apache/camel-quarkus/blob/master/integration-tests/telegram/src/main/resources/application.properties#L30 is not used at all.

[GitHub] [camel-quarkus] llowinge opened a new issue #1550: Telegram test doesn't work

2020-08-20 Thread GitBox
llowinge opened a new issue #1550: URL: https://github.com/apache/camel-quarkus/issues/1550 Taking master branch, Setting `export TELEGRAM_AUTHORIZATION_TOKEN=ABCD` and running `mvn clean integration-test -pl :camel-quarkus-integration-test-telegram` I'm getti

[GitHub] [camel-quarkus] JiriOndrusek commented on a change in pull request #1549: Add Camel AS2 Modules as Quarkus Extension #1471

2020-08-20 Thread GitBox
JiriOndrusek commented on a change in pull request #1549: URL: https://github.com/apache/camel-quarkus/pull/1549#discussion_r473989802 ## File path: extensions/as2/deployment/src/main/java/org/apache/camel/quarkus/component/as2/deployment/As2Processor.java ## @@ -0,0 +1,95 @@

[GitHub] [camel-kafka-connector] orpiske commented on issue #291: Add Aggregate integration test

2020-08-20 Thread GitBox
orpiske commented on issue #291: URL: https://github.com/apache/camel-kafka-connector/issues/291#issuecomment-677671460 I'm on it ... This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [camel-quarkus] jamesnetherton commented on a change in pull request #1549: Add Camel AS2 Modules as Quarkus Extension #1471

2020-08-20 Thread GitBox
jamesnetherton commented on a change in pull request #1549: URL: https://github.com/apache/camel-quarkus/pull/1549#discussion_r473960613 ## File path: extensions/as2/deployment/src/main/java/org/apache/camel/quarkus/component/as2/deployment/As2Processor.java ## @@ -0,0 +1,95 @

[camel-quarkus] branch master updated (c65c451 -> d2d6689)

2020-08-20 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. from c65c451 Use proper extension page URLs in quarkus-extension.yaml add 07ff801 Publish SNAPSHOT b

[camel-quarkus] branch master updated (c65c451 -> d2d6689)

2020-08-20 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. from c65c451 Use proper extension page URLs in quarkus-extension.yaml add 07ff801 Publish SNAPSHOT b

[GitHub] [camel-quarkus] jamesnetherton merged pull request #1547: Publish SNAPSHOT builds

2020-08-20 Thread GitBox
jamesnetherton merged pull request #1547: URL: https://github.com/apache/camel-quarkus/pull/1547 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [camel-quarkus] JiriOndrusek commented on a change in pull request #1549: Add Camel AS2 Modules as Quarkus Extension #1471

2020-08-20 Thread GitBox
JiriOndrusek commented on a change in pull request #1549: URL: https://github.com/apache/camel-quarkus/pull/1549#discussion_r473923271 ## File path: pom.xml ## @@ -46,6 +46,7 @@ 1.11.714 1.11.22 2.13.58 +1.65 Review comment: yes, I agr

[GitHub] [camel-quarkus] JiriOndrusek commented on a change in pull request #1549: Add Camel AS2 Modules as Quarkus Extension #1471

2020-08-20 Thread GitBox
JiriOndrusek commented on a change in pull request #1549: URL: https://github.com/apache/camel-quarkus/pull/1549#discussion_r473922419 ## File path: extensions/as2/deployment/src/main/java/org/apache/camel/quarkus/component/as2/deployment/As2Processor.java ## @@ -0,0 +1,95 @@

[GitHub] [camel-quarkus] jamesnetherton commented on a change in pull request #1549: Add Camel AS2 Modules as Quarkus Extension #1471

2020-08-20 Thread GitBox
jamesnetherton commented on a change in pull request #1549: URL: https://github.com/apache/camel-quarkus/pull/1549#discussion_r473918097 ## File path: pom.xml ## @@ -46,6 +46,7 @@ 1.11.714 1.11.22 2.13.58 +1.65 Review comment: Camel ma

[GitHub] [camel-quarkus] JiriOndrusek opened a new pull request #1549: Add Camel AS2 Modules as Quarkus Extension #1471

2020-08-20 Thread GitBox
JiriOndrusek opened a new pull request #1549: URL: https://github.com/apache/camel-quarkus/pull/1549 Closes https://github.com/apache/camel-quarkus/issues/1471 As a part of the solution extension-support/bouncycastle was created. Bouncy castle security provider is required for camel-

[GitHub] [camel-quarkus] ppalaga closed pull request #460: Initial commit of git extension

2020-08-20 Thread GitBox
ppalaga closed pull request #460: URL: https://github.com/apache/camel-quarkus/pull/460 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

[GitHub] [camel-quarkus] ppalaga commented on pull request #460: Initial commit of git extension

2020-08-20 Thread GitBox
ppalaga commented on pull request #460: URL: https://github.com/apache/camel-quarkus/pull/460#issuecomment-677583152 Superceded by https://github.com/apache/camel-quarkus/pull/1548 This is an automated message from the Apache

[GitHub] [camel-quarkus] ppalaga opened a new pull request #1548: Fix #765 Git support

2020-08-20 Thread GitBox
ppalaga opened a new pull request #1548: URL: https://github.com/apache/camel-quarkus/pull/1548 Fix #765 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [camel] davsclaus commented on a change in pull request #4105: CAMEL-15420 camel-http dynamic aware removes Exchange.HTTP_QUERY head…

2020-08-20 Thread GitBox
davsclaus commented on a change in pull request #4105: URL: https://github.com/apache/camel/pull/4105#discussion_r473904061 ## File path: components/camel-http/src/test/java/org/apache/camel/component/http/HttpSendDynamicAwareHeadersTest.java ## @@ -0,0 +1,76 @@ +/* + * Licens

[GitHub] [camel] davsclaus commented on a change in pull request #4105: CAMEL-15420 camel-http dynamic aware removes Exchange.HTTP_QUERY head…

2020-08-20 Thread GitBox
davsclaus commented on a change in pull request #4105: URL: https://github.com/apache/camel/pull/4105#discussion_r473903642 ## File path: components/camel-http/src/test/java/org/apache/camel/component/http/HttpSendDynamicAwareHeadersTest.java ## @@ -0,0 +1,76 @@ +/* + * Licens

[GitHub] [camel-kafka-connector] harwee opened a new issue #387: aws2-S3-connector: (gzip/zip) compression with sink

2020-08-20 Thread GitBox
harwee opened a new issue #387: URL: https://github.com/apache/camel-kafka-connector/issues/387 I am using aws2-S3 connector with aggregation. Is there a way to compress the final object that is put into the S3 bucket? This

[GitHub] [camel-k-runtime] arthurdm edited a comment on issue #247: Document Knative component

2020-08-20 Thread GitBox
arthurdm edited a comment on issue #247: URL: https://github.com/apache/camel-k-runtime/issues/247#issuecomment-677553924 +1 This would be very helpful. In particular, which ones can scale to 0, etc. This is an autom

[GitHub] [camel-k-runtime] arthurdm commented on issue #247: Document Knative component

2020-08-20 Thread GitBox
arthurdm commented on issue #247: URL: https://github.com/apache/camel-k-runtime/issues/247#issuecomment-677553924 + 1 This would be very helpful. In particular, which ones can scale to 0, etc. This is an automated message

[GitHub] [camel] oscerd commented on pull request #4097: CAMEL-15417 Add optional fileName parameter on copyDocument function

2020-08-20 Thread GitBox
oscerd commented on pull request #4097: URL: https://github.com/apache/camel/pull/4097#issuecomment-677520068 I don't think so This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [camel] chandra-h-bitd commented on pull request #4105: CAMEL-15420 camel-http dynamic aware removes Exchange.HTTP_QUERY head…

2020-08-20 Thread GitBox
chandra-h-bitd commented on pull request #4105: URL: https://github.com/apache/camel/pull/4105#issuecomment-677518260 Thanks @davsclaus, I have changed as suggested. This is an automated message from the Apache Git Service. T

[GitHub] [camel] cherepnalkovski commented on pull request #4097: CAMEL-15417 Add optional fileName parameter on copyDocument function

2020-08-20 Thread GitBox
cherepnalkovski commented on pull request #4097: URL: https://github.com/apache/camel/pull/4097#issuecomment-677516572 @oscerd is there any other way to update document name without updateProperties method ? Now I am testing this with alfresco respository, and after providing new name

[GitHub] [camel] orpiske opened a new pull request #4108: CAMEL-15431: remove redundant array creation on some log messages

2020-08-20 Thread GitBox
orpiske opened a new pull request #4108: URL: https://github.com/apache/camel/pull/4108 Proposed fix for the aformentioned issue. - [x] 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). Triv

[camel] branch master updated (3c8c942 -> c458d99)

2020-08-20 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 3c8c942 [CAMEL-14578] Fix JDK 8 support add c458d99 [CAMEL-14578] Fix dependencies for the formatter plugin No

[GitHub] [camel-k] nicolaferraro commented on issue #1666: Workaround for knative-source loader does not exists any more?

2020-08-20 Thread GitBox
nicolaferraro commented on issue #1666: URL: https://github.com/apache/camel-k/issues/1666#issuecomment-677487037 That's strange, are you using the 1.1.0 operator? This is an automated message from the Apache Git Service. To

[GitHub] [camel-k-runtime] jamesnetherton commented on issue #360: Support fast-jar packaging for quarkus

2020-08-20 Thread GitBox
jamesnetherton commented on issue #360: URL: https://github.com/apache/camel-k-runtime/issues/360#issuecomment-677485295 Right - that makes sense, thanks for clarifying. I'll have a look. This is an automated message f

[GitHub] [camel-k-runtime] lburgazzoli commented on issue #360: Support fast-jar packaging for quarkus

2020-08-20 Thread GitBox
lburgazzoli commented on issue #360: URL: https://github.com/apache/camel-k-runtime/issues/360#issuecomment-677482976 The issue I see is that - if I'm not mistaking - the fast-jar packaging assumes the dependencies are in a specific location relative to the bootstrap jar but that does not

[GitHub] [camel-k-runtime] jamesnetherton edited a comment on issue #360: Support fast-jar packaging for quarkus

2020-08-20 Thread GitBox
jamesnetherton edited a comment on issue #360: URL: https://github.com/apache/camel-k-runtime/issues/360#issuecomment-677479954 I can try to take a look at this one. Do we think there is there anything required on the `camel-k-runtime` side to support `fast-jar`? The operator

  1   2   >