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
I encountered an issue with the @ApiImplicitParam annotation not making it through the the swagger.json. I tracked the bug back to an issue with the version of the swagger-jersey2-jaxrs-1.5.1-M2 jar. They've fixed the bug in more recent versions. Normally with Maven, I'd just force to a more recent version. However since then, they've also repackaged the swagger libraries (in June I think). They have new package names and a new Maven Group ID. So, I can't fix this issue simply through Maven.
Any plans to update to the new packaging so that future fixes with Swagger can be picked up?
The text was updated successfully, but these errors were encountered:
I encountered an issue with the @ApiImplicitParam annotation not making it through the the swagger.json. I tracked the bug back to an issue with the version of the swagger-jersey2-jaxrs-1.5.1-M2 jar. They've fixed the bug in more recent versions. Normally with Maven, I'd just force to a more recent version. However since then, they've also repackaged the swagger libraries (in June I think). They have new package names and a new Maven Group ID. So, I can't fix this issue simply through Maven.
Any plans to update to the new packaging so that future fixes with Swagger can be picked up?
The text was updated successfully, but these errors were encountered: