InseeFr / Eno-WS

MIT License
1 stars 10 forks source link

Bump springdoc-openapi-ui from 1.1.48 to 1.6.0 #51

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps springdoc-openapi-ui from 1.1.48 to 1.6.0.

Release notes

Sourced from springdoc-openapi-ui's releases.

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

  • Upgrade swagger-ui to 4.1.2
  • Upgrade to spring-boot 2.6.0
  • #1325 - Add tests for @​ParameterObject on spring boot webflux

Fixed

  • #1320 - Fixed exception handler order
  • #1331 - Endpoint parameters are translated even if they should not
  • #1333 - NPEs when using @​ParameterObject with custom Pageable and adding descriptions to fields
  • #1339 - Comments are not picked up for fields in Typed data classes
  • #1351 - @​Tag name parameter not consistently performing lookup on properties file
  • #1347 - Break circular references which disabled by default since spring boot 2.6

springdoc-openapi v1.5.12 released!

Changed

  • Upgrade swagger-ui to 3.52.5
  • #1282 - #1288 - #1292 - #1293 Use Optional List to inject RequestMappingInfoHandlerMapping.
  • #1290 - Use Publisher as response wrapper to ignore instead of Mono.
  • #1313 - Upgrading to io.github.classgraph:classgraph to v4.8.116
  • #1296 - Update Demo URLs

Fixed

  • #1316 - Hidden controller exposes Operation annotated method
  • #1289 - Fix server address customizing in case of enabled pre-loading mode
  • #1274 - Objects properties order is not preserved with springdoc.api-docs.resolve-schema-properties = true.
  • #1287 - Fix typo of PageableConverter Javadoc

springdoc-openapi v1.5.11 released!

... (truncated)

Changelog

Sourced from springdoc-openapi-ui's changelog.

[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

Changed

  • Upgrade swagger-ui to 4.1.2
  • Upgrade to spring-boot 2.6.0
  • #1325 - Add tests for @​ParameterObject on spring boot webflux

Fixed

  • #1320 - Fixed exception handler order
  • #1331 - Endpoint parameters are translated even if they should not
  • #1333 - NPEs when using @​ParameterObject with custom Pageable and adding descriptions to fields
  • #1339 - Comments are not picked up for fields in Typed data classes
  • #1351 - @​Tag name parameter not consistently performing lookup on properties file
  • #1347 - Break circular references which disabled by default since spring boot 2.6

[1.5.12] - 2021-10-20

Changed

  • Upgrade swagger-ui to 3.52.5
  • #1282 - #1288 - #1292 - #1293 Use Optional List to inject RequestMappingInfoHandlerMapping.
  • #1290 - Use Publisher as response wrapper to ignore instead of Mono.
  • #1313 - Upgrading to io.github.classgraph:classgraph to v4.8.116
  • #1296 - Update Demo URLs

Fixed

  • #1316 - Hidden controller exposes Operation annotated method
  • #1289 - Fix server address customizing in case of enabled pre-loading mode
  • #1274 - Objects properties order is not preserved with springdoc.api-docs.resolve-schema-properties = true.
  • #1287 - Fix typo of PageableConverter Javadoc

[1.5.11] - 2021-10-03

... (truncated)

Commits
  • d24c667 [maven-release-plugin] prepare release v1.6.0
  • 0e17f74 Enhance Actuator + CHANGELOG.md update
  • d571b70 revert changes. Fixes #1379.
  • 828106e code review. Fixes #1379.
  • 83a22f8 code cleanup. Fixes #1379.
  • c9f7cef Enable support for Swagger-UI 4.1.3 Release. Enable support for queryConfigEn...
  • 06b6e12 update config auto-completion for syntax-highlight
  • 01d59e4 NullPointerException on JavadocPropertyCustomizer.java:81 - Warning level. Fi...
  • 28f6190 Upgrade to swagger-ui 4.1.3 and spring-boot 2.6.1
  • 2860eb1 Enhance Pageable config. Fixes #1373.
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #56.