Re: Swagger2Feature - Enabling Swagger UI / Spring Boot CXF starter default path

2016-11-11 Thread Sergey Beryozkin
Hi, will try to be there cheers. Sergey On 11/11/16 16:58, J. Fiala wrote: Hi Sergey, No problem, yes of course I can show the main points to you, would be great to get your opinion here, maybe we can spark some ideas into wadl2java eventually... If you like we can take this to the Apache BarC

Re: Scalability of Async CXF for JAX-RS

2016-11-11 Thread Daniel Kulp
> On Nov 8, 2016, at 12:43 PM, Canning, Charles wrote: > > Hi, > > I am writing to figure out the model for the async methods for the JAX-RS > implementation. I went through the Jersey stuff and it actually consumes 2 > threads per connection when in async and the lead states it is an > arch

Re: Swagger2Feature - Enabling Swagger UI / Spring Boot CXF starter default path

2016-11-11 Thread J. Fiala
Hi Sergey, No problem, yes of course I can show the main points to you, would be great to get your opinion here, maybe we can spark some ideas into wadl2java eventually... If you like we can take this to the Apache BarCamp, I can be there in the morning? Best regards, Johannes Am 11.11.2

Re: Swagger2Feature - Enabling Swagger UI / Spring Boot CXF starter default path

2016-11-11 Thread Sergey Beryozkin
Hi Johannes. You are doing something quite big there with Swagger CodeGen, thanks, - unfortunately I'll miss next Friday presentations - but please show you demo to me on Wed/Thursday, we'll find some time for sure Thanks, Sergey On 11/11/16 16:05, J. Fiala wrote: Dear Sergey, Great, I added

Re: Swagger2Feature - Enabling Swagger UI / Spring Boot CXF starter default path

2016-11-11 Thread J. Fiala
Dear Sergey, Great, I added this for the next Swagger-Codegen release so Swagger-UI can be activated with CLI options: PR https://github.com/swagger-api/swagger-codegen/pull/4164 Best regards, Johannes Am 11.11.2016 um 16:33 schrieb Sergey Beryozkin: Hi Johannes On 11/11/16 14:58, Johannes

Re: Swagger2Feature - Enabling Swagger UI / Spring Boot CXF starter default path

2016-11-11 Thread Sergey Beryozkin
Hi Johannes On 11/11/16 14:58, Johannes Fiala wrote: Hi there, http://cxf.apache.org/docs/swagger2feature.html 1.) I found a minor bug in the docs when trying the Swagger-UI feature: The flag supportSwaggerUi is present in the Swagger2Feature.java in CXF 3.1.7, but not writable with a setter.

Swagger2Feature - Enabling Swagger UI / Spring Boot CXF starter default path

2016-11-11 Thread Johannes Fiala
Hi there, http://cxf.apache.org/docs/swagger2feature.html 1.) I found a minor bug in the docs when trying the Swagger-UI feature: The flag supportSwaggerUi is present in the Swagger2Feature.java in CXF 3.1.7, but not writable with a setter. This is the case starting with CXF 3.1.8. Current: