Re: Blog post about building a custom Web API Component

2020-01-07 Thread Federico Valeri
Hi Zoran, PR created. https://github.com/apache/camel-website/pull/147 Thanks. On Tue, Jan 7, 2020 at 12:44 PM Andrea Cosentino wrote: > > the idea is dropping jdk8 at some point, but actually is still valid > > Il giorno mar 7 gen 2020 alle ore 12:31 Andrea Cosentino > ha scritto: > > > both

Re: FOSDEM 2020

2020-01-07 Thread Jean-Baptiste Onofré
Hi, I will confirm my presence this week (booking travel). Regards JB On 07/01/2020 13:11, Zoran Regvart wrote: > Hi Cameleers, > FOSDEM[1] is a bit under a month from today (1. & 2. February). I > think it's good to start planning our presence at the "Integration > Process Community" stand. >

Re: FOSDEM 2020

2020-01-07 Thread Omar Al-Safi
Hi Zoran, I am going to be there, hence would be nice to meet in these social events :). Regards, Omar On Tue, Jan 7, 2020 at 1:11 PM Zoran Regvart wrote: > Hi Cameleers, > FOSDEM[1] is a bit under a month from today (1. & 2. February). I > think it's good to start planning our presence at the

FOSDEM 2020

2020-01-07 Thread Zoran Regvart
Hi Cameleers, FOSDEM[1] is a bit under a month from today (1. & 2. February). I think it's good to start planning our presence at the "Integration Process Community" stand. I plan on being most of the time at the stand introducing Camel and answering questions from passers by. I'll prepare a "What

Re: Blog post about building a custom Web API Component

2020-01-07 Thread Andrea Cosentino
the idea is dropping jdk8 at some point, but actually is still valid Il giorno mar 7 gen 2020 alle ore 12:31 Andrea Cosentino ha scritto: > both are supported. > > Il giorno mar 7 gen 2020 alle ore 12:31 Ajmera, Hemang C < > hemang.ajm...@cgi.com> ha scritto: > >> Hi >> I was having a quick gl

Re: Blog post about building a custom Web API Component

2020-01-07 Thread Zoran Regvart
Hi Federico, this is awesome, can you create a pull request against the camel-website[1] repository to publish the blog post? zoran [1] https://github.com/apache/camel-website/ On Tue, Jan 7, 2020 at 11:32 AM Federico Valeri wrote: > > Hi folks, as a way to better understand how a Camel Componen

Re: Blog post about building a custom Web API Component

2020-01-07 Thread Andrea Cosentino
both are supported. Il giorno mar 7 gen 2020 alle ore 12:31 Ajmera, Hemang C < hemang.ajm...@cgi.com> ha scritto: > Hi > I was having a quick glance ... wouldn't prerequisite be OpenJDK 11 > instead of OpenJDK 1.8 for camel 3? > > > Thanks and Regards, > Hemang Ajmera > Vacation Alert: 10th Jan

RE: Blog post about building a custom Web API Component

2020-01-07 Thread Ajmera, Hemang C
Hi I was having a quick glance ... wouldn't prerequisite be OpenJDK 11 instead of OpenJDK 1.8 for camel 3? Thanks and Regards, Hemang Ajmera Vacation Alert: 10th Jan to 17th Jan -Original Message- From: Federico Valeri Sent: 07 January 2020 16:02 To: dev@camel.apache.org Subject: Bl

Re: Blog post about building a custom Web API Component

2020-01-07 Thread Andrea Cosentino
Really nice job! I think this is really a good candidate for the camel blog. @all what do you think? -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd

Blog post about building a custom Web API Component

2020-01-07 Thread Federico Valeri
Hi folks, as a way to better understand how a Camel Component works, I wrote a small blog post to show how you can easily create a new one, specifically for Web API integration. https://docs.google.com/document/d/1qO4YHBNBrWaJQETpu7gVQbJX5jZzZHlpXposE2bV0mc The cool thing is that, after a success