[camel] branch master updated (c3080df -> 7b1d682)

2019-12-12 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 c3080df Rename again: 'Camel 3.x Migration Guide' -> 'Camel 3.x Upgrade Guide' add 7b1d682 Regen No new

[camel] branch master updated: Rename again: 'Camel 3.x Migration Guide' -> 'Camel 3.x Upgrade Guide'

2019-12-12 Thread tsato
This is an automated email from the ASF dual-hosted git repository. tsato 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 c3080df Rename again: 'Camel 3.x Migration

[GitHub] [camel-k] davesargrad commented on issue #1130: Trying to get sample RestWithUndertow working.

2019-12-12 Thread GitBox
davesargrad commented on issue #1130: Trying to get sample RestWithUndertow working. URL: https://github.com/apache/camel-k/issues/1130#issuecomment-565306235 @lburgazzoli Yes Sir.. Closing. Ty! This is an automated message

[GitHub] [camel-k] davesargrad closed issue #1130: Trying to get sample RestWithUndertow working.

2019-12-12 Thread GitBox
davesargrad closed issue #1130: Trying to get sample RestWithUndertow working. URL: https://github.com/apache/camel-k/issues/1130 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [camel-quarkus] asf-ci commented on issue #542: examples: add timer-log kotlin example

2019-12-12 Thread GitBox
asf-ci commented on issue #542: examples: add timer-log kotlin example URL: https://github.com/apache/camel-quarkus/pull/542#issuecomment-565264780 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/482/Build

[GitHub] [camel-k] hguerrero commented on issue #1132: Ignore package when working with Java classes

2019-12-12 Thread GitBox
hguerrero commented on issue #1132: Ignore package when working with Java classes URL: https://github.com/apache/camel-k/issues/1132#issuecomment-565234545 I'm trying this:

[GitHub] [camel-k] hguerrero commented on issue #1136: Kamel CLI run from URL

2019-12-12 Thread GitBox
hguerrero commented on issue #1136: Kamel CLI run from URL URL: https://github.com/apache/camel-k/issues/1136#issuecomment-565232452 This is the error when trying: ```hguerrer-osx:~ hguerrer$ kamel run

[GitHub] [camel-quarkus] lburgazzoli commented on issue #542: examples: add timer-log kotlin example

2019-12-12 Thread GitBox
lburgazzoli commented on issue #542: examples: add timer-log kotlin example URL: https://github.com/apache/camel-quarkus/pull/542#issuecomment-565203549 ok to test This is an automated message from the Apache Git Service. To

[GitHub] [camel-k] lburgazzoli commented on issue #1130: Trying to get sample RestWithUndertow working.

2019-12-12 Thread GitBox
lburgazzoli commented on issue #1130: Trying to get sample RestWithUndertow working. URL: https://github.com/apache/camel-k/issues/1130#issuecomment-565195805 @davesargrad can we close this one then ? This is an automated

[GitHub] [camel-k] lburgazzoli opened a new issue #1140: [gc] cannot delete collection resource "daemonsets"

2019-12-12 Thread GitBox
lburgazzoli opened a new issue #1140: [gc] cannot delete collection resource "daemonsets" URL: https://github.com/apache/camel-k/issues/1140 On minikube v1.5.2 with camel-k 1.0.0-M5-SNAPSHOT (master), I see the following error: ```

[GitHub] [camel-k] lburgazzoli edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-12-12 Thread GitBox
lburgazzoli edited a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-565192051 So I have a route like: ```java import org.apache.camel.PropertyInject; import

[GitHub] [camel-k] lburgazzoli commented on issue #1079: Example Request: CamelJmsToFileExample.java

2019-12-12 Thread GitBox
lburgazzoli commented on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-565192051 So I have a route like: ```java import org.apache.camel.PropertyInject; import org.apache.camel.builder.RouteBuilder;

[camel-kafka-connector] branch master updated: Updated .gitignore

2019-12-12 Thread valdar
This is an automated email from the ASF dual-hosted git repository. valdar 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 e6f4d0a Updated .gitignore

[GitHub] [camel-k] RnD-John commented on issue #1079: Example Request: CamelJmsToFileExample.java

2019-12-12 Thread GitBox
RnD-John commented on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-565178346 @lburgazzoli, The PropertyInject method is desirable because everything can come from command line properties or from a config map. **I'd

[GitHub] [camel-k] RnD-John removed a comment on issue #1079: Example Request: CamelJmsToFileExample.java

