quarkus-for-spring-developers / examples

Example code for the Quarkus for Spring Developers eBook
https://red.ht/quarkus-spring-devs
Apache License 2.0
46 stars 17 forks source link

Bump springdoc-openapi-ui from 1.6.7 to 1.6.8 #172

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps springdoc-openapi-ui from 1.6.7 to 1.6.8.

Release notes

Sourced from springdoc-openapi-ui's releases.

springdoc-openapi v1.6.8 released!

Added

  • #1616 - Add global customizer and filters
  • #1620 - Allow ComposedSchemas to replace non-composed so we can respect polymorphic links discovered in later methods
  • #1579 - Updated class and method javadoc handling

Changed

  • upgrade to spring-boot 2.6.7
  • #1603 - Update swagger-ui path from /swaggerui to /swagger-ui when using management port (actuator) .
  • Prefer ComposedSchemas over non-composed so that method name order doesn't prevent polymorphic links generating into the spec

Fixed

  • #1621 - Redirection to UI broken with query-config-enabled when any other boolean parameter is defined.
  • #1617 - spring cloud stream crashes at startup.
  • #1605 - spring-native NullPointerException due to missing TypeHint
Changelog

Sourced from springdoc-openapi-ui's changelog.

[1.6.8] - 2022-04-22

Added

  • #1616 - Add global customizer and filters
  • #1620 - Allow ComposedSchemas to replace non-composed so we can respect polymorphic links discovered in later methods
  • #1579 - Updated class and method javadoc handling

Changed

  • upgrade to spring-boot 2.6.7
  • #1603 - Update swagger-ui path from /swaggerui to /swagger-ui when using management port (actuator) .
  • Prefer ComposedSchemas over non-composed so that method name order doesn't prevent polymorphic links generating into the spec

Fixed

  • #1621 - Redirection to UI broken with query-config-enabled when any other boolean parameter is defined.
  • #1617 - spring cloud stream crashes at startup.
  • #1605 - spring-native NullPointerException due to missing TypeHint
Commits
  • dc4a998 [maven-release-plugin] prepare release v1.6.8
  • 9553470 CHANGELOG.md update
  • 9a68941 Redirection to UI broken with query-config-enabled when any other boolean par...
  • abb0adc upgrade to spring-boot 2.6.7
  • 3623b6e Unexpected path behaviour when using management port (actuator). Fixes #1603.
  • d2e71dc springdoc-openapi-webflux-ui v1.6.7 + spring actuator + spring cloud crashes ...
  • 160d3bc Merge branch 'slw546-fix/respect_composed_schemas'
  • 091a5c9 project review
  • c7c31fc Merge branch 'fix/respect_composed_schemas' of https://github.com/slw546/spri...
  • 7c0703c code review
  • Additional commits viewable in compare view


Dependabot compatibility score

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)