[camel] branch master updated: Fixed Spring Boot integration tests

2019-11-18 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 82ad138 Fixed Spring Boot integration tests

[GitHub] [camel-quarkus] lburgazzoli commented on issue #438: Do not include the source XSLT files into the application archive

2019-11-18 Thread GitBox
lburgazzoli commented on issue #438: Do not include the source XSLT files into the application archive URL: https://github.com/apache/camel-quarkus/issues/438#issuecomment-555379098 I remember either the xls engine or camel try to access the file when the route starts, it is not more the c

[GitHub] [camel-quarkus] ppalaga opened a new issue #438: Do not include the source XSLT files into the application archive

2019-11-18 Thread GitBox
ppalaga opened a new issue #438: Do not include the source XSLT files into the application archive URL: https://github.com/apache/camel-quarkus/issues/438 We compile the XSL template files into translets at build time so there is no point in having them in the archive. Let's exclude them o

[GitHub] [camel-quarkus] oscerd merged pull request #437: xslt extension not working on java 11

2019-11-18 Thread GitBox
oscerd merged pull request #437: xslt extension not working on java 11 URL: https://github.com/apache/camel-quarkus/pull/437 This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [camel-quarkus] oscerd closed issue #427: xslt extension not working on java 11

2019-11-18 Thread GitBox
oscerd closed issue #427: xslt extension not working on java 11 URL: https://github.com/apache/camel-quarkus/issues/427 This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[camel-quarkus] branch master updated: xslt extension not working on java 11 #427

2019-11-18 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 46636b1 xslt extension not working o

[camel] branch master updated: Fix link to XQuery

2019-11-18 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 6cbe7a3 Fix link to XQuery new f7222d4

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #437: xslt extension not working on java 11

2019-11-18 Thread GitBox
ppalaga commented on a change in pull request #437: xslt extension not working on java 11 URL: https://github.com/apache/camel-quarkus/pull/437#discussion_r347637689 ## File path: extensions/support/xalan/runtime/src/main/java/org/apache/camel/quarkus/support/xalan/XalanSupport.jav

[GitHub] [camel-quarkus] asf-ci commented on issue #437: xslt extension not working on java 11

2019-11-18 Thread GitBox
asf-ci commented on issue #437: xslt extension not working on java 11 URL: https://github.com/apache/camel-quarkus/pull/437#issuecomment-555171259 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/411/ --

[camel] branch master updated: Update loadBalance-eip.adoc

2019-11-18 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 80eda13 Update loadBalance-eip.adoc 80eda13 i

