You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a bug in an older version of the swagger libraries. It needs to be updated, but that requires repackaging because the bug is fixed after Swagger switched package names.
I need to use @ApiImplicitParam(https://github.com/swagger-api/swagger-core/wiki/Annotations#apiimplicitparam-apiimplicitparams) in my project. But it was not working.
The dropwizard-swagger version used is 0.7.0
The issue can be reproduced by adding the following method in SampleResoucrce.java in dropwizard-swagger-sample-app (1.0-SNAPSHOT)
The generated swagger.json didn't have the params listed in ApiImplicitParams.
Could you please have a look?
The text was updated successfully, but these errors were encountered: