[camel] branch master updated: Migration guide: Improve NOTE section

2020-01-16 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 123434e Migration guide: Improve NOTE

[GitHub] [camel-quarkus] oscerd commented on issue #628: Upgrade to Apache Camel 3.0.1

2020-01-16 Thread GitBox
oscerd commented on issue #628: Upgrade to Apache Camel 3.0.1 URL: https://github.com/apache/camel-quarkus/issues/628#issuecomment-575516477 It seems to be definitely a caching problem

[camel-k] branch master updated: fix(dev): Use go-homedir package instead of os/user to retrieve user home directory.

2020-01-16 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti 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 41c2e08 fix(dev): Use go-homedir package

[camel-k] branch master updated (9b54ffb -> 649d35c)

2020-01-16 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git. from 9b54ffb chore(jolokia): Factorize map keys sorting util method add c620e9c chore(crd): set version in

[GitHub] [camel-k] astefanutti merged pull request #1210: chore(crd): update the CRD versions

2020-01-16 Thread GitBox
astefanutti merged pull request #1210: chore(crd): update the CRD versions URL: https://github.com/apache/camel-k/pull/1210 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [camel-k] astefanutti merged pull request #1211: fix(dev): Use go-homedir package instead of os/user to retrieve user home directory

2020-01-16 Thread GitBox
astefanutti merged pull request #1211: fix(dev): Use go-homedir package instead of os/user to retrieve user home directory URL: https://github.com/apache/camel-k/pull/1211 This is an automated message from the Apache Git

[camel] branch master updated: Upgrade OWASP Maven Plugin to version 5.3.0

2020-01-16 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 aac4831 Upgrade OWASP Maven Plugin to

[camel] 02/02: Fix indentation for generated methods

2020-01-16 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 commit b4dfbaaea996e7662a5aa1ea7dace959b4f403cd Author: Guillaume Nodet AuthorDate: Thu Jan 16 17:45:20 2020 +0100 Fix

[camel] 01/02: CAMEL-14404 - Ignore xsi namespace attributes

2020-01-16 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 commit e49d3015f2d3dc17661fe8cb0aa7d30960b0bc0c Author: Guillaume Nodet AuthorDate: Fri Jan 17 08:30:39 2020 +0100

[camel] branch master updated (bf49e55 -> b4dfbaa)

2020-01-16 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 bf49e55 Improve EndpointDslMojo new e49d301 CAMEL-14404 - Ignore xsi namespace attributes new b4dfbaa

[GitHub] [camel-k] nicolaferraro opened a new issue #1212: Support Knative eventing v1beta1 APIs

2020-01-16 Thread GitBox
nicolaferraro opened a new issue #1212: Support Knative eventing v1beta1 APIs URL: https://github.com/apache/camel-k/issues/1212 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [camel-quarkus] lburgazzoli commented on issue #628: Upgrade to Apache Camel 3.0.1

2020-01-16 Thread GitBox
lburgazzoli commented on issue #628: Upgrade to Apache Camel 3.0.1 URL: https://github.com/apache/camel-quarkus/issues/628#issuecomment-575501861 Looks like maven central is having some issues: ``` Downloading from central:

[camel] branch master updated: Fixed compile error

2020-01-16 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 6310e15 Fixed compile error 6310e15 is

[camel] branch master updated (5e4e674 -> 994a696)

2020-01-16 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 5e4e674 camel-core - Polished add 994a696 Use StringBuilder#append(char[] str, int offset, int len) to

[camel] branch master updated: extact receiveBody methods (#3486)

2020-01-16 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 350a7b5 extact receiveBody methods (#3486)

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #618: Fix #Build time FactoryFinders

2020-01-16 Thread GitBox
lburgazzoli commented on a change in pull request #618: Fix #Build time FactoryFinders URL: https://github.com/apache/camel-quarkus/pull/618#discussion_r367689726 ## File path: extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/BuildProcessor.java

[GitHub] [camel-quarkus] lburgazzoli commented on issue #618: Fix #Build time FactoryFinders

2020-01-16 Thread GitBox
lburgazzoli commented on issue #618: Fix #Build time FactoryFinders URL: https://github.com/apache/camel-quarkus/pull/618#issuecomment-575381644 > A. (extension-includes + user-includes) - user-excludes Yes something like that should work

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #618: Fix #Build time FactoryFinders

2020-01-16 Thread GitBox
lburgazzoli commented on a change in pull request #618: Fix #Build time FactoryFinders URL: https://github.com/apache/camel-quarkus/pull/618#discussion_r367686101 ## File path: extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/BuildProcessor.java

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #618: Fix #Build time FactoryFinders

2020-01-16 Thread GitBox
ppalaga commented on a change in pull request #618: Fix #Build time FactoryFinders URL: https://github.com/apache/camel-quarkus/pull/618#discussion_r367644357 ## File path: extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/BuildProcessor.java

[camel] branch master updated: camel-core - Polished

2020-01-16 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 5e4e674 camel-core - Polished 5e4e674 is

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #618: Fix #Build time FactoryFinders

2020-01-16 Thread GitBox
ppalaga commented on a change in pull request #618: Fix #Build time FactoryFinders URL: https://github.com/apache/camel-quarkus/pull/618#discussion_r367638712 ## File path: extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/BuildProcessor.java

[GitHub] [camel-quarkus] ppalaga commented on issue #618: Fix #Build time FactoryFinders

2020-01-16 Thread GitBox
ppalaga commented on issue #618: Fix #Build time FactoryFinders URL: https://github.com/apache/camel-quarkus/pull/618#issuecomment-575335515 > It would be nice to have some build time properties to control factory files to be included/excluded like: > > ``` >

[camel] branch master updated: camel-core - Polished

2020-01-16 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 8bdb3a9 camel-core - Polished 8bdb3a9 is

[camel] 03/04: CAMEL-14409: camel-core - ExtendedExchange for advanced API

2020-01-16 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 8a18b8c67533bd16340f0848b15df653ee2dc5a6 Author: Claus Ibsen AuthorDate: Thu Jan 16 16:21:39 2020 +0100

[camel] 02/04: CAMEL-14409: camel-core - ExtendedExchange for advanced API

2020-01-16 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 207e7dfdd4d3890ccf4f394853f4f6a2a64ef06d Author: Claus Ibsen AuthorDate: Thu Jan 16 14:59:38 2020 +0100

[camel] 04/04: Regen

2020-01-16 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 e507e5cfd5adc415b6f464de4d755eb0426ea8de Author: Claus Ibsen AuthorDate: Thu Jan 16 19:40:11 2020 +0100 Regen

[camel] 01/04: CAMEL-14409: camel-core - ExtendedExchange for advanced API

2020-01-16 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 811c720ce80f899de4a0226894e85afef9df28b8 Author: Claus Ibsen AuthorDate: Thu Jan 16 14:36:13 2020 +0100

[camel] branch master updated (e272e01 -> e507e5c)

2020-01-16 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 e272e01 Camel-AWS2-Translate: Restore the check for keys or client in registry new 811c720 CAMEL-14409:

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #618: Fix #Build time FactoryFinders

2020-01-16 Thread GitBox
lburgazzoli commented on a change in pull request #618: Fix #Build time FactoryFinders URL: https://github.com/apache/camel-quarkus/pull/618#discussion_r367554684 ## File path: extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/BuildProcessor.java

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #618: Fix #Build time FactoryFinders

2020-01-16 Thread GitBox
lburgazzoli commented on a change in pull request #618: Fix #Build time FactoryFinders URL: https://github.com/apache/camel-quarkus/pull/618#discussion_r367553702 ## File path: extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/BuildProcessor.java

[GitHub] [camel-quarkus] lburgazzoli opened a new issue #628: Upgrade to Apache Camel 3.0.1

2020-01-16 Thread GitBox
lburgazzoli opened a new issue #628: Upgrade to Apache Camel 3.0.1 URL: https://github.com/apache/camel-quarkus/issues/628 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #618: Fix #Build time FactoryFinders

2020-01-16 Thread GitBox
lburgazzoli commented on a change in pull request #618: Fix #Build time FactoryFinders URL: https://github.com/apache/camel-quarkus/pull/618#discussion_r367547095 ## File path: extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/BuildProcessor.java

[camel] branch camel-2.x updated: Updating some docs + spring boot dependencies for CXF

2020-01-16 Thread coheigea
This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-2.x by this push: new 1b5a3d9 Updating some docs + spring

[GitHub] [camel-quarkus] ppalaga commented on issue #617: Build time Camel service resolution

2020-01-16 Thread GitBox
ppalaga commented on issue #617: Build time Camel service resolution URL: https://github.com/apache/camel-quarkus/issues/617#issuecomment-575251057 I have updated https://github.com/apache/camel-quarkus/pull/618 Now it contains a minimalist implementation of 1., 2. and 4.

[GitHub] [camel-quarkus] lburgazzoli opened a new issue #627: Add JniBuildItem to extensions that need JNI

2020-01-16 Thread GitBox
lburgazzoli opened a new issue #627: Add JniBuildItem to extensions that need JNI URL: https://github.com/apache/camel-quarkus/issues/627 See https://github.com/apache/camel-quarkus/pull/603#discussion_r367375039 This is an

[GitHub] [camel-k] Jonathan-Eid closed issue #1207: Camel K Validator Component hangs on URL input

2020-01-16 Thread GitBox
Jonathan-Eid closed issue #1207: Camel K Validator Component hangs on URL input URL: https://github.com/apache/camel-k/issues/1207 This is an automated message from the Apache Git Service. To respond to the message, please

[camel] branch master updated (33414bf -> e272e01)

2020-01-16 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 33414bf Fix PackageHelper.findJsonFiles to restore the previous behavior add e272e01

[GitHub] [camel-k] nicolaferraro commented on issue #1207: Camel K Validator Component hangs on URL input

2020-01-16 Thread GitBox
nicolaferraro commented on issue #1207: Camel K Validator Component hangs on URL input URL: https://github.com/apache/camel-k/issues/1207#issuecomment-575222023 > Is there anyway to package a file inside the pod at integration creation You should use `kamel run --resource

[camel] branch master updated (8571707 -> 33414bf)

2020-01-16 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 8571707 Regen docs add 33414bf Fix PackageHelper.findJsonFiles to restore the previous behavior No new

[camel] branch master updated (e9b7334 -> 8571707)

2020-01-16 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 e9b7334 Camel-AWS2-Translate: Removed the Karaf Itests for camel-aws2 and camel-aws2-translate add d759bf1

[GitHub] [camel-k] oscerd commented on issue #1207: Camel K Validator Component hangs on URL input

2020-01-16 Thread GitBox
oscerd commented on issue #1207: Camel K Validator Component hangs on URL input URL: https://github.com/apache/camel-k/issues/1207#issuecomment-575201961 so you need to specify it as a camel dependency. --dependency=camel-activemq

[GitHub] [camel-k] Jonathan-Eid commented on issue #1207: Camel K Validator Component hangs on URL input

2020-01-16 Thread GitBox
Jonathan-Eid commented on issue #1207: Camel K Validator Component hangs on URL input URL: https://github.com/apache/camel-k/issues/1207#issuecomment-575197632 Is there anyway to package a file inside the pod at integration creation

[GitHub] [camel-k] astefanutti opened a new pull request #1211: fix(dev): Use go-homedir package instead of os/user to retrieve user home directory

2020-01-16 Thread GitBox
astefanutti opened a new pull request #1211: fix(dev): Use go-homedir package instead of os/user to retrieve user home directory URL: https://github.com/apache/camel-k/pull/1211 The `os/user` package requires CGO which breaks cross-compilation from Mac OS. **Release Note**

[camel] branch master updated (c013dad -> e9b7334)

2020-01-16 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 c013dad Fix PackageHelper.findJsonFiles to restore the previous behavior add a52aee5

[GitHub] [camel-k] oscerd commented on issue #1207: Camel K Validator Component hangs on URL input

2020-01-16 Thread GitBox
oscerd commented on issue #1207: Camel K Validator Component hangs on URL input URL: https://github.com/apache/camel-k/issues/1207#issuecomment-575192686 on camel 3 the activemq component is camel-activemq and not activemq-camel

[GitHub] [camel-k] lburgazzoli commented on issue #1207: Camel K Validator Component hangs on URL input

2020-01-16 Thread GitBox
lburgazzoli commented on issue #1207: Camel K Validator Component hangs on URL input URL: https://github.com/apache/camel-k/issues/1207#issuecomment-575191523 I'm not sure you need to explicit add all the activemq deps as from camel 3.0 the camel-activemq has been moved to the apache

[camel] branch master updated (6a7de01 -> c013dad)

2020-01-16 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 6a7de01 Regen add c013dad Fix PackageHelper.findJsonFiles to restore the previous behavior No new revisions

[GitHub] [camel-quarkus] lburgazzoli commented on issue #617: Build time Camel service resolution

2020-01-16 Thread GitBox
lburgazzoli commented on issue #617: Build time Camel service resolution URL: https://github.com/apache/camel-quarkus/issues/617#issuecomment-575169436 will open a new issue with a proposal so we can have a better discussion

[GitHub] [camel-quarkus] ppalaga commented on issue #617: Build time Camel service resolution

2020-01-16 Thread GitBox
ppalaga commented on issue #617: Build time Camel service resolution URL: https://github.com/apache/camel-quarkus/issues/617#issuecomment-575167277 > 3. a build item can control what service files have to be backed into the final native image > 4. a build item can control what service

[GitHub] [camel-quarkus] aldettinger closed issue #610: Fix the defineClass exception in camel-quarkus-jsonpath while running in native mode

2020-01-16 Thread GitBox
aldettinger closed issue #610: Fix the defineClass exception in camel-quarkus-jsonpath while running in native mode URL: https://github.com/apache/camel-quarkus/issues/610 This is an automated message from the Apache Git

[GitHub] [camel-k] astefanutti commented on issue #1209: Integration builds takes lots of time

2020-01-16 Thread GitBox
astefanutti commented on issue #1209: Integration builds takes lots of time URL: https://github.com/apache/camel-k/issues/1209#issuecomment-575165498 @kameshsampath that's what I suspected. As Minikube runs through virtualisation layers on Mac OS, it may be the file system snapshotting is

[GitHub] [camel-quarkus] aldettinger commented on issue #610: Fix the defineClass exception in camel-quarkus-jsonpath while running in native mode

2020-01-16 Thread GitBox
aldettinger commented on issue #610: Fix the defineClass exception in camel-quarkus-jsonpath while running in native mode URL: https://github.com/apache/camel-quarkus/issues/610#issuecomment-575165742 The build is fine regarding this ticket, closing.

[GitHub] [camel-k] Jonathan-Eid commented on issue #1207: Camel K Validator Component hangs on URL input

2020-01-16 Thread GitBox
Jonathan-Eid commented on issue #1207: Camel K Validator Component hangs on URL input URL: https://github.com/apache/camel-k/issues/1207#issuecomment-575165139 Connection time out error

[GitHub] [camel-k] kameshsampath commented on issue #1209: Integration builds takes lots of time

2020-01-16 Thread GitBox
kameshsampath commented on issue #1209: Integration builds takes lots of time URL: https://github.com/apache/camel-k/issues/1209#issuecomment-575162031 @astefanutti - I use macOS Catalina This is an automated message from

[GitHub] [camel-k] Jonathan-Eid commented on issue #1207: Camel K Validator Component hangs on URL input

2020-01-16 Thread GitBox
Jonathan-Eid commented on issue #1207: Camel K Validator Component hangs on URL input URL: https://github.com/apache/camel-k/issues/1207#issuecomment-575155093 This is the config map for the integration apiVersion: v1 kind: ConfigMap metadata: name:

[GitHub] [camel-kafka-connector] orpiske opened a new pull request #75: Migrates all the test cases to Junit 5

2020-01-16 Thread GitBox
orpiske opened a new pull request #75: Migrates all the test cases to Junit 5 URL: https://github.com/apache/camel-kafka-connector/pull/75 This resolves Github enhancement issue #74 This is an automated message from the

[camel] branch master updated (d60dfcb -> 6a7de01)

2020-01-16 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 d60dfcb Merge pull request #3487 from omarsmak/CAMEL-14188 add c9300f2 CAMEL-14409: camel-core - Optimize

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #603: WIP - Prepare for Quarkus 1.2

2020-01-16 Thread GitBox
lburgazzoli commented on a change in pull request #603: WIP - Prepare for Quarkus 1.2 URL: https://github.com/apache/camel-quarkus/pull/603#discussion_r367403472 ## File path: integration-tests/http/pom.xml ## @@ -122,13 +135,30 @@

[GitHub] [camel-quarkus] geoand commented on a change in pull request #603: WIP - Prepare for Quarkus 1.2

2020-01-16 Thread GitBox
geoand commented on a change in pull request #603: WIP - Prepare for Quarkus 1.2 URL: https://github.com/apache/camel-quarkus/pull/603#discussion_r367394790 ## File path: integration-tests/http/pom.xml ## @@ -122,13 +135,30 @@

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #603: WIP - Prepare for Quarkus 1.2

2020-01-16 Thread GitBox
lburgazzoli commented on a change in pull request #603: WIP - Prepare for Quarkus 1.2 URL: https://github.com/apache/camel-quarkus/pull/603#discussion_r367394495 ## File path: integration-tests/http/pom.xml ## @@ -122,13 +135,30 @@

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #625: Add ahc-ws extension

2020-01-16 Thread GitBox
ppalaga commented on a change in pull request #625: Add ahc-ws extension URL: https://github.com/apache/camel-quarkus/pull/625#discussion_r367379692 ## File path: extensions/ahc-ws/runtime/src/main/resources/META-INF/quarkus-extension.yaml ## @@ -0,0 +1,32 @@ +# +#

[camel] branch master updated: CAMEL-14188: Upgrade Debezium to 1.0

2020-01-16 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.git The following commit(s) were added to refs/heads/master by this push: new faa3182 CAMEL-14188: Upgrade Debezium to 1.0

[GitHub] [camel-website] fmarchioni opened a new pull request #151: Update articles.md

2020-01-16 Thread GitBox
fmarchioni opened a new pull request #151: Update articles.md URL: https://github.com/apache/camel-website/pull/151 Added some Camel articles available in http://www.mastertheboss.com This is an automated message from the

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #603: WIP - Prepare for Quarkus 1.2

2020-01-16 Thread GitBox
lburgazzoli commented on a change in pull request #603: WIP - Prepare for Quarkus 1.2 URL: https://github.com/apache/camel-quarkus/pull/603#discussion_r367376977 ## File path: integration-tests/aws/pom.xml ## @@ -152,7 +152,6 @@ true

[GitHub] [camel-quarkus] gsmet commented on a change in pull request #603: WIP - Prepare for Quarkus 1.2

2020-01-16 Thread GitBox
gsmet commented on a change in pull request #603: WIP - Prepare for Quarkus 1.2 URL: https://github.com/apache/camel-quarkus/pull/603#discussion_r367375272 ## File path: integration-tests/http/pom.xml ## @@ -122,13 +135,30 @@

[GitHub] [camel-quarkus] jamesnetherton commented on a change in pull request #625: Add ahc-ws extension

2020-01-16 Thread GitBox
jamesnetherton commented on a change in pull request #625: Add ahc-ws extension URL: https://github.com/apache/camel-quarkus/pull/625#discussion_r367375132 ## File path: extensions/ahc-ws/runtime/pom.xml ## @@ -0,0 +1,86 @@ + + +http://maven.apache.org/POM/4.0.0; +

[GitHub] [camel-quarkus] gsmet commented on a change in pull request #603: WIP - Prepare for Quarkus 1.2

2020-01-16 Thread GitBox
gsmet commented on a change in pull request #603: WIP - Prepare for Quarkus 1.2 URL: https://github.com/apache/camel-quarkus/pull/603#discussion_r367375039 ## File path: integration-tests/aws/pom.xml ## @@ -152,7 +152,6 @@ true

[GitHub] [camel-quarkus] gsmet commented on issue #603: WIP - Prepare for Quarkus 1.2

2020-01-16 Thread GitBox
gsmet commented on issue #603: WIP - Prepare for Quarkus 1.2 URL: https://github.com/apache/camel-quarkus/pull/603#issuecomment-575115242 I just rebased. This is an automated message from the Apache Git Service. To respond to

[GitHub] [camel-quarkus] gsmet commented on issue #625: Add ahc-ws extension

2020-01-16 Thread GitBox
gsmet commented on issue #625: Add ahc-ws extension URL: https://github.com/apache/camel-quarkus/pull/625#issuecomment-575114398 Could you please hold on on adding more extensions until the next release (that should start at the end of next week)? We struggle to get the current

[camel] branch master updated (bdcfff7 -> 2f78b56)

2020-01-16 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 bdcfff7 Regen docs add bd2f6f2 ToD EIP: Improve NOTE section add 2f78b56 Regen docs No new

[GitHub] [camel-quarkus] gsmet commented on issue #626: Added an AWS Kinesis extension

2020-01-16 Thread GitBox
gsmet commented on issue #626: Added an AWS Kinesis extension URL: https://github.com/apache/camel-quarkus/pull/626#issuecomment-575114432 Could you please hold on on adding more extensions until the next release (that should start at the end of next week)? We struggle to get the

[GitHub] [camel-quarkus] jamesnetherton commented on a change in pull request #625: Add ahc-ws extension

2020-01-16 Thread GitBox
jamesnetherton commented on a change in pull request #625: Add ahc-ws extension URL: https://github.com/apache/camel-quarkus/pull/625#discussion_r367371668 ## File path: extensions/ahc-ws/runtime/src/main/resources/META-INF/quarkus-extension.yaml ## @@ -0,0 +1,32 @@ +# +#

[camel] branch master updated (345c7d8 -> bdcfff7)

2020-01-16 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 345c7d8 Regen docs add 688252a Saga EIP: Improve NOTE sections add a401384 Servicecall EIP: Improve

[GitHub] [camel-k] nicolaferraro opened a new pull request #1210: chore(crd): update the CRD versions

2020-01-16 Thread GitBox
nicolaferraro opened a new pull request #1210: chore(crd): update the CRD versions URL: https://github.com/apache/camel-k/pull/1210 **Release Note** ```release-note NONE ``` This is

[GitHub] [camel-quarkus] jamesnetherton commented on a change in pull request #625: Add ahc-ws extension

2020-01-16 Thread GitBox
jamesnetherton commented on a change in pull request #625: Add ahc-ws extension URL: https://github.com/apache/camel-quarkus/pull/625#discussion_r367371136 ## File path: extensions/ahc-ws/runtime/pom.xml ## @@ -0,0 +1,86 @@ + + +http://maven.apache.org/POM/4.0.0; +

[camel-quarkus] branch master updated: Fix #620 Introduce CamelServiceInfo transformers

2020-01-16 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-quarkus.git The following commit(s) were added to refs/heads/master by this push: new e6920d0 Fix #620 Introduce

[GitHub] [camel-quarkus] oscerd merged pull request #621: Fix #620 Introduce CamelServiceInfo transformers

2020-01-16 Thread GitBox
oscerd merged pull request #621: Fix #620 Introduce CamelServiceInfo transformers URL: https://github.com/apache/camel-quarkus/pull/621 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [camel-quarkus] oscerd closed issue #620: Introduce CamelServiceInfo transformers

2020-01-16 Thread GitBox
oscerd closed issue #620: Introduce CamelServiceInfo transformers URL: https://github.com/apache/camel-quarkus/issues/620 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[camel] branch master updated (92c152f -> 345c7d8)

2020-01-16 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 92c152f Regen docs add dbdb6f0 Claimcheck EIP: Improve NOTE section add dbc1f67 Hystrix EIP: Improve

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #625: Add ahc-ws extension

2020-01-16 Thread GitBox
ppalaga commented on a change in pull request #625: Add ahc-ws extension URL: https://github.com/apache/camel-quarkus/pull/625#discussion_r367345248 ## File path: extensions/ahc-ws/runtime/pom.xml ## @@ -0,0 +1,86 @@ + + +http://maven.apache.org/POM/4.0.0; +

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #625: Add ahc-ws extension

2020-01-16 Thread GitBox
ppalaga commented on a change in pull request #625: Add ahc-ws extension URL: https://github.com/apache/camel-quarkus/pull/625#discussion_r367347281 ## File path: extensions/ahc-ws/runtime/src/main/resources/META-INF/quarkus-extension.yaml ## @@ -0,0 +1,32 @@ +# +#

[camel] 01/03: Camel-AWS2-Translate: Added information about the region in SDK v2

2020-01-16 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 dc899a21f2f7181d093eb52cbf98eb51c832a4bb Author: Andrea Cosentino AuthorDate: Thu Jan 16 10:52:42 2020 +0100

[camel] 02/03: Camel-Aws2-Translate: Updated docs

2020-01-16 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 d080a118c165f4f5f5f92c2e92a21455f57be88b Author: Andrea Cosentino AuthorDate: Thu Jan 16 10:53:58 2020 +0100

[GitHub] [camel-quarkus] oscerd commented on issue #626: Added an AWS Kinesis extension

2020-01-16 Thread GitBox
oscerd commented on issue #626: Added an AWS Kinesis extension URL: https://github.com/apache/camel-quarkus/pull/626#issuecomment-575075674 ok to test This is an automated message from the Apache Git Service. To respond to

[camel] 03/03: Regen docs

2020-01-16 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 92c152f2c38004a0fac6d81f6968ccadb2eed4bc Author: Andrea Cosentino AuthorDate: Thu Jan 16 10:59:36 2020 +0100

[camel] branch master updated (f8c22da -> 92c152f)

2020-01-16 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 f8c22da Upgrade Caffeine to version 2.8.1 new dc899a2 Camel-AWS2-Translate: Added information about the

[camel] branch master updated: Upgrade Caffeine to version 2.8.1

2020-01-16 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 f8c22da Upgrade Caffeine to version 2.8.1

[camel] branch master updated: Improve EndpointDslMojo

2020-01-16 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 The following commit(s) were added to refs/heads/master by this push: new 78b8ebc Improve EndpointDslMojo 78b8ebc is

[GitHub] [camel-quarkus] oscerd opened a new pull request #626: Added an AWS Kinesis extension

2020-01-16 Thread GitBox
oscerd opened a new pull request #626: Added an AWS Kinesis extension URL: https://github.com/apache/camel-quarkus/pull/626 Fixes #624 This is an automated message from the Apache Git Service. To respond to the message,

[camel-quarkus] 01/01: Added an AWS Kinesis extension

2020-01-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch aws-kinesis in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 55b204dc4a5ee35e860309e6be9b09757c5fb210 Author: Andrea Cosentino AuthorDate: Thu Jan 16 10:10:38 2020

[camel-quarkus] branch aws-kinesis created (now 55b204d)

2020-01-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch aws-kinesis in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. at 55b204d Added an AWS Kinesis extension This branch includes the following new commits: new

[camel] branch master updated (830574e -> 9ccf6ac)

2020-01-16 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 830574e Add XML schema references for release 3.0.1 add 496d0aa Regen add 9ccf6ac Regen again No

[GitHub] [camel-quarkus] jamesnetherton commented on issue #625: Add ahc-ws extension

2020-01-16 Thread GitBox
jamesnetherton commented on issue #625: Add ahc-ws extension URL: https://github.com/apache/camel-quarkus/pull/625#issuecomment-575045609 ok to test This is an automated message from the Apache Git Service. To respond to the

[GitHub] [camel-k] lburgazzoli commented on issue #1207: Camel K Validator Component hangs on URL input

2020-01-16 Thread GitBox
lburgazzoli commented on issue #1207: Camel K Validator Component hangs on URL input URL: https://github.com/apache/camel-k/issues/1207#issuecomment-575040214 It looks like there is a logging clash, can you please provide some more info about the dependencies, the command you are using

[GitHub] [camel-quarkus] jamesnetherton opened a new pull request #625: Add ahc-ws extension

2020-01-16 Thread GitBox
jamesnetherton opened a new pull request #625: Add ahc-ws extension URL: https://github.com/apache/camel-quarkus/pull/625 fixes #619 This is an automated message from the Apache Git Service. To respond to the message, please

[camel-website] 02/02: Add release note and blog entry for release 3.0.1

2020-01-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git commit c3d2d01a19dfacac1661749992bfda0bcecf1afb Author: Gregor Zurowski AuthorDate: Thu Jan 16 09:07:30 2020 +0100

[camel-website] branch master updated (4410104 -> c3d2d01)

2020-01-16 Thread gzurowski
This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git. from 4410104 chore: update FOSDEM post with the social event new d81909b Add XML schemas for release

[GitHub] [camel-k] astefanutti commented on issue #1209: Integration builds takes lots of time

2020-01-16 Thread GitBox
astefanutti commented on issue #1209: Integration builds takes lots of time URL: https://github.com/apache/camel-k/issues/1209#issuecomment-575032262 @kameshsampath out of curiosity, what OS do you use? Kaniko takes a snapshot of the file system and performance may depend on the OS:

[GitHub] [camel-quarkus] aldettinger commented on issue #610: Fix the defineClass exception in camel-quarkus-jsonpath while running in native mode

2020-01-16 Thread GitBox
aldettinger commented on issue #610: Fix the defineClass exception in camel-quarkus-jsonpath while running in native mode URL: https://github.com/apache/camel-quarkus/issues/610#issuecomment-575032266 I've pushed a fix, let's ensure next build is fine with that.

[GitHub] [camel-k] astefanutti commented on issue #1208: Disabling traits does not reflect in camel-k integration

2020-01-16 Thread GitBox
astefanutti commented on issue #1208: Disabling traits does not reflect in camel-k integration URL: https://github.com/apache/camel-k/issues/1208#issuecomment-575030767 The Jolokia and Prometheus traits are a bit special as they currently rely on the Fabric8 base image behaviour, that

  1   2   >