Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2021

Bumps springdoc-openapi-ui from 1.4.8 to 1.6.3.

Release notes

Sourced from springdoc-openapi-ui's releases.

springdoc-openapi v1.6.3 released!

Added

  • #1299 - Add support for Spring Cloud Function Web.

Changed

  • Upgrade to swagger-core 2.1.12
  • Upgrade to spring-boot 2.6.2
  • Upgrade spring-native to 0.11.1
  • bump classgraph version to 4.8.117

Fixed

  • #405 - Enhance springdoc-openapi as BOM for Gradle

springdoc-openapi v1.6.2 released!

Added

  • #1386, #1385 - Disable validation by default
  • #1384 - Enhance swagger-ui access

Fixed

  • #1392 - Consistent OperationId generation problem with Locale
  • #1394 - Getting 404 when trying to access swagger-ui of a native spring-boot app

springdoc-openapi v1.6.1 released!

Added

  • #1383 - Add support for BasePathAwareController

Fixed

  • #1380 - Jhipster tests failing after upgrading from 1.5.13 to 1.6.0

springdoc-openapi v1.6.0 released!

Added

  • #1356, #1360 - Add support for caching based on Locale
  • #1355 - Add support for @​Tag description using i18n
  • #1376 - Add Support for Spring Native 0.11
  • #1365 - Make MediaType for "loginRequestBody" as "application/json"
  • #1375 - Support @​JsonIgnore in @​ParameterObject.
  • #1379 - Enable support for queryConfigEnabled. Disable reading config params from URL search params by default

Changed

  • Upgrade swagger-ui to 4.1.3
  • Upgrade to spring-boot 2.6.1
  • #1373 - Enhance Pageable config

Fixed

  • #1353 - Servers from cached OpenAPI are overwritten and customizer is skipped.
  • #1364 - Incorrect configUrl due to null path prefix
  • #1370 - NullPointerException on JavadocPropertyCustomizer.java:81 - Warning level

springdoc-openapi v1.5.13 released!

Added

  • #1317 - Add SpEL support for default values
  • #1324 - springdoc-openapi-javadoc doesn't work with @​ParameterObject
  • #1334 - Allow customizing / disabling PolymorphicModelConverter
  • #1328 - Add support for spring-native 0.11-RC1. (remove property springdoc.enable-native-image-support and introduce new springdoc module)
  • #1348 - Treat java.nio.charset.Charset as string type by default.

Changed

... (truncated)

Changelog

Sourced from springdoc-openapi-ui's changelog.

[1.6.3] - 2021-12-25

Added

  • #1299 - Add support for Spring Cloud Function Web.

Changed

  • Upgrade to swagger-core 2.1.12
  • Upgrade to spring-boot 2.6.2
  • Upgrade spring-native to 0.11.1
  • bump classgraph version to 4.8.117

Fixed

  • #1405 - Enhance springdoc-openapi as BOM for Gradle

[1.6.2] - 2021-12-19

Added

  • #1386, #1385 - Disable validation by default
  • #1384 - Enhance swagger-ui access

Fixed

  • #1392 - Consistent OperationId generation problem with Locale
  • #1394 - Getting 404 when trying to access swagger-ui of a native spring-boot app

[1.6.1] - 2021-12-12

Added

  • #1383 - Add support for BasePathAwareController

Fixed

  • #1380 - Jhipster tests failing after upgrading from 1.5.13 to 1.6.0
  • #1381 - Related to show-actuator=true with no groups

[1.6.0] - 2021-12-12

Added

  • #1356, #1360 - Add support for caching based on Locale
  • #1355 - Add support for @​Tag description using i18n
  • #1376 - Add Support for Spring Native 0.11
  • #1365 - Make MediaType for "loginRequestBody" as "application/json"
  • #1375 - Support @​JsonIgnore in @​ParameterObject.
  • #1379 - Enable support for queryConfigEnabled. Disable reading config params from URL search params by default

Changed

  • Upgrade swagger-ui to 4.1.3
  • Upgrade to spring-boot 2.6.1
  • #1373 - Enhance Pageable config

Fixed

  • #1353 - Servers from cached OpenAPI are overwritten and customizer is skipped.
  • #1364 - Incorrect configUrl due to null path prefix
  • #1370 - NullPointerException on JavadocPropertyCustomizer.java:81 - Warning level

[1.5.13] - 2021-11-30

Added

  • #1317 - Add SpEL support for default values
  • #1324 - springdoc-openapi-javadoc doesn't work with @​ParameterObject
  • #1334 - Allow customizing / disabling PolymorphicModelConverter
  • #1328 - Add support for spring-native 0.11-RC1. (remove property springdoc.enable-native-image-support and introduce new springdoc module)
  • #1348 - Treat java.nio.charset.Charset as string type by default

... (truncated)

Commits
  • c883585 [maven-release-plugin] prepare release v1.6.3
  • 499d73b code review
  • d40ace4 add property springdoc.show-spring-cloud-functions
  • b1367f8 Upgrade to spring-boot 2.6.2
  • c40f51a code review
  • 40a700d CHANGELOG.md update for v1.6.3
  • d383b2b Upgrade spring-native to 0.11.1
  • d211191 Better. fixes #1405
  • b5b89cf Tests review
  • 5c9d55e Using springdoc-openapi as BOM uses Gradle project verson rather than BOM ver...
  • 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)

Bumps [springdoc-openapi-ui](https://github.com/springdoc/springdoc-openapi) from 1.4.8 to 1.6.3.
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v1.4.8...v1.6.3)

---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 27, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2022

Superseded by #147.

@dependabot dependabot bot closed this Jan 6, 2022
@dependabot dependabot bot deleted the dependabot/maven/org.springdoc-springdoc-openapi-ui-1.6.3 branch January 6, 2022 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants