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 On Tuesday, January 7, 2020, 11:32:39 AM GMT+1, Federico Valeri <fedeval...@gmail.com> wrote: 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 successful build, the only manual activity was to add the component dependency in `components/pom.xml`, all the other required updates were done automatically. I don't know if it can be helpful, but any comment would be appreciated. The example code is linked in the draft. Thank you. Cheers Federico