Skip to content

Swagger-Core 1.5.10 Released!

Choose a tag to compare

@frantuma frantuma released this 19 Aug 21:09
· 2158 commits to master since this release

Notable changes

  • #1656 - Multiple swagger definitions using the base path as a unique context discriminator

(see also specific sample java-jersey-jaxrs-multi-use-basepath)

  • #1513 - Method level reader extensions

(see example for decorator and annotated resource)

Notable bug fixes

  • #1714 - Fix swagger definition path for jersey2; deprecates ApiListingResourceJSON
  • #1831 - Fix ConcurrentModificationException when using SwaggerSpecFilter
  • #1765 - Fix numeric enum values serialization
  • #1648 - Fix IllegalArgumentException with @BeanParam and extra methods
  • #1757 - Retain refs from Array/Map Property types and ComposedModel when using "removingUnreferencedDefinitions"
  • #1776 - OSGi friendly swagger-jersey2-jaxrs