[camel] branch camel-2.x updated: CAMEL-13841: (Backport to 2.x) Allow manual Pulsar message acknowledgments (#3347)

2019-11-18 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus 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 c3fbd41 CAMEL-13841: (Backport to 2.x)

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #437: xslt extension not working on java 11

2019-11-18 Thread GitBox
lburgazzoli commented on a change in pull request #437: xslt extension not working on java 11 URL: https://github.com/apache/camel-quarkus/pull/437#discussion_r347501693 ## File path: extensions/support/xalan/runtime/src/main/java/org/apache/camel/quarkus/support/xalan/XalanSupport

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #437: xslt extension not working on java 11

2019-11-18 Thread GitBox
ppalaga commented on a change in pull request #437: xslt extension not working on java 11 URL: https://github.com/apache/camel-quarkus/pull/437#discussion_r347499371 ## File path: extensions/support/xalan/runtime/src/main/java/org/apache/camel/quarkus/support/xalan/XalanSupport.jav

[GitHub] [camel-k] davesargrad commented on issue #1059: Is it possible to install kamel using helm charts rather than "kamel"

2019-11-18 Thread GitBox
davesargrad commented on issue #1059: Is it possible to install kamel using helm charts rather than "kamel" URL: https://github.com/apache/camel-k/issues/1059#issuecomment-555109504 I just found the following in the logs ![image](https://user-images.githubusercontent.com/48793689/690732

[GitHub] [camel-k] davesargrad commented on issue #1059: Is it possible to install kamel using helm charts rather than "kamel"

2019-11-18 Thread GitBox
davesargrad commented on issue #1059: Is it possible to install kamel using helm charts rather than "kamel" URL: https://github.com/apache/camel-k/issues/1059#issuecomment-555108648 What is the best way for me to determine why the camel-k-cache pod crashes?

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #437: xslt extension not working on java 11

2019-11-18 Thread GitBox
lburgazzoli commented on a change in pull request #437: xslt extension not working on java 11 URL: https://github.com/apache/camel-quarkus/pull/437#discussion_r347496344 ## File path: extensions/support/xalan/runtime/src/main/java/org/apache/camel/quarkus/support/xalan/XalanSupport

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #437: xslt extension not working on java 11

2019-11-18 Thread GitBox
ppalaga commented on a change in pull request #437: xslt extension not working on java 11 URL: https://github.com/apache/camel-quarkus/pull/437#discussion_r347494340 ## File path: extensions/support/xalan/runtime/src/main/java/org/apache/camel/quarkus/support/xalan/XalanSupport.jav

[GitHub] [camel-k] lburgazzoli commented on issue #1061: Multiple traits to create a service

2019-11-18 Thread GitBox
lburgazzoli commented on issue #1061: Multiple traits to create a service URL: https://github.com/apache/camel-k/issues/1061#issuecomment-555102861 The original "design" was to have the service trait as master and other traits to customize the service created by the `servce` trait. ---

[GitHub] [camel-k] astefanutti commented on issue #1061: Multiple traits to create a service

2019-11-18 Thread GitBox
astefanutti commented on issue #1061: Multiple traits to create a service URL: https://github.com/apache/camel-k/issues/1061#issuecomment-555100424 It's coming from 45d5666e699460da51051874fd918dfe82399300. The intent was about getting the Prometheus trait aware of the service trait. But it

[GitHub] [camel-quarkus] lburgazzoli commented on issue #437: xslt extension not working on java 11

2019-11-18 Thread GitBox
lburgazzoli commented on issue #437: xslt extension not working on java 11 URL: https://github.com/apache/camel-quarkus/pull/437#issuecomment-555099266 ok to test This is an automated message from the Apache Git Service. To re

[GitHub] [camel-k] nicolaferraro opened a new issue #1061: Multiple traits to create a service

2019-11-18 Thread GitBox
nicolaferraro opened a new issue #1061: Multiple traits to create a service URL: https://github.com/apache/camel-k/issues/1061 Both the `container` trait and the `service` trait allow to configure a service. Does anyone recall why? Can we rationalize it? @jamesnetherton , @astefan

[GitHub] [camel-quarkus] lburgazzoli opened a new pull request #437: xslt extension not working on java 11

2019-11-18 Thread GitBox
lburgazzoli opened a new pull request #437: xslt extension not working on java 11 URL: https://github.com/apache/camel-quarkus/pull/437 Fixes #427 This is an automated message from the Apache Git Service. To respond to the me

[camel] branch master updated: Polished eip table a bit

2019-11-18 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 416e4b0 Polished eip table a bit 416e4b0 is d

[camel] 01/03: CAMEL-11807: Bumped to maven-surefire-plugin 3.0.0-M4

2019-11-18 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch CAMEL-11807 in repository https://gitbox.apache.org/repos/asf/camel.git commit 125f8cee6511f9de1f0d39dc9a2f983a10ed2b9c Author: aldettinger AuthorDate: Tue Nov 12 15:01:58 2019 +0100 CA

[camel] 03/03: CAMEL-11807: Migrated camel-mongodb tests to JUnit 5

2019-11-18 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch CAMEL-11807 in repository https://gitbox.apache.org/repos/asf/camel.git commit 488d4f8dfb95cd66150833aea3d8df20229634d0 Author: aldettinger AuthorDate: Sat Nov 16 09:50:37 2019 +0100 CA

[camel] branch CAMEL-11807 updated (468d7b5 -> 488d4f8)

2019-11-18 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a change to branch CAMEL-11807 in repository https://gitbox.apache.org/repos/asf/camel.git. discard 468d7b5 CAMEL-11807: Migrated camel-mongodb tests to JUnit 5 discard 96c6edc CAMEL-11807: Migrated camel-

[camel] 02/03: CAMEL-11807: Migrated camel-swagger-java tests to JUnit 5

2019-11-18 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch CAMEL-11807 in repository https://gitbox.apache.org/repos/asf/camel.git commit 4b09eda6da3fd05f893eceebd9d80c41814ad333 Author: aldettinger AuthorDate: Wed Nov 13 17:03:03 2019 +0100 CA

[GitHub] [camel-k] astefanutti commented on issue #1056: camel-k-maven-plugin must not contain any of these characters \/:"<>|?* but found > @ line 16, column 18

2019-11-18 Thread GitBox
astefanutti commented on issue #1056: camel-k-maven-plugin must not contain any of these characters \/:"<>|?* but found > @ line 16, column 18 URL: https://github.com/apache/camel-k/issues/1056#issuecomment-555081999 It's normal to have a version constraint in the integration platform. The

[GitHub] [camel-k] davesargrad commented on issue #1059: Is it possible to install kamel using helm charts rather than "kamel"

2019-11-18 Thread GitBox
davesargrad commented on issue #1059: Is it possible to install kamel using helm charts rather than "kamel" URL: https://github.com/apache/camel-k/issues/1059#issuecomment-555081958 Hmm. Camel-K-Cache seems to be crashing ![image](https://user-images.githubusercontent.com/48793689/69068

[GitHub] [camel-k] abouchama commented on issue #1056: camel-k-maven-plugin must not contain any of these characters \/:"<>|?* but found > @ line 16, column 18

2019-11-18 Thread GitBox
abouchama commented on issue #1056: camel-k-maven-plugin must not contain any of these characters \/:"<>|?* but found > @ line 16, column 18 URL: https://github.com/apache/camel-k/issues/1056#issuecomment-555080769 The issue is still present on 1.0.0-M4: ``` $ oc get integrationpl

[GitHub] [camel-k] abouchama opened a new issue #1056: camel-k-maven-plugin must not contain any of these characters \/:"<>|?* but found > @ line 16, column 18

2019-11-18 Thread GitBox
abouchama opened a new issue #1056: camel-k-maven-plugin must not contain any of these characters \/:"<>|?* but found > @ line 16, column 18 URL: https://github.com/apache/camel-k/issues/1056 Hello, After running the following example: ``` git clone https://github.com/abouc

[camel] branch camel-2.x updated: CAMEL-14184: (Backport to 2.x) Allow setting Pulsar Message properties, event_time, key fields (#3344)

2019-11-18 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus 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 a856fe9 CAMEL-14184: (Backport to 2.x)

[GitHub] [camel-k] davesargrad commented on issue #1059: Is it possible to install kamel using helm charts rather than "kamel"

2019-11-18 Thread GitBox
davesargrad commented on issue #1059: Is it possible to install kamel using helm charts rather than "kamel" URL: https://github.com/apache/camel-k/issues/1059#issuecomment-555059502 Thanks @nicolaferraro That makes sense!! Last step I have is seen in the following. What is th

[GitHub] [camel-k] nicolaferraro commented on issue #1059: Is it possible to install kamel using helm charts rather than "kamel"

2019-11-18 Thread GitBox
nicolaferraro commented on issue #1059: Is it possible to install kamel using helm charts rather than "kamel" URL: https://github.com/apache/camel-k/issues/1059#issuecomment-555059129 Ok, no.. the default storage class needs to be set on the storage class, better not changing it from Camel

[GitHub] [camel-k] nicolaferraro commented on issue #1059: Is it possible to install kamel using helm charts rather than "kamel"

2019-11-18 Thread GitBox
nicolaferraro commented on issue #1059: Is it possible to install kamel using helm charts rather than "kamel" URL: https://github.com/apache/camel-k/issues/1059#issuecomment-555058157 Nice, if that annotation works also on other platforms, we can add it by default. Note that for GKE

[GitHub] [camel-k] davesargrad commented on issue #1059: Is it possible to install kamel using helm charts rather than "kamel"

2019-11-18 Thread GitBox
davesargrad commented on issue #1059: Is it possible to install kamel using helm charts rather than "kamel" URL: https://github.com/apache/camel-k/issues/1059#issuecomment-555056850 This worked for me.. and yay.. i have camel-k running: `kubectl patch storageclass fast-rbd -p '{"meta

[camel-website] 01/01: Merge pull request #110 from apache/quarkus-0.4.0

2019-11-18 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-website.git commit f19e1ddef40df9d0c3660a513052cc22a8111415 Merge: 9b017cc b62b8ae Author: Andrea Cosentino AuthorDate: Mon Nov

[camel-website] branch master updated (9b017cc -> f19e1dd)

2019-11-18 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-website.git. from 9b017cc chore: improve navbar readability add b62b8ae Upgrade to Camel-Quarkus 0.4.0 new f19e1

[GitHub] [camel-k] davesargrad edited a comment on issue #1059: Is it possible to install kamel using helm charts rather than "kamel"

2019-11-18 Thread GitBox
davesargrad edited a comment on issue #1059: Is it possible to install kamel using helm charts rather than "kamel" URL: https://github.com/apache/camel-k/issues/1059#issuecomment-555043751 ![image](https://user-images.githubusercontent.com/48793689/69061616-7d269f80-09e7-11ea-804d-0576a490

[GitHub] [camel-k] davesargrad edited a comment on issue #1059: Is it possible to install kamel using helm charts rather than "kamel"

2019-11-18 Thread GitBox
davesargrad edited a comment on issue #1059: Is it possible to install kamel using helm charts rather than "kamel" URL: https://github.com/apache/camel-k/issues/1059#issuecomment-555043751 ![image](https://user-images.githubusercontent.com/48793689/69061616-7d269f80-09e7-11ea-804d-0576a490

[GitHub] [camel-quarkus] oscerd merged pull request #436: Update latest version released to 0.4.0

2019-11-18 Thread GitBox
oscerd merged pull request #436: Update latest version released to 0.4.0 URL: https://github.com/apache/camel-quarkus/pull/436 This is an automated message from the Apache Git Service. To respond to the message, please log on

[camel-quarkus] branch master updated: Update latest version released to 0.4.0

2019-11-18 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 d907e86 Update latest version releas

[GitHub] [camel-k] davesargrad edited a comment on issue #1059: Is it possible to install kamel using helm charts rather than "kamel"

2019-11-18 Thread GitBox
davesargrad edited a comment on issue #1059: Is it possible to install kamel using helm charts rather than "kamel" URL: https://github.com/apache/camel-k/issues/1059#issuecomment-555043751 ![image](https://user-images.githubusercontent.com/48793689/69061616-7d269f80-09e7-11ea-804d-0576a490

[GitHub] [camel-k] davesargrad edited a comment on issue #1059: Is it possible to install kamel using helm charts rather than "kamel"

2019-11-18 Thread GitBox
davesargrad edited a comment on issue #1059: Is it possible to install kamel using helm charts rather than "kamel" URL: https://github.com/apache/camel-k/issues/1059#issuecomment-555043751 ![image](https://user-images.githubusercontent.com/48793689/69061616-7d269f80-09e7-11ea-804d-0576a490

[GitHub] [camel-quarkus] oscerd commented on issue #436: Update latest version released to 0.4.0

2019-11-18 Thread GitBox
oscerd commented on issue #436: Update latest version released to 0.4.0 URL: https://github.com/apache/camel-quarkus/pull/436#issuecomment-555049242 ok to test This is an automated message from the Apache Git Service. To respo

[camel-website] 01/01: Upgrade to Camel-Quarkus 0.4.0

2019-11-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch quarkus-0.4.0 in repository https://gitbox.apache.org/repos/asf/camel-website.git commit b62b8ae35436bfa15140a43a69c9622a2027785b Author: Andrea Cosentino AuthorDate: Mon Nov 18 15:47:33 2019

[camel-website] branch quarkus-0.4.0 created (now b62b8ae)

2019-11-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch quarkus-0.4.0 in repository https://gitbox.apache.org/repos/asf/camel-website.git. at b62b8ae Upgrade to Camel-Quarkus 0.4.0 This branch includes the following new commits: new

[camel-quarkus] 01/01: Update latest version released to 0.4.0

2019-11-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch quarkus-0.4.0 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit bf67c42f6b65804c6d2504c579568b6f52539d0c Author: Andrea Cosentino AuthorDate: Mon Nov 18 15:45:54 2019

[camel-quarkus] branch quarkus-0.4.0 created (now bf67c42)

2019-11-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch quarkus-0.4.0 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. at bf67c42 Update latest version released to 0.4.0 This branch includes the following new commits:

[GitHub] [camel-quarkus] oscerd opened a new pull request #436: Update latest version released to 0.4.0

2019-11-18 Thread GitBox
oscerd opened a new pull request #436: Update latest version released to 0.4.0 URL: https://github.com/apache/camel-quarkus/pull/436 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [camel-k] davesargrad commented on issue #1059: Is it possible to install kamel using helm charts rather than "kamel"

2019-11-18 Thread GitBox
davesargrad commented on issue #1059: Is it possible to install kamel using helm charts rather than "kamel" URL: https://github.com/apache/camel-k/issues/1059#issuecomment-555043751 ![image](https://user-images.githubusercontent.com/48793689/69061616-7d269f80-09e7-11ea-804d-0576a4901855.pn

[camel] branch master updated: Regen

2019-11-18 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 95c0fcc Regen 95c0fcc is described below co

[GitHub] [camel-quarkus] johnpoth commented on issue #352: Re-enable the FHIR tests once the FHIR testing service is back again

2019-11-18 Thread GitBox
johnpoth commented on issue #352: Re-enable the FHIR tests once the FHIR testing service is back again URL: https://github.com/apache/camel-quarkus/issues/352#issuecomment-555038694 @lburgazzoli I barely started and got pulled on something else ... should be okay this week :+1: -

[GitHub] [camel-k] davesargrad edited a comment on issue #1059: Is it possible to install kamel using helm charts rather than "kamel"

2019-11-18 Thread GitBox
davesargrad edited a comment on issue #1059: Is it possible to install kamel using helm charts rather than "kamel" URL: https://github.com/apache/camel-k/issues/1059#issuecomment-555036709 I'm installing using the operator procedures. The operator installs a pod (camel-k-cache) that has an

[GitHub] [camel-k] davesargrad commented on issue #1059: Is it possible to install kamel using helm charts rather than "kamel"

2019-11-18 Thread GitBox
davesargrad commented on issue #1059: Is it possible to install kamel using helm charts rather than "kamel" URL: https://github.com/apache/camel-k/issues/1059#issuecomment-555036709 I'm installing using the operator procedures. The operator installs a pod (camel-k-cache) that has an unboun

[GitHub] [camel-k] nicolaferraro opened a new pull request #1060: chore(olm): fix olm naming

2019-11-18 Thread GitBox
nicolaferraro opened a new pull request #1060: chore(olm): fix olm naming URL: https://github.com/apache/camel-k/pull/1060 To be compatible with upstream format. **Release Note** ```release-note NONE ``` ---

[camel] branch master updated (66be002 -> c673ee6)

2019-11-18 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 66be002 Update README.adoc new 3ad00b9 Added Camel-Resilience4j to components POM new f36e116 Camel-R

[camel] 03/03: Camel-Resilience4j: Fixed groupId for service1 in example

2019-11-18 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 c673ee67d3babef8233bd60787b0f4d1fe22a736 Author: Andrea Cosentino AuthorDate: Mon Nov 18 14:56:15 2019 +0100 Cam

[camel] 02/03: Camel-Resilience4j: Fixed jars in example

2019-11-18 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 f36e1169f1ed61a37014acf6d317619b94d7cb99 Author: Andrea Cosentino AuthorDate: Mon Nov 18 14:54:57 2019 +0100 Cam

[camel] 01/03: Added Camel-Resilience4j to components POM

2019-11-18 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 3ad00b98390ccc41f320eff306330a33528a33d6 Author: Andrea Cosentino AuthorDate: Mon Nov 18 14:44:15 2019 +0100 Add

[GitHub] [camel-k] davesargrad commented on issue #1059: Is it possible to install kamel using helm charts rather than "kamel"

2019-11-18 Thread GitBox
davesargrad commented on issue #1059: Is it possible to install kamel using helm charts rather than "kamel" URL: https://github.com/apache/camel-k/issues/1059#issuecomment-555023586 Thanks for the feedback guys. I do appreciate you taking the time. -

[camel] branch master updated: Update README.adoc

2019-11-18 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 66be002 Update README.adoc 66be002 is describ

[camel] branch master updated: CAMEL-14181: advice with - Should not dump routes if jaxb is not on classpath (will fail when attempting to dump, so we ignore this)

2019-11-18 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 5c574d5 CAMEL-14181: advice with - Should not

[GitHub] [camel-k] nicolaferraro closed issue #1055: Release 1.0.0-M4

2019-11-18 Thread GitBox
nicolaferraro closed issue #1055: Release 1.0.0-M4 URL: https://github.com/apache/camel-k/issues/1055 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #435: Create a Camel Dozer extension

2019-11-18 Thread GitBox
jamesnetherton opened a new issue #435: Create a Camel Dozer extension URL: https://github.com/apache/camel-quarkus/issues/435 This is an automated message from the Apache Git Service. To respond to the message, please log on

[camel] branch master updated: Doc update to use Since instead of Available as of

2019-11-18 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 c851dd0 Doc update to use Since instead of Av

[camel] branch master updated: Added more lins to EIP patterns from the table

2019-11-18 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 5420c75 Added more lins to EIP patterns from

[GitHub] [camel-k] nicolaferraro commented on issue #1059: Is it possible to install kamel using helm charts rather than "kamel"

2019-11-18 Thread GitBox
nicolaferraro commented on issue #1059: Is it possible to install kamel using helm charts rather than "kamel" URL: https://github.com/apache/camel-k/issues/1059#issuecomment-554981444 We can evaluate helm as alternative way to install the Camel K operator, there are some old issues about t

[camel] branch master updated: CAMEL-13691: camel-resilience4j

2019-11-18 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 889c44e CAMEL-13691: camel-resilience4j 889c4

[camel] branch master updated (b326c9e -> 2dead9b)

2019-11-18 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 b326c9e Update camel-3-migration-guide.adoc new b0bcb76 CAMEL-13691: camel-resilience4j new 2dead9b Do

[camel] 01/02: CAMEL-13691: camel-resilience4j

2019-11-18 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 b0bcb766795b08d3ba9d1c1a71986d05b3abc72c Author: Claus Ibsen AuthorDate: Mon Nov 18 12:26:34 2019 +0100 CAMEL-136

[GitHub] [camel-quarkus] lburgazzoli commented on issue #352: Re-enable the FHIR tests once the FHIR testing service is back again

2019-11-18 Thread GitBox
lburgazzoli commented on issue #352: Re-enable the FHIR tests once the FHIR testing service is back again URL: https://github.com/apache/camel-quarkus/issues/352#issuecomment-554973766 @johnpoth had any time to work on this ?

[camel-quarkus] branch master updated: chore: fix typo

2019-11-18 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-quarkus.git The following commit(s) were added to refs/heads/master by this push: new dceecc4 chore: fix typo dceecc4 is

svn commit: r36810 - in /release/camel: camel-k-runtime/1.0.7/ camel-k/1.0.0-M4/

2019-11-18 Thread nferraro
Author: nferraro Date: Mon Nov 18 11:11:44 2019 New Revision: 36810 Log: Release Camel K 1.0.0-M4 and Camel K Runtime 1.0.7 Added: release/camel/camel-k-runtime/1.0.7/ release/camel/camel-k-runtime/1.0.7/apache-camel-k-runtime-1.0.7-source-release.zip (with props) release/camel/c

[camel] branch master updated: Update camel-3-migration-guide.adoc

2019-11-18 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 b326c9e Update camel-3-migration-guide.adoc b

[camel] 03/03: CAMEL-11807: Migrated camel-mongodb tests to JUnit 5

2019-11-18 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch CAMEL-11807 in repository https://gitbox.apache.org/repos/asf/camel.git commit 468d7b5d6bb94d942e625d942f4e6cd02a5114a1 Author: aldettinger AuthorDate: Sat Nov 16 09:50:37 2019 +0100 CA

[camel] 01/03: CAMEL-11807: Bumped to maven-surefire-plugin 3.0.0-M4

2019-11-18 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch CAMEL-11807 in repository https://gitbox.apache.org/repos/asf/camel.git commit 876beecdc574707fd900adc0620e751a1b532176 Author: aldettinger AuthorDate: Tue Nov 12 15:01:58 2019 +0100 CA

[camel] branch CAMEL-11807 updated (1888601 -> 468d7b5)

2019-11-18 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a change to branch CAMEL-11807 in repository https://gitbox.apache.org/repos/asf/camel.git. discard 1888601 CAMEL-11807: Migrated camel-mongodb tests to JUnit 5 discard 750dc4b CAMEL-11807: Experimental bu

[camel] 02/03: CAMEL-11807: Migrated camel-swagger-java tests to JUnit 5

2019-11-18 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch CAMEL-11807 in repository https://gitbox.apache.org/repos/asf/camel.git commit 96c6edcbb6f923ddf2d57bd853626044d0ba5f49 Author: aldettinger AuthorDate: Wed Nov 13 17:03:03 2019 +0100 CA

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #430: Initial JMS support

2019-11-18 Thread GitBox
lburgazzoli commented on a change in pull request #430: Initial JMS support URL: https://github.com/apache/camel-quarkus/pull/430#discussion_r347295819 ## File path: extensions/sjms/runtime/pom.xml ## @@ -0,0 +1,82 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="htt

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #430: Initial JMS support

2019-11-18 Thread GitBox
lburgazzoli commented on a change in pull request #430: Initial JMS support URL: https://github.com/apache/camel-quarkus/pull/430#discussion_r347295326 ## File path: extensions/sjms/runtime/src/main/resources/META-INF/quarkus-extension.yaml ## @@ -0,0 +1,28 @@ +# +# Licens

[camel] branch master updated: Upgrade json-schema-validator and fixed invalid json sample data for the test.

2019-11-18 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 69b4aa7 Upgrade json-schema-validator and fix

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #430: Initial JMS support

2019-11-18 Thread GitBox
ppalaga commented on a change in pull request #430: Initial JMS support URL: https://github.com/apache/camel-quarkus/pull/430#discussion_r347290652 ## File path: extensions/sjms/runtime/src/main/resources/META-INF/quarkus-extension.yaml ## @@ -0,0 +1,28 @@ +# +# Licensed t

[GitHub] [camel-quarkus] lburgazzoli commented on issue #430: Initial JMS support

2019-11-18 Thread GitBox
lburgazzoli commented on issue #430: Initial JMS support URL: https://github.com/apache/camel-quarkus/pull/430#issuecomment-554943449 @ppalaga, it has been fixed already This is an automated message from the Apache Git Service

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #430: Initial JMS support

2019-11-18 Thread GitBox
ppalaga commented on a change in pull request #430: Initial JMS support URL: https://github.com/apache/camel-quarkus/pull/430#discussion_r347288240 ## File path: extensions/sjms/runtime/pom.xml ## @@ -0,0 +1,82 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://

[GitHub] [camel-quarkus] ppalaga commented on issue #434: Consolidate microprofile integration tests

2019-11-18 Thread GitBox
ppalaga commented on issue #434: Consolidate microprofile integration tests URL: https://github.com/apache/camel-quarkus/pull/434#issuecomment-554941194 Even though I can guess why this is happening, it would be nice to put a sentence here or in the associated issue (e.g. for the people tha

[camel-quarkus] branch master updated: chore: fix first version information in camel-quarkus-sjms

2019-11-18 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-quarkus.git The following commit(s) were added to refs/heads/master by this push: new 42e30cf chore: fix first version in

[camel] branch master updated: Regen

2019-11-18 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 c6850a9 Regen c6850a9 is described below co

[GitHub] [camel-quarkus] lburgazzoli closed issue #142: Create a Camel Kafka extension

2019-11-18 Thread GitBox
lburgazzoli closed issue #142: Create a Camel Kafka extension URL: https://github.com/apache/camel-quarkus/issues/142 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[camel-quarkus] branch master updated: Create a Camel Kafka extension #142

2019-11-18 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-quarkus.git The following commit(s) were added to refs/heads/master by this push: new 9109146 Create a Camel Kafka extens

[GitHub] [camel-quarkus] lburgazzoli merged pull request #432: Create a Camel Kafka extension

2019-11-18 Thread GitBox
lburgazzoli merged pull request #432: Create a Camel Kafka extension URL: https://github.com/apache/camel-quarkus/pull/432 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[camel] 13/23: CAMEL-13691: camel-resilience4j - WIP

2019-11-18 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch CAMEL-13691 in repository https://gitbox.apache.org/repos/asf/camel.git commit bc493f54ce930ee9d4d3ba8f94b80de1d3f9aab5 Author: Claus Ibsen AuthorDate: Sun Nov 17 12:41:07 2019 +0100 CAME

[camel] 21/23: CAMEL-13691: camel-resilience4j - WIP

2019-11-18 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch CAMEL-13691 in repository https://gitbox.apache.org/repos/asf/camel.git commit 008e02dd3937f2cec4152b6a287f6785c69173fc Author: Claus Ibsen AuthorDate: Mon Nov 18 09:22:37 2019 +0100 CAME

[camel] 09/23: CAMEL-13691: camel-resilience4j - WIP

2019-11-18 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch CAMEL-13691 in repository https://gitbox.apache.org/repos/asf/camel.git commit 4e8ea9dc666fa3019ecc1192add4aa4281bf9e18 Author: Claus Ibsen AuthorDate: Sun Nov 17 09:16:33 2019 +0100 CAME

[camel] 01/23: CAMEL-13691: camel-resilience4j - WIP

2019-11-18 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch CAMEL-13691 in repository https://gitbox.apache.org/repos/asf/camel.git commit bc9740347c4207110c0ce5582dbd64e695b9074e Author: Claus Ibsen AuthorDate: Fri Nov 15 13:26:55 2019 +0100 CAME

[camel] 04/23: CAMEL-13691: camel-resilience4j - WIP

2019-11-18 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch CAMEL-13691 in repository https://gitbox.apache.org/repos/asf/camel.git commit 4bcef5892702d129803554b438ecf2bccd5a52cf Author: Claus Ibsen AuthorDate: Sat Nov 16 12:59:25 2019 +0100 CAME

[camel] 15/23: CAMEL-13691: camel-resilience4j - WIP

2019-11-18 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch CAMEL-13691 in repository https://gitbox.apache.org/repos/asf/camel.git commit 07735378728cd7ef6a3c3b79a00442d90f22d035 Author: Claus Ibsen AuthorDate: Mon Nov 18 05:42:41 2019 +0100 CAME

[camel] 07/23: CAMEL-13691: camel-resilience4j - WIP

2019-11-18 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch CAMEL-13691 in repository https://gitbox.apache.org/repos/asf/camel.git commit da3bf41f168026dd69b03ff0e3f911d630a1d36b Author: Claus Ibsen AuthorDate: Sun Nov 17 09:04:50 2019 +0100 CAME

[camel] 03/23: CAMEL-13691: camel-resilience4j - WIP

2019-11-18 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch CAMEL-13691 in repository https://gitbox.apache.org/repos/asf/camel.git commit f42465fd9dcadf6fd8d80648cfb9dfb9d35fc065 Author: Claus Ibsen AuthorDate: Sat Nov 16 12:45:54 2019 +0100 CAME

[camel] 05/23: CAMEL-13691: camel-resilience4j - WIP

2019-11-18 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch CAMEL-13691 in repository https://gitbox.apache.org/repos/asf/camel.git commit f3e97b122212c2427e91ffdbf36a0950cbb64514 Author: Claus Ibsen AuthorDate: Sat Nov 16 13:23:47 2019 +0100 CAME

  1   2   >