[GitHub] [camel-k] bfitzpat commented on issue #889: Camel-K operator should clean up kits and kit builders after integrations are deleted

2019-09-17 Thread GitBox
bfitzpat commented on issue #889: Camel-K operator should clean up kits and kit builders after integrations are deleted URL: https://github.com/apache/camel-k/issues/889#issuecomment-532229927 Running `kamel reset` does help clean up the errant artifacts, so that's a good workaround in

[GitHub] [camel-k] bfitzpat commented on issue #938: Kamel cli should send exit code when integration in --dev mode is deleted

2019-09-17 Thread GitBox
bfitzpat commented on issue #938: Kamel cli should send exit code when integration in --dev mode is deleted URL: https://github.com/apache/camel-k/issues/938#issuecomment-532211446 I have tried sending a kill signal to the running process and neither SIGINT nor SIGKILL seems to do any

[GitHub] [camel-k] astefanutti commented on issue #935: fix(knative): Use channel hostname to filter Knative history header

2019-09-17 Thread GitBox
astefanutti commented on issue #935: fix(knative): Use channel hostname to filter Knative history header URL: https://github.com/apache/camel-k/pull/935#issuecomment-532153915 Yes, I've actually faced the issue while running some examples on a live cluster and I can confirm the history

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

2019-09-17 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_r325053732 ## File path: pkg/controller/integrationplatform/initialize.go ## @@ -137,7 +137,7 @@ func (action

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

2019-09-16 Thread GitBox
asifdxtreme 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_r324988292 ## File path: pkg/controller/integrationplatform/initialize.go ## @@ -137,7 +137,7 @@ func (action

[GitHub] [camel-k] bfitzpat opened a new issue #938: Kamel cli should send exit code when integration in --dev mode is deleted

2019-09-16 Thread GitBox
bfitzpat opened a new issue #938: Kamel cli should send exit code when integration in --dev mode is deleted URL: https://github.com/apache/camel-k/issues/938 In the tooling I'm having some difficulty finding ways to kill a --dev mode integration effectively. Essentially we're

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

2019-09-16 Thread GitBox
asf-ci commented on issue #199: Camel jira URL: https://github.com/apache/camel-quarkus/pull/199#issuecomment-531906838 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/162/Build result: FAILURE[...truncated

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

2019-09-16 Thread GitBox
ffang commented on issue #199: Camel jira URL: https://github.com/apache/camel-quarkus/pull/199#issuecomment-531879690 @zhfeng , thanks for the info, I will take a close look. This is an automated message from the Apache Git

[GitHub] [camel-quarkus] ffang commented on a change in pull request #199: Camel jira

2019-09-16 Thread GitBox
ffang commented on a change in pull request #199: Camel jira URL: https://github.com/apache/camel-quarkus/pull/199#discussion_r324798270 ## File path: integration-tests/jira/src/main/java/org/apache/camel/quarkus/component/jira/it/JiraResource.java ## @@ -0,0 +1,88 @@ +/*

[GitHub] [camel-quarkus] ffang commented on a change in pull request #199: Camel jira

2019-09-16 Thread GitBox
ffang commented on a change in pull request #199: Camel jira URL: https://github.com/apache/camel-quarkus/pull/199#discussion_r324798127 ## File path: extensions/jira/deployment/pom.xml ## @@ -0,0 +1,57 @@ + Review comment: @WillemJiang , Apache License header added,

[GitHub] [camel-quarkus] ppalaga commented on issue #201: Fix #184 Leverage platform http service

2019-09-16 Thread GitBox
ppalaga commented on issue #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#issuecomment-531850873 A simple `vertx-web` itest hangs also on plain Quarkus, but only in 0.22.0 branch. It works on the master. I filed

[GitHub] [camel-quarkus] oscerd merged pull request #202: Upgrade to Quarkus 0.22.0

2019-09-16 Thread GitBox
oscerd merged pull request #202: Upgrade to Quarkus 0.22.0 URL: https://github.com/apache/camel-quarkus/pull/202 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [camel-quarkus] asf-ci commented on issue #202: Upgrade to Quarkus 0.22.0

2019-09-16 Thread GitBox
asf-ci commented on issue #202: Upgrade to Quarkus 0.22.0 URL: https://github.com/apache/camel-quarkus/pull/202#issuecomment-531821533 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/161/

[GitHub] [camel-quarkus] zhfeng commented on issue #143: Create a Camel AMQP extension

2019-09-16 Thread GitBox
zhfeng commented on issue #143: Create a Camel AMQP extension URL: https://github.com/apache/camel-quarkus/issues/143#issuecomment-531808348 we have to wait for the https://github.com/quarkusio/quarkus/issues/3436 This is an

[GitHub] [camel-quarkus] ppalaga opened a new pull request #202: Upgrade to Quarkus 0.22.0

2019-09-16 Thread GitBox
ppalaga opened a new pull request #202: Upgrade to Quarkus 0.22.0 URL: https://github.com/apache/camel-quarkus/pull/202 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [camel-quarkus] zhfeng commented on issue #143: Create a Camel AMQP extension

2019-09-16 Thread GitBox
zhfeng commented on issue #143: Create a Camel AMQP extension URL: https://github.com/apache/camel-quarkus/issues/143#issuecomment-531784317 https://github.com/quarkusio/quarkus/pull/4044 This is an automated message from the

[GitHub] [camel-quarkus] zhfeng commented on issue #143: Create a Camel AMQP extension

2019-09-16 Thread GitBox
zhfeng commented on issue #143: Create a Camel AMQP extension URL: https://github.com/apache/camel-quarkus/issues/143#issuecomment-531782828 The camel-amqp 3.0.0-RC1 has org.springframework:spring-context version 5.1.9.RELEASE but the io.quarkus:quarkus-bom 0.21.2 has 5.1.8.RELEASE.

[GitHub] [camel-website] zregvart merged pull request #88: CAMEL-13818: design of the blog section

2019-09-16 Thread GitBox
zregvart merged pull request #88: CAMEL-13818: design of the blog section URL: https://github.com/apache/camel-website/pull/88 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [camel-website] zregvart merged pull request #89: CAMEL-13889: website - Tab title should be just Apache Camel

2019-09-16 Thread GitBox
zregvart merged pull request #89: CAMEL-13889: website - Tab title should be just Apache Camel URL: https://github.com/apache/camel-website/pull/89 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [camel-website] zregvart commented on a change in pull request #89: CAMEL-13889: website - Tab title should be just Apache Camel

2019-09-16 Thread GitBox
zregvart commented on a change in pull request #89: CAMEL-13889: website - Tab title should be just Apache Camel URL: https://github.com/apache/camel-website/pull/89#discussion_r324651160 ## File path: content/news/_index.md ## @@ -1,5 +1,5 @@ --- -title: "Apache Camel

[GitHub] [camel-website] zregvart commented on a change in pull request #89: CAMEL-13889: website - Tab title should be just Apache Camel

2019-09-16 Thread GitBox
zregvart commented on a change in pull request #89: CAMEL-13889: website - Tab title should be just Apache Camel URL: https://github.com/apache/camel-website/pull/89#discussion_r324650750 ## File path: content/news/_index.md ## @@ -1,5 +1,5 @@ --- -title: "Apache Camel

[GitHub] [camel-website] zregvart commented on issue #88: CAMEL-13818: design of the blog section

2019-09-16 Thread GitBox
zregvart commented on issue #88: CAMEL-13818: design of the blog section URL: https://github.com/apache/camel-website/pull/88#issuecomment-531758464 Here's [the preview](https://builds.apache.org/job/Camel.website/job/PR-88/Preview/index.html).

[GitHub] [camel-website] alexkieling opened a new pull request #89: CAMEL-13889: website - Tab title should be just Apache Camel

2019-09-16 Thread GitBox
alexkieling opened a new pull request #89: CAMEL-13889: website - Tab title should be just Apache Camel URL: https://github.com/apache/camel-website/pull/89 I've changed "Home page - Apache Camel" to "Home - Apache Camel". I've also fixed the News page, which went from "Apache Camel

[GitHub] [camel-website] oscerd commented on issue #88: CAMEL-13818: design of the blog section

2019-09-16 Thread GitBox
oscerd commented on issue #88: CAMEL-13818: design of the blog section URL: https://github.com/apache/camel-website/pull/88#issuecomment-531722821 I already fixed the kubernetes part This is an automated message from the

[GitHub] [camel-website] zregvart opened a new pull request #88: CAMEL-13818: design of the blog section

2019-09-16 Thread GitBox
zregvart opened a new pull request #88: CAMEL-13818: design of the blog section URL: https://github.com/apache/camel-website/pull/88 Summary of changes: - news section renamed to blog - blog section revamped with featured images - headings are now bold (previously normal) -

[GitHub] [camel-k] nicolaferraro commented on issue #933: Error after cluster restart

2019-09-16 Thread GitBox
nicolaferraro commented on issue #933: Error after cluster restart URL: https://github.com/apache/camel-k/issues/933#issuecomment-531686530 It's strange because objects being in state "Ready/Running" are almost not touched by the state machine, so at cluster startup they should not be

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

2019-09-15 Thread GitBox
zhfeng commented on issue #199: Camel jira URL: https://github.com/apache/camel-quarkus/pull/199#issuecomment-531626067 @ffang [Quarks native tips](https://quarkus.io/guides/writing-native-applications-tips#delay-class-initialization) could be helpful with the failures.

[GitHub] [camel-k-runtime] WillemJiang edited a comment on issue #138: #137 Add the error log when setting component property failed

2019-09-15 Thread GitBox
WillemJiang edited a comment on issue #138: #137 Add the error log when setting component property failed URL: https://github.com/apache/camel-k-runtime/pull/138#issuecomment-531560406 > The code you have linked relates to MissingPropertyException, not PropertyBindingException The

[GitHub] [camel-k-runtime] WillemJiang edited a comment on issue #138: #137 Add the error log when setting component property failed

2019-09-15 Thread GitBox
WillemJiang edited a comment on issue #138: #137 Add the error log when setting component property failed URL: https://github.com/apache/camel-k-runtime/pull/138#issuecomment-531560406 > The code you have linked relates to MissingPropertyException, not PropertyBindingException The

[GitHub] [camel-k-runtime] WillemJiang commented on issue #138: #137 Add the error log when setting component property failed

2019-09-15 Thread GitBox
WillemJiang commented on issue #138: #137 Add the error log when setting component property failed URL: https://github.com/apache/camel-k-runtime/pull/138#issuecomment-531560406 > The code you have linked relates to MissingPropertyException, not PropertyBindingException Sorry,

[GitHub] [camel-k-runtime] lburgazzoli commented on issue #138: #137 Add the error log when setting component property failed

2019-09-15 Thread GitBox
lburgazzoli commented on issue #138: #137 Add the error log when setting component property failed URL: https://github.com/apache/camel-k-runtime/pull/138#issuecomment-531550577 The code you have linked relates to MissingPropertyException, not PropertyBindingException

[GitHub] [camel-quarkus] WillemJiang commented on a change in pull request #199: Camel jira

2019-09-14 Thread GitBox
WillemJiang commented on a change in pull request #199: Camel jira URL: https://github.com/apache/camel-quarkus/pull/199#discussion_r324442916 ## File path: integration-tests/jira/src/main/java/org/apache/camel/quarkus/component/jira/it/JiraResource.java ## @@ -0,0 +1,88

[GitHub] [camel-quarkus] WillemJiang commented on a change in pull request #199: Camel jira

