binkley / kotlin-spring-boot-hateoas-database

Kick the tires on Spring Boot HATEOAS with a database
The Unlicense
1 stars 0 forks source link

Bump springdoc.version from 1.6.11 to 1.6.12 #43

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps springdoc.version from 1.6.11 to 1.6.12. Updates 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


Updates springdoc-openapi-kotlin from 1.6.11 to 1.6.12

Release notes

Sourced from springdoc-openapi-kotlin'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-kotlin'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 will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)