[GitHub] [camel-quarkus] lburgazzoli commented on issue #289: Run CI with Java 11

2019-10-18 Thread GitBox
lburgazzoli commented on issue #289: Run CI with Java 11 URL: https://github.com/apache/camel-quarkus/issues/289#issuecomment-544108689 note that graalvm does not support java 11 yet This is an automated message from the Apach

[camel-k] 01/02: chore(test): fix knative test

2019-10-18 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 29500b5a5ab7b3c4bed941699bb492c1b4211c7b Author: nferraro AuthorDate: Sat Oct 19 02:14:19 2019 +0200 chore(test)

[camel-k] branch master updated (642b0b4 -> b684a3d)

2019-10-18 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git. from 642b0b4 preparing for next release new 29500b5 chore(test): fix knative test new b684a3d chore(releas

[camel-k] 02/02: chore(release): prepare next dev iteration

2019-10-18 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git commit b684a3d478511a7b59966768a86e8b5dc169979c Author: nferraro AuthorDate: Sat Oct 19 02:18:11 2019 +0200 chore(relea

[GitHub] [camel-k] nicolaferraro commented on issue #1020: Release Camel K 1.0.0-M3

2019-10-18 Thread GitBox
nicolaferraro commented on issue #1020: Release Camel K 1.0.0-M3 URL: https://github.com/apache/camel-k/issues/1020#issuecomment-543980848 ## New Features - Added support for Knative Broker/Trigger model and explicit source/sink selection ([#1012](https://github.com/apache/camel-k/pu

svn commit: r36382 - in /dev/camel: camel-k-runtime/1.0.5/ camel-k/1.0.0-M3/

2019-10-18 Thread nferraro
Author: nferraro Date: Fri Oct 18 22:18:15 2019 New Revision: 36382 Log: Adding artifacts for Camel K Runtime 1.0.5 and Camel K 1.0.0-M3 Added: dev/camel/camel-k-runtime/1.0.5/ dev/camel/camel-k-runtime/1.0.5/apache-camel-k-runtime-1.0.5-source-release.zip (with props) dev/camel/

[camel-k] tag 1.0.0-M3 created (now 37ca6c8)

2019-10-18 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a change to tag 1.0.0-M3 in repository https://gitbox.apache.org/repos/asf/camel-k.git. at 37ca6c8 (commit) This tag includes the following new commits: new 37ca6c8 Release 1.0.0-M3 The 1 revisions

[camel-k] 01/01: Release 1.0.0-M3

2019-10-18 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to tag 1.0.0-M3 in repository https://gitbox.apache.org/repos/asf/camel-k.git commit 37ca6c813b29e47d203c0bedbab496e6179d4089 Author: nferraro AuthorDate: Sat Oct 19 00:11:45 2019 +0200 Release 1.0.

[camel-k] branch master updated: preparing for next release

2019-10-18 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro 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 642b0b4 preparing for next release 642b0b4 i

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

2019-10-18 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro 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 cb84767 [maven-release-plugin] prepa

[camel-k-runtime] branch master updated: [maven-release-plugin] prepare release camel-k-runtime-parent-1.0.5

2019-10-18 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro 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 04fce69 [maven-release-plugin] prepa

[camel-k-runtime] annotated tag camel-k-runtime-parent-1.0.5 created (now aa7823a)

2019-10-18 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a change to annotated tag camel-k-runtime-parent-1.0.5 in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git. at aa7823a (tag) tagging 04fce6951164bbfed8ebc9cf79d913b7da5b16be (commit) re

[camel-k] branch master updated: fix #985: add correct clusterroles for knative in global mode

2019-10-18 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro 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 bc79ee5 fix #985: add correct clusterroles f

[GitHub] [camel-k] nicolaferraro merged pull request #1019: fix #985: add correct clusterroles for knative in global mode

2019-10-18 Thread GitBox
nicolaferraro merged pull request #1019: fix #985: add correct clusterroles for knative in global mode URL: https://github.com/apache/camel-k/pull/1019 This is an automated message from the Apache Git Service. To respond to

[camel-k] branch master updated (5cfabeb -> 8425365)

2019-10-18 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git. from 5cfabeb chore(SDK): Use new SDK client variadic method signatureswq add 8425365 fix #988: add check for mis

[GitHub] [camel-k] nicolaferraro closed issue #985: Wrong knative roles installed in global mode

2019-10-18 Thread GitBox
nicolaferraro closed issue #985: Wrong knative roles installed in global mode URL: https://github.com/apache/camel-k/issues/985 This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [camel-k] nicolaferraro merged pull request #1018: fix #988: add check for missing licenses before release

2019-10-18 Thread GitBox
nicolaferraro merged pull request #1018: fix #988: add check for missing licenses before release URL: https://github.com/apache/camel-k/pull/1018 This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [camel-k] nicolaferraro closed issue #988: Add check for missing license headers in files

2019-10-18 Thread GitBox
nicolaferraro closed issue #988: Add check for missing license headers in files URL: https://github.com/apache/camel-k/issues/988 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [camel-quarkus] ppalaga opened a new issue #289: Run CI with Java 11

2019-10-18 Thread GitBox
ppalaga opened a new issue #289: Run CI with Java 11 URL: https://github.com/apache/camel-quarkus/issues/289 Just got a report over a private channel that this demo https://github.com/ppalaga/camel-quarkus-cnorris-demo does not work on some unspecified Java version that is greater than 8.

[GitHub] [camel-quarkus] asf-ci commented on issue #287: Activate bomEntryVersion now that we are on Quarkus 0.25

2019-10-18 Thread GitBox
asf-ci commented on issue #287: Activate bomEntryVersion now that we are on Quarkus 0.25 URL: https://github.com/apache/camel-quarkus/pull/287#issuecomment-543831331 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus

[GitHub] [camel-quarkus] lburgazzoli opened a new issue #288: master failing

2019-10-18 Thread GitBox
lburgazzoli opened a new issue #288: master failing URL: https://github.com/apache/camel-quarkus/issues/288 Master is now failing, probably because of recents additions additon to the camel-main: ``` error: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Disco

[GitHub] [camel-quarkus] ppalaga commented on issue #286: Add FHIR extension

2019-10-18 Thread GitBox
ppalaga commented on issue #286: Add FHIR extension URL: https://github.com/apache/camel-quarkus/pull/286#issuecomment-543803804 One more thing: Please add `runtime/src/main/resources/META-INF/quarkus-extension.json` into your extension. Look into other extensions for the inspiration. ---

[camel-k-runtime] branch master updated: Fix test

2019-10-18 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 0a9e81f Fix test 0a9e81f is descr

[camel-k-runtime] 02/02: kotlin: improve dsl

2019-10-18 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 b76954db68cb47eb8e3808e2d9c80589c2934efe Author: lburgazzoli AuthorDate: Fri Oct 18 15:06:43 2019 +0200

[camel-k-runtime] 01/02: groovy: improve dsl

2019-10-18 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 ef99f7b2594224d7f42822ab5a2651904a2b5422 Author: lburgazzoli AuthorDate: Fri Oct 18 14:20:34 2019 +0200

[camel-k-runtime] branch master updated (c17f8ab -> b76954d)

2019-10-18 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 c17f8ab HTTP multi-headers are randomized in camel-knative-http #69 new ef99f7b groovy: improve

[GitHub] [camel-quarkus] asf-ci commented on issue #286: Add FHIR extension

2019-10-18 Thread GitBox
asf-ci commented on issue #286: Add FHIR extension URL: https://github.com/apache/camel-quarkus/pull/286#issuecomment-543799776 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/280/Build result: FAILURE[...trunc

[GitHub] [camel-k-runtime] lburgazzoli closed issue #160: remove components/registry configuration dsl

2019-10-18 Thread GitBox
lburgazzoli closed issue #160: remove components/registry configuration dsl URL: https://github.com/apache/camel-k-runtime/issues/160 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [camel-k-runtime] lburgazzoli merged pull request #169: Improve DSL for groovy and kotlin

2019-10-18 Thread GitBox
lburgazzoli merged pull request #169: Improve DSL for groovy and kotlin URL: https://github.com/apache/camel-k-runtime/pull/169 This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [camel-quarkus] ppalaga opened a new pull request #287: Activate bomEntryVersion now that we are on Quarkus 0.25

2019-10-18 Thread GitBox
ppalaga opened a new pull request #287: Activate bomEntryVersion now that we are on Quarkus 0.25 URL: https://github.com/apache/camel-quarkus/pull/287 This is an automated message from the Apache Git Service. To respond to t

[camel] branch master updated (a578338 -> b5228be)

2019-10-18 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 a578338 Fix camel-debezium after the new configurations (#3266) add 9e837e4 CAMEL-14083: camel-jms - Consume

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #286: Add FHIR extension

2019-10-18 Thread GitBox
ppalaga commented on a change in pull request #286: Add FHIR extension URL: https://github.com/apache/camel-quarkus/pull/286#discussion_r336533677 ## File path: integration-tests/fhir/src/main/resources/application.properties ## @@ -0,0 +1,37 @@ +##

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #286: Add FHIR extension

2019-10-18 Thread GitBox
ppalaga commented on a change in pull request #286: Add FHIR extension URL: https://github.com/apache/camel-quarkus/pull/286#discussion_r336528766 ## File path: poms/bom/pom.xml ## @@ -327,6 +332,11 @@ camel-quarkus-direct ${camel-quarkus.v

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #286: Add FHIR extension

2019-10-18 Thread GitBox
ppalaga commented on a change in pull request #286: Add FHIR extension URL: https://github.com/apache/camel-quarkus/pull/286#discussion_r336531931 ## File path: integration-tests/fhir/src/main/resources/application.properties ## @@ -0,0 +1,37 @@ +##

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #286: Add FHIR extension

2019-10-18 Thread GitBox
ppalaga commented on a change in pull request #286: Add FHIR extension URL: https://github.com/apache/camel-quarkus/pull/286#discussion_r336531238 ## File path: integration-tests/fhir/src/main/java/org/apache/camel/quarkus/component/fhir/it/FhirDstu2RouteBuilder.java ## @@

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #286: Add FHIR extension

2019-10-18 Thread GitBox
ppalaga commented on a change in pull request #286: Add FHIR extension URL: https://github.com/apache/camel-quarkus/pull/286#discussion_r336528435 ## File path: poms/bom-deployment/pom.xml ## @@ -230,6 +230,11 @@ camel-quarkus-tarfile-deployment

[camel] branch master updated (278d257 -> a578338)

2019-10-18 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 278d257 CAMEL-14025 - Fixed CS add a578338 Fix camel-debezium after the new configurations (#3266) No new r

[GitHub] [camel-k-runtime] lburgazzoli commented on a change in pull request #169: Improve DSL for groovy and kotlin

2019-10-18 Thread GitBox
lburgazzoli commented on a change in pull request #169: Improve DSL for groovy and kotlin URL: https://github.com/apache/camel-k-runtime/pull/169#discussion_r336528619 ## File path: camel-k-loader-groovy/src/test/resources/routes-with-components-configuration.groovy ## @@

[GitHub] [camel-k-runtime] davsclaus commented on a change in pull request #169: Improve DSL for groovy and kotlin

2019-10-18 Thread GitBox
davsclaus commented on a change in pull request #169: Improve DSL for groovy and kotlin URL: https://github.com/apache/camel-k-runtime/pull/169#discussion_r336526777 ## File path: camel-k-loader-groovy/src/test/resources/routes-with-components-configuration.groovy ## @@ -

[GitHub] [camel-k-runtime] lburgazzoli commented on issue #169: Improve DSL for groovy and kotlin

2019-10-18 Thread GitBox
lburgazzoli commented on issue #169: Improve DSL for groovy and kotlin URL: https://github.com/apache/camel-k-runtime/pull/169#issuecomment-543778816 @davsclaus do you mind having a look ? This is an automated message from th

[GitHub] [camel-k] nicolaferraro opened a new issue #1020: Release Camel K 1.0.0-M3

2019-10-18 Thread GitBox
nicolaferraro opened a new issue #1020: Release Camel K 1.0.0-M3 URL: https://github.com/apache/camel-k/issues/1020 Backlog is almost empty. I'll start the release soon. This is an automated message from the Apache Git Service

[GitHub] [camel-k-runtime] lburgazzoli opened a new pull request #169: Improve DSL for groovy and kotlin

2019-10-18 Thread GitBox
lburgazzoli opened a new pull request #169: Improve DSL for groovy and kotlin URL: https://github.com/apache/camel-k-runtime/pull/169 Fixes #160 This is an automated message from the Apache Git Service. To respond to the messa

[camel-website] branch master updated (5d9f286 -> 80cc1d6)

2019-10-18 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-website.git. from 5d9f286 [Minor] Fix data of release blog for RC2 add e04bfe7 Add blog about Camel K on CNCF landscap

[camel-website] 01/01: Merge pull request #95 from apache/landscape

2019-10-18 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-website.git commit 80cc1d65f179efd2342a81df430fb3de474b8611 Merge: 5d9f286 e04bfe7 Author: Claus Ibsen AuthorDate: Fri Oct 18 16:

[camel-k] branch master updated (120bdea -> 5cfabeb)

2019-10-18 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git. from 120bdea chore(tests): add integration tests for common knative issues add 98834cb chore: Upgrade Operator S

[GitHub] [camel-k] nicolaferraro merged pull request #1017: Upgrade Operator SDK to version 0.11.0

2019-10-18 Thread GitBox
nicolaferraro merged pull request #1017: Upgrade Operator SDK to version 0.11.0 URL: https://github.com/apache/camel-k/pull/1017 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #286: Add FHIR extension

2019-10-18 Thread GitBox
ppalaga commented on a change in pull request #286: Add FHIR extension URL: https://github.com/apache/camel-quarkus/pull/286#discussion_r336525058 ## File path: integration-tests/fhir/src/main/java/org/apache/camel/quarkus/component/fhir/it/FhirDstu2RouteBuilder.java ## @@

[GitHub] [camel-k] nicolaferraro closed issue #662: Do not rebuild knative integrations when changing sink

2019-10-18 Thread GitBox
nicolaferraro closed issue #662: Do not rebuild knative integrations when changing sink URL: https://github.com/apache/camel-k/issues/662 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [camel-quarkus] basis42 edited a comment on issue #281: Missing versions/dependancies in rest json example

2019-10-18 Thread GitBox
basis42 edited a comment on issue #281: Missing versions/dependancies in rest json example URL: https://github.com/apache/camel-quarkus/issues/281#issuecomment-543773500 I'm just fiddling around, so I absolutely can go with a snapshot. Thanks, with skipping the tests on the snapshot it wor

[GitHub] [camel-k] nicolaferraro commented on issue #662: Do not rebuild knative integrations when changing sink

2019-10-18 Thread GitBox
nicolaferraro commented on issue #662: Do not rebuild knative integrations when changing sink URL: https://github.com/apache/camel-k/issues/662#issuecomment-543775737 Verified it's no more present This is an automated message

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #286: Add FHIR extension

2019-10-18 Thread GitBox
ppalaga commented on a change in pull request #286: Add FHIR extension URL: https://github.com/apache/camel-quarkus/pull/286#discussion_r336521067 ## File path: extensions/fhir/README.adoc ## @@ -0,0 +1,9 @@ +== Camel Quarkus FHIR extention Review comment: @jamesnethe

[GitHub] [camel-quarkus] asf-ci commented on issue #284: Followup #278 Assert that quarkus-extension.json exists for each exte…

2019-10-18 Thread GitBox
asf-ci commented on issue #284: Followup #278 Assert that quarkus-extension.json exists for each exte… URL: https://github.com/apache/camel-quarkus/pull/284#issuecomment-543773696 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job

[GitHub] [camel-quarkus] basis42 commented on issue #281: Missing versions/dependancies in rest json example

2019-10-18 Thread GitBox
basis42 commented on issue #281: Missing versions/dependancies in rest json example URL: https://github.com/apache/camel-quarkus/issues/281#issuecomment-543773500 I'm just fiddling around, so I absolutly can go with a snapshot. Thanks, with skipping the tests on the snapshot it works like

[GitHub] [camel-quarkus] basis42 closed issue #281: Missing versions/dependancies in rest json example

2019-10-18 Thread GitBox
basis42 closed issue #281: Missing versions/dependancies in rest json example URL: https://github.com/apache/camel-quarkus/issues/281 This is an automated message from the Apache Git Service. To respond to the message, please

[camel-website] 01/01: Add blog about Camel K on CNCF landscape

2019-10-18 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch landscape in repository https://gitbox.apache.org/repos/asf/camel-website.git commit e04bfe7119bff378e7a955ae6e2d4f5a925d005c Author: Claus Ibsen AuthorDate: Fri Oct 18 16:26:49 2019 +0200

[camel-website] branch landscape created (now e04bfe7)

2019-10-18 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch landscape in repository https://gitbox.apache.org/repos/asf/camel-website.git. at e04bfe7 Add blog about Camel K on CNCF landscape This branch includes the following new commits:

[GitHub] [camel-quarkus] johnpoth opened a new pull request #286: Add FHIR extension

2019-10-18 Thread GitBox
johnpoth opened a new pull request #286: Add FHIR extension URL: https://github.com/apache/camel-quarkus/pull/286 Thanks! This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #280: Update to quarkus 0.25.0

2019-10-18 Thread GitBox
ppalaga commented on a change in pull request #280: Update to quarkus 0.25.0 URL: https://github.com/apache/camel-quarkus/pull/280#discussion_r336511194 ## File path: integration-tests/platform-http-engine/pom.xml ## @@ -0,0 +1,138 @@ + + +http://maven.apache.org/POM/4.0.0"

[GitHub] [camel-k] nicolaferraro opened a new pull request #1019: fix #985: add correct clusterroles for knative in global mode

2019-10-18 Thread GitBox
nicolaferraro opened a new pull request #1019: fix #985: add correct clusterroles for knative in global mode URL: https://github.com/apache/camel-k/pull/1019 Fix #985 **Release Note** ```release-note Knative permissions are now correctly configured when the

[GitHub] [camel-k] nicolaferraro commented on issue #998: Problems with incremental packager on Kaniko

2019-10-18 Thread GitBox
nicolaferraro commented on issue #998: Problems with incremental packager on Kaniko URL: https://github.com/apache/camel-k/issues/998#issuecomment-543754439 Not so obvious to replicate.. It's now working for me This is an aut

[GitHub] [camel-k] nicolaferraro opened a new pull request #1018: fix #988: add check for missing licenses before release

2019-10-18 Thread GitBox
nicolaferraro opened a new pull request #1018: fix #988: add check for missing licenses before release URL: https://github.com/apache/camel-k/pull/1018 **Release Note** ```release-note NONE ``` ---

[camel-k] branch master updated (1879bce -> 120bdea)

2019-10-18 Thread nferraro
This is an automated email from the ASF dual-hosted git repository. nferraro pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git. from 1879bce fix #1008: implement knative broker/trigger model and explicit targets add 120bdea chore(tests): a

[GitHub] [camel-k] nicolaferraro merged pull request #1016: chore(tests): add integration tests for common knative issues

2019-10-18 Thread GitBox
nicolaferraro merged pull request #1016: chore(tests): add integration tests for common knative issues URL: https://github.com/apache/camel-k/pull/1016 This is an automated message from the Apache Git Service. To respond to

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #283: Document health, metrics & OpenTracing extensions

2019-10-18 Thread GitBox
ppalaga commented on a change in pull request #283: Document health, metrics & OpenTracing extensions URL: https://github.com/apache/camel-quarkus/pull/283#discussion_r336494878 ## File path: docs/modules/ROOT/pages/extensions/microprofile-health.adoc ## @@ -0,0 +1,58 @@ +

[GitHub] [camel-quarkus] asf-ci commented on issue #284: Followup #278 Assert that quarkus-extension.json exists for each exte…

2019-10-18 Thread GitBox
asf-ci commented on issue #284: Followup #278 Assert that quarkus-extension.json exists for each exte… URL: https://github.com/apache/camel-quarkus/pull/284#issuecomment-543749805 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job

[GitHub] [camel-quarkus] ppalaga commented on issue #284: Followup #278 Assert that quarkus-extension.json exists for each exte…

2019-10-18 Thread GitBox
ppalaga commented on issue #284: Followup #278 Assert that quarkus-extension.json exists for each exte… URL: https://github.com/apache/camel-quarkus/pull/284#issuecomment-543747006 > IMHO, the validation is meaningful if it checks that the content has some minimal info, checking only the e

[GitHub] [camel-k] whyman commented on issue #167: Package installation artifacts with Helm

2019-10-18 Thread GitBox
whyman commented on issue #167: Package installation artifacts with Helm URL: https://github.com/apache/camel-k/issues/167#issuecomment-543741627 Hello, Do you have a high level plan of what is needed to get this done, my team and I are willing to do the work if you can provide some

[GitHub] [camel-quarkus] johnpoth commented on issue #284: Followup #278 Assert that quarkus-extension.json exists for each exte…

2019-10-18 Thread GitBox
johnpoth commented on issue #284: Followup #278 Assert that quarkus-extension.json exists for each exte… URL: https://github.com/apache/camel-quarkus/pull/284#issuecomment-543725108 Also all these build checks are a bit painful when developing... Any chance to move them to a Profile ? Simi

[GitHub] [camel-quarkus] zregvart commented on a change in pull request #283: Document health, metrics & OpenTracing extensions

2019-10-18 Thread GitBox
zregvart commented on a change in pull request #283: Document health, metrics & OpenTracing extensions URL: https://github.com/apache/camel-quarkus/pull/283#discussion_r336470882 ## File path: docs/modules/ROOT/pages/extensions/microprofile-health.adoc ## @@ -0,0 +1,58 @@

[camel-quarkus] branch master updated (9e47685 -> a81ee97)

2019-10-18 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 9e47685 Add mvn daemon rules add a81ee97 Document health, metrics & OpenTracing extensions No new

[GitHub] [camel-quarkus] lburgazzoli closed issue #207: The synthetic test poms are missing signatures

2019-10-18 Thread GitBox
lburgazzoli closed issue #207: The synthetic test poms are missing signatures URL: https://github.com/apache/camel-quarkus/issues/207 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [camel-quarkus] lburgazzoli commented on issue #284: Followup #278 Assert that quarkus-extension.json exists for each exte…

2019-10-18 Thread GitBox
lburgazzoli commented on issue #284: Followup #278 Assert that quarkus-extension.json exists for each exte… URL: https://github.com/apache/camel-quarkus/pull/284#issuecomment-543721849 IMHO, the validation is meaningful if it checks that the content has some minimal info, checking only the

[GitHub] [camel-quarkus] lburgazzoli merged pull request #283: Document health, metrics & OpenTracing extensions

2019-10-18 Thread GitBox
lburgazzoli merged pull request #283: Document health, metrics & OpenTracing extensions URL: https://github.com/apache/camel-quarkus/pull/283 This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [camel-quarkus] asf-ci commented on issue #283: Document health, metrics & OpenTracing extensions

2019-10-18 Thread GitBox
asf-ci commented on issue #283: Document health, metrics & OpenTracing extensions URL: https://github.com/apache/camel-quarkus/pull/283#issuecomment-543720914 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/277

[GitHub] [camel-quarkus] ppalaga commented on issue #207: The synthetic test poms are missing signatures

2019-10-18 Thread GitBox
ppalaga commented on issue #207: The synthetic test poms are missing signatures URL: https://github.com/apache/camel-quarkus/issues/207#issuecomment-543720388 Close This is an automated message from the Apache Git Service. To

[GitHub] [camel-quarkus] ppalaga commented on issue #284: Followup #278 Assert that quarkus-extension.json exists for each exte…

2019-10-18 Thread GitBox
ppalaga commented on issue #284: Followup #278 Assert that quarkus-extension.json exists for each exte… URL: https://github.com/apache/camel-quarkus/pull/284#issuecomment-543719762 > FWIW the file is auto generated by the quarkus plugin in any case My understanding is that it is gene

[GitHub] [camel-quarkus] ppalaga commented on issue #281: Missing versions/dependancies in rest json example

2019-10-18 Thread GitBox
ppalaga commented on issue #281: Missing versions/dependancies in rest json example URL: https://github.com/apache/camel-quarkus/issues/281#issuecomment-543714943 Thanks for the report, @basis42 ! Sorry for that, the docs on https://camel.apache.org updates with the master, while it

[GitHub] [camel-quarkus] ppalaga opened a new issue #285: Un-negate the names

2019-10-18 Thread GitBox
ppalaga opened a new issue #285: Un-negate the names URL: https://github.com/apache/camel-quarkus/issues/285 We have several config options which start with `disable` as well as some similarly named classes. Using negation in names makes them harder to understand, mainly when get negated o

[camel-quarkus] branch master updated (fb03b3b -> 9e47685)

2019-10-18 Thread gnodet
This is an automated email from the ASF dual-hosted git repository. gnodet pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. from fb03b3b Add minimal extension metadata #278 add 9e47685 Add mvn daemon rules No new revisions were add

[GitHub] [camel-quarkus] lburgazzoli commented on issue #207: The synthetic test poms are missing signatures

2019-10-18 Thread GitBox
lburgazzoli commented on issue #207: The synthetic test poms are missing signatures URL: https://github.com/apache/camel-quarkus/issues/207#issuecomment-543710352 @ppalaga what should we do with this issue ? This is an automa

[GitHub] [camel-quarkus] lburgazzoli commented on issue #284: Followup #278 Assert that quarkus-extension.json exists for each exte…

2019-10-18 Thread GitBox
lburgazzoli commented on issue #284: Followup #278 Assert that quarkus-extension.json exists for each exte… URL: https://github.com/apache/camel-quarkus/pull/284#issuecomment-543709456 FWIW the file is auto generated by the quarkus plugin in any case ---

[GitHub] [camel-quarkus] ppalaga opened a new pull request #284: Followup #278 Assert that quarkus-extension.json exists for each exte…

2019-10-18 Thread GitBox
ppalaga opened a new pull request #284: Followup #278 Assert that quarkus-extension.json exists for each exte… URL: https://github.com/apache/camel-quarkus/pull/284 …nsion This is an automated message from the Apache Git Serv

[camel] branch master updated (d289b13 -> 278d257)

2019-10-18 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 d289b13 Regen add fe4e5f1 CAMEL-14025: add muteException option to netty-http component add 278d257 C

[camel] branch master updated (a17c0ac -> d289b13)

2019-10-18 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 a17c0ac CAMEL-14009 - Regen again add d289b13 Regen No new revisions were added by this update. Summary o

[camel] branch master updated (d6e3ff1 -> a17c0ac)

2019-10-18 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 d6e3ff1 Fixing doap JIRA link add 1fd6a45 CAMEL-14009: Add protected access modifier and method static key

[GitHub] [camel-k-runtime] lburgazzoli commented on issue #160: remove components/registry configuration dsl

2019-10-18 Thread GitBox
lburgazzoli commented on issue #160: remove components/registry configuration dsl URL: https://github.com/apache/camel-k-runtime/issues/160#issuecomment-543675290 thinking about it a little, `queue-size` wont' be a valid name

[GitHub] [camel-quarkus] asf-ci commented on issue #283: Document health, metrics & OpenTracing extensions

2019-10-18 Thread GitBox
asf-ci commented on issue #283: Document health, metrics & OpenTracing extensions URL: https://github.com/apache/camel-quarkus/pull/283#issuecomment-543670484 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/276

[camel] branch master updated (4eeb2f1 -> d6e3ff1)

2019-10-18 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 4eeb2f1 Upgrade Zipkin to version 2.18.1 add d6e3ff1 Fixing doap JIRA link No new revisions were added by th

[GitHub] [camel-quarkus] jamesnetherton commented on a change in pull request #283: Document health, metrics & OpenTracing extensions

2019-10-18 Thread GitBox
jamesnetherton commented on a change in pull request #283: Document health, metrics & OpenTracing extensions URL: https://github.com/apache/camel-quarkus/pull/283#discussion_r336422426 ## File path: docs/modules/ROOT/pages/extensions/microprofile-health.adoc ## @@ -0,0 +1,

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #283: Document health, metrics & OpenTracing extensions

2019-10-18 Thread GitBox
ppalaga commented on a change in pull request #283: Document health, metrics & OpenTracing extensions URL: https://github.com/apache/camel-quarkus/pull/283#discussion_r336417649 ## File path: docs/modules/ROOT/pages/extensions/microprofile-health.adoc ## @@ -0,0 +1,58 @@ +

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #283: Document health, metrics & OpenTracing extensions

2019-10-18 Thread GitBox
ppalaga commented on a change in pull request #283: Document health, metrics & OpenTracing extensions URL: https://github.com/apache/camel-quarkus/pull/283#discussion_r336418818 ## File path: docs/modules/ROOT/pages/extensions/microprofile-health.adoc ## @@ -0,0 +1,58 @@ +

[GitHub] [camel-k] astefanutti opened a new pull request #1017: Pr 72

2019-10-18 Thread GitBox
astefanutti opened a new pull request #1017: Pr 72 URL: https://github.com/apache/camel-k/pull/1017 **Release Note** ```release-note Upgrade Operator SDK to version 0.11.0 ``` This is an automated message from the

[camel] branch master updated (043306a -> 4eeb2f1)

2019-10-18 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 043306a Regne docs add 4eeb2f1 Upgrade Zipkin to version 2.18.1 No new revisions were added by this update

[GitHub] [camel-quarkus] jamesnetherton opened a new pull request #283: Document health, metrics & OpenTracing extensions

2019-10-18 Thread GitBox
jamesnetherton opened a new pull request #283: Document health, metrics & OpenTracing extensions URL: https://github.com/apache/camel-quarkus/pull/283 I wrote some docs for extensions that I added. I tweaked the doc extensions list mojo so that If you drop an adoc file into the doc

[camel] 01/02: Camel-AWS Translate: Fixed docs

2019-10-18 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 492c344d501dd5975e699b4382746e92ef06afb4 Author: Andrea Cosentino AuthorDate: Fri Oct 18 11:14:37 2019 +0200 Cam

[camel] branch master updated (4ca68b2 -> 043306a)

2019-10-18 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 4ca68b2 Upgrade Kubernetes client to version 4.6.1 new 492c344 Camel-AWS Translate: Fixed docs new 043

[camel] 02/02: Regne docs

2019-10-18 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 043306a766822e1ed254ac1663a794cf3217252e Author: Andrea Cosentino AuthorDate: Fri Oct 18 11:16:08 2019 +0200 Reg

[camel] branch camel-2.24.x updated: CAMEL-14081 Update to add locale en in javadoc configuration

2019-10-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-2.24.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-2.24.x by this push: new 84ddf3d CAMEL-14081 Update to ad

[camel] branch master updated (b99cb70 -> 4ca68b2)

2019-10-18 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 b99cb70 Revert "CAMEL-14079: Upgrade Jetty to 9.4.21" add 4ca68b2 Upgrade Kubernetes client to version 4.6.

[camel] branch camel-2.x updated: CAMEL-14081 Update to add locale en in javadoc configuration

2019-10-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-2.x by this push: new 6f9f9a9 CAMEL-14081 Update to add loca

  1   2   >