2019-09-14 Thread GitBox
WillemJiang commented on a change in pull request #199: Camel jira URL: https://github.com/apache/camel-quarkus/pull/199#discussion_r324442848 ## File path: extensions/jira/deployment/pom.xml ## @@ -0,0 +1,57 @@ + Review comment: Apache License header.

[GitHub] [camel-k] lubuxnl commented on issue #923: Camel-K build fails with error: open /workspace/builder-656588331/package/context/Dockerfile: no such file or directory

2019-09-14 Thread GitBox
lubuxnl commented on issue #923: Camel-K build fails with error: open /workspace/builder-656588331/package/context/Dockerfile: no such file or directory URL: https://github.com/apache/camel-k/issues/923#issuecomment-531505431 Still didn't find a solution, but I found a workaround for this

[GitHub] [camel-k-runtime] WillemJiang commented on issue #138: #137 Add the error log when setting component property failed

2019-09-13 Thread GitBox
WillemJiang commented on issue #138: #137 Add the error log when setting component property failed URL: https://github.com/apache/camel-k-runtime/pull/138#issuecomment-531442837 > thinking a little bit more about this we may throw something like > > ``` > new

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

2019-09-13 Thread GitBox
asf-ci commented on issue #199: Camel jira URL: https://github.com/apache/camel-quarkus/pull/199#issuecomment-531424165 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/160/Build result: FAILURE[...truncated

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

2019-09-13 Thread GitBox
ffang commented on issue #199: Camel jira URL: https://github.com/apache/camel-quarkus/pull/199#issuecomment-531413290 native build can make some progress, but I still see error like `com.oracle.svm.core.util.UserError$UserException: No instances are allowed in the image heap for a

[GitHub] [camel-quarkus] asf-ci commented on issue #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
asf-ci commented on issue #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#issuecomment-531413077 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/159/Failed

[GitHub] [camel-quarkus] asf-ci commented on issue #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
asf-ci commented on issue #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#issuecomment-531397519 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/158/Failed

[GitHub] [camel-quarkus] asf-ci commented on issue #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
asf-ci commented on issue #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#issuecomment-531371801 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/157/Build

[GitHub] [camel-quarkus] ppalaga commented on issue #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
ppalaga commented on issue #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#issuecomment-531369582 bdaeb18 adds the mojos to the component module. I still have to figure out why the native test is timing out.

[GitHub] [camel-quarkus] ppalaga commented on issue #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
ppalaga commented on issue #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#issuecomment-531364334 39fcf89715a847d28f4e53e6f0f20734608710f2 : Addressed most of the points by @lburgazzoli . The native mode test is timing out saying

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324336543 ## File path:

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324336074 ## File path: extensions/platform-http/component/pom.xml ## @@ -0,0 +1,57 @@ + +

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324335692 ## File path:

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324335567 ## File path:

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324335301 ## File path:

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324335090 ## File path:

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324335215 ## File path:

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324334899 ## File path:

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324263195 ## File path:

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324288580 ## File path:

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324280445 ## File path: extensions/platform-http/component/pom.xml ## @@ -0,0 +1,57 @@ + +

[GitHub] [camel-k] bfitzpat closed issue #937: Monitoring kubectl for changes to integrations misses transition to error state

2019-09-13 Thread GitBox
bfitzpat closed issue #937: Monitoring kubectl for changes to integrations misses transition to error state URL: https://github.com/apache/camel-k/issues/937 This is an automated message from the Apache Git Service. To

[GitHub] [camel-k] bfitzpat commented on issue #937: Monitoring kubectl for changes to integrations misses transition to error state

2019-09-13 Thread GitBox
bfitzpat commented on issue #937: Monitoring kubectl for changes to integrations misses transition to error state URL: https://github.com/apache/camel-k/issues/937#issuecomment-531296435 Actually it was a watch timeout issue on my side, not the same issue as #906 - worked around the

[GitHub] [camel-k] lburgazzoli closed issue #906: Dev mode doesn't show if the build failed

2019-09-13 Thread GitBox
lburgazzoli closed issue #906: Dev mode doesn't show if the build failed URL: https://github.com/apache/camel-k/issues/906 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [camel-k] lburgazzoli merged pull request #927: fix: Dev mode does not show if the build failed

2019-09-13 Thread GitBox
lburgazzoli merged pull request #927: fix: Dev mode does not show if the build failed URL: https://github.com/apache/camel-k/pull/927 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [camel-k] bfitzpat commented on issue #937: Monitoring kubectl for changes to integrations misses transition to error state

2019-09-13 Thread GitBox
bfitzpat commented on issue #937: Monitoring kubectl for changes to integrations misses transition to error state URL: https://github.com/apache/camel-k/issues/937#issuecomment-531283549 Looks like the same issue is being seen here - https://github.com/apache/camel-k/issues/906

[GitHub] [camel-k] bfitzpat commented on issue #937: Monitoring kubectl for changes to integrations misses transition to error state

2019-09-13 Thread GitBox
bfitzpat commented on issue #937: Monitoring kubectl for changes to integrations misses transition to error state URL: https://github.com/apache/camel-k/issues/937#issuecomment-531280065 Looks like "kubectl get" has a timeout as well. If nothing in the system changes after a few seconds,

[GitHub] [camel-k] bfitzpat opened a new issue #937: Monitoring kubectl for changes to integrations misses transition to error state

2019-09-13 Thread GitBox
bfitzpat opened a new issue #937: Monitoring kubectl for changes to integrations misses transition to error state URL: https://github.com/apache/camel-k/issues/937 So I've started looking at auto-refresh in the tooling and hit upon a fun little issue. If I use "kubectl get

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
lburgazzoli commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324218757 ## File path:

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r32413 ## File path:

[GitHub] [camel-k] oscerd merged pull request #936: fix(examples): Remove timer route to allow scale-to-zero of REST DSL example

2019-09-13 Thread GitBox
oscerd merged pull request #936: fix(examples): Remove timer route to allow scale-to-zero of REST DSL example URL: https://github.com/apache/camel-k/pull/936 This is an automated message from the Apache Git Service. To

[GitHub] [camel-website] zregvart merged pull request #87: fix: update wrong mailing list information

2019-09-13 Thread GitBox
zregvart merged pull request #87: fix: update wrong mailing list information URL: https://github.com/apache/camel-website/pull/87 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 #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324184251 ## File path:

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324181915 ## File path:

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
ppalaga commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324181581 ## File path:

[GitHub] [camel-k] astefanutti opened a new pull request #936: fix(examples): Remove timer route to allow scale-to-zero of REST DSL example

2019-09-13 Thread GitBox
astefanutti opened a new pull request #936: fix(examples): Remove timer route to allow scale-to-zero of REST DSL example URL: https://github.com/apache/camel-k/pull/936 This is an automated message from the Apache Git

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
lburgazzoli commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324161202 ## File path:

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
lburgazzoli commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324164804 ## File path:

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
lburgazzoli commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324163568 ## File path: extensions/platform-http/component/pom.xml ## @@ -0,0 +1,57 @@ + +

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
lburgazzoli commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324162374 ## File path:

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
lburgazzoli commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324161524 ## File path:

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
lburgazzoli commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324167970 ## File path:

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
lburgazzoli commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324163268 ## File path:

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
lburgazzoli commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324161759 ## File path:

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
lburgazzoli commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324162643 ## File path:

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
lburgazzoli commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324166313 ## File path:

[GitHub] [camel-quarkus] lburgazzoli commented on a change in pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
lburgazzoli commented on a change in pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#discussion_r324160639 ## File path:

[GitHub] [camel-website] zregvart opened a new pull request #87: fix: update wrong mailing list information

2019-09-13 Thread GitBox
zregvart opened a new pull request #87: fix: update wrong mailing list information URL: https://github.com/apache/camel-website/pull/87 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [camel-quarkus] asf-ci commented on issue #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
asf-ci commented on issue #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201#issuecomment-531213725 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/156/Build

[GitHub] [camel-quarkus] ppalaga opened a new pull request #201: Fix #184 Leverage platform http service

2019-09-13 Thread GitBox
ppalaga opened a new pull request #201: Fix #184 Leverage platform http service URL: https://github.com/apache/camel-quarkus/pull/201 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [camel-quarkus] ppalaga commented on issue #184: Leverage platform http service

2019-09-13 Thread GitBox
ppalaga commented on issue #184: Leverage platform http service URL: https://github.com/apache/camel-quarkus/issues/184#issuecomment-531165704 > How should the URI scheme be called? `http-server` maybe? Going with `platform-http` after a discussion with @lburgazzoli

[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

[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):

[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

[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

[GitHub] [camel-quarkus] oscerd merged pull request #200: improve the paho integration test

2019-09-11 Thread GitBox
oscerd merged pull request #200: improve the paho integration test URL: https://github.com/apache/camel-quarkus/pull/200 This is an automated message from the Apache Git Service. To respond to the message, please log on to

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

2019-09-11 Thread GitBox
asf-ci commented on issue #200: improve the paho integration test URL: https://github.com/apache/camel-quarkus/pull/200#issuecomment-530642232 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/154/

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

2019-09-11 Thread GitBox
zhfeng commented on issue #200: improve the paho integration test URL: https://github.com/apache/camel-quarkus/pull/200#issuecomment-530629972 @ppalaga I make some changes to improve the paho test to check the message after publishing to the queue. Can you take a look ?

[GitHub] [camel-quarkus] zhfeng opened a new pull request #200: improve the paho integration test

2019-09-11 Thread GitBox
zhfeng opened a new pull request #200: improve the paho integration test URL: https://github.com/apache/camel-quarkus/pull/200 This is an automated message from the Apache Git Service. To respond to the message, please log

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

2019-09-11 Thread GitBox
asf-ci commented on issue #199: Camel jira URL: https://github.com/apache/camel-quarkus/pull/199#issuecomment-530603827 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/153/Build result: FAILURE[...truncated

[GitHub] [camel-quarkus] ffang opened a new pull request #199: Camel jira

2019-09-11 Thread GitBox
ffang opened a new pull request #199: Camel jira URL: https://github.com/apache/camel-quarkus/pull/199 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [camel-quarkus] lburgazzoli opened a new issue #198: Remove support for RuntimeValue from registry

2019-09-11 Thread GitBox
lburgazzoli opened a new issue #198: Remove support for RuntimeValue from registry URL: https://github.com/apache/camel-quarkus/issues/198 It does not seem we do store instances wrapped by a RuntimeValue in the registry any more so it may be possible to thing to simplify the registry and

[GitHub] [camel-k] weimeilin79 opened a new issue #933: Error after cluster restart

2019-09-11 Thread GitBox
weimeilin79 opened a new issue #933: Error after cluster restart URL: https://github.com/apache/camel-k/issues/933 Error appears when cluster restarts. CRD missing. ![Uploading Screen Shot 2019-09-11 at 12.08.31 PM.png…](Error msg)

[GitHub] [camel-k-runtime] oscerd merged pull request #139: yaml-loader: support route definition

2019-09-11 Thread GitBox
oscerd merged pull request #139: yaml-loader: support route definition URL: https://github.com/apache/camel-k-runtime/pull/139 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [camel-k-runtime] oscerd merged pull request #140: fix(catalog): Declare the webhook component as an HTTP component

2019-09-11 Thread GitBox
oscerd merged pull request #140: fix(catalog): Declare the webhook component as an HTTP component URL: https://github.com/apache/camel-k-runtime/pull/140 This is an automated message from the Apache Git Service. To respond

<    5   6   7   8   9   10   11   12   13   14   >