Skip to content

Bump springdoc-openapi-ui from 1.5.6 to 1.5.7

Bumps springdoc-openapi-ui from 1.5.6 to 1.5.7.

Release notes

Sourced from springdoc-openapi-ui's releases.

springdoc-openapi v1.5.7 released!

Added

  • #1110 - Add configuration flag for tryItOutEnabled
  • #1128 - Add support for Generic fields in ParameterObject

Changed

  • Upgrade swagger-ui version to 3.46.0

Fixed

  • #1109 - webflux: contextPath not used while behind a load balancer/reverse proxy.
  • #1122 - StackOverflowError when using Kotlin companion object's field
  • #1125 - Multiple @SecurityScheme inside a @SecuritySchemes are not present in the openapi spec
  • #1134 - NoClassDefFoundError: WebFluxProperties$Format.
Changelog

Sourced from springdoc-openapi-ui's changelog.

[1.5.7] - 2021-04-09

Added

  • #1110 - Add configuration flag for tryItOutEnabled
  • #1128 - Add support for Generic fields in ParameterObject are not resolved

Changed

  • Upgrade swagger-ui version to 3.46.0

Fixed

  • #1109 - webflux: contextPath not used while behind a load balancer/reverse proxy.
  • #1122 - StackOverflowError when using Kotlin companion object's field
  • #1125 - Multiple @SecurityScheme inside a @SecuritySchemes are not present in the openapi spec
  • #1134 - NoClassDefFoundError: WebFluxProperties$Format.
Commits
  • 17698de [maven-release-plugin] prepare release v1.5.7
  • a2d0bbb CHANGELOG.md update
  • 1a4c824 Springboot have a exception:NoClassDefFoundError: WebFluxProperties$Format. F...
  • 31dae33 enhacement for #1128
  • 3d88e14 upgrade swagger-ui version to 3.46.0
  • 25ed0da code review
  • 382f009 Multiple @SecurityScheme inside a @SecuritySchemes are not present in the ope...
  • 27cbb4b StackOverflowError when using Kotlin companion object's fields. fixes #1122
  • 2f96f9f webflux: contextPath not used while behind a load balancer/reverse proxy. fix...
  • 63f15b5 Merge branch 'quom-add_try_it_out_enabled'
  • Additional commits viewable in compare view

Merge request reports

Loading