[GitHub] [camel-quarkus] lburgazzoli opened a new issue #131: Add support for quarkus provided event loop

2019-08-12 Thread GitBox
lburgazzoli opened a new issue #131: Add support for quarkus provided event loop URL: https://github.com/apache/camel-quarkus/issues/131 We should back camel-core with event loop from quarkus, as example: https://github.com/quarkusio/quarkus/blob/master/extensions/netty/deploymen

[GitHub] [camel-quarkus] asf-ci commented on issue #130: Fix #129 Properies evaluation broken after the introduction of Proper…

2019-08-12 Thread GitBox
asf-ci commented on issue #130: Fix #129 Properies evaluation broken after the introduction of Proper… URL: https://github.com/apache/camel-quarkus/pull/130#issuecomment-520598774 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 #130: Fix #129 Properies evaluation broken after the introduction of Proper…

2019-08-12 Thread GitBox
ppalaga commented on issue #130: Fix #129 Properies evaluation broken after the introduction of Proper… URL: https://github.com/apache/camel-quarkus/pull/130#issuecomment-520584884 d4e5f6b uses a dedicated endpoint to query the resolvePropertyPlaceholders value of the timer component. Ther

[GitHub] [camel-quarkus] asf-ci commented on issue #130: Fix #129 Properies evaluation broken after the introduction of Proper…

2019-08-12 Thread GitBox
asf-ci commented on issue #130: Fix #129 Properies evaluation broken after the introduction of Proper… URL: https://github.com/apache/camel-quarkus/pull/130#issuecomment-520562122 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 #129: Properies evaluation broken after the introduction of PropertyBindingSupport

2019-08-12 Thread GitBox
ppalaga commented on issue #129: Properies evaluation broken after the introduction of PropertyBindingSupport URL: https://github.com/apache/camel-quarkus/issues/129#issuecomment-520548486 > you can test it by setting: > > ``` > camel.component.timer.resolve-property-placeholders

[GitHub] [camel-quarkus] ppalaga opened a new pull request #130: Fix #129 Properies evaluation broken after the introduction of Proper…

2019-08-12 Thread GitBox
ppalaga opened a new pull request #130: Fix #129 Properies evaluation broken after the introduction of Proper… URL: https://github.com/apache/camel-quarkus/pull/130 …tyBindingSupport This is an automated message from the Apac

Re: GSoC: Any23 data format support

2019-08-12 Thread Zoran Regvart
Hi Roberto, I completely forgot that I needed to send you an example you can use as a reference for the Any23 example, sorry about that. Have a look at this one: https://github.com/apache/camel/tree/master/examples/camel-example-transformer-demo It's not exactly the simplest example, perhaps you

Re: GSoC: Any23 data format support

2019-08-12 Thread Beto Flores
Hi +1, I will work on these issues and rebase my branch. Also, I will review the camel examples. Best, Roberto El lun., 12 de ago. de 2019 a la(s) 03:13, Claus Ibsen ( claus.ib...@gmail.com) escribió: > +1 > > On Mon, Aug 12, 2019 at 10:04 AM Zoran Regvart wrote: > > > > Hi Cameleers, > > I'd

[GitHub] [camel-quarkus] lburgazzoli commented on issue #129: Properies evaluation broken after the introduction of PropertyBindingSupport

2019-08-12 Thread GitBox
lburgazzoli commented on issue #129: Properies evaluation broken after the introduction of PropertyBindingSupport URL: https://github.com/apache/camel-quarkus/issues/129#issuecomment-520497662 you can test it by setting: camel.component.timer.resolve-property-placeholders = false

[GitHub] [camel-quarkus] lburgazzoli merged pull request #127: Order the dependencies managed in the BOM

2019-08-12 Thread GitBox
lburgazzoli merged pull request #127: Order the dependencies managed in the BOM URL: https://github.com/apache/camel-quarkus/pull/127 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [camel-quarkus] lburgazzoli commented on issue #129: Properies evaluation broken after the introduction of PropertyBindingSupport

2019-08-12 Thread GitBox
lburgazzoli commented on issue #129: Properies evaluation broken after the introduction of PropertyBindingSupport URL: https://github.com/apache/camel-quarkus/issues/129#issuecomment-520488083 should be part of the constant On Mon, 12 Aug 2019 at 17:44, Peter Palaga wrote: >

[GitHub] [camel-quarkus] ppalaga commented on issue #129: Properies evaluation broken after the introduction of PropertyBindingSupport

2019-08-12 Thread GitBox
ppalaga commented on issue #129: Properies evaluation broken after the introduction of PropertyBindingSupport URL: https://github.com/apache/camel-quarkus/issues/129#issuecomment-520480044 There is trailing period missing at https://github.com/apache/camel-quarkus/blob/daaf4d455aace992d5ef

[GitHub] [camel-quarkus] ppalaga commented on issue #127: Order the dependencies managed in the BOM

2019-08-12 Thread GitBox
ppalaga commented on issue #127: Order the dependencies managed in the BOM URL: https://github.com/apache/camel-quarkus/pull/127#issuecomment-520477491 Is this good to merge, @lburgazzoli ? This is an automated message from th

[GitHub] [camel-quarkus] lburgazzoli commented on issue #129: Properies evaluation broken after the introduction of PropertyBindingSupport

2019-08-12 Thread GitBox
lburgazzoli commented on issue #129: Properies evaluation broken after the introduction of PropertyBindingSupport URL: https://github.com/apache/camel-quarkus/issues/129#issuecomment-520454244 @ppalaga done, please create a test against core too so we can isolate where the problem is

[GitHub] [camel-quarkus] ppalaga opened a new issue #129: Properies evaluation broken after the introduction of PropertyBindingSupport

2019-08-12 Thread GitBox
ppalaga opened a new issue #129: Properies evaluation broken after the introduction of PropertyBindingSupport URL: https://github.com/apache/camel-quarkus/issues/129 The evaluation of properties does not work after a76c7526960ecabb1a1ebafc18c211a361bcf998 "chore: replace custom properties

[GitHub] [camel-quarkus] lburgazzoli closed issue #114: Move create-extension-templates to i.e. tooling

2019-08-12 Thread GitBox
lburgazzoli closed issue #114: Move create-extension-templates to i.e. tooling URL: https://github.com/apache/camel-quarkus/issues/114 This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [camel-quarkus] lburgazzoli merged pull request #126: Fix #114 Move create-extension-templates to i.e. tooling

2019-08-12 Thread GitBox
lburgazzoli merged pull request #126: Fix #114 Move create-extension-templates to i.e. tooling URL: https://github.com/apache/camel-quarkus/pull/126 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [camel-quarkus] asf-ci commented on issue #127: Order the dependencies managed in the BOM

2019-08-12 Thread GitBox
asf-ci commented on issue #127: Order the dependencies managed in the BOM URL: https://github.com/apache/camel-quarkus/pull/127#issuecomment-520410822 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/83/ ---

[GitHub] [camel-quarkus] lburgazzoli opened a new issue #128: Add support for smallrye-opentracing extension

2019-08-12 Thread GitBox
lburgazzoli opened a new issue #128: Add support for smallrye-opentracing extension URL: https://github.com/apache/camel-quarkus/issues/128 See: - https://issues.apache.org/jira/browse/CAMEL-13838 - https://github.com/quarkusio/quarkus/tree/master/extensions/smallrye-opentracing ---

[GitHub] [camel-quarkus] ppalaga opened a new pull request #127: Order the dependencies managed in the BOM

2019-08-12 Thread GitBox
ppalaga opened a new pull request #127: Order the dependencies managed in the BOM URL: https://github.com/apache/camel-quarkus/pull/127 This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [camel-k] jetztgradnet commented on issue #674: kamel install not working - Error: cannot find automatically a registry where to push images

2019-08-12 Thread GitBox
jetztgradnet commented on issue #674: kamel install not working - Error: cannot find automatically a registry where to push images URL: https://github.com/apache/camel-k/issues/674#issuecomment-520376028 I just had the same issue when running kamel 1.0.0-M1 with my local Docker Desktop and

[GitHub] [camel-quarkus] ppalaga commented on issue #125: Fix #113 Document the release process

2019-08-12 Thread GitBox
ppalaga commented on issue #125: Fix #113 Document the release process URL: https://github.com/apache/camel-quarkus/pull/125#issuecomment-520360407 > We need to point to the new website You mean any of the links in the new REALEASING.adoc should be different?

[GitHub] [camel-quarkus] asf-ci commented on issue #126: Fix #114 Move create-extension-templates to i.e. tooling

2019-08-12 Thread GitBox
asf-ci commented on issue #126: Fix #114 Move create-extension-templates to i.e. tooling URL: https://github.com/apache/camel-quarkus/pull/126#issuecomment-520356987 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus

Re: [CAMEL-11503] Add search

2019-08-12 Thread Nayananga Muhandiram
Thank you Mr Francois. Ill work on that from now on. 😊😊 On Mon, 12 Aug 2019, 13:54 Francois Papon, wrote: > Hi Nayananga, > > I have not started working yet on this, I just take a look on some > potential solutions like https://lunrjs.com/ > > Sorry but I don't have enough free time to work on i

[GitHub] [camel-quarkus] oscerd commented on issue #125: Fix #113 Document the release process

2019-08-12 Thread GitBox
oscerd commented on issue #125: Fix #113 Document the release process URL: https://github.com/apache/camel-quarkus/pull/125#issuecomment-520354982 We need to point to the new website This is an automated message from the Apach

[GitHub] [camel-website] zregvart merged pull request #72: fix : incorporate site title into breadcrumbs micro-data

2019-08-12 Thread GitBox
zregvart merged pull request #72: fix : incorporate site title into breadcrumbs micro-data URL: https://github.com/apache/camel-website/pull/72 This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [camel-website] zregvart commented on issue #72: fix : incorporate site title into breadcrumbs micro-data

2019-08-12 Thread GitBox
zregvart commented on issue #72: fix : incorporate site title into breadcrumbs micro-data URL: https://github.com/apache/camel-website/pull/72#issuecomment-520354070 Thanks! This is an automated message from the Apache Git Se

[GitHub] [camel-quarkus] lburgazzoli merged pull request #125: Fix #113 Document the release process

2019-08-12 Thread GitBox
lburgazzoli merged pull request #125: Fix #113 Document the release process URL: https://github.com/apache/camel-quarkus/pull/125 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [camel-quarkus] lburgazzoli closed issue #113: Document the release process

2019-08-12 Thread GitBox
lburgazzoli closed issue #113: Document the release process URL: https://github.com/apache/camel-quarkus/issues/113 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 #125: Fix #113 Document the release process

2019-08-12 Thread GitBox
asf-ci commented on issue #125: Fix #113 Document the release process URL: https://github.com/apache/camel-quarkus/pull/125#issuecomment-520344012 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/81/ ---

[GitHub] [camel-website] Nayananga opened a new pull request #72: fix : incorporate site title into breadcrumbs micro-data

2019-08-12 Thread GitBox
Nayananga opened a new pull request #72: fix : incorporate site title into breadcrumbs micro-data URL: https://github.com/apache/camel-website/pull/72 This is an automated message from the Apache Git Service. To respond to t

[GitHub] [camel-website] zregvart merged pull request #71: Microdata in antora-ui-camel

2019-08-12 Thread GitBox
zregvart merged pull request #71: Microdata in antora-ui-camel URL: https://github.com/apache/camel-website/pull/71 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [camel-website] zregvart commented on issue #71: Microdata in antora-ui-camel

2019-08-12 Thread GitBox
zregvart commented on issue #71: Microdata in antora-ui-camel URL: https://github.com/apache/camel-website/pull/71#issuecomment-520339375 Thanks! This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [camel-website] Nayananga commented on issue #71: Microdata in antora-ui-camel

2019-08-12 Thread GitBox
Nayananga commented on issue #71: Microdata in antora-ui-camel URL: https://github.com/apache/camel-website/pull/71#issuecomment-520337717 Hello Mr Zoran, Can you check now? that comment will help if /faq directory change in future --

Re: [CAMEL-11503] Add search

2019-08-12 Thread Francois Papon
Hi Nayananga, I have not started working yet on this, I just take a look on some potential solutions like https://lunrjs.com/ Sorry but I don't have enough free time to work on it now and you can take it if you want ;) regards, François fpa...@apache.org Le 12/08/2019 à 10:16, Nayananga Muhand

[CAMEL-11503] Add search

2019-08-12 Thread Nayananga Muhandiram
Hi all, I would like to know if Mr Francois Papon or anyone else working on this issue? Thank you. Regards Nayananga Anuradha Muhandiram Computer Science Undergraduate at University of Jaffna M +94716369541 <+94716369541> E na

Re: GSoC: Any23 data format support

2019-08-12 Thread Claus Ibsen
+1 On Mon, Aug 12, 2019 at 10:04 AM Zoran Regvart wrote: > > Hi Cameleers, > I'd like to merge the PR for Any23 data format support[1], from what I > see there's one small issue with unnecessary version in the POM from > Andrea's review and Roberto needs to rebase to fix the two conflicts. > > Ot

[GitHub] [camel-quarkus] ppalaga opened a new pull request #126: Fix #114 Move create-extension-templates to i.e. tooling

2019-08-12 Thread GitBox
ppalaga opened a new pull request #126: Fix #114 Move create-extension-templates to i.e. tooling URL: https://github.com/apache/camel-quarkus/pull/126 This is an automated message from the Apache Git Service. To respond to t

Re: GSoC: Any23 data format support

2019-08-12 Thread Andrea Cosentino
+1. But please revert the karaf feature stuff because the bundle is not released yet Il lun 12 ago 2019, 10:04 Zoran Regvart ha scritto: > Hi Cameleers, > I'd like to merge the PR for Any23 data format support[1], from what I > see there's one small issue with unnecessary version in the POM from

[GitHub] [camel-quarkus] ppalaga opened a new pull request #125: Fix #113 Document the release process

2019-08-12 Thread GitBox
ppalaga opened a new pull request #125: Fix #113 Document the release process URL: https://github.com/apache/camel-quarkus/pull/125 This is an automated message from the Apache Git Service. To respond to the message, please l

GSoC: Any23 data format support

2019-08-12 Thread Zoran Regvart
Hi Cameleers, I'd like to merge the PR for Any23 data format support[1], from what I see there's one small issue with unnecessary version in the POM from Andrea's review and Roberto needs to rebase to fix the two conflicts. Other than that, does anyone have any objections? I'd like to wrap this up

[GitHub] [camel-website] zregvart commented on a change in pull request #71: Microdata in antora-ui-camel

2019-08-12 Thread GitBox
zregvart commented on a change in pull request #71: Microdata in antora-ui-camel URL: https://github.com/apache/camel-website/pull/71#discussion_r312808692 ## File path: antora-ui-camel/src/partials/breadcrumbs-microdata.hbs ## @@ -0,0 +1,35 @@ +{ +"@context": "http://sche