2019-12-12 Thread GitBox
RnD-John removed a comment on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-565161244 I get the same/similar error simply trying to hard code the values: @org.apache.camel.PropertyInject("test-jms") private

[GitHub] [camel-k] RnD-John commented on issue #1079: Example Request: CamelJmsToFileExample.java

2019-12-12 Thread GitBox
RnD-John commented on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-565162313 using the values as keys directly also throws the error... @org.apache.camel.PropertyInject("my.uri") private String uri;

[GitHub] [camel-k] RnD-John commented on issue #1079: Example Request: CamelJmsToFileExample.java

2019-12-12 Thread GitBox
RnD-John commented on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-565161244 I get the same/similar error simply trying to hard code the values: @org.apache.camel.PropertyInject("test-jms") private String

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #542: examples: add timer-log kotlin example

2019-12-12 Thread GitBox
ppalaga commented on a change in pull request #542: examples: add timer-log kotlin example URL: https://github.com/apache/camel-quarkus/pull/542#discussion_r357339931 ## File path: pom.xml ## @@ -295,6 +295,8 @@ ide-config/**

[GitHub] [camel-k] lburgazzoli commented on issue #1079: Example Request: CamelJmsToFileExample.java

2019-12-12 Thread GitBox
lburgazzoli commented on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-565158141 property inject do not require {{}} This is an automated message

[camel-kafka-connector] branch master updated (c8d02db -> ef28bac)

2019-12-12 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git. from c8d02db Gitter badge add dbdac7e Added a first example of camel-cassandraql source

[GitHub] [camel-kafka-connector] oscerd merged pull request #46: Cassandraql source example

2019-12-12 Thread GitBox
oscerd merged pull request #46: Cassandraql source example URL: https://github.com/apache/camel-kafka-connector/pull/46 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[camel-kafka-connector] 01/01: Merge pull request #46 from apache/cassandraql-source

2019-12-12 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 commit ef28bac3bbea24b0ec39e30e6c8284553ce7fe56 Merge: c8d02db 14bd546 Author: Andrea Cosentino AuthorDate:

[GitHub] [camel-k] RnD-John commented on issue #1079: Example Request: CamelJmsToFileExample.java

2019-12-12 Thread GitBox
RnD-John commented on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-565154571 @lburgazzoli, using the @PropertyInject Method is throwing the following error: >Exception in thread "main"

[camel-kafka-connector] branch cassandraql-source updated (59605b1 -> 14bd546)

2019-12-12 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch cassandraql-source in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git. from 59605b1 Cassandraql source docs Removed wrong ref add 14bd546 CassandraQL

[camel-kafka-connector] branch cassandraql-source updated (bb575f6 -> 59605b1)

2019-12-12 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch cassandraql-source in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git. from bb575f6 A bit more details in the cassandraql source connector example add

[GitHub] [camel-kafka-connector] oscerd opened a new pull request #46: Cassandraql source example

2019-12-12 Thread GitBox
oscerd opened a new pull request #46: Cassandraql source example URL: https://github.com/apache/camel-kafka-connector/pull/46 Related to #35 This is an automated message from the Apache Git Service. To respond to the

[camel-kafka-connector] branch cassandraql-source created (now bb575f6)

2019-12-12 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch cassandraql-source in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git. at bb575f6 A bit more details in the cassandraql source connector example This branch

[camel-kafka-connector] 01/03: Added a first example of camel-cassandraql source connector

2019-12-12 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch cassandraql-source in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git commit dbdac7e5870f488309df48e3b5cb726d3c3455ec Author: Andrea Cosentino AuthorDate: Thu Dec 12

[camel-kafka-connector] 03/03: A bit more details in the cassandraql source connector example

2019-12-12 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch cassandraql-source in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git commit bb575f62dca81620c110729a0a3cd01cd6615fad Author: Andrea Cosentino AuthorDate: Thu Dec 12

[camel-kafka-connector] 02/03: Added detailed instructions on how to run the example for camel-cassandraql source connector

2019-12-12 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch cassandraql-source in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git commit 97209d8fc92053ad8e0ad30c782ff2d3fd383893 Author: Andrea Cosentino AuthorDate: Thu Dec 12

[GitHub] [camel-k] davesargrad commented on issue #1079: Example Request: CamelJmsToFileExample.java

2019-12-12 Thread GitBox
davesargrad commented on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-565119212 > camel-core as been modularized in camel 3, the javadoc for the annotation is here:

[GitHub] [camel-k] lburgazzoli commented on issue #1079: Example Request: CamelJmsToFileExample.java

2019-12-12 Thread GitBox
lburgazzoli commented on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-565118342 camel-core as been modularized in camel 3, the javadoc for the annotation is here:

[GitHub] [camel-k] davesargrad commented on issue #1079: Example Request: CamelJmsToFileExample.java

2019-12-12 Thread GitBox
davesargrad commented on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-565114387 > You can also use > > ```java > public class BasicAMQ extends RouteBuilder { > @PropertyInject("my.uri") >

[GitHub] [camel-k] lburgazzoli commented on issue #1079: Example Request: CamelJmsToFileExample.java

2019-12-12 Thread GitBox
lburgazzoli commented on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-565097722 You can also use ```java public class BasicAMQ extends RouteBuilder { @PropertyInject("my.uri") String uri;

[GitHub] [camel-k] nicolaferraro commented on issue #1079: Example Request: CamelJmsToFileExample.java

2019-12-12 Thread GitBox
nicolaferraro commented on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-565093650 Native support will come with properties when we switch to Camel 3.0.1 (next version is expected to support Camel 3.0.0).

[GitHub] [camel-k] nicolaferraro commented on issue #1138: Camel-k install on azure fails.

2019-12-12 Thread GitBox
nicolaferraro commented on issue #1138: Camel-k install on azure fails. URL: https://github.com/apache/camel-k/issues/1138#issuecomment-565089883 Azure is not a provider that we tested so far. I guess the problem is related to some auth missing in the kubernetes go-client we use

[GitHub] [camel-k] nicolaferraro opened a new pull request #1139: chore(test): allow to change some defaults for testing

2019-12-12 Thread GitBox
nicolaferraro opened a new pull request #1139: chore(test): allow to change some defaults for testing URL: https://github.com/apache/camel-k/pull/1139 This allow to customize image and version for tests that don't use `kamel` (other cases are covered by PR #1133).

[GitHub] [camel-k] RnD-John commented on issue #1079: Example Request: CamelJmsToFileExample.java

2019-12-12 Thread GitBox
RnD-John commented on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-565080148 @davesargrad I was out of the office for a few days; however, I still don't have a great solution for this. The best solution I have come

[GitHub] [camel-k] mrganeshraja opened a new issue #1138: Camel-k install on azure fails.

2019-12-12 Thread GitBox
mrganeshraja opened a new issue #1138: Camel-k install on azure fails. URL: https://github.com/apache/camel-k/issues/1138 I am unable to install camel-k to Azure aks cluster I get this error **"Error: No Auth Provider found for name "azure"**. I have made sure I have loggged in, I am able

[camel] branch master updated (1f74ae4 -> 2259bda)

2019-12-12 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 1f74ae4 CAMEL-14285: Create bundle based karaf tests for camel-osgi-activator. add 2259bda CAMEL-14285 -

[camel] branch master updated (cef08ba -> 1f74ae4)

2019-12-12 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 cef08ba Regen docs add 1f74ae4 CAMEL-14285: Create bundle based karaf tests for camel-osgi-activator. No

[camel] branch master updated (85b79e7 -> cef08ba)

2019-12-12 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 85b79e7 Fixing failing xml security tests with latest Azul JDK add 757fd2c Add again the correct link in

[camel] branch camel-2.24.x updated: Fixing failing xml security tests with latest Azul JDK

2019-12-12 Thread coheigea
This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch camel-2.24.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-2.24.x by this push: new dad5ab5 Fixing failing xml

[camel] branch camel-2.x updated: Fixing failing xml security tests with latest Azul JDK

2019-12-12 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 3882c8d Fixing failing xml security

[camel] branch camel-3.0.x updated: Fixing failing xml security tests with latest Azul JDK

2019-12-12 Thread coheigea
This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch camel-3.0.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.0.x by this push: new 0cf76d7 Fixing failing xml security

[camel] branch master updated (6243894 -> 85b79e7)

2019-12-12 Thread coheigea
This is an automated email from the ASF dual-hosted git repository. coheigea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git. from 6243894 Polished add 85b79e7 Fixing failing xml security tests with latest Azul JDK No new revisions were

[GitHub] [camel-k] nicolaferraro opened a new issue #1137: Generate CRD documentation for website

2019-12-12 Thread GitBox
nicolaferraro opened a new issue #1137: Generate CRD documentation for website URL: https://github.com/apache/camel-k/issues/1137 We can take something from: https://github.com/ahmetb/gen-crd-api-reference-docs This is an

[camel-k] branch master updated (5b0754b -> d2e4739)

2019-12-12 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git. from 5b0754b Fix #1120: fix imports add d2c91b3 chore(ci): dump namespace when tests fail in CI add

[GitHub] [camel-k] nicolaferraro closed issue #1125: Improve discovery of Knative on install

2019-12-12 Thread GitBox
nicolaferraro closed issue #1125: Improve discovery of Knative on install URL: https://github.com/apache/camel-k/issues/1125 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [camel-k] nicolaferraro merged pull request #1113: chore(ci): dump namespace when tests fail in CI

2019-12-12 Thread GitBox
nicolaferraro merged pull request #1113: chore(ci): dump namespace when tests fail in CI URL: https://github.com/apache/camel-k/pull/1113 This is an automated message from the Apache Git Service. To respond to the message,

[camel] branch master updated: Polished

2019-12-12 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 6243894 Polished 6243894 is described below

[GitHub] [camel-k] zhfeng commented on issue #1109: Update to add the saga example

2019-12-12 Thread GitBox
zhfeng commented on issue #1109: Update to add the saga example URL: https://github.com/apache/camel-k/pull/1109#issuecomment-564996185 @nicolaferraro I update to add the lra-coordinator-kub.yaml which could be used for creating the lra-coordinator on the kubernetes. I had checked locally

[camel] branch master updated: CAMEL-14284: Configuring endpoint should set properties on endpoint and not configuration object - servicenow

2019-12-12 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 13b9efa CAMEL-14284: Configuring endpoint

[camel] branch master updated: Fix typos in documentation navigation (#3400)

2019-12-12 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 564e4db Fix typos in documentation

[camel] branch master updated: CAMEL-14284: Configuring endpoint should set properties on endpoint and not configuration object - spring-redis

2019-12-12 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 73891fd CAMEL-14284: Configuring endpoint

[camel] branch master updated (c36f04e -> dc9b027)

2019-12-12 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 c36f04e CAMEL-14284: Configuring endpoint should set properties on endpoint and not configuration object -

[camel] 01/02: CAMEL-14284: Configuring endpoint should set properties on endpoint and not configuration object - jooq

2019-12-12 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 08f28a568a737aeb160ff118865f7bfa3af4eab1 Author: Claus Ibsen AuthorDate: Thu Dec 12 13:13:37 2019 +0100

[camel] 02/02: jooq upgrade issue

2019-12-12 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 dc9b0274cfc3e458a3e612c004be799faac95da9 Author: Claus Ibsen AuthorDate: Thu Dec 12 13:41:07 2019 +0100 jooq

[camel-kafka-connector] branch master updated (abec51c -> c8d02db)

2019-12-12 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git. from abec51c Removed gitter badge new 0946617 Revert "Removed gitter badge" new c8d02db

[camel-kafka-connector] 02/02: Gitter badge

2019-12-12 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 commit c8d02db1e10e939d03958190fe077aea206e8ea6 Author: Andrea Cosentino AuthorDate: Thu Dec 12 13:36:12

[camel-kafka-connector] 01/02: Revert "Removed gitter badge"

2019-12-12 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 commit 0946617ab1d29250739c0f04d0a2f023ba14ce73 Author: Andrea Cosentino AuthorDate: Thu Dec 12 13:35:42

[camel-kafka-connector] branch master updated: Removed gitter badge

2019-12-12 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 abec51c Removed gitter

[camel-kafka-connector] branch master updated (5532c6a -> d783a8d)

2019-12-12 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git. from 5532c6a Merge pull request #45 from apache/gitter-chat new 2c371f9 Added a gitter badge

[camel-kafka-connector] 01/02: Added a gitter badge for our chat

2019-12-12 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 commit 2c371f9c7d140eccda15369a6c95de051dc9567a Author: Andrea Cosentino AuthorDate: Thu Dec 12 13:03:09

[camel-kafka-connector] 02/02: Fix Readme.adoc

2019-12-12 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 commit d783a8d93645caeffd7fb60acd8324b03912f804 Merge: 2c371f9 5532c6a Author: Andrea Cosentino AuthorDate:

[camel-kafka-connector] 01/01: Added a gitter badge for our chat

2019-12-12 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch gitter-chat in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git commit 8bd3efec532be3cd74cab1be99400fb66690ce3a Author: Andrea Cosentino AuthorDate: Thu Dec 12

[camel-kafka-connector] 01/01: Merge pull request #45 from apache/gitter-chat

2019-12-12 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 commit 5532c6a4ea31dcb3162624c44c234c8fe960b6fd Merge: 9f43dc4 8bd3efe Author: Andrea Cosentino AuthorDate:

[camel-kafka-connector] branch gitter-chat updated (274efb3 -> 8bd3efe)

2019-12-12 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch gitter-chat in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git. omit 274efb3 Added a gitter badge for our chat new 8bd3efe Added a gitter badge for our

[camel-kafka-connector] branch master updated (9f43dc4 -> 5532c6a)

2019-12-12 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git. from 9f43dc4 Replaces artemis with qpid-dispatch router (#38) add 8bd3efe Added a gitter badge

[GitHub] [camel-kafka-connector] oscerd merged pull request #45: Added a gitter badge for our chat

2019-12-12 Thread GitBox
oscerd merged pull request #45: Added a gitter badge for our chat URL: https://github.com/apache/camel-kafka-connector/pull/45 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [camel-kafka-connector] oscerd opened a new pull request #45: Added a gitter badge for our chat

2019-12-12 Thread GitBox
oscerd opened a new pull request #45: Added a gitter badge for our chat URL: https://github.com/apache/camel-kafka-connector/pull/45 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [camel-kafka-connector] oscerd closed pull request #44: Added a gitter badge for our chat

2019-12-12 Thread GitBox
oscerd closed pull request #44: Added a gitter badge for our chat URL: https://github.com/apache/camel-kafka-connector/pull/44 This is an automated message from the Apache Git Service. To respond to the message, please log

[camel-kafka-connector] branch gitter-chat updated (2c371f9 -> 274efb3)

2019-12-12 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch gitter-chat in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git. discard 2c371f9 Added a gitter badge for our chat add 274efb3 Added a gitter badge for our

[camel] branch master updated: CAMEL-14284: Configuring endpoint should set properties on endpoint and not configuration object - spring-ws

2019-12-12 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 c36f04e CAMEL-14284: Configuring endpoint

[GitHub] [camel-kafka-connector] oscerd opened a new pull request #44: Added a gitter badge for our chat

2019-12-12 Thread GitBox
oscerd opened a new pull request #44: Added a gitter badge for our chat URL: https://github.com/apache/camel-kafka-connector/pull/44 This is an automated message from the Apache Git Service. To respond to the message, please

[camel-kafka-connector] branch gitter-chat created (now 2c371f9)

2019-12-12 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch gitter-chat in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git. at 2c371f9 Added a gitter badge for our chat This branch includes the following new commits:

[camel-kafka-connector] 01/01: Added a gitter badge for our chat

2019-12-12 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch gitter-chat in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git commit 2c371f9c7d140eccda15369a6c95de051dc9567a Author: Andrea Cosentino AuthorDate: Thu Dec 12

[camel] branch master updated (5f554d4 -> dcbca01)

2019-12-12 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 5f554d4 Upgrade JGit to version 5.6.0.20191210-r add dcbca01 CAMEL-14284: Configuring endpoint should

[camel] branch master updated (950321f -> 5f554d4)

2019-12-12 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 950321f CAMEL-14284: Configuring endpoint should set properties on endpoint and not configuration object -

[camel] branch master updated (f615dfb -> 950321f)

2019-12-12 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 f615dfb CAMEL-14284: Configuring endpoint should set properties on endpoint and not configuration object - web3j

[camel] branch master updated (7b25b69 -> f615dfb)

2019-12-12 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 7b25b69 CAMEL-14292 - Remove unwanted dependency to Guava strings class repackaged in google-http-client library

[camel] branch camel-2.24.x updated: CAMEL-14292 - Remove unwanted dependency to Guava strings class repackaged in google-http-client library

2019-12-12 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-2.24.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-2.24.x by this push: new b9df09d CAMEL-14292 - Remove

[camel] branch camel-2.24.x updated: Update GooglePubsubEndpoint.java (#3404)

2019-12-12 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-2.24.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-2.24.x by this push: new 0fcf55d Update

[GitHub] [camel-kafka-connector] orpiske commented on issue #43: Replace `confluentinc/cp-kafka` image with an upstream version

2019-12-12 Thread GitBox
orpiske commented on issue #43: Replace `confluentinc/cp-kafka` image with an upstream version URL: https://github.com/apache/camel-kafka-connector/issues/43#issuecomment-564955469 Thanks. I can take care of this one. Feel free to assign it to me.

[GitHub] [camel-kafka-connector] valdar opened a new issue #43: Replace `confluentinc/cp-kafka` image with an upstream version

2019-12-12 Thread GitBox
valdar opened a new issue #43: Replace `confluentinc/cp-kafka` image with an upstream version URL: https://github.com/apache/camel-kafka-connector/issues/43 Here are the images pulled as a result of a fresh `mvn clean install`: ```$ docker images REPOSITORY

[camel] branch camel-2.x updated: CAMEL-14292 - Remove unwanted dependency to Guava strings class repackaged in google-http-client library

2019-12-12 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino 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 84ff23e CAMEL-14292 - Remove unwanted

[camel] branch camel-3.0.x updated: CAMEL-14292 - Remove unwanted dependency to Guava strings class repackaged in google-http-client library

2019-12-12 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.0.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.0.x by this push: new b765903 CAMEL-14292 - Remove

[camel] branch master updated: CAMEL-14292 - Remove unwanted dependency to Guava strings class repackaged in google-http-client library

2019-12-12 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 7b25b69 CAMEL-14292 - Remove unwanted

[camel] branch master updated: CAMEL-14284: Configuring endpoint should set properties on endpoint and not configuration object - ipfs. Also fixed so the endpoint is singleton and other cleanups.

2019-12-12 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 52bb90b CAMEL-14284: Configuring endpoint

[camel] branch master updated: CAMEL-14284: Configuring endpoint should set properties on endpoint and not configuration object - robotframework

2019-12-12 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 dddea30 CAMEL-14284: Configuring endpoint

[camel] branch master updated (97eef36 -> 87a70f9)

2019-12-12 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 97eef36 CAMEL-14284: Configuring endpoint should set properties on endpoint and not configuration object -

[GitHub] [camel-quarkus] lburgazzoli commented on issue #537: [WIP] Upgrade to Quarkus 1.1.0.CR1 and fix various upgrade issues

2019-12-12 Thread GitBox
lburgazzoli commented on issue #537: [WIP] Upgrade to Quarkus 1.1.0.CR1 and fix various upgrade issues URL: https://github.com/apache/camel-quarkus/pull/537#issuecomment-564938818 please do not merge This is an automated

[camel] branch master updated (974f9ee -> 97eef36)

2019-12-12 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 974f9ee CAMEL-14284: Configuring endpoint should set properties on endpoint and not configuration object -

[GitHub] [camel-kafka-connector] valdar commented on issue #25: Integrations tests fails if confluentinc/cp-kafka:5.2.1 has not been pulled

2019-12-12 Thread GitBox
valdar commented on issue #25: Integrations tests fails if confluentinc/cp-kafka:5.2.1 has not been pulled URL: https://github.com/apache/camel-kafka-connector/issues/25#issuecomment-564925270 Great! So I think we can close this issue and ope another one just to remove the useage of

[GitHub] [camel-kafka-connector] valdar closed issue #25: Integrations tests fails if confluentinc/cp-kafka:5.2.1 has not been pulled

2019-12-12 Thread GitBox
valdar closed issue #25: Integrations tests fails if confluentinc/cp-kafka:5.2.1 has not been pulled URL: https://github.com/apache/camel-kafka-connector/issues/25 This is an automated message from the Apache Git Service.

[camel] branch master updated (bd2b17d -> 974f9ee)

2019-12-12 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 bd2b17d CAMEL-14284: Configuring endpoint should set properties on endpoint and not configuration object -

[GitHub] [camel-kafka-connector] valdar commented on issue #13: Unclean shutdown causing lots of warning messages in the logs

2019-12-12 Thread GitBox
valdar commented on issue #13: Unclean shutdown causing lots of warning messages in the logs URL: https://github.com/apache/camel-kafka-connector/issues/13#issuecomment-564922743 Thanks! If you mention fix #issuenumber in the commit message it should close it automatically, I hope.

[GitHub] [camel-k] lburgazzoli commented on issue #1133: Allow to configure kamel CLI with env vars and configuration files

2019-12-12 Thread GitBox
lburgazzoli commented on issue #1133: Allow to configure kamel CLI with env vars and configuration files URL: https://github.com/apache/camel-k/pull/1133#issuecomment-564922656 @jamesnetherton your issues should be fixed now @nicolaferraro you can not change the name of the

[camel] branch master updated (6977770 -> bd2b17d)

2019-12-12 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 690 CAMEL-14284: Configuring endpoint should set properties on endpoint and not configuration object -

[camel] branch master updated (dd18048 -> 6977770)

2019-12-12 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 dd18048 CAMEL-14284: Configuring endpoint should set properties on endpoint and not configuration object -

  1   2   >