Re: Various Swagger 1.5.16 issues with JAXB, Jersey 1.x/2.x and Swagger-UI 2.x and 3.x

2017-10-23 Thread Michael Günnewig
Issue 2487 is actually a duplicate of #1847 , for which even a pull request #2409 exists, which has not been included yet.

Re: Various Swagger 1.5.16 issues with JAXB, Jersey 1.x/2.x and Swagger-UI 2.x and 3.x

2017-10-20 Thread Michael Günnewig
Sure, provided some example code repository at https://github.com/dranuhl/swagger-bug-examples/, which had been used by myself to reproduce issue 2334 outside of my normal code base before I actually found it. During that effort

Re: Various Swagger 1.5.16 issues with JAXB, Jersey 1.x/2.x and Swagger-UI 2.x and 3.x

2017-10-19 Thread Ron Ratovsky
ger-swaggersocket@googlegroups.com" <swagger-swaggersocket@googlegroups.com> Date: Thursday, October 19, 2017 at 05:39 To: Swagger <swagger-swaggersocket@googlegroups.com> Subject: Various Swagger 1.5.16 issues with JAXB, Jersey 1.x/2.x and Swagger-UI 2.x and 3.x Hi all.

Various Swagger 1.5.16 issues with JAXB, Jersey 1.x/2.x and Swagger-UI 2.x and 3.x

2017-10-19 Thread Michael Günnewig
Hi all. I stumbled about a couple issues with using Swagger.io together with Jersey 1.x and 2.x. The issues can be seen using he following resource methods and the used model classes: @ApiOperation(value="Return List", notes="Let Jersey/JAXB do the element wrapping") @GET