Re: [HEADS UP] The endpoint-dsl branch

2019-06-11 Thread Guillaume Nodet
Le mer. 12 juin 2019 à 07:32, Claus Ibsen a écrit : > Hi > > Also another idea could be to add a bit of javadoc to the fromXXX and > toXXX methods as they are the starting point, where we can add the > description of the component, so users can better see what it does. > And in the future when

Re: [HEADS UP] The endpoint-dsl branch

2019-06-11 Thread Guillaume Nodet
Le mer. 12 juin 2019 à 07:27, Claus Ibsen a écrit : > Hi > > Great work so far - love it. > > One little thing is that all endpoints inherit some options from the > default endpoint which are seldom used. Maybe we could move these into > an abstract base class, so they are not on the same

Re: [HEADS UP] The endpoint-dsl branch

2019-06-11 Thread Claus Ibsen
Hi Great work so far - love it. One little thing is that all endpoints inherit some options from the default endpoint which are seldom used. Maybe we could move these into an abstract base class, so they are not on the same "level" as all the other options, eg basicPropertyBinding synchronous

Re: [HEADS UP] The endpoint-dsl branch

2019-06-11 Thread Guillaume Nodet
Le mer. 12 juin 2019 à 02:37, Willem Jiang a écrit : > Hi Guillaume, > > The endpoint-dsl is really helpful for camel to verify the endpoint > setting in the compile time. > Now I just have a quick question about how does the camel runtime > detect the dependencies of camel route? > With the

[GitHub] [camel-k] davsclaus commented on issue #732: Update Camel K tagline in Kamel CLI

2019-06-11 Thread GitBox
davsclaus commented on issue #732: Update Camel K tagline in Kamel CLI URL: https://github.com/apache/camel-k/issues/732#issuecomment-501108012 @WillemJiang it was the old tagline, it should have been -> Apache Camel K is a lightweight integration platform, born on Kubernetes, with

[GitHub] [camel-k] WillemJiang commented on issue #732: Update Camel K tagline in Kamel CLI

2019-06-11 Thread GitBox
WillemJiang commented on issue #732: Update Camel K tagline in Kamel CLI URL: https://github.com/apache/camel-k/issues/732#issuecomment-501076159 FYI, the github project description of camel-k was updated. This is an

Re: [HEADS UP] The endpoint-dsl branch

2019-06-11 Thread Willem Jiang
Hi Guillaume, The endpoint-dsl is really helpful for camel to verify the endpoint setting in the compile time. Now I just have a quick question about how does the camel runtime detect the dependencies of camel route? With the endpoint URI we could use the camel-catalog do this kind of work, with

Re: [HEADS UP] The endpoint-dsl branch

2019-06-11 Thread Guillaume Nodet
Le mar. 11 juin 2019 à 20:45, Alex Dettinger a écrit : > Hey Guillaume, nice feature indeed. > Just a detail when reading the example, I think one could be surprised to > have x2 from/to at first glance, I mean: > from(fromFile(... and to(toFile(... > > I do agree. My original idea was to only

[GitHub] [camel-k] mayurans commented on issue #736: camel-k-cache crashes on minikube

2019-06-11 Thread GitBox
mayurans commented on issue #736: camel-k-cache crashes on minikube URL: https://github.com/apache/camel-k/issues/736#issuecomment-501018153 I've re-deployed minikube and tried latest kamel binary (0.3.4). But, I'm still getting the same runtime error in `camel-k-cache`. minikube

[RESULT] [VOTE] Release Apache Camel 2.22.5

2019-06-11 Thread Gregor Zurowski
Hi Everyone, There was a type in the last result email. Of course I meant to announce to release version 2.22.5, NOT 2.25.5. So here again, here are the results of the vote for Apache Camel 2.22.5: +1 binding: 7 (Alex Dettinger, Andrea Cosentino, Claus Ibsen, Gregor Zurowski, Onder Sezgin,

[RESULT] [VOTE] Release Apache Camel 2.25.5

2019-06-11 Thread Gregor Zurowski
Thanks for your participation in this vote. The vote passes with the following results: +1 binding: 7 (Alex Dettinger, Andrea Cosentino, Claus Ibsen, Gregor Zurowski, Onder Sezgin, Willem Jiang, Zoran Regvart) +1 non-binding: 1 (François Papon) I am going to publish the artifacts for Camel

Re: [VOTE] Release Apache Camel 2.22.5

2019-06-11 Thread Gregor Zurowski
+1 (binding) Gregor On Sat, Jun 8, 2019 at 2:52 PM Gregor Zurowski wrote: > > Hi Everyone: > > This is a vote to release Apache Camel 2.22.5 the last planned patch > release for the camel-2.22.x branch with 13 improvements and bug > fixes. > > Release notes: >

[GitHub] [camel-k] christophd commented on issue #600: Testing Camel K integrations

2019-06-11 Thread GitBox
christophd commented on issue #600: Testing Camel K integrations URL: https://github.com/apache/camel-k/issues/600#issuecomment-500975102 I have started to give some thought to it. I really like the idea of test code to be part of the deployment, because then the test framework is

Re: [HEADS UP] The endpoint-dsl branch

2019-06-11 Thread Alex Dettinger
Hey Guillaume, nice feature indeed. Just a detail when reading the example, I think one could be surprised to have x2 from/to at first glance, I mean: from(fromFile(... and to(toFile(... My 2 cents, Alex On Tue, Jun 11, 2019 at 7:39 PM Guillaume Nodet wrote: > I think I'm done with a first

[GitHub] [camel-k] mayurans commented on issue #736: camel-k-cache crashes on minikube

2019-06-11 Thread GitBox
mayurans commented on issue #736: camel-k-cache crashes on minikube URL: https://github.com/apache/camel-k/issues/736#issuecomment-500955364 camel-k (kamel) version: 0.3.3. Minikube instance was deployed with the following configurations: RAM: 8GB CPU: 4

Re: [HEADS UP] The endpoint-dsl branch

2019-06-11 Thread Guillaume Nodet
I think I'm done with a first usable pass at the endpoint DSL. I've removed the getters/setters, added 2 flavors of fluent methods (one with the real java type, another one with a String to allow references and property placeholder processing), renamed the generated classes to XxxEndpointBuilder

[GitHub] [camel-k-runtime] lburgazzoli opened a new issue #82: Support full yaml dsl

2019-06-11 Thread GitBox
lburgazzoli opened a new issue #82: Support full yaml dsl URL: https://github.com/apache/camel-k-runtime/issues/82 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [camel-k] ewcchan commented on issue #731: camelContext is not supported in XML DSL routedefinition

2019-06-11 Thread GitBox
ewcchan commented on issue #731: camelContext is not supported in XML DSL routedefinition URL: https://github.com/apache/camel-k/issues/731#issuecomment-500914248 Thanks @lburgazzoli and @WillemJiang, with `--property camel.rest.port=8081 --property camel.rest.host=0.0.0.` The restlet is

Re: GSoc 2019 Projects announced

2019-06-11 Thread Nayananga Muhandiram
Thank you Mr.Zoran, and sorry for being dumb. Tomorrow is my final exam and then I have more than enough time to dedicate for the work. Thank you. On Tue, 11 Jun 2019, 14:07 Zoran Regvart, wrote: > Hi Nayananga, > Looking at the code[1] of the link-checker it seems that the >

Re: [VOTE] Release Apache Camel 2.23.3

2019-06-11 Thread Onder SEZGIN
+1 On Tue, Jun 11, 2019 at 11:34 AM Willem Jiang wrote: > +1 (binding) > > Willem Jiang > > Twitter: willemjiang > Weibo: 姜宁willem > > On Mon, Jun 10, 2019 at 4:04 PM Gregor Zurowski > wrote: > > > > Hi Everyone: > > > > This is a vote to release Apache Camel 2.23.3 a new planned patch > >

[GitHub] [camel-k-runtime] lburgazzoli commented on issue #79: Support camel 3.0.0 M3

2019-06-11 Thread GitBox
lburgazzoli commented on issue #79: Support camel 3.0.0 M3 URL: https://github.com/apache/camel-k-runtime/issues/79#issuecomment-500801655 Done via 1abe55b25a7b8f29af45edbb769e3ce87e65df42 This is an automated message from

[GitHub] [camel-k-runtime] lburgazzoli closed issue #79: Support camel 3.0.0 M3

2019-06-11 Thread GitBox
lburgazzoli closed issue #79: Support camel 3.0.0 M3 URL: https://github.com/apache/camel-k-runtime/issues/79 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [VOTE] Release Apache Camel 2.23.3

2019-06-11 Thread Willem Jiang
+1 (binding) Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Mon, Jun 10, 2019 at 4:04 PM Gregor Zurowski wrote: > > Hi Everyone: > > This is a vote to release Apache Camel 2.23.3 a new planned patch > release for the camel-2.23.x branch with 32 improvements and bug > fixes. > > Release

Re: [VOTE] Release Apache Camel 2.23.3

2019-06-11 Thread Andrea Cosentino
+1 (binding) Thanks Gregor Il giorno mar 11 giu 2019 alle ore 10:31 Zoran Regvart ha scritto: > +1 (binding) > > Thank you for cutting the release Gregor :) > > zoran > > On Mon, Jun 10, 2019 at 10:04 AM Gregor Zurowski > wrote: > > > > Hi Everyone: > > > > This is a vote to release Apache

[GitHub] [camel-k] oscerd merged pull request #738: Set RestWithRestlet response Content-Type header to text/plain

2019-06-11 Thread GitBox
oscerd merged pull request #738: Set RestWithRestlet response Content-Type header to text/plain URL: https://github.com/apache/camel-k/pull/738 This is an automated message from the Apache Git Service. To respond to the

[ANNOUNCEMENT] Apache Camel K 0.3.4 Released

2019-06-11 Thread Nicola Ferraro
The Camel community announces the immediate availability of Camel K 0.3.4, the latest release of Camel K, with several improvements and bug fixes. The artifacts are published and ready for you to download either from the Apache mirrors or from the Github repository. For more details please take a

Re: [VOTE]

2019-06-11 Thread Vincent Nonnenmacher
+1 for concept one. clean white and still 'sandy' ;-) On Tue, Apr 23, 2019 at 5:15 PM Jason Brock wrote: > Hello everyone! > > Here is a first round of design concepts to help refresh the look and feel > of the Apache Camel website. Please let me know if you require a particular > file format

Re: [VOTE]

2019-06-11 Thread Zoran Regvart
Hi Jason, On Fri, Jun 7, 2019 at 7:42 PM Jason Brock wrote: > > Hey everyone! There are multiple questions to address. > >> Is there a way to generate a css from the styleguide? > > > Yes, there are tools to do this; Avocode comes to mind. But for now you can > see all of the color, type, and

[GitHub] [camel-k] jamesnetherton opened a new pull request #738: Set RestWithRestlet response Content-Type header to text/plain

2019-06-11 Thread GitBox
jamesnetherton opened a new pull request #738: Set RestWithRestlet response Content-Type header to text/plain URL: https://github.com/apache/camel-k/pull/738 Minor optimization to make the example work nicely in web browsers. Otherwise the response `Content-Type` can verify depending on

[GitHub] [camel-k] lburgazzoli closed issue #206: Rename 'context' term used by Camel K.

2019-06-11 Thread GitBox
lburgazzoli closed issue #206: Rename 'context' term used by Camel K. URL: https://github.com/apache/camel-k/issues/206 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 #726: Rename 'context' term used by Camel K.

2019-06-11 Thread GitBox
lburgazzoli merged pull request #726: Rename 'context' term used by Camel K. URL: https://github.com/apache/camel-k/pull/726 This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: GSoc 2019 Projects announced

2019-06-11 Thread Zoran Regvart
Hi Nayananga, Looking at the code[1] of the link-checker it seems that the `docs/getting-started` needs to be converted to `docs/getting-started/` (notice the slash at the end), try that to see if it helps... zoran [1]

Re: [VOTE] Release Apache Camel 2.23.3

2019-06-11 Thread Zoran Regvart
+1 (binding) Thank you for cutting the release Gregor :) zoran On Mon, Jun 10, 2019 at 10:04 AM Gregor Zurowski wrote: > > Hi Everyone: > > This is a vote to release Apache Camel 2.23.3 a new planned patch > release for the camel-2.23.x branch with 32 improvements and bug > fixes. > > Release

[GitHub] [camel-k] lburgazzoli commented on issue #731: camelContext is not supported in XML DSL routedefinition

2019-06-11 Thread GitBox
lburgazzoli commented on issue #731: camelContext is not supported in XML DSL routedefinition URL: https://github.com/apache/camel-k/issues/731#issuecomment-500740106 For what IO can see, camel's `RestsDefinition ModelCamelContext::loadRestsDefinition(InputStream is)` does not take into

[GitHub] [camel-k] nicolaferraro opened a new issue #737: CR example is using wrong schema

2019-06-11 Thread GitBox
nicolaferraro opened a new issue #737: CR example is using wrong schema URL: https://github.com/apache/camel-k/issues/737 It has a single `source` field, instead of `sources`. This is an automated message from the Apache Git

Re: [VOTE] Release Apache Camel K 0.3.4

2019-06-11 Thread Nicola Ferraro
Thanks for your participation in this vote. The vote passes with the following results: +1 binding: 7 (Alex Dettinger, Andrea Cosentino, Claus Ibsen, Luca Burgazzoli, Nicola Ferraro, Willem Jiang, Zoran Regvart) I am going to publish the artifacts for Camel K 0.3.4 shortly. Thanks, Nicola On

Re: [VOTE] Release Apache Camel K 0.3.4

2019-06-11 Thread Nicola Ferraro
+1 (binding) On Mon, Jun 10, 2019 at 4:46 PM Willem Jiang wrote: > +1. (binding) > I checked: > 1. Verified the signed the signature and sha512 files , (we need to > update the KEYS file once we release the kit). > 2. Ran the build from source without any problem > 3. Ran the kamel install with

[GitHub] [camel-k] astefanutti commented on issue #726: Rename 'context' term used by Camel K.

2019-06-11 Thread GitBox
astefanutti commented on issue #726: Rename 'context' term used by Camel K. URL: https://github.com/apache/camel-k/pull/726#issuecomment-500721930 LGTM, we can update the OLM manifest for the next release in a separate update.

[GitHub] [camel-k] lburgazzoli commented on issue #726: Rename 'context' term used by Camel K.

2019-06-11 Thread GitBox
lburgazzoli commented on issue #726: Rename 'context' term used by Camel K. URL: https://github.com/apache/camel-k/pull/726#issuecomment-500711328 @nicolaferraro @astefanutti is ok to merge this ? This is an automated