[camel] branch master updated: Regen

2019-11-11 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 b36af24 Regen b36af24 is described below

[GitHub] [camel-quarkus] lburgazzoli opened a new pull request #392: Perform TypeConverterLoader discovery using jandex instead of camel's class path scanner

2019-11-11 Thread GitBox
lburgazzoli opened a new pull request #392: Perform TypeConverterLoader discovery using jandex instead of camel's class path scanner URL: https://github.com/apache/camel-quarkus/pull/392 Fixes #389 This is an automated

[camel-quarkus] branch master updated (396e008 -> b9eb61e)

2019-11-11 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. from 396e008 feat: controlbus extension. (#388) add 28b70c4 Add SnakeYAML extension add b9eb61e

[GitHub] [camel-quarkus] lburgazzoli merged pull request #390: Add SnakeYAML extension

2019-11-11 Thread GitBox
lburgazzoli merged pull request #390: Add SnakeYAML extension URL: https://github.com/apache/camel-quarkus/pull/390 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [camel-quarkus] davsclaus commented on issue #391: camel-validator component

2019-11-11 Thread GitBox
davsclaus commented on issue #391: camel-validator component URL: https://github.com/apache/camel-quarkus/issues/391#issuecomment-552384606 Just mind you may need to add the new extensions to some pom files in the poms folder. The create extension tool dont get around doing all that 100%.

[camel] branch master updated: [CAMEL-14165] Pubnub does not define its dependency on okio

2019-11-11 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 2fcb6e0 [CAMEL-14165] Pubnub does not

[GitHub] [camel-quarkus] asf-ci commented on issue #390: Add SnakeYAML extension

2019-11-11 Thread GitBox
asf-ci commented on issue #390: Add SnakeYAML extension URL: https://github.com/apache/camel-quarkus/pull/390#issuecomment-552423909 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/385/

[GitHub] [camel-quarkus] lburgazzoli commented on issue #392: Perform TypeConverterLoader discovery using jandex instead of camel's class path scanner

2019-11-11 Thread GitBox
lburgazzoli commented on issue #392: Perform TypeConverterLoader discovery using jandex instead of camel's class path scanner URL: https://github.com/apache/camel-quarkus/pull/392#issuecomment-552423722 The default type registry does it's own class-path scanning and does not offer an hook

[GitHub] [camel-quarkus] lburgazzoli closed issue #338: Create a Camel SnakeYAML extension

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

[GitHub] [camel-quarkus] lburgazzoli commented on issue #390: Add SnakeYAML extension

2019-11-11 Thread GitBox
lburgazzoli commented on issue #390: Add SnakeYAML extension URL: https://github.com/apache/camel-quarkus/pull/390#issuecomment-552378989 ok to test This is an automated message from the Apache Git Service. To respond to the

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
lburgazzoli commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#discussion_r344665013 ## File path:

[GitHub] [camel-quarkus] lburgazzoli commented on issue #392: Perform TypeConverterLoader discovery using jandex instead of camel's class path scanner

2019-11-11 Thread GitBox
lburgazzoli commented on issue #392: Perform TypeConverterLoader discovery using jandex instead of camel's class path scanner URL: https://github.com/apache/camel-quarkus/pull/392#issuecomment-552409366 ok to test This is an

[camel] branch master updated: Upgrade Mongodb Java driver to version 3.11.2

2019-11-11 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 5934639 Upgrade Mongodb Java driver to

[GitHub] [camel-quarkus] ppalaga commented on issue #389: [code formatter] multi line TODOs are not supported

2019-11-11 Thread GitBox
ppalaga commented on issue #389: [code formatter] multi line TODOs are not supported URL: https://github.com/apache/camel-quarkus/issues/389#issuecomment-552353847 In Quarkus it works the way you describe and they have the following two settings that might be what we are missing:

[GitHub] [camel-quarkus] ploef opened a new issue #391: camel-validator component

2019-11-11 Thread GitBox
ploef opened a new issue #391: camel-validator component URL: https://github.com/apache/camel-quarkus/issues/391 Hi, I'm converting some of my Spring Boot services to Quarkus and see that the camel-validation-component is missing. I will try to create an extension for it.

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
ppalaga commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#discussion_r344661828 ## File path:

[camel] 03/04: Upgrade MicroProfile Health API to 2.1

2019-11-11 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit f7170f7208f37013db226fe04374c80e0926d45d Author: James Netherton AuthorDate: Mon Nov 11 11:10:03 2019 +

[camel] 04/04: Upgrade SmallRye Health to 2.1.0

2019-11-11 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 4894d65f76f3c1410e81a30ce218653073c0f9b4 Author: James Netherton AuthorDate: Mon Nov 11 11:10:21 2019 +

[camel] 01/04: Upgrade MicroProfile Metrics API to 2.2

2019-11-11 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 09c80ce2e4a1eb13d1b5e5b46f172946df448168 Author: James Netherton AuthorDate: Mon Nov 11 11:07:10 2019 +

[camel] branch master updated (5403c9a -> 4894d65)

2019-11-11 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git. from 5403c9a Upgrade Kubernetes client to version 4.6.3 new 09c80ce Upgrade MicroProfile Metrics API to 2.2

[camel] 02/04: Upgrade SmallRye Metrics to 2.3.0

2019-11-11 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit d8e5a1a2a0b645972d4f1f613c1fa8ad57d5a4a4 Author: James Netherton AuthorDate: Mon Nov 11 11:07:30 2019 +

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
lburgazzoli commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#discussion_r344665013 ## File path:

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #392: Perform TypeConverterLoader discovery using jandex instead of camel's class path scanner

2019-11-11 Thread GitBox
lburgazzoli commented on a change in pull request #392: Perform TypeConverterLoader discovery using jandex instead of camel's class path scanner URL: https://github.com/apache/camel-quarkus/pull/392#discussion_r344684441 ## File path:

[GitHub] [camel-quarkus] ploef opened a new pull request #393: added Camel validation extension

2019-11-11 Thread GitBox
ploef opened a new pull request #393: added Camel validation extension URL: https://github.com/apache/camel-quarkus/pull/393 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [camel-quarkus] jamesnetherton opened a new pull request #390: Add SnakeYAML extension

2019-11-11 Thread GitBox
jamesnetherton opened a new pull request #390: Add SnakeYAML extension URL: https://github.com/apache/camel-quarkus/pull/390 fixes #338 This is an automated message from the Apache Git Service. To respond to the message,

[camel] branch master updated: Upgrade Kubernetes client to version 4.6.3

2019-11-11 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 5403c9a Upgrade Kubernetes client to

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
lburgazzoli commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#discussion_r344665013 ## File path:

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #392: Perform TypeConverterLoader discovery using jandex instead of camel's class path scanner

2019-11-11 Thread GitBox
ppalaga commented on a change in pull request #392: Perform TypeConverterLoader discovery using jandex instead of camel's class path scanner URL: https://github.com/apache/camel-quarkus/pull/392#discussion_r344679240 ## File path:

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #392: Perform TypeConverterLoader discovery using jandex instead of camel's class path scanner

2019-11-11 Thread GitBox
ppalaga commented on a change in pull request #392: Perform TypeConverterLoader discovery using jandex instead of camel's class path scanner URL: https://github.com/apache/camel-quarkus/pull/392#discussion_r344677133 ## File path:

[GitHub] [camel-quarkus] lburgazzoli opened a new issue #389: [code formatter] multi line TODOs are not supported

2019-11-11 Thread GitBox
lburgazzoli opened a new issue #389: [code formatter] multi line TODOs are not supported URL: https://github.com/apache/camel-quarkus/issues/389 Assuming I have a TODO like: ```java // TODO: blablabla // blablabla ``` This is then re-formatted as:

[GitHub] [camel-quarkus] ppalaga commented on issue #391: camel-validator component

2019-11-11 Thread GitBox
ppalaga commented on issue #391: camel-validator component URL: https://github.com/apache/camel-quarkus/issues/391#issuecomment-552383469 Nice to hear that! Do not hesitate to ask here if you have specific questions. You might want to check

[camel-k-runtime] branch master updated: chore(actions): set the right phase

2019-11-11 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-k-runtime.git The following commit(s) were added to refs/heads/master by this push: new 47c124d chore(actions): set the

[GitHub] [camel-quarkus] asf-ci commented on issue #392: Perform TypeConverterLoader discovery using jandex instead of camel's class path scanner

2019-11-11 Thread GitBox
asf-ci commented on issue #392: Perform TypeConverterLoader discovery using jandex instead of camel's class path scanner URL: https://github.com/apache/camel-quarkus/pull/392#issuecomment-552460424 Refer to this link for build results (access rights to CI server needed):

[GitHub] [camel-k] nicolaferraro opened a new pull request #1049: chore(magic): auto-add dependency on camel-jackson when using plain .…

2019-11-11 Thread GitBox
nicolaferraro opened a new pull request #1049: chore(magic): auto-add dependency on camel-jackson when using plain .… URL: https://github.com/apache/camel-k/pull/1049 …json() Now that jackson is the default on Camel 3. **Release Note** ```release-note

[GitHub] [camel-quarkus] ppalaga commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
ppalaga commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#issuecomment-552491730 Hm... looking at the test failures, it looks like there is one more problem: The registry sees only CDI beans

[GitHub] [camel-quarkus] ppalaga commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
ppalaga commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#issuecomment-552461053 About ac51838: * Publish discovered RoutesBuilders via CamelBeanBuildItem instead of

[GitHub] [camel-quarkus] ppalaga edited a comment on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
ppalaga edited a comment on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#issuecomment-552461053 About ac51838: * Publish discovered RoutesBuilders via CamelBeanBuildItem instead of

[GitHub] [camel-quarkus] lburgazzoli merged pull request #392: Perform TypeConverterLoader discovery using jandex instead of camel's class path scanner

2019-11-11 Thread GitBox
lburgazzoli merged pull request #392: Perform TypeConverterLoader discovery using jandex instead of camel's class path scanner URL: https://github.com/apache/camel-quarkus/pull/392 This is an automated message from the

[camel] branch master updated: CAMEL-14167: camel-stream - Remove url support

2019-11-11 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 726e9dd CAMEL-14167: camel-stream - Remove

[GitHub] [camel-quarkus] lburgazzoli commented on issue #392: Perform TypeConverterLoader discovery using jandex instead of camel's class path scanner

2019-11-11 Thread GitBox
lburgazzoli commented on issue #392: Perform TypeConverterLoader discovery using jandex instead of camel's class path scanner URL: https://github.com/apache/camel-quarkus/pull/392#issuecomment-552457320 ok to test This is an

[camel] 03/03: CAMEL-14168 - Regen and fixed adoc

2019-11-11 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 131c7985486534fa52df674e012e2243f000be64 Author: Andrea Cosentino AuthorDate: Mon Nov 11 15:44:19 2019 +0100

[camel] branch master updated (726e9dd -> 131c798)

2019-11-11 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 726e9dd CAMEL-14167: camel-stream - Remove url support new 2804e00 CAMEL-14168 - Camel-Linkedin: Remove

[camel] 02/03: CAMEL-14168 - Fixed compilation

2019-11-11 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 63103a4dd90b9b167c97ab257fd1b5d906c35f84 Author: Andrea Cosentino AuthorDate: Mon Nov 11 14:57:20 2019 +0100

[camel-quarkus] branch master updated (b9eb61e -> 391348d)

2019-11-11 Thread lburgazzoli
This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. from b9eb61e chore(build): Make PR validate run package phase to avoid downloading stale SNAPSHOT artifacts

[camel-quarkus] 01/03: Perform TypeConverterLoader discovery using jandex instead of camel's class path scanner

2019-11-11 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 commit b7ad857c2a0820c7405f1717c4f63720e92bdf17 Author: lburgazzoli AuthorDate: Mon Nov 11 11:24:35 2019 +0100

[GitHub] [camel-quarkus] lburgazzoli closed issue #389: [code formatter] multi line TODOs are not supported

2019-11-11 Thread GitBox
lburgazzoli closed issue #389: [code formatter] multi line TODOs are not supported URL: https://github.com/apache/camel-quarkus/issues/389 This is an automated message from the Apache Git Service. To respond to the message,

[camel-quarkus] 02/03: code formatter] multi line TODOs are not supported #389

2019-11-11 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 commit 47591887286a8764411a1af72eef6c44dbcda2c9 Author: lburgazzoli AuthorDate: Mon Nov 11 11:25:12 2019 +0100

[GitHub] [camel-k-runtime] lburgazzoli commented on issue #182: Ad a specific section in the camel-k-runtime catalog to list loaders and related dependencies

2019-11-11 Thread GitBox
lburgazzoli commented on issue #182: Ad a specific section in the camel-k-runtime catalog to list loaders and related dependencies URL: https://github.com/apache/camel-k-runtime/issues/182#issuecomment-552551655 Will remove it

[GitHub] [camel-quarkus] ploef commented on issue #391: camel-validator component

2019-11-11 Thread GitBox
ploef commented on issue #391: camel-validator component URL: https://github.com/apache/camel-quarkus/issues/391#issuecomment-552555621 Thanks for the tip! I already managed to get it working locally. This is an automated

[GitHub] [camel-quarkus] ppalaga commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
ppalaga commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#issuecomment-552563450 I solved the mentioned problem by marking all RouteBuilder classes as unremovable via UnremovableBeanBuildItem.

[camel] branch master updated: CAMEL-13825: Add consumer and producer info to the component docs

2019-11-11 Thread oalsafi
This is an automated email from the ASF dual-hosted git repository. oalsafi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new 20caeb4 CAMEL-13825: Add consumer and producer

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
lburgazzoli commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#discussion_r344864731 ## File path:

[GitHub] [camel-quarkus] lburgazzoli commented on issue #391: camel-validator component

2019-11-11 Thread GitBox
lburgazzoli commented on issue #391: camel-validator component URL: https://github.com/apache/camel-quarkus/issues/391#issuecomment-552582782 It fails on JDK 11 because the class `com.sun.org.apache.xerces.internal.impl.dv.xs` is probably hidden in a module

[camel] branch master updated (131c798 -> 7c7a983)

2019-11-11 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 131c798 CAMEL-14168 - Regen and fixed adoc new 6f1b82f Use SecureRandom to generate the as2 message Id

[camel] 03/04: Updating Asciidoctor

2019-11-11 Thread coheigea
This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 91a7fb48e96673ea26d5ecfb4fd72f934f9b8ac7 Author: Colm O hEigeartaigh AuthorDate: Mon Nov 11 18:02:27 2019 +

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
lburgazzoli commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#discussion_r344866021 ## File path:

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
lburgazzoli commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#discussion_r344867677 ## File path:

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #393: added Camel validation extension

2019-11-11 Thread GitBox
lburgazzoli commented on a change in pull request #393: added Camel validation extension URL: https://github.com/apache/camel-quarkus/pull/393#discussion_r344886929 ## File path: extensions/attachments/runtime/src/main/resources/META-INF/quarkus-extension.yaml ## @@ -1,3

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
ppalaga commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#discussion_r344886972 ## File path:

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #394: Fix license headers

2019-11-11 Thread GitBox
ppalaga commented on a change in pull request #394: Fix license headers URL: https://github.com/apache/camel-quarkus/pull/394#discussion_r344886284 ## File path: pom.xml ## @@ -304,10 +305,14 @@ **/META-INF/persistence*.xsd

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
ppalaga commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#discussion_r344890711 ## File path:

[camel] 02/02: camel-bean: Should assume Boolean/boolean parameter types are matching.

2019-11-11 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 074ca0fd652e69394d2db9e57065df413a6abca8 Author: Claus Ibsen AuthorDate: Mon Nov 11 19:21:09 2019 +0100

[camel] branch master updated (7c7a983 -> 074ca0f)

2019-11-11 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 7c7a983 Updating plexus utils new dad2e1f CAMEL-14153: Add support for constructor parameters to property

[camel] 01/02: CAMEL-14153: Add support for constructor parameters to property binding support - eg for camel-main configurations.

2019-11-11 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 dad2e1f705acc816b933cb4c808403df9bdab575 Author: Claus Ibsen AuthorDate: Mon Nov 11 19:19:26 2019 +0100

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
lburgazzoli commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#discussion_r344863669 ## File path:

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
lburgazzoli commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#discussion_r344863306 ## File path:

[camel] branch master updated (0a0a8e2 -> 1c13946)

2019-11-11 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 0a0a8e2 CAMEL-14153: Add support for constructor parameters to property binding support - eg for camel-main

[GitHub] [camel-k-runtime] lburgazzoli opened a new issue #195: Remove support for java class loader

2019-11-11 Thread GitBox
lburgazzoli opened a new issue #195: Remove support for java class loader URL: https://github.com/apache/camel-k-runtime/issues/195 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #393: added Camel validation extension

2019-11-11 Thread GitBox
ppalaga commented on a change in pull request #393: added Camel validation extension URL: https://github.com/apache/camel-quarkus/pull/393#discussion_r344885749 ## File path: extensions/attachments/runtime/src/main/resources/META-INF/quarkus-extension.yaml ## @@ -1,3

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
ppalaga commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#discussion_r344888604 ## File path:

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
ppalaga commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#discussion_r344892800 ## File path:

[camel] 02/04: Make sure the temp file is jailed to the tmpdir

2019-11-11 Thread coheigea
This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 80df11395d45e0a0e27b556bedf80cd18268f4e3 Author: Colm O hEigeartaigh AuthorDate: Mon Nov 11 15:41:01 2019 +

[GitHub] [camel-quarkus] ploef commented on issue #391: camel-validator component

2019-11-11 Thread GitBox
ploef commented on issue #391: camel-validator component URL: https://github.com/apache/camel-quarkus/issues/391#issuecomment-552566209 Hmmm, the checks after the pull requests keep turning red. Locally everything seems fine. Code builds ok and tests are green. It looks like the

[camel] branch master updated: CAMEL-14153: Add support for constructor parameters to property binding support - eg for camel-main configurations.

2019-11-11 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 0a0a8e2 CAMEL-14153: Add support for

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
lburgazzoli commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#discussion_r344866929 ## File path:

[GitHub] [camel-quarkus] ppalaga opened a new pull request #394: Fix license headers

2019-11-11 Thread GitBox
ppalaga opened a new pull request #394: Fix license headers URL: https://github.com/apache/camel-quarkus/pull/394 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [camel-quarkus] lburgazzoli commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
lburgazzoli commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#issuecomment-552638855 ``` [INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] docker run -v

[GitHub] [camel-k] nicolaferraro opened a new pull request #1054: Fix #1048: use container mode only when no other mechanism is available

2019-11-11 Thread GitBox
nicolaferraro opened a new pull request #1054: Fix #1048: use container mode only when no other mechanism is available URL: https://github.com/apache/camel-k/pull/1054 Fix #1048 **Release Note** ```release-note Fixed "kamel" CLI to authenticate via user

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
ppalaga commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#discussion_r344901192 ## File path:

[GitHub] [camel-k-runtime] asf-ci commented on issue #194: loaders: remove java class loader as it is misleading

2019-11-11 Thread GitBox
asf-ci commented on issue #194: loaders: remove java class loader as it is misleading URL: https://github.com/apache/camel-k-runtime/pull/194#issuecomment-552611441 Refer to this link for build results (access rights to CI server needed):

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #394: Fix license headers

2019-11-11 Thread GitBox
ppalaga commented on a change in pull request #394: Fix license headers URL: https://github.com/apache/camel-quarkus/pull/394#discussion_r344907157 ## File path: pom.xml ## @@ -304,10 +305,14 @@ **/META-INF/persistence*.xsd

[GitHub] [camel-quarkus] lburgazzoli commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
lburgazzoli commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#issuecomment-552614034 ok to test This is an automated message from

[GitHub] [camel-quarkus] lburgazzoli commented on issue #394: Fix license headers

2019-11-11 Thread GitBox
lburgazzoli commented on issue #394: Fix license headers URL: https://github.com/apache/camel-quarkus/pull/394#issuecomment-552623402 ok to test This is an automated message from the Apache Git Service. To respond to the

[GitHub] [camel-k] nicolaferraro opened a new pull request #1051: Fix #1036: generate k8s client for camel k resources

2019-11-11 Thread GitBox
nicolaferraro opened a new pull request #1051: Fix #1036: generate k8s client for camel k resources URL: https://github.com/apache/camel-k/pull/1051 Fix #1036 **Release Note** ```release-note A Go client for interacting with Camel K Kubernetes resources is

[GitHub] [camel-k] lburgazzoli opened a new pull request #1052: Remove support for java class loader i

2019-11-11 Thread GitBox
lburgazzoli opened a new pull request #1052: Remove support for java class loader i URL: https://github.com/apache/camel-k/pull/1052 Fixes #1050 **Release Note** ```release-note Remove support for loading compiled java classes ```

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
lburgazzoli commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#discussion_r344900212 ## File path:

[GitHub] [camel-k-runtime] lburgazzoli commented on issue #194: loaders: remove java class loader as it is misleading

2019-11-11 Thread GitBox
lburgazzoli commented on issue #194: loaders: remove java class loader as it is misleading URL: https://github.com/apache/camel-k-runtime/pull/194#issuecomment-552606542 ok to test This is an automated message from the

[GitHub] [camel-quarkus] ppalaga commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
ppalaga commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#issuecomment-552609750 All requests by @lburgazzoli addressed in 22fed9b

[GitHub] [camel-quarkus] asf-ci commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
asf-ci commented on issue #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#issuecomment-552637437 Refer to this link for build results (access rights to CI server needed):

[GitHub] [camel-k] nicolaferraro opened a new pull request #1053: Fix #1038: redeploy integration when trait config changes

2019-11-11 Thread GitBox
nicolaferraro opened a new pull request #1053: Fix #1038: redeploy integration when trait config changes URL: https://github.com/apache/camel-k/pull/1053 Fix #1038 **Release Note** ```release-note NONE ```

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders

2019-11-11 Thread GitBox
ppalaga commented on a change in pull request #358: Fix #136 @ConfigProperty and @Inject do not work in RouteBuilders URL: https://github.com/apache/camel-quarkus/pull/358#discussion_r344902446 ## File path:

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #394: Fix license headers

2019-11-11 Thread GitBox
lburgazzoli commented on a change in pull request #394: Fix license headers URL: https://github.com/apache/camel-quarkus/pull/394#discussion_r344902410 ## File path: pom.xml ## @@ -304,10 +305,14 @@ **/META-INF/persistence*.xsd

[GitHub] [camel-k] lburgazzoli opened a new issue #1050: Remove support for java class loader

2019-11-11 Thread GitBox
lburgazzoli opened a new issue #1050: Remove support for java class loader URL: https://github.com/apache/camel-k/issues/1050 See https://github.com/apache/camel-k-runtime/issues/195 This is an automated message from the

[GitHub] [camel-quarkus] lburgazzoli commented on issue #395: Cleanup Netty extension

2019-11-11 Thread GitBox
lburgazzoli commented on issue #395: Cleanup Netty extension URL: https://github.com/apache/camel-quarkus/pull/395#issuecomment-552655308 ok to test This is an automated message from the Apache Git Service. To respond to the

[GitHub] [camel-quarkus] asf-ci commented on issue #394: Fix license headers

2019-11-11 Thread GitBox
asf-ci commented on issue #394: Fix license headers URL: https://github.com/apache/camel-quarkus/pull/394#issuecomment-552670770 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/389/

[GitHub] [camel-quarkus] asf-ci commented on issue #395: Cleanup Netty extension

2019-11-11 Thread GitBox
asf-ci commented on issue #395: Cleanup Netty extension URL: https://github.com/apache/camel-quarkus/pull/395#issuecomment-552701025 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/390/

[camel-k-runtime] branch master updated: Remove support for java class loader #195

2019-11-11 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-k-runtime.git The following commit(s) were added to refs/heads/master by this push: new 808b0ea Remove support for java

[GitHub] [camel-quarkus] davsclaus merged pull request #395: Cleanup Netty extension

2019-11-11 Thread GitBox
davsclaus merged pull request #395: Cleanup Netty extension URL: https://github.com/apache/camel-quarkus/pull/395 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[camel-quarkus] branch master updated: Cleanup Netty extension (#395)

2019-11-11 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-quarkus.git The following commit(s) were added to refs/heads/master by this push: new cbbd832 Cleanup Netty extension

[camel-quarkus] branch master updated: Fix license headers (#394)

2019-11-11 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-quarkus.git The following commit(s) were added to refs/heads/master by this push: new 9303490 Fix license headers (#394)

  1   2   >