[GitHub] [camel-quarkus] ppalaga commented on issue #200: improve the paho integration test

2019-09-12 Thread GitBox
ppalaga commented on issue #200: improve the paho integration test URL: https://github.com/apache/camel-quarkus/pull/200#issuecomment-530696348 @zhfeng perfect, thanks! This is an automated message from the Apache Git

Re: Where to add Spring Boot integration tests?

2019-09-12 Thread Andrea Cosentino
I don't think it's a good idea to create something with issues in the folder name. If this is an integration tests specific to camel-servlet, you can create an integration test in the component starter folder. Il giorno gio 12 set 2019 alle ore 12:21 Tadayoshi Sato < sato.tadayo...@gmail.com> ha

Re: [camel] 01/02: Remove the very outdated "Can I use Camel on Java 1.4" FAQ entry.

2019-09-12 Thread Andrea Cosentino
Hello, when we remove/modify a link or a name, don't forget to always run the docs module in the camel project. It will check for dead xref. In this case it was broken. I fixed it. Il giorno gio 12 set 2019 alle ore 11:50 ha scritto: > This is an automated email from the ASF dual-hosted git

Re: Where to add Spring Boot integration tests?

2019-09-12 Thread Andrea Cosentino
Probably we can also think about adding a module in the tests folder, but for the naming it will be hard. Il giorno gio 12 set 2019 alle ore 13:03 Tadayoshi Sato < sato.tadayo...@gmail.com> ha scritto: > Thanks Andrea for your comments. > > On Thu, Sep 12, 2019 at 7:26 PM Andrea Cosentino >

Where to add Spring Boot integration tests?

2019-09-12 Thread Tadayoshi Sato
Hi folks, I'd like to add an integration test for camel-servlet that can run only on Spring Boot. Initially I thought to add it to tests/camel-itest-spring-boot, but this is rather for systematic compatibility checks for camel components with Spring Boot, not where a real cross-component

Re: Where to add Spring Boot integration tests?

2019-09-12 Thread Tadayoshi Sato
Thanks Andrea for your comments. On Thu, Sep 12, 2019 at 7:26 PM Andrea Cosentino wrote: > I don't think it's a good idea to create something with issues in the > folder name. > Yes, it was just a bad example for further better ideas ;-) > > If this is an integration tests specific to

[GitHub] [camel-quarkus] lburgazzoli commented on issue #198: Remove support for RuntimeValue from registry

2019-09-12 Thread GitBox
lburgazzoli commented on issue #198: Remove support for RuntimeValue from registry URL: https://github.com/apache/camel-quarkus/issues/198#issuecomment-530742898 Digging into it a little bit more, we can use

Re: [camel] 01/02: Remove the very outdated "Can I use Camel on Java 1.4" FAQ entry.

2019-09-12 Thread Pascal Schumacher
Sorry for breaking the navigation. Thank you for fixing it! - Pascal Am 12.09.2019 um 13:06 schrieb Andrea Cosentino: Hello, when we remove/modify a link or a name, don't forget to always run the docs module in the camel project. It will check for dead xref. In this case it was broken. I

[GitHub] [camel-k] lburgazzoli opened a new issue #934: User profiles

2019-09-12 Thread GitBox
lburgazzoli opened a new issue #934: User profiles URL: https://github.com/apache/camel-k/issues/934 As today we have a profile concept but it is related only to the platform , we should introduce a user profile concept as a way to share common options among integrations

[GitHub] [camel-quarkus] ffang commented on issue #199: Camel jira

2019-09-12 Thread GitBox
ffang commented on issue #199: Camel jira URL: https://github.com/apache/camel-quarkus/pull/199#issuecomment-530848125 I'm investigating the build failure This is an automated message from the Apache Git Service. To respond

[GitHub] [camel-quarkus] asf-ci commented on issue #189: Make xml and jaxb disabled by default and opt-in when depending on camel

2019-09-12 Thread GitBox
asf-ci commented on issue #189: Make xml and jaxb disabled by default and opt-in when depending on camel URL: https://github.com/apache/camel-quarkus/pull/189#issuecomment-530836969 Refer to this link for build results (access rights to CI server needed):

what is my first contribution ?

2019-09-12 Thread Gopi Katuri
Hi Team, I would like to know my first step to start contributing . Regards, Gopi.

[GitHub] [camel-k] astefanutti commented on a change in pull request #922: fix: Add option to disable Kaniko cache warming

2019-09-12 Thread GitBox
astefanutti commented on a change in pull request #922: fix: Add option to disable Kaniko cache warming URL: https://github.com/apache/camel-k/pull/922#discussion_r323816673 ## File path: pkg/controller/integrationplatform/initialize.go ## @@ -137,7 +137,7 @@ func (action

[GitHub] [camel-k] astefanutti opened a new pull request #935: fix(knative): Use channel hostname to filter Knative history header

2019-09-12 Thread GitBox
astefanutti opened a new pull request #935: fix(knative): Use channel hostname to filter Knative history header URL: https://github.com/apache/camel-k/pull/935 This is an automated message from the Apache Git Service. To

Re: what is my first contribution ?

2019-09-12 Thread Andrea Cosentino
You can have a look here https://github.com/apache/camel/blob/master/CONTRIBUTING.md Il gio 12 set 2019, 18:50 Gopi Katuri ha scritto: > Hi Team, > > I would like to know my first step to start contributing . > > Regards, > Gopi. >