Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump springdoc.version from 2.8.5 to 2.8.6 #66

Merged
merged 1 commit into from
Mar 24, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps springdoc.version from 2.8.5 to 2.8.6.
Updates org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.5 to 2.8.6

Release notes

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases.

springdoc-openapi v2.8.6 released!

What's Changed

Added

  • #2909 - Check both SerDe BeanPropertyDefinition for @JsonUnwrapped/@​Schema
  • #2927 - Bail sealed class subtype introspection on Schema
  • #2917 - Add Future to ignored response wrappers
  • #2938 - Add out of the box support for LocalTime, YearMonth, MonthDay

Changed

  • Upgrade swagger-ui to v5.20.1
  • Upgrade swagger-core to 2.2.29
  • Upgrade spring-cloud-function to 4.2.2
  • Upgrade spring-boot to version 3.4.4

Fixed

  • #2928 - Add missing builder methods in SchemaBuilder
  • #2905 - ModelResolver.enumAsRef = true result in invalid openapi with actuator using enum param
  • #2939 - Duplicate ModelConverter registration with Spring Boot DevTools
  • #2941 - SpringBoot native fails /v3/api-docs when using a Map as an http entity field

New Contributors

Full Changelog: springdoc/springdoc-openapi@v2.8.5...v2.8.6

Changelog

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's changelog.

[2.8.6] - 2025-03-23

Added

  • #2909 - Check both SerDe BeanPropertyDefinition for @JsonUnwrapped/@​Schema
  • #2927 - Bail sealed class subtype introspection on Schema
  • #2917 - Add Future to ignored response wrappers
  • #2938 - Add out of the box support for LocalTime, YearMonth, MonthDay

Changed

  • Upgrade swagger-ui to v5.20.1
  • Upgrade swagger-core to 2.2.29
  • Upgrade spring-cloud-function to 4.2.2
  • Upgrade spring-boot to version 3.4.4

Fixed

  • #2928 - Add missing builder methods in SchemaBuilder
  • #2905 - ModelResolver.enumAsRef = true result in invalid openapi with actuator using enum param
  • #2939 - Duplicate ModelConverter registration with Spring Boot DevTools
  • #2941 - SpringBoot native fails /v3/api-docs when using a Map as an http entity field
Commits
  • 3cf77ca [maven-release-plugin] prepare release v2.8.6
  • c047b12 CHANGELOG.md update for the next release 2.8.6
  • 20e5eec SpringBoot native fails /v3/api-docs when using a Map as an http entity field...
  • e185654 Upgrade spring-boot to version 3.4.4
  • 3421305 Duplicate ModelConverter registration with Spring Boot DevTools. Fixes #2939
  • ec43ffb LocalTime, YearMonth, MonthDay are not serialized correctly in ISO 8601 forma...
  • 7e45bea Wrong schema generation with PagedModel generated VIA_DTO and wrapped in Resp...
  • c32a017 OpenAPIService serverBaseUrl is not thread safe. Fixes #2931
  • 65ae8ba Add Future to ignored response wrappers. Fixes #2917.
  • c07093c ModelResolver.enumAsRef = true result in invalid openapi with actuator using ...
  • Additional commits viewable in compare view

Updates org.springdoc:springdoc-openapi-starter-common from 2.8.5 to 2.8.6

Release notes

Sourced from org.springdoc:springdoc-openapi-starter-common's releases.

springdoc-openapi v2.8.6 released!

What's Changed

Added

  • #2909 - Check both SerDe BeanPropertyDefinition for @JsonUnwrapped/@​Schema
  • #2927 - Bail sealed class subtype introspection on Schema
  • #2917 - Add Future to ignored response wrappers
  • #2938 - Add out of the box support for LocalTime, YearMonth, MonthDay

Changed

  • Upgrade swagger-ui to v5.20.1
  • Upgrade swagger-core to 2.2.29
  • Upgrade spring-cloud-function to 4.2.2
  • Upgrade spring-boot to version 3.4.4

Fixed

  • #2928 - Add missing builder methods in SchemaBuilder
  • #2905 - ModelResolver.enumAsRef = true result in invalid openapi with actuator using enum param
  • #2939 - Duplicate ModelConverter registration with Spring Boot DevTools
  • #2941 - SpringBoot native fails /v3/api-docs when using a Map as an http entity field

New Contributors

Full Changelog: springdoc/springdoc-openapi@v2.8.5...v2.8.6

Changelog

Sourced from org.springdoc:springdoc-openapi-starter-common's changelog.

[2.8.6] - 2025-03-23

Added

  • #2909 - Check both SerDe BeanPropertyDefinition for @JsonUnwrapped/@​Schema
  • #2927 - Bail sealed class subtype introspection on Schema
  • #2917 - Add Future to ignored response wrappers
  • #2938 - Add out of the box support for LocalTime, YearMonth, MonthDay

Changed

  • Upgrade swagger-ui to v5.20.1
  • Upgrade swagger-core to 2.2.29
  • Upgrade spring-cloud-function to 4.2.2
  • Upgrade spring-boot to version 3.4.4

Fixed

  • #2928 - Add missing builder methods in SchemaBuilder
  • #2905 - ModelResolver.enumAsRef = true result in invalid openapi with actuator using enum param
  • #2939 - Duplicate ModelConverter registration with Spring Boot DevTools
  • #2941 - SpringBoot native fails /v3/api-docs when using a Map as an http entity field
Commits
  • 3cf77ca [maven-release-plugin] prepare release v2.8.6
  • c047b12 CHANGELOG.md update for the next release 2.8.6
  • 20e5eec SpringBoot native fails /v3/api-docs when using a Map as an http entity field...
  • e185654 Upgrade spring-boot to version 3.4.4
  • 3421305 Duplicate ModelConverter registration with Spring Boot DevTools. Fixes #2939
  • ec43ffb LocalTime, YearMonth, MonthDay are not serialized correctly in ISO 8601 forma...
  • 7e45bea Wrong schema generation with PagedModel generated VIA_DTO and wrapped in Resp...
  • c32a017 OpenAPIService serverBaseUrl is not thread safe. Fixes #2931
  • 65ae8ba Add Future to ignored response wrappers. Fixes #2917.
  • c07093c ModelResolver.enumAsRef = true result in invalid openapi with actuator using ...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.version` from 2.8.5 to 2.8.6.

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.5 to 2.8.6
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.8.5...v2.8.6)

Updates `org.springdoc:springdoc-openapi-starter-common` from 2.8.5 to 2.8.6
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.8.5...v2.8.6)

---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springdoc:springdoc-openapi-starter-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 24, 2025
@miguno miguno merged commit 0f809b9 into main Mar 24, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/maven/springdoc.version-2.8.6 branch March 24, 2025 09:16
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant