dropwizard-swagger icon indicating copy to clipboard operation
dropwizard-swagger copied to clipboard

v0.5.3 -- Not using Swagger API v1.3.12 -- Uses v1.3.2

Open jasonatepaint opened this issue 9 years ago • 0 comments

The Readme states that 1.3.12 is used for v0.5.3.... but examining the POM, I see:

<swagger.version>1.3.2</swagger.version>

This older version does not have the @Inherited annotation, which causes issues where child classes aren't picking up annotations from it's parent.

The @Inherited annotation was added to Swagger API 1.3.9....

Any chance you could upgrade Swagger to 1.3.9 (or 12)... so we can take advantage of this feature? Unfortunately, I am not able to upgrade to DropWizard .8 yet due to other dependencies.

jasonatepaint avatar May 21 '15 21:05 jasonatepaint