[camel] branch master updated: Regen

2019-10-30 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 80716bf Regen 80716bf is described below com

[GitHub] [camel-quarkus] asf-ci commented on issue #353: Camel quarkus netty

2019-10-30 Thread GitBox
asf-ci commented on issue #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548211602 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/372/

[camel] branch master updated: CAMEL-14091: Add camel-debezium-postgres component (#3298)

2019-10-30 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 825531b CAMEL-14091: Add camel-debezium-postg

[camel] branch master updated: CAMEL-14004 Update the documentation on how to edit the website (#3299)

2019-10-30 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 df0533e CAMEL-14004 Update the documentation

[GitHub] [camel-quarkus] dhartford commented on issue #353: Camel quarkus netty

2019-10-30 Thread GitBox
dhartford commented on issue #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548196172 Adding comment to this ticket (already shared on https://gitter.im/apache/camel-quarkus), had some challenges with the rebase/squash operations and instead ne

[GitHub] [camel-quarkus] dhartford commented on a change in pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
dhartford commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340941233 ## File path: integration-tests/netty/src/main/java/org/apache/camel/quarkus/component/netty/CamelRoute.java ## @@ -0,0 +1,

[GitHub] [camel-quarkus] dhartford commented on a change in pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
dhartford commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340939663 ## File path: integration-tests/netty/src/test/java/org/apache/camel/quarkus/component/netty/it/NettyIT.java ## @@ -0,0 +1,

[GitHub] [camel-quarkus] dhartford commented on a change in pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
dhartford commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340939728 ## File path: integration-tests/netty/src/test/java/org/apache/camel/quarkus/component/netty/it/NettyTest.java ## @@ -0,0 +

[GitHub] [camel-quarkus] dhartford opened a new pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
dhartford opened a new pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353 https://github.com/apache/camel-quarkus/issues/248 initial support for camel-quarkus-netty This is an automat

[GitHub] [camel-quarkus] asf-ci commented on issue #353: Camel quarkus netty

2019-10-30 Thread GitBox
asf-ci commented on issue #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548181383 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/371/

[GitHub] [camel-quarkus] asf-ci commented on issue #353: Camel quarkus netty

2019-10-30 Thread GitBox
asf-ci commented on issue #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548181049 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/370/

[GitHub] [camel-quarkus] asf-ci commented on issue #353: Camel quarkus netty

2019-10-30 Thread GitBox
asf-ci commented on issue #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548180635 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/369/Build result: FAILURE[...trun

[GitHub] [camel-quarkus] dhartford closed pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
dhartford closed pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [camel-k] hguerrero commented on issue #1035: can't use a function processor with javascript

2019-10-30 Thread GitBox
hguerrero commented on issue #1035: can't use a function processor with javascript URL: https://github.com/apache/camel-k/issues/1035#issuecomment-548163248 `String.fromCharCode.apply(String, e.getMessage().getBody());` does the trick! ---

[GitHub] [camel-k] hguerrero closed issue #1035: can't use a function processor with javascript

2019-10-30 Thread GitBox
hguerrero closed issue #1035: can't use a function processor with javascript URL: https://github.com/apache/camel-k/issues/1035 This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [camel-k] hguerrero edited a comment on issue #1035: can't use a function processor with javascript

2019-10-30 Thread GitBox
hguerrero edited a comment on issue #1035: can't use a function processor with javascript URL: https://github.com/apache/camel-k/issues/1035#issuecomment-548160392 Ok, refactored to modify body using: ``` function processInventory(e) { e.getMessage().setBody( JSO

[GitHub] [camel-k] hguerrero edited a comment on issue #1035: can't use a function processor with javascript

2019-10-30 Thread GitBox
hguerrero edited a comment on issue #1035: can't use a function processor with javascript URL: https://github.com/apache/camel-k/issues/1035#issuecomment-548160392 Ok, refactored to modify body using: ``` function processInventory(e) { e.getMessage().setBody( JSO

[GitHub] [camel-k] hguerrero commented on issue #1035: can't use a function processor with javascript

2019-10-30 Thread GitBox
hguerrero commented on issue #1035: can't use a function processor with javascript URL: https://github.com/apache/camel-k/issues/1035#issuecomment-548160392 Ok, refactored to modify body using: ``` function processInventory(e) { e.getMessage().setBody( JSON.strin

[GitHub] [camel-k] lburgazzoli commented on issue #1035: can't use a function processor with javascript

2019-10-30 Thread GitBox
lburgazzoli commented on issue #1035: can't use a function processor with javascript URL: https://github.com/apache/camel-k/issues/1035#issuecomment-548158871 a processor is supposed to change the content of the exchange whereas here your wrapped function does jot alter the exchange but re

[GitHub] [camel-k] hguerrero commented on issue #1035: can't use a function processor with javascript

2019-10-30 Thread GitBox
hguerrero commented on issue #1035: can't use a function processor with javascript URL: https://github.com/apache/camel-k/issues/1035#issuecomment-548158195 changed to wrapper, no crash but now looks like function is not updating the body ``` const Processor = Java.type("org.apac

[GitHub] [camel-k] lburgazzoli commented on issue #1035: can't use a function processor with javascript

2019-10-30 Thread GitBox
lburgazzoli commented on issue #1035: can't use a function processor with javascript URL: https://github.com/apache/camel-k/issues/1035#issuecomment-548156733 you need to wrap it with one of the options shown [here](https://github.com/apache/camel-k-runtime/blob/master/camel-k-loader-js/sr

[GitHub] [camel-k] hguerrero edited a comment on issue #1035: can't use a function processor with javascript

2019-10-30 Thread GitBox
hguerrero edited a comment on issue #1035: can't use a function processor with javascript URL: https://github.com/apache/camel-k/issues/1035#issuecomment-548155790 script ``` c = restConfiguration(); c.setComponent('undertow'); c.setPort('8080'); rest('/') .po

[GitHub] [camel-k] hguerrero edited a comment on issue #1035: can't use a function processor with javascript

2019-10-30 Thread GitBox
hguerrero edited a comment on issue #1035: can't use a function processor with javascript URL: https://github.com/apache/camel-k/issues/1035#issuecomment-548155790 script ```c = restConfiguration(); c.setComponent('undertow'); c.setPort('8080'); rest('/') .post('

[GitHub] [camel-k] hguerrero commented on issue #1035: can't use a function processor with javascript

2019-10-30 Thread GitBox
hguerrero commented on issue #1035: can't use a function processor with javascript URL: https://github.com/apache/camel-k/issues/1035#issuecomment-548155790 script `c = restConfiguration(); c.setComponent('undertow'); c.setPort('8080'); rest('/') .post('/notify/order

[GitHub] [camel-k] lburgazzoli edited a comment on issue #1035: can't use a function processor with javascript

2019-10-30 Thread GitBox
lburgazzoli edited a comment on issue #1035: can't use a function processor with javascript URL: https://github.com/apache/camel-k/issues/1035#issuecomment-548150151 Can you add the full javascript code ? there are some know limitation of the javascript interpreter that need to be workarou

[GitHub] [camel-k] lburgazzoli commented on issue #1035: can't use a function processor with javascript

2019-10-30 Thread GitBox
lburgazzoli commented on issue #1035: can't use a function processor with javascript URL: https://github.com/apache/camel-k/issues/1035#issuecomment-548150151 Can you add the full javascript code ? there are some know limitation of the javascript interpreter that need to be workaround ---

[GitHub] [camel-k] hguerrero opened a new issue #1035: can't use a function processor with javascript

2019-10-30 Thread GitBox
hguerrero opened a new issue #1035: can't use a function processor with javascript URL: https://github.com/apache/camel-k/issues/1035 When trying to call .process(function) in javascript i'm getting: `[19] Exception in thread "main" TypeError: invokeMember on JavaObject[Route[From[d

[GitHub] [camel-quarkus] asf-ci commented on issue #353: Camel quarkus netty

2019-10-30 Thread GitBox
asf-ci commented on issue #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548133127 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/367/

[GitHub] [camel-quarkus] asf-ci commented on issue #353: Camel quarkus netty

2019-10-30 Thread GitBox
asf-ci commented on issue #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548133204 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/368/

[GitHub] [camel-quarkus] asf-ci commented on issue #355: Fix #354 Update contributor guide: s/json/yaml/, extension adoc page

2019-10-30 Thread GitBox
asf-ci commented on issue #355: Fix #354 Update contributor guide: s/json/yaml/, extension adoc page URL: https://github.com/apache/camel-quarkus/pull/355#issuecomment-548133050 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/c

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
ppalaga commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340844861 ## File path: integration-tests/netty/src/test/java/org/apache/camel/quarkus/component/netty/it/NettyTest.java ## @@ -0,0 +1,

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
ppalaga commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340848828 ## File path: integration-tests/netty/src/main/java/org/apache/camel/quarkus/component/netty/CamelRoute.java ## @@ -0,0 +1,42

[GitHub] [camel-quarkus] ppalaga edited a comment on issue #355: Fix #354 Update contributor guide: s/json/yaml/, extension adoc page

2019-10-30 Thread GitBox
ppalaga edited a comment on issue #355: Fix #354 Update contributor guide: s/json/yaml/, extension adoc page URL: https://github.com/apache/camel-quarkus/pull/355#issuecomment-548098954 @dhartford now that you freshly passed the journey, do you have any suggestions how we could further imp

[GitHub] [camel-quarkus] ppalaga commented on issue #355: Fix #354 Update contributor guide: s/json/yaml/, extension adoc page

2019-10-30 Thread GitBox
ppalaga commented on issue #355: Fix #354 Update contributor guide: s/json/yaml/, extension adoc page URL: https://github.com/apache/camel-quarkus/pull/355#issuecomment-548098954 @dhartford now that you freshly passed the journey, do you have any suggestions how we could improve the Contri

[GitHub] [camel-quarkus] oscerd commented on a change in pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
oscerd commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340841674 ## File path: .gitignore ## @@ -19,7 +19,7 @@ bin/ *.iws Review comment: I'm always for removing the gitignore file.

[GitHub] [camel-quarkus] ppalaga opened a new pull request #355: Fix #354 Update contributor guide: s/json/yaml/, extension adoc page

2019-10-30 Thread GitBox
ppalaga opened a new pull request #355: Fix #354 Update contributor guide: s/json/yaml/, extension adoc page URL: https://github.com/apache/camel-quarkus/pull/355 This is an automated message from the Apache Git Service. To

[GitHub] [camel-quarkus] ppalaga commented on issue #353: Camel quarkus netty

2019-10-30 Thread GitBox
ppalaga commented on issue #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548068907 > [#353 (comment)](https://github.com/apache/camel-quarkus/pull/353#discussion_r340781518) > > Thanks for pointing this out. It's not documented. T

[GitHub] [camel-quarkus] ppalaga opened a new issue #354: Update contributor guide: s/json/yaml/, extension adoc page

2019-10-30 Thread GitBox
ppalaga opened a new issue #354: Update contributor guide: s/json/yaml/, extension adoc page URL: https://github.com/apache/camel-quarkus/issues/354 Plz assign to me. This is an automated message from the Apache Git Service.

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
ppalaga commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340802726 ## File path: docs/modules/ROOT/pages/extensions/netty.adoc ## @@ -0,0 +1,48 @@ +[[netty]] += Netty Extension + +*Experimental

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
ppalaga commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340801955 ## File path: docs/modules/ROOT/pages/extensions/netty.adoc ## @@ -0,0 +1,48 @@ +[[netty]] += Netty Extension + +*Experimental

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
ppalaga commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340805111 ## File path: integration-tests/netty/src/test/java/org/apache/camel/quarkus/component/netty/it/NettyIT.java ## @@ -0,0 +1,24

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
ppalaga commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340803780 ## File path: docs/modules/ROOT/pages/extensions/netty.adoc ## @@ -0,0 +1,48 @@ +[[netty]] += Netty Extension + +*Experimental

[GitHub] [camel-quarkus] dhartford commented on a change in pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
dhartford commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340805122 ## File path: extensions/netty/runtime/src/main/resources/META-INF/quarkus-extension.json ## @@ -0,0 +1,10 @@ +{ + "name":

[GitHub] [camel-quarkus] dhartford commented on a change in pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
dhartford commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340804255 ## File path: docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc ## @@ -51,6 +51,9 @@ Number of Camel components:

[GitHub] [camel-quarkus] asf-ci commented on issue #353: Camel quarkus netty

2019-10-30 Thread GitBox
asf-ci commented on issue #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548064322 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/365/

[GitHub] [camel-quarkus] oscerd commented on issue #353: Camel quarkus netty

2019-10-30 Thread GitBox
oscerd commented on issue #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548063591 https://github.com/apache/camel-quarkus/pull/353#discussion_r340781518 Thanks for pointing this out. It's not documented. -

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
ppalaga commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340794289 ## File path: integration-tests/netty/src/main/resources/application.properties ## @@ -0,0 +1,30 @@ +## --

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
ppalaga commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340791211 ## File path: docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc ## @@ -51,6 +51,9 @@ Number of Camel components: 2

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
ppalaga commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340781518 ## File path: docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc ## @@ -51,6 +51,9 @@ Number of Camel components: 2

[GitHub] [camel-quarkus] asf-ci commented on issue #353: Camel quarkus netty

2019-10-30 Thread GitBox
asf-ci commented on issue #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548061149 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/364/

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
ppalaga commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340793893 ## File path: integration-tests/netty/src/main/resources/application.properties ## @@ -0,0 +1,30 @@ +## --

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
ppalaga commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340795518 ## File path: integration-tests/netty/src/test/java/org/apache/camel/quarkus/component/netty/it/NettyTest.java ## @@ -0,0 +1,

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
ppalaga commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340786046 ## File path: extensions/netty/runtime/src/main/resources/META-INF/quarkus-extension.json ## @@ -0,0 +1,10 @@ +{ + "name": "

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
ppalaga commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340796295 ## File path: integration-tests/netty/src/test/java/org/apache/camel/quarkus/component/netty/it/NettyTest.java ## @@ -0,0 +1,

[GitHub] [camel-quarkus] oscerd commented on a change in pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
oscerd commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340795988 ## File path: .gitignore ## @@ -33,3 +33,6 @@ nb-configuration.xml Review comment: I mean the gitignore file totally. I

[GitHub] [camel-quarkus] dhartford commented on a change in pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
dhartford commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340790432 ## File path: .gitignore ## @@ -33,3 +33,6 @@ nb-configuration.xml Review comment: the netbeans config in the .gitig

[GitHub] [camel-quarkus] asf-ci commented on issue #353: Camel quarkus netty

2019-10-30 Thread GitBox
asf-ci commented on issue #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548052649 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/363/

[camel] branch master updated: update camel-jpa doc about when entityType is a list implementation

2019-10-30 Thread bvahdat
This is an automated email from the ASF dual-hosted git repository. bvahdat 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 a20fdca update camel-jpa doc about when entityT

[GitHub] [camel-k] nicolaferraro commented on issue #813: Builds are 1200% slower on Openshift 4

2019-10-30 Thread GitBox
nicolaferraro commented on issue #813: Builds are 1200% slower on Openshift 4 URL: https://github.com/apache/camel-k/issues/813#issuecomment-548047113 Any ocp4 cluster I've tried so far has this issue. Crc and aws. We need to understand what's the source of this problem and fix it (or ask w

[camel] branch master updated: correct typos and polish JpaTest

2019-10-30 Thread bvahdat
This is an automated email from the ASF dual-hosted git repository. bvahdat 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 2e212fc correct typos and polish JpaTest 2e212f

[GitHub] [camel-k] dhirajsb commented on issue #813: Builds are 1200% slower on Openshift 4

2019-10-30 Thread GitBox
dhirajsb commented on issue #813: Builds are 1200% slower on Openshift 4 URL: https://github.com/apache/camel-k/issues/813#issuecomment-548020207 @nicolaferraro does this happen with pretty much any camelk example, or is there a specific use case where this is really evident? And is this is

[GitHub] [camel-quarkus] asf-ci commented on issue #353: Camel quarkus netty

2019-10-30 Thread GitBox
asf-ci commented on issue #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-548000142 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/362/

[GitHub] [camel-k] apupier opened a new pull request #1034: Add readme in examples subfolder

2019-10-30 Thread GitBox
apupier opened a new pull request #1034: Add readme in examples subfolder URL: https://github.com/apache/camel-k/pull/1034 Signed-off-by: Aurélien Pupier I would like to point to the examples folder of this repo for the example project when creating a Camel K Che stack. Currently

[camel] branch CAMEL-14110 updated (bed1323 -> 463c32f)

2019-10-30 Thread janbednar
This is an automated email from the ASF dual-hosted git repository. janbednar pushed a change to branch CAMEL-14110 in repository https://gitbox.apache.org/repos/asf/camel.git. discard bed1323 CAMEL-14110: Nitrite component initial commit add 1a011e4 CAMEL-14061 camel-website - Add page

[GitHub] [camel-quarkus] oscerd commented on issue #353: Camel quarkus netty

2019-10-30 Thread GitBox
oscerd commented on issue #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#issuecomment-547950259 And by the way you have conflicts need to be fixed. This is an automated message from the Apache

[camel] branch master updated: Remove Debezium MySQL dependencies from debezium parent (#3297)

2019-10-30 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 1c2318d Remove Debezium MySQL dependencies fr

[GitHub] [camel-quarkus] oscerd commented on a change in pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
oscerd commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340669467 ## File path: integration-tests/netty/src/main/java/org/apache/camel/quarkus/component/netty/CamelRoute.java ## @@ -0,0 +1,43

[GitHub] [camel-quarkus] oscerd commented on a change in pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
oscerd commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340668632 ## File path: .gitignore ## @@ -33,3 +33,6 @@ nb-configuration.xml Review comment: This can be removed. --

[GitHub] [camel-quarkus] oscerd commented on a change in pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
oscerd commented on a change in pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353#discussion_r340668493 ## File path: docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc ## @@ -51,6 +51,9 @@ Number of Camel components: 25

[GitHub] [camel-quarkus] dhartford opened a new pull request #353: Camel quarkus netty

2019-10-30 Thread GitBox
dhartford opened a new pull request #353: Camel quarkus netty URL: https://github.com/apache/camel-quarkus/pull/353 https://github.com/apache/camel-quarkus/issues/248 initial support for camel-quarkus-netty This is an automat

[GitHub] [camel-quarkus] dhartford commented on issue #248: Create a Camel Netty TCP extension

2019-10-30 Thread GitBox
dhartford commented on issue #248: Create a Camel Netty TCP extension URL: https://github.com/apache/camel-quarkus/issues/248#issuecomment-547940436 Alright, native tests pass, adding the the reflective classes with an additional dependency camel-endpointdsl was the solution. -

[GitHub] [camel-quarkus] asf-ci commented on issue #350: Upgrade to quarkus 0.27.0

2019-10-30 Thread GitBox
asf-ci commented on issue #350: Upgrade to quarkus 0.27.0 URL: https://github.com/apache/camel-quarkus/pull/350#issuecomment-547932459 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/361/ --

[GitHub] [camel-k] rhn-support-kboone commented on issue #1032: No interface for setting the number of pods on which an integration is to be deployed

2019-10-30 Thread GitBox
rhn-support-kboone commented on issue #1032: No interface for setting the number of pods on which an integration is to be deployed URL: https://github.com/apache/camel-k/issues/1032#issuecomment-547928498 I've just realized that if I change .spec.replicas using "oc edit it", the integratio

[GitHub] [camel-k] rhn-support-kboone opened a new issue #1033: Document, or provide examples for, TLS configuration on OpenShift

2019-10-30 Thread GitBox
rhn-support-kboone opened a new issue #1033: Document, or provide examples for, TLS configuration on OpenShift URL: https://github.com/apache/camel-k/issues/1033 It is not very obvious how to configure a Camel-K integration for TLS support on OpenShift. This is particularly relevant for in

[GitHub] [camel-k] rhn-support-kboone opened a new issue #1032: No interface for setting the number of pods on which an integration is to be deployed

2019-10-30 Thread GitBox
rhn-support-kboone opened a new issue #1032: No interface for setting the number of pods on which an integration is to be deployed URL: https://github.com/apache/camel-k/issues/1032 Camel K exposes an interface for setting the affinities of multiple integration pods with physical nodes on

[camel] branch master updated: Upgrade Narayana to version 5.10.0.Final

2019-10-30 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 b082337 Upgrade Narayana to version 5.10.0.F

[camel-quarkus] branch master updated: [maven-release-plugin] prepare for next development iteration

2019-10-30 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 7bb74e5 [maven-release-plugin] prepa

[camel-quarkus] annotated tag 0.3.1 created (now 3fad3ef)

2019-10-30 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to annotated tag 0.3.1 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. at 3fad3ef (tag) tagging 622458e1bbaf582344118b26dac579bfc2d68e1e (commit) replaces 0.3.0 by A

[camel-quarkus] branch master updated: [maven-release-plugin] prepare release 0.3.1

2019-10-30 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 622458e [maven-release-plugin] prepa

[GitHub] [camel-k-runtime] dependabot[bot] commented on issue #180: chore(deps): bump checkstyle from 7.6.1 to 8.18

2019-10-30 Thread GitBox
dependabot[bot] commented on issue #180: chore(deps): bump checkstyle from 7.6.1 to 8.18 URL: https://github.com/apache/camel-k-runtime/pull/180#issuecomment-547887706 OK, I won't notify you about version 8.x.x again, unless you re-open this PR or update to a 8.x.x release yourself. -

[GitHub] [camel-k-runtime] lburgazzoli commented on issue #180: chore(deps): bump checkstyle from 7.6.1 to 8.18

2019-10-30 Thread GitBox
lburgazzoli commented on issue #180: chore(deps): bump checkstyle from 7.6.1 to 8.18 URL: https://github.com/apache/camel-k-runtime/pull/180#issuecomment-547887680 @dependabot ignore this major version This is an automated me

[GitHub] [camel-k-runtime] dependabot[bot] closed pull request #180: chore(deps): bump checkstyle from 7.6.1 to 8.18

2019-10-30 Thread GitBox
dependabot[bot] closed pull request #180: chore(deps): bump checkstyle from 7.6.1 to 8.18 URL: https://github.com/apache/camel-k-runtime/pull/180 This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [camel-quarkus] asf-ci commented on issue #350: Upgrade to quarkus 0.27.0

2019-10-30 Thread GitBox
asf-ci commented on issue #350: Upgrade to quarkus 0.27.0 URL: https://github.com/apache/camel-quarkus/pull/350#issuecomment-547877127 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/360/ --

[GitHub] [camel-k-runtime] dependabot[bot] opened a new pull request #180: chore(deps): bump checkstyle from 7.6.1 to 8.18

2019-10-30 Thread GitBox
dependabot[bot] opened a new pull request #180: chore(deps): bump checkstyle from 7.6.1 to 8.18 URL: https://github.com/apache/camel-k-runtime/pull/180 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 7.6.1 to 8.18. Release notes *Sourced from [checkstyle's

[camel-k-runtime] branch dependabot/maven/com.puppycrawl.tools-checkstyle-8.18 created (now e2c3475)

2019-10-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.puppycrawl.tools-checkstyle-8.18 in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git. at e2c3475 chore(deps): bump checkstyle from 7.6.1 to 8.18

[camel-k-runtime] 01/09: Add support for Quarkus runtime provider in catalog generator

2019-10-30 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-runtime.git commit 5a6669ed35a82c710be2c11a774d72c22c041df9 Author: Antonin Stefanutti AuthorDate: Thu Oct 17 17:50:52 2019 +

[GitHub] [camel-quarkus] lburgazzoli commented on issue #344: WIP: Move to Quarkus 0.27+ yaml descriptor

2019-10-30 Thread GitBox
lburgazzoli commented on issue #344: WIP: Move to Quarkus 0.27+ yaml descriptor URL: https://github.com/apache/camel-quarkus/pull/344#issuecomment-547872344 done by #350 This is an automated message from the Apache Git Servic

[GitHub] [camel-k-runtime] astefanutti closed issue #148: add quarkus information in catalog generator

2019-10-30 Thread GitBox
astefanutti closed issue #148: add quarkus information in catalog generator URL: https://github.com/apache/camel-k-runtime/issues/148 This is an automated message from the Apache Git Service. To respond to the message, please

[camel-k-runtime] 05/09: chore(deps): update assertj to v3.14.0

2019-10-30 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-runtime.git commit f2e8f747a7251fabace8afb0f63537cc0e8914d9 Author: lburgazzoli AuthorDate: Sun Oct 27 20:09:51 2019 +0100

[camel-k-runtime] 03/09: chore(deps): update jackson to v2.10.0

2019-10-30 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-runtime.git commit 951b421f97a032802b64d42bda40d9591bffad0c Author: lburgazzoli AuthorDate: Sun Oct 27 20:02:40 2019 +0100

[camel-k-runtime] branch master updated (f4c290e -> a460fc8)

2019-10-30 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-runtime.git. from f4c290e Merge pull request #178 from lburgazzoli/github-177 new 5a6669e Add support for Quarkus

[camel-k-runtime] 07/09: Fix Maven dependencies issues

2019-10-30 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-runtime.git commit 46109b19ad9041bfee3e28231ab29109b5ad8ae8 Author: Antonin Stefanutti AuthorDate: Tue Oct 29 18:36:08 2019 +

[GitHub] [camel-quarkus] lburgazzoli closed pull request #344: WIP: Move to Quarkus 0.27+ yaml descriptor

2019-10-30 Thread GitBox
lburgazzoli closed pull request #344: WIP: Move to Quarkus 0.27+ yaml descriptor URL: https://github.com/apache/camel-quarkus/pull/344 This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [camel-k-runtime] astefanutti merged pull request #167: Camel Quarkus 0.3.0 support

2019-10-30 Thread GitBox
astefanutti merged pull request #167: Camel Quarkus 0.3.0 support URL: https://github.com/apache/camel-k-runtime/pull/167 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[camel-k-runtime] 04/09: chore(deps): update vertx to v3.8.3

2019-10-30 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-runtime.git commit fea81ff7fec7089ff5cde60936774c6c88a4b90b Author: lburgazzoli AuthorDate: Sun Oct 27 20:09:18 2019 +0100

[camel-k-runtime] 09/09: feat(quarkus): Fix CS

2019-10-30 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-runtime.git commit a460fc8d5f6be0db419fb4607a9653af57a57686 Author: Antonin Stefanutti AuthorDate: Wed Oct 30 11:40:08 2019 +

[camel-k-runtime] 06/09: feat(quarkus): Add runtime provider information to generated catalog

2019-10-30 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-runtime.git commit a4989945bb7d0cc411f542b979b38a46a88c2c1b Author: Antonin Stefanutti AuthorDate: Tue Oct 29 16:50:23 2019 +

[camel-k-runtime] 02/09: update to camel-quarkus 0.3.0

2019-10-30 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-runtime.git commit e1068da68db0f3d95353d01c5a9599f91fa6cddd Author: lburgazzoli AuthorDate: Sat Oct 26 00:56:45 2019 +0200

[camel] branch master updated: CAMEL-13233: Add trace logging for absolute path in file consumer

2019-10-30 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 28d019c CAMEL-13233: Add trace logging for ab

[GitHub] [camel-k-runtime] astefanutti closed issue #149: switch to camel main for quarkus related bits

2019-10-30 Thread GitBox
astefanutti closed issue #149: switch to camel main for quarkus related bits URL: https://github.com/apache/camel-k-runtime/issues/149 This is an automated message from the Apache Git Service. To respond to the message, pleas

  1   2   >