Skip to content

Bump springdoc-openapi-ui from 1.6.11 to 1.6.12

Bumps springdoc-openapi-ui from 1.6.11 to 1.6.12.

Release notes

Sourced from springdoc-openapi-ui's releases.

springdoc-openapi v1.6.12 released!

Added

  • #1888 - custom Summary for actuator
  • #1881 - Support @​Hidden annotation on REST repositories.
  • #1878 - Sort request methods
  • #1830 - Support Java record
  • #1814 - Allow requestBody creation for GET on openapi resource endpoint

Changed

  • Upgrade swagger-core to 2.2.4
  • Upgrade spring-boot to 2.7.4
  • Upgrade swagger-ui to 4.14.3

Fixed

  • #1829 - Wrong schema generation on endpoint consuming multipart form data combined with JsonView
  • #1842 - A HTTP header in multipart/form-data is handled as form item instead of header
  • #1845 - Wrong "response" description with two controllers having its own ExceptionHandler.
  • #1855 - Fixed a bug that duplicate field were get for record classes.
  • #1820 - Refresh the browser each time, the global header is added in duplicate.
  • #523 - No documented way to handle Mono/Flux without Webflux.
  • #1816 - Parameters with same name but different locations can't render in UI properly

New Contributors

Full Changelog: https://github.com/springdoc/springdoc-openapi/compare/v1.6.11...v1.6.12

Changelog

Sourced from springdoc-openapi-ui's changelog.

[1.6.12] - 2022-10-17

Added

  • #1888 - custom Summary for actuator
  • #1881 - Support @​Hidden annotation on REST repositories.
  • #1878 - Sort request methods
  • #1830 - Support Java record
  • #1814 - Allow requestBody creation for GET on openapi resource endpoint

Changed

  • Upgrade swagger-core to 2.2.4
  • Upgrade spring-boot to 2.7.4
  • Upgrade swagger-ui to 4.14.3

Fixed

  • #1829 - Wrong schema generation on endpoint consuming multipart form data combined with JsonView
  • #1842 - A HTTP header in multipart/form-data is handled as form item instead of header
  • #1845 - Wrong "response" description with two controllers having its own ExceptionHandler.
  • #1855 - Fixed a bug that duplicate field were get for record classes.
  • #1820 - Refresh the browser each time, the global header is added in duplicate.
  • #523 - No documented way to handle Mono/Flux without Webflux.
  • #1816 - Parameters with same name but different locations can't render in UI properly
Commits
  • 499e42c [maven-release-plugin] prepare release v1.6.12
  • cd12fd6 CHANGELOG.md update
  • 68d79e1 CHANGELOG.md update
  • e98c32f Upgrade swagger-core to 2.2.4
  • a8fb5e5 Merge pull request #1878 from yotam2010/fix-request-mapping
  • 9adcefc Upgrade:
  • 8197824 Merge pull request #1888 from sbernardo/master
  • 277b3c7 Support @​Hidden annotation on REST repositories. Fixes #1881
  • 12a047f Wrong schema generation on endpoint consuming multipart form data combined wi...
  • bc185f4 A HTTP header in multipart/form-data is handled as form item instead of heade...
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports