Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Bumped springDocVersion from 1.5.10 to 1.5.13 #348

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps springDocVersion from 1.5.10 to 1.5.13.
Updates springdoc-openapi-webflux-ui from 1.5.10 to 1.5.13

Release notes

Sourced from springdoc-openapi-webflux-ui's releases.

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!

Added

  • #1232 - Get CSRF token from local storage
  • #1256 - Added parent pom.xml as BOM
  • #1258 - Add support for HandlerTypePredicate in spring-web.
  • #1265 - adding spring support with the official jetbrains compiler plugin
  • #1268 - Added I18n support.
  • #38 - Derive documentation from javadoc.

Changed

  • Upgrade swagger-ui to 3.52.3
  • Upgrade swagger-api to 2.1.11
  • Upgrade spring-boot to 2.5.5
  • #1233 - Operation ids for actuator endpoints.

Fixed

  • #1230 - Feign clients that uses SpringMVCContract appears in OpenApi like controllers exposed if spring-boot-starter-actuator is in classpath.
  • #1215 - Bad Pageable description in Page description.
  • #1215 - Change default behavior of pageable reoslution, outside of spring data rest.
  • #1252 - Schemas for subclasses not rendered in GraalVM native image builds.

... (truncated)

Changelog

Sourced from springdoc-openapi-webflux-ui's changelog.

[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

Added

  • #1232 - Get CSRF token from local storage
  • #1256 - Added parent pom.xml as BOM
  • #1258 - Add support for HandlerTypePredicate in spring-web.
  • #1265 - adding spring support with the official jetbrains compiler plugin
  • #1268 - Added I18n support.
  • #38 - Derive documentation from javadoc.

Changed

  • Upgrade swagger-ui to 3.52.3
  • Upgrade swagger-api to 2.1.11
  • Upgrade spring-boot to 2.5.5
  • #1233 - Operation ids for actuator endpoints.

Fixed

  • #1230 - Feign clients that uses SpringMVCContract appears in OpenApi like controllers exposed if spring-boot-starter-actuator is in classpath.
  • #1215 - Bad Pageable description in Page description.
  • #1215 - Change default behavior of pageable reoslution, outside of spring data rest.
  • #1252 - Schemas for subclasses not rendered in GraalVM native image builds.

... (truncated)

Commits
  • b9e5935 [maven-release-plugin] prepare release v1.5.13
  • b804199 CHANGELOG.md update
  • 6fc3ebf keep compatibility with spring versions previous to 5.1
  • 5bf8c3d upgrade swagger-ui to version 4.1.2
  • b126779 Break circular references which disabled by default since spring boot 2.6. Fi...
  • 98e00f0 Treat java.nio.charset.Charset as string type by default. fixes #1348
  • 62a4e7b code review
  • 1a3c5ce @​Tag name parameter not consistently performing lookup on properties file. Fi...
  • 6725f08 Add support for spring-native 0.11-RC1. (remove property springdoc.enable-nat...
  • 3483389 upgrade to spring-boot 2.6.0
  • Additional commits viewable in compare view

Updates springdoc-openapi-security from 1.5.10 to 1.5.13

Release notes

Sourced from springdoc-openapi-security's releases.

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!

Added

  • #1232 - Get CSRF token from local storage
  • #1256 - Added parent pom.xml as BOM
  • #1258 - Add support for HandlerTypePredicate in spring-web.
  • #1265 - adding spring support with the official jetbrains compiler plugin
  • #1268 - Added I18n support.
  • #38 - Derive documentation from javadoc.

Changed

  • Upgrade swagger-ui to 3.52.3
  • Upgrade swagger-api to 2.1.11
  • Upgrade spring-boot to 2.5.5
  • #1233 - Operation ids for actuator endpoints.

Fixed

  • #1230 - Feign clients that uses SpringMVCContract appears in OpenApi like controllers exposed if spring-boot-starter-actuator is in classpath.
  • #1215 - Bad Pageable description in Page description.
  • #1215 - Change default behavior of pageable reoslution, outside of spring data rest.
  • #1252 - Schemas for subclasses not rendered in GraalVM native image builds.

... (truncated)

Changelog

Sourced from springdoc-openapi-security's changelog.

[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

Added

  • #1232 - Get CSRF token from local storage
  • #1256 - Added parent pom.xml as BOM
  • #1258 - Add support for HandlerTypePredicate in spring-web.
  • #1265 - adding spring support with the official jetbrains compiler plugin
  • #1268 - Added I18n support.
  • #38 - Derive documentation from javadoc.

Changed

  • Upgrade swagger-ui to 3.52.3
  • Upgrade swagger-api to 2.1.11
  • Upgrade spring-boot to 2.5.5
  • #1233 - Operation ids for actuator endpoints.

Fixed

  • #1230 - Feign clients that uses SpringMVCContract appears in OpenApi like controllers exposed if spring-boot-starter-actuator is in classpath.
  • #1215 - Bad Pageable description in Page description.
  • #1215 - Change default behavior of pageable reoslution, outside of spring data rest.
  • #1252 - Schemas for subclasses not rendered in GraalVM native image builds.

... (truncated)

Commits
  • b9e5935 [maven-release-plugin] prepare release v1.5.13
  • b804199 CHANGELOG.md update
  • 6fc3ebf keep compatibility with spring versions previous to 5.1
  • 5bf8c3d upgrade swagger-ui to version 4.1.2
  • b126779 Break circular references which disabled by default since spring boot 2.6. Fi...
  • 98e00f0 Treat java.nio.charset.Charset as string type by default. fixes #1348
  • 62a4e7b code review
  • 1a3c5ce @​Tag name parameter not consistently performing lookup on properties file. Fi...
  • 6725f08 Add support for spring-native 0.11-RC1. (remove property springdoc.enable-nat...
  • 3483389 upgrade to spring-boot 2.6.0
  • 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)

@dependabot dependabot bot requested review from a team as code owners December 12, 2021 07:34
@dependabot dependabot bot added dependencies Update or add some dependencies java Pull requests that update Java code labels Dec 12, 2021
@MarcelCoding
Copy link
Member

@dependabot rebase

Bumps `springDocVersion` from 1.5.10 to 1.5.13.

Updates `springdoc-openapi-webflux-ui` from 1.5.10 to 1.5.13
- [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.5.10...v1.5.13)

Updates `springdoc-openapi-security` from 1.5.10 to 1.5.13
- [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.5.10...v1.5.13)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/springDocVersion-1.5.13 branch from 04181e3 to b96257d Compare December 12, 2021 07:36
@MarcelCoding MarcelCoding changed the title Bump springDocVersion from 1.5.10 to 1.5.13 Bumped springDocVersion from 1.5.10 to 1.5.13 Dec 12, 2021
@MarcelCoding MarcelCoding enabled auto-merge (squash) December 12, 2021 07:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Update or add some dependencies java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant