[GitHub] [camel-k] lburgazzoli commented on issue #1101: Allow additional parameters for kamel bin in integration test phase

2019-11-26 Thread GitBox
lburgazzoli commented on issue #1101: Allow additional parameters for kamel bin in integration test phase URL: https://github.com/apache/camel-k/pull/1101#issuecomment-558968324 Is you problem specific to maven settings ? ---

[GitHub] [camel-quarkus] davsclaus commented on issue #477: Native compile fails in some aggregation strategy which I am not using

2019-11-26 Thread GitBox
davsclaus commented on issue #477: Native compile fails in some aggregation strategy which I am not using URL: https://github.com/apache/camel-quarkus/issues/477#issuecomment-558938975 It smells like its when I have camel-quarkus-bean as dependency. If I remove that then it can build. ---

[GitHub] [camel-quarkus] davsclaus commented on issue #477: Native compile fails in some aggregation strategy which I am not using

2019-11-26 Thread GitBox
davsclaus commented on issue #477: Native compile fails in some aggregation strategy which I am not using URL: https://github.com/apache/camel-quarkus/issues/477#issuecomment-558935457 A simple Camel route calling a java bean ``` @ApplicationScoped public class MyRoute extends Rout

[GitHub] [camel-quarkus] davsclaus opened a new issue #477: Native compile fails in some aggregation strategy which I am not using

2019-11-26 Thread GitBox
davsclaus opened a new issue #477: Native compile fails in some aggregation strategy which I am not using URL: https://github.com/apache/camel-quarkus/issues/477 Caused by: com.oracle.graal.pointsto.constraints.UnsupportedFeatureException: Unsupported method java.lang.reflect.Proxy.define

[camel] branch master updated: Regen

2019-11-26 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 5018712 Regen 5018712 is described below com

[GitHub] [camel-quarkus] davsclaus merged pull request #459: Fix #453 Move the platform-http component to Camel

2019-11-26 Thread GitBox
davsclaus merged pull request #459: Fix #453 Move the platform-http component to Camel URL: https://github.com/apache/camel-quarkus/pull/459 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [camel-quarkus] davsclaus closed issue #474: Support dependency injection of FluentProducerTemplate/FluentConsumerTemplate

2019-11-26 Thread GitBox
davsclaus closed issue #474: Support dependency injection of FluentProducerTemplate/FluentConsumerTemplate URL: https://github.com/apache/camel-quarkus/issues/474 This is an automated message from the Apache Git Service. To

[GitHub] [camel-quarkus] davsclaus merged pull request #475: Support dependency injection of FluentProducerTemplate/FluentConsumerTemplate

2019-11-26 Thread GitBox
davsclaus merged pull request #475: Support dependency injection of FluentProducerTemplate/FluentConsumerTemplate URL: https://github.com/apache/camel-quarkus/pull/475 This is an automated message from the Apache Git Service

[camel-quarkus] branch master updated: Support dependency injection of FluentProducerTemplate/FluentConsumerTemplate #474 (#475)

2019-11-26 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 4011b1c Support dependency injection

[camel-quarkus] branch master updated: Fix #453 Move the platform-http component to Camel (#459)

2019-11-26 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 13fdc4e Fix #453 Move the platform-ht

[GitHub] [camel-quarkus] davsclaus closed issue #453: Move the platform-http component to Camel

2019-11-26 Thread GitBox
davsclaus closed issue #453: Move the platform-http component to Camel URL: https://github.com/apache/camel-quarkus/issues/453 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [camel-quarkus] davsclaus closed issue #441: Avoid subclassing the upstream XsltComponent

2019-11-26 Thread GitBox
davsclaus closed issue #441: Avoid subclassing the upstream XsltComponent URL: https://github.com/apache/camel-quarkus/issues/441 This is an automated message from the Apache Git Service. To respond to the message, please log

[camel] branch master updated: CAMEL-14219: enforce type conversion on reactive-streams subscriber (#3362)

2019-11-26 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 d690251 CAMEL-14219: enforce type conversion

[GitHub] [camel-quarkus] asf-ci commented on issue #459: Fix #453 Move the platform-http component to Camel

2019-11-26 Thread GitBox
asf-ci commented on issue #459: Fix #453 Move the platform-http component to Camel URL: https://github.com/apache/camel-quarkus/pull/459#issuecomment-558887482 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/43

[GitHub] [camel-quarkus] asf-ci commented on issue #475: Support dependency injection of FluentProducerTemplate/FluentConsumerTemplate

2019-11-26 Thread GitBox
asf-ci commented on issue #475: Support dependency injection of FluentProducerTemplate/FluentConsumerTemplate URL: https://github.com/apache/camel-quarkus/pull/475#issuecomment-558884866 Refer to this link for build results (access rights to CI server needed): https://builds.apache.

[GitHub] [camel-quarkus] ppalaga commented on issue #459: Fix #453 Move the platform-http component to Camel

2019-11-26 Thread GitBox
ppalaga commented on issue #459: Fix #453 Move the platform-http component to Camel URL: https://github.com/apache/camel-quarkus/pull/459#issuecomment-558824675 ok to test This is an automated message from the Apache Git Serv

[GitHub] [camel-quarkus] ppalaga opened a new issue #476: List itests in test-jars.xml file for the Quarkus platform

2019-11-26 Thread GitBox
ppalaga opened a new issue #476: List itests in test-jars.xml file for the Quarkus platform URL: https://github.com/apache/camel-quarkus/issues/476 rpkgtests-maven-plugin 0.4.0 has a mojo to generate a list of itests. It will simplify setting up the test modules on the platform side. ---

[GitHub] [camel-quarkus] ppalaga commented on issue #476: List itests in test-jars.xml file for the Quarkus platform

2019-11-26 Thread GitBox
ppalaga commented on issue #476: List itests in test-jars.xml file for the Quarkus platform URL: https://github.com/apache/camel-quarkus/issues/476#issuecomment-558817929 Plz assign to me. This is an automated message from th

[GitHub] [camel-quarkus] davsclaus commented on issue #475: Support dependency injection of FluentProducerTemplate/FluentConsumerTemplate

2019-11-26 Thread GitBox
davsclaus commented on issue #475: Support dependency injection of FluentProducerTemplate/FluentConsumerTemplate URL: https://github.com/apache/camel-quarkus/pull/475#issuecomment-558815208 Thx ah yeah fluent consumer is likely not so useable as its api already is much simpler than produce

[GitHub] [camel-quarkus] lburgazzoli commented on issue #475: Support dependency injection of FluentProducerTemplate/FluentConsumerTemplate

2019-11-26 Thread GitBox
lburgazzoli commented on issue #475: Support dependency injection of FluentProducerTemplate/FluentConsumerTemplate URL: https://github.com/apache/camel-quarkus/pull/475#issuecomment-558808211 ok to test This is an automated m

[GitHub] [camel-quarkus] lburgazzoli commented on issue #475: Support dependency injection of FluentProducerTemplate/FluentConsumerTemplate

2019-11-26 Thread GitBox
lburgazzoli commented on issue #475: Support dependency injection of FluentProducerTemplate/FluentConsumerTemplate URL: https://github.com/apache/camel-quarkus/pull/475#issuecomment-558800260 @davsclaus looks like we do not have any `FluentConsumerTemplate`

[GitHub] [camel-quarkus] lburgazzoli opened a new pull request #475: Support dependency injection of FluentProducerTemplate/FluentConsumerTemplate

2019-11-26 Thread GitBox
lburgazzoli opened a new pull request #475: Support dependency injection of FluentProducerTemplate/FluentConsumerTemplate URL: https://github.com/apache/camel-quarkus/pull/475 Fixes #474 This is an automated message from the

[GitHub] [camel-k] bouskaJ removed a comment on issue #1101: Allow additional parameters for kamel bin in integration test phase

2019-11-26 Thread GitBox
bouskaJ removed a comment on issue #1101: Allow additional parameters for kamel bin in integration test phase URL: https://github.com/apache/camel-k/pull/1101#issuecomment-558794427 Yes, this is exactly what it is supposed to do.

[GitHub] [camel-k] bouskaJ commented on issue #1101: Allow additional parameters for kamel bin in integration test phase

2019-11-26 Thread GitBox
bouskaJ commented on issue #1101: Allow additional parameters for kamel bin in integration test phase URL: https://github.com/apache/camel-k/pull/1101#issuecomment-558794807 Yes, this is exactly what it is supposed to do.

[GitHub] [camel-k] bouskaJ commented on issue #1101: Allow additional parameters for kamel bin in integration test phase

2019-11-26 Thread GitBox
bouskaJ commented on issue #1101: Allow additional parameters for kamel bin in integration test phase URL: https://github.com/apache/camel-k/pull/1101#issuecomment-558794427 Yes, this is exactly what it is supposed to do. Thi

[GitHub] [camel-k] lburgazzoli commented on issue #1102: Kamel run --property-file

2019-11-26 Thread GitBox
lburgazzoli commented on issue #1102: Kamel run --property-file URL: https://github.com/apache/camel-k/issues/1102#issuecomment-558786895 At the moment you can workaround this by using ConfigMaps but we are also thinking about [user profiles](https://github.com/apache/camel-k/issues/934) -

[GitHub] [camel-k] davsclaus opened a new issue #1102: Kamel run --property-file

2019-11-26 Thread GitBox
davsclaus opened a new issue #1102: Kamel run --property-file URL: https://github.com/apache/camel-k/issues/1102 Add option `--property-file` to allow to refer to a file that becomes the `application.properties` file in the integration. Today I can only configure this via `--property

[GitHub] [camel-quarkus] davsclaus commented on issue #474: Support dependency injection of FluentProducerTemplate/FluentConsumerTemplate

2019-11-26 Thread GitBox
davsclaus commented on issue #474: Support dependency injection of FluentProducerTemplate/FluentConsumerTemplate URL: https://github.com/apache/camel-quarkus/issues/474#issuecomment-558757116 You can add this to `CamelProducers` and then change some of the existing unit test or add a new

[GitHub] [camel-quarkus] davsclaus commented on issue #474: Support dependency injecition of ProducerTemplate/ConsumerTemplate

2019-11-26 Thread GitBox
davsclaus commented on issue #474: Support dependency injecition of ProducerTemplate/ConsumerTemplate URL: https://github.com/apache/camel-quarkus/issues/474#issuecomment-558756363 Ah okay I got it working with @Inject private ProducerTemplate camel; But we dont s

[GitHub] [camel-k] davsclaus commented on issue #1080: error building image: getting stage builder for stage 0: MANIFEST_UNKNOWN: "manifest unknown

2019-11-26 Thread GitBox
davsclaus commented on issue #1080: error building image: getting stage builder for stage 0: MANIFEST_UNKNOWN: "manifest unknown URL: https://github.com/apache/camel-k/issues/1080#issuecomment-558750311 Yeah I had that today as well on minikube. I had set a LimitRange with memory settings

[GitHub] [camel-quarkus] lburgazzoli edited a comment on issue #474: Support dependency injecition of ProducerTemplate/ConsumerTemplate

2019-11-26 Thread GitBox
lburgazzoli edited a comment on issue #474: Support dependency injecition of ProducerTemplate/ConsumerTemplate URL: https://github.com/apache/camel-quarkus/issues/474#issuecomment-558732915 Yeah this is a CDI thing, not sure how quarkus handles JX-RS things but for camel-quarkus pov, all

[GitHub] [camel-quarkus] lburgazzoli commented on issue #474: Support dependency injecition of ProducerTemplate/ConsumerTemplate

2019-11-26 Thread GitBox
lburgazzoli commented on issue #474: Support dependency injecition of ProducerTemplate/ConsumerTemplate URL: https://github.com/apache/camel-quarkus/issues/474#issuecomment-558732915 Yeah this is a CDI thing, not sure how quarkus handles JX-RS things maybe we should open a cross issue on

[GitHub] [camel-quarkus] davsclaus commented on issue #474: Support dependency injecition of ProducerTemplate/ConsumerTemplate

2019-11-26 Thread GitBox
davsclaus commented on issue #474: Support dependency injecition of ProducerTemplate/ConsumerTemplate URL: https://github.com/apache/camel-quarkus/issues/474#issuecomment-558730618 Maybe they only work on ApplicationScoped classes. This is a REST service class, eg what you get when you cr

[GitHub] [camel-k] lburgazzoli commented on issue #1101: Allow additional parameters for kamel bin in integration test phase

2019-11-26 Thread GitBox
lburgazzoli commented on issue #1101: Allow additional parameters for kamel bin in integration test phase URL: https://github.com/apache/camel-k/pull/1101#issuecomment-558726772 @bouskaJ if I get this PR right, you want to be able to set different arguments for different commands right ? l

[GitHub] [camel-k] keyone commented on issue #1080: error building image: getting stage builder for stage 0: MANIFEST_UNKNOWN: "manifest unknown

2019-11-26 Thread GitBox
keyone commented on issue #1080: error building image: getting stage builder for stage 0: MANIFEST_UNKNOWN: "manifest unknown URL: https://github.com/apache/camel-k/issues/1080#issuecomment-558726617 It works if I restart the minikube again -

[GitHub] [camel-quarkus] ppalaga closed pull request #451: Fix #441 Avoid subclassing the upstream XsltComponent

2019-11-26 Thread GitBox
ppalaga closed pull request #451: Fix #441 Avoid subclassing the upstream XsltComponent URL: https://github.com/apache/camel-quarkus/pull/451 This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [camel-quarkus] ppalaga commented on issue #451: Fix #441 Avoid subclassing the upstream XsltComponent

2019-11-26 Thread GitBox
ppalaga commented on issue #451: Fix #441 Avoid subclassing the upstream XsltComponent URL: https://github.com/apache/camel-quarkus/pull/451#issuecomment-558711395 Replaced by https://github.com/apache/camel-quarkus/pull/459

[GitHub] [camel-k] nicolaferraro commented on issue #1080: error building image: getting stage builder for stage 0: MANIFEST_UNKNOWN: "manifest unknown

2019-11-26 Thread GitBox
nicolaferraro commented on issue #1080: error building image: getting stage builder for stage 0: MANIFEST_UNKNOWN: "manifest unknown URL: https://github.com/apache/camel-k/issues/1080#issuecomment-558704872 It remains stuck on Kaniko `0.14.0`. I've opened https://github.com/GoogleContainer

[GitHub] [camel-k-runtime] asf-ci commented on issue #201: YAML: add annotation to auto geenrate support classes and quarkus reflective class discovery

2019-11-26 Thread GitBox
asf-ci commented on issue #201: YAML: add annotation to auto geenrate support classes and quarkus reflective class discovery URL: https://github.com/apache/camel-k-runtime/pull/201#issuecomment-558697466 Refer to this link for build results (access rights to CI server needed): https

[GitHub] [camel-k-runtime] lburgazzoli commented on issue #201: YAML: add annotation to auto geenrate support classes and quarkus reflective class discovery

2019-11-26 Thread GitBox
lburgazzoli commented on issue #201: YAML: add annotation to auto geenrate support classes and quarkus reflective class discovery URL: https://github.com/apache/camel-k-runtime/pull/201#issuecomment-558687564 ok to test This

[GitHub] [camel-k] bouskaJ opened a new pull request #1101: Allow additional parameters for kamel bin in integration test phase

2019-11-26 Thread GitBox
bouskaJ opened a new pull request #1101: Allow additional parameters for kamel bin in integration test phase URL: https://github.com/apache/camel-k/pull/1101 Allow additional parameters for `kamel` binary during integration-test phase. Tests can be parameterized in the following way:

[GitHub] [camel-k] nicolaferraro edited a comment on issue #1084: Allow to push images to other registries

2019-11-26 Thread GitBox
nicolaferraro edited a comment on issue #1084: Allow to push images to other registries URL: https://github.com/apache/camel-k/pull/1084#issuecomment-558657439 Removing WIP. I've: - Added documentation on how to configure an external registry - Included examples about docker hu

[GitHub] [camel-k] nicolaferraro commented on issue #1084: Allow to push images to other registries

2019-11-26 Thread GitBox
nicolaferraro commented on issue #1084: Allow to push images to other registries URL: https://github.com/apache/camel-k/pull/1084#issuecomment-558657439 Removing WIP. I've: - Added documentation on how to configure an external registry - Included examples about docker hub and gi

[camel] branch master updated: Upgrade Xchange to version 4.4.1

2019-11-26 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 179b7ec Upgrade Xchange to version 4.4.1 179

[GitHub] [camel-quarkus] lburgazzoli commented on issue #451: Fix #441 Avoid subclassing the upstream XsltComponent

2019-11-26 Thread GitBox
lburgazzoli commented on issue #451: Fix #441 Avoid subclassing the upstream XsltComponent URL: https://github.com/apache/camel-quarkus/pull/451#issuecomment-558643712 @ppalaga #471 has been merged This is an automated messag

[GitHub] [camel-quarkus] lburgazzoli commented on issue #459: Fix #453 Move the platform-http component to Camel

2019-11-26 Thread GitBox
lburgazzoli commented on issue #459: Fix #453 Move the platform-http component to Camel URL: https://github.com/apache/camel-quarkus/pull/459#issuecomment-558643614 @ppalaga #471 has been merged This is an automated message f

[GitHub] [camel-quarkus] lburgazzoli closed issue #469: Upgrade to camel 3.0.0

2019-11-26 Thread GitBox
lburgazzoli closed issue #469: Upgrade to camel 3.0.0 URL: https://github.com/apache/camel-quarkus/issues/469 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[camel-quarkus] 04/05: Upgrade to quarkus 1.0.0.Final #470

2019-11-26 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 21fe3450e83aa3af8d5ab96d577f5e7ca87357f0 Author: lburgazzoli AuthorDate: Mon Nov 25 16:20:30 2019 +0100

[GitHub] [camel-quarkus] lburgazzoli closed issue #470: Upgrade to quarkus 1.0.0.Final

2019-11-26 Thread GitBox
lburgazzoli closed issue #470: Upgrade to quarkus 1.0.0.Final URL: https://github.com/apache/camel-quarkus/issues/470 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[camel-quarkus] 03/05: temporary disable camel-quarkus-pdf native tests as it fails to build the native image

2019-11-26 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 3d74e8853d2a0a3a0d77c8a3c260c08a2de79d91 Author: lburgazzoli AuthorDate: Mon Nov 25 15:17:55 2019 +0100

[GitHub] [camel-quarkus] lburgazzoli merged pull request #471: Upgrade to camel 3.0.0 and quarkus 1.0.0.Final

2019-11-26 Thread GitBox
lburgazzoli merged pull request #471: Upgrade to camel 3.0.0 and quarkus 1.0.0.Final URL: https://github.com/apache/camel-quarkus/pull/471 This is an automated message from the Apache Git Service. To respond to the message,

[camel-quarkus] 01/05: Upgrade to camel 3.0.0 #469

2019-11-26 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 f5787d710ce774b5d530798d223358f45239808f Author: lburgazzoli AuthorDate: Mon Nov 25 14:22:13 2019 +0100

[camel-quarkus] 05/05: Disable fhir native images tests

2019-11-26 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 fb3f9fbf60aa778e3be623a8ac219affce6ce68d Author: lburgazzoli AuthorDate: Tue Nov 26 09:32:03 2019 +0100

[camel-quarkus] branch master updated (ef45ab7 -> fb3f9fb)

2019-11-26 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 ef45ab7 Startup a FHIR server when running the FHIR integration tests (#461) new f5787d7 Upgrade

[camel-quarkus] 02/05: Remove MicroProfile Metrics extension workarounds #319

2019-11-26 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 e64f5cf2b5af0f29e71c8d7da09d667bd2c54985 Author: lburgazzoli AuthorDate: Mon Nov 25 14:22:39 2019 +0100

[GitHub] [camel-quarkus] lburgazzoli closed issue #319: Remove MicroProfile Metrics extension workarounds

2019-11-26 Thread GitBox
lburgazzoli closed issue #319: Remove MicroProfile Metrics extension workarounds URL: https://github.com/apache/camel-quarkus/issues/319 This is an automated message from the Apache Git Service. To respond to the message, ple

[camel] branch master updated: CAMEL-11807: Migrated camel-jsonpath tests to JUnit 5

2019-11-26 Thread aldettinger
This is an automated email from the ASF dual-hosted git repository. aldettinger 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 e2d6c51 CAMEL-11807: Migrated camel-jsonpat

[GitHub] [camel-quarkus] asf-ci commented on issue #471: Upgrade to camel 3.0.0 and quarkus 1.0.0.Final

2019-11-26 Thread GitBox
asf-ci commented on issue #471: Upgrade to camel 3.0.0 and quarkus 1.0.0.Final URL: https://github.com/apache/camel-quarkus/pull/471#issuecomment-558642260 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/432/

[camel] branch master updated: Upgrade Brave Zipkin to version 5.9.1

2019-11-26 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 72bc6b0 Upgrade Brave Zipkin to version 5.9.

[GitHub] [camel-quarkus] ppalaga commented on issue #474: Support dependency injecition of ProducerTemplate/ConsumerTemplate

2019-11-26 Thread GitBox
ppalaga commented on issue #474: Support dependency injecition of ProducerTemplate/ConsumerTemplate URL: https://github.com/apache/camel-quarkus/issues/474#issuecomment-558620867 ConsumerTemplate is also used in several itests: https://github.com/apache/camel-quarkus/blob/212887909

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

2019-11-26 Thread GitBox
davesargrad commented on issue #1079: Example Request: CamelJmsToFileExample.java URL: https://github.com/apache/camel-k/issues/1079#issuecomment-558610687 @lburgazzoli and @davsclaus Thanks guys. I'll see if I can do what you are suggesting.. Great to have your feedback.

[GitHub] [camel-quarkus] lburgazzoli commented on issue #474: Support dependency injecition of ProducerTemplate/ConsumerTemplate

2019-11-26 Thread GitBox
lburgazzoli commented on issue #474: Support dependency injecition of ProducerTemplate/ConsumerTemplate URL: https://github.com/apache/camel-quarkus/issues/474#issuecomment-558602731 The produce template should already work, we have some tests that are using it like https://github.com/ap

[GitHub] [camel-quarkus] davsclaus opened a new issue #474: Support dependency injecition of ProducerTemplate/ConsumerTemplate

2019-11-26 Thread GitBox
davsclaus opened a new issue #474: Support dependency injecition of ProducerTemplate/ConsumerTemplate URL: https://github.com/apache/camel-quarkus/issues/474 If you have a quarks rest service then you may want to inject Camel as a producer or consumer template (also the fluent builder kin

[camel] branch master updated: Upgrade Jandex to version 2.1.2.Final

2019-11-26 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 630f1b9 Upgrade Jandex to version 2.1.2.Fina

[GitHub] [camel-quarkus] lburgazzoli commented on issue #471: Upgrade to camel 3.0.0 and quarkus 1.0.0.Final

2019-11-26 Thread GitBox
lburgazzoli commented on issue #471: Upgrade to camel 3.0.0 and quarkus 1.0.0.Final URL: https://github.com/apache/camel-quarkus/pull/471#issuecomment-558587048 ok to test This is an automated message from the Apache Git Serv

[camel] branch master updated: Updating Pax url version

2019-11-26 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 The following commit(s) were added to refs/heads/master by this push: new 574012e Updating Pax url version 574012e is de

[GitHub] [camel-quarkus] asf-ci commented on issue #471: Upgrade to camel 3.0.0 and quarkus 1.0.0.Final

2019-11-26 Thread GitBox
asf-ci commented on issue #471: Upgrade to camel 3.0.0 and quarkus 1.0.0.Final URL: https://github.com/apache/camel-quarkus/pull/471#issuecomment-558583350 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/431/Fai

[GitHub] [camel-k] astefanutti edited a comment on issue #1094: kamel scale integration to zero not possible

2019-11-26 Thread GitBox
astefanutti edited a comment on issue #1094: kamel scale integration to zero not possible URL: https://github.com/apache/camel-k/issues/1094#issuecomment-558558829 There is a bug with a recent change done in the GC trait that comes into the way of rescaling. I'm working on a PR right now t

[GitHub] [camel-k-runtime] lburgazzoli merged pull request #200: Support additional EIP for YAML DSL

2019-11-26 Thread GitBox
lburgazzoli merged pull request #200: Support additional EIP for YAML DSL URL: https://github.com/apache/camel-k-runtime/pull/200 This is an automated message from the Apache Git Service. To respond to the message, please log

[camel-k-runtime] 17/18: YAML: add support for Validate EIP

2019-11-26 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 commit a51e8bef2a728551591272316547ba76df8cbe7a Author: lburgazzoli AuthorDate: Sun Nov 24 21:34:51 2019 +0100

[camel-k-runtime] 08/18: YAML: add support for PollEnrich EIP

2019-11-26 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 commit 4d8723be22a5b08bfa357057e123a1cf227a6c8d Author: lburgazzoli AuthorDate: Sun Nov 24 15:36:08 2019 +0100

[camel-k-runtime] 10/18: YAML: add support for Resequence EIP

2019-11-26 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 commit 882799a8730861e1830b4e588d01ee56cab66cd3 Author: lburgazzoli AuthorDate: Sun Nov 24 16:44:46 2019 +0100

[camel-k-runtime] branch master updated (89d6bcf -> 4a9ebf3)

2019-11-26 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-k-runtime.git. from 89d6bcf Allow to use any class as configuration source new ee06153 YAML: fix ToDynamicStepParser

[camel-k-runtime] 07/18: YAML: add support for Multicast EIP

2019-11-26 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 commit 45f114fd1023675d300176909f079da25dc9518b Author: lburgazzoli AuthorDate: Sun Nov 24 15:32:01 2019 +0100

[camel-k-runtime] 09/18: YAML: add support for RecipientList EIP

2019-11-26 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 commit 013c0f72688adb4992db93cd50cd9a9f30a049db Author: lburgazzoli AuthorDate: Sun Nov 24 15:44:40 2019 +0100

[camel-k-runtime] 04/18: YAML: add support for Bean EIP

2019-11-26 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 commit ad1a50cd6a2b43fdeee37747ea132601c9151b57 Author: lburgazzoli AuthorDate: Sun Nov 24 15:00:38 2019 +0100

[camel-k-runtime] 11/18: YAML: add support for RoutingSlip EIP

2019-11-26 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 commit ea687b8ef08bb4502e3cd0267f14a453904d126a Author: lburgazzoli AuthorDate: Sun Nov 24 17:02:05 2019 +0100

[camel-k-runtime] 03/18: YAML: add support for Aggregate EIP

2019-11-26 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 commit 6361af15ab3ed0acfb4c92aa043daa57b079e872 Author: lburgazzoli AuthorDate: Sun Nov 24 11:20:04 2019 +0100

[camel-k-runtime] 14/18: YAML: add support for Stop EIP

2019-11-26 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 commit 09f3a382f0f440584b16093a7625ca0dca77d466 Author: lburgazzoli AuthorDate: Sun Nov 24 21:23:35 2019 +0100

[camel-k-runtime] 16/18: YAML: add support for Throttle EIP

2019-11-26 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 commit 32c9d3c13f3a74ced1585c736129ea51d1bde2ec Author: lburgazzoli AuthorDate: Sun Nov 24 21:28:52 2019 +0100

[camel-k-runtime] 01/18: YAML: fix ToDynamicStepParser

2019-11-26 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 commit ee06153cc808a7fc964dfd33cd31ee09d8b5587f Author: lburgazzoli AuthorDate: Sun Nov 24 23:07:42 2019 +0100

[camel-k-runtime] 13/18: YAML: add support for Sort EIP

2019-11-26 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 commit a9d530a26678506952c7b216fe524664d18c17fb Author: lburgazzoli AuthorDate: Sun Nov 24 21:16:58 2019 +0100

[camel-k-runtime] 06/18: YAML: add support for Loop EIP

2019-11-26 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 commit 1ccd4cb2e42d1838e0bbcff7c823d37f940764a1 Author: lburgazzoli AuthorDate: Sun Nov 24 15:23:49 2019 +0100

[camel-k-runtime] 12/18: YAML: add support for Sample EIP

2019-11-26 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 commit 9c89eae58faec2a1689eba41d38d9c1d084b326b Author: lburgazzoli AuthorDate: Sun Nov 24 17:07:03 2019 +0100

[camel-k-runtime] 05/18: YAML: add support for Enrich EIP

2019-11-26 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 commit 1689b7c0b71bade8135e35953692856c8fe9ade1 Author: lburgazzoli AuthorDate: Sun Nov 24 15:16:26 2019 +0100

[camel-k-runtime] 02/18: YAML: improve filter dsl test

2019-11-26 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 commit 52fec199a5604cd3a792ab20740f9c06b16c1bf5 Author: lburgazzoli AuthorDate: Sun Nov 24 21:31:35 2019 +0100

[camel-k-runtime] 15/18: YAML: add support for Threads EIP

2019-11-26 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 commit 5662013907a4b7659a118ebcc2460efbd1cff40a Author: lburgazzoli AuthorDate: Sun Nov 24 21:23:47 2019 +0100

[camel-k-runtime] 18/18: YAML: add support for WireTap EIP

2019-11-26 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 commit 4a9ebf38c4940d0e4a753577244d120a7429a54e Author: lburgazzoli AuthorDate: Sun Nov 24 23:07:56 2019 +0100

[GitHub] [camel-k] astefanutti merged pull request #1096: fix(OpenAPI): Use catalog runtime version to generate OpenAPI project

2019-11-26 Thread GitBox
astefanutti merged pull request #1096: fix(OpenAPI): Use catalog runtime version to generate OpenAPI project URL: https://github.com/apache/camel-k/pull/1096 This is an automated message from the Apache Git Service. To respo

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

2019-11-26 Thread GitBox
astefanutti closed issue #1056: camel-k-maven-plugin must not contain any of these characters \/:"<>|?* but found > @ line 16, column 18 URL: https://github.com/apache/camel-k/issues/1056 This is an automated message from th

[camel-k] branch master updated: fix(OpenAPI): Use catalog runtime version to generate OpenAPI project

2019-11-26 Thread astefanutti
This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/master by this push: new ac715fa fix(OpenAPI): Use catalog runtime

[GitHub] [camel-quarkus] bframke closed issue #467: Problem: Classes that should be initialized at run time got initialized during image building

2019-11-26 Thread GitBox
bframke closed issue #467: Problem: Classes that should be initialized at run time got initialized during image building URL: https://github.com/apache/camel-quarkus/issues/467 This is an automated message from the Apache Gi

[GitHub] [camel-quarkus] bframke commented on issue #467: Problem: Classes that should be initialized at run time got initialized during image building

2019-11-26 Thread GitBox
bframke commented on issue #467: Problem: Classes that should be initialized at run time got initialized during image building URL: https://github.com/apache/camel-quarkus/issues/467#issuecomment-558563889 Yes. This is an aut

[GitHub] [camel-k-runtime] asf-ci commented on issue #200: Support additional EIP for YAML DSL

2019-11-26 Thread GitBox
asf-ci commented on issue #200: Support additional EIP for YAML DSL URL: https://github.com/apache/camel-k-runtime/pull/200#issuecomment-558563095 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-k-runtime-pr/11/ -

[GitHub] [camel-k] astefanutti commented on issue #1094: kamel scale integration to zero not possible

2019-11-26 Thread GitBox
astefanutti commented on issue #1094: kamel scale integration to zero not possible URL: https://github.com/apache/camel-k/issues/1094#issuecomment-558558829 There is a bug with a recent change done in the GC trait that comes into the way of rescaling. I working on a PR right now that shoul

[GitHub] [camel-k-runtime] lburgazzoli commented on issue #200: Support additional EIP for YAML DSL

2019-11-26 Thread GitBox
lburgazzoli commented on issue #200: Support additional EIP for YAML DSL URL: https://github.com/apache/camel-k-runtime/pull/200#issuecomment-558557947 ok to test This is an automated message from the Apache Git Service. To re

[GitHub] [camel-k] davsclaus commented on issue #1094: kamel scale integration to zero not possible

2019-11-26 Thread GitBox
davsclaus commented on issue #1094: kamel scale integration to zero not possible URL: https://github.com/apache/camel-k/issues/1094#issuecomment-558557676 I tried the #1 above and then the kamel k operator sees the "change" and then start another pod with the integration. eg the operator do

[GitHub] [camel-k] davsclaus edited a comment on issue #1094: kamel scale integration to zero not possible

2019-11-26 Thread GitBox
davsclaus edited a comment on issue #1094: kamel scale integration to zero not possible URL: https://github.com/apache/camel-k/issues/1094#issuecomment-558557676 I tried the first command above and then the kamel k operator sees the "change" and then start another pod with the integration.

[GitHub] [camel-k] nicolaferraro opened a new issue #1099: Move Knative example to the tutorial section on the website

2019-11-26 Thread GitBox
nicolaferraro opened a new issue #1099: Move Knative example to the tutorial section on the website URL: https://github.com/apache/camel-k/issues/1099 We should put the Knative example on the website, maybe on the tutorial section. We should also link tutorials in the github home pa

[GitHub] [camel-k] nicolaferraro merged pull request #1098: fix(doc): Add affinity trait examples back

2019-11-26 Thread GitBox
nicolaferraro merged pull request #1098: fix(doc): Add affinity trait examples back URL: https://github.com/apache/camel-k/pull/1098 This is an automated message from the Apache Git Service. To respond to the message, please

  1   2   >