Re: Contract first with Swagger and Camel

2018-03-02 Thread Claus Ibsen
Hi Josh Reagan just blogged about contract-first as well http://blog.joshdreagan.com/2018/03/02/camel_cxfrs_contract_first/ On Thu, Mar 1, 2018 at 11:39 PM, Henrique Viecili wrote: > Thanks Claus! > > It's better than what I had found by myself: >

Re: Contract first with Swagger and Camel

2018-03-01 Thread Henrique Viecili
Thanks Claus! It's better than what I had found by myself: https://github.com/swagger-api/swagger-codegen/tree/master/modules/swagger-codegen-maven-plugin Henrique Viecili On 1 March 2018 at 18:53, Claus Ibsen wrote: > Hi > > See for example >

Re: Contract first with Swagger and Camel

2018-02-28 Thread Claus Ibsen
Hi See for example https://github.com/apache/camel/blob/master/tooling/maven/camel-restdsl-swagger-plugin/src/main/docs/camel-package-maven-plugin.adoc On Thu, Mar 1, 2018 at 6:32 AM, Henrique Viecili wrote: > As this thread is *15 months* old now, is there any update on

Re: Contract first with Swagger and Camel

2018-02-28 Thread Henrique Viecili
As this thread is *15 months* old now, is there any update on support for swagger contract-first? On 1 March 2018 at 16:04, Henrique Viecili wrote: > As this thread is 3 months old now, is there any update on support for > swagger contract-first? > > > Henrique Viecili > >

Re: Contract first with Swagger and Camel

2018-02-28 Thread Henrique Viecili
As this thread is 3 months old now, is there any update on support for swagger contract-first? Henrique Viecili On 25 November 2016 at 20:56, Claus Ibsen wrote: > I wonder if there is a swagger -> retrofit generator? > https://square.github.io/retrofit/ > > If doing

Re: Contract first with Swagger and Camel

2016-11-25 Thread Claus Ibsen
I wonder if there is a swagger -> retrofit generator? https://square.github.io/retrofit/ If doing java code for REST then this library is awesome. On Wed, Nov 23, 2016 at 10:07 AM, Claus Ibsen wrote: > Hi > > Yeah option B could be nice, the rest component could be

Re: Contract first with Swagger and Camel

2016-11-23 Thread Claus Ibsen
Hi Yeah option B could be nice, the rest component could be enhanced to support this. And with a convention as you say with the "direct" routes to map to some routes. Or allow users to configure the context-path -> route id / url mappings. You are welcome to log a JIRA about this idea. For