Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump org.springdoc:springdoc-openapi-starter-webflux-ui from 2.5.0 to 2.8.6 in /server/api-service#1619

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intodev
base:dev
Choose a base branch
Loading
fromdependabot/maven/server/api-service/dev/org.springdoc-springdoc-openapi-starter-webflux-ui-2.8.6

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubApr 1, 2025
edited
Loading

Bumpsorg.springdoc:springdoc-openapi-starter-webflux-ui from 2.5.0 to 2.8.6.

Release notes

Sourced fromorg.springdoc:springdoc-openapi-starter-webflux-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

springdoc-openapi v2.8.5 released!

What's Changed

Added

  • #2696 - Do not require JsonSubType annotation for sealed classes
  • #2898 - add needed runtime reflection hints for native image
  • #2891 - Refactor trimIndent Method

Changed

  • Upgrade swagger-ui to v5.18.3

Fixed

  • #2902 - Schema replaced by String when using@​ApiResponse with RepresentationModel (Hateoas links)
  • #2876 - Restentpoints with same name get mix up

... (truncated)

Changelog

Sourced fromorg.springdoc:springdoc-openapi-starter-webflux-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

[2.8.5] - 2025-02-16

Added

  • #2696 - Do not require JsonSubType annotation for sealed classes
  • #2898 - add needed runtime reflection hints for native image
  • #2891 - Refactor trimIndent Method
  • #2931 - OpenAPIService serverBaseUrl is not thread safe
  • #2933 - Wrong schema generation with PagedModel generated VIA_DTO and wrapped in ResponseEntity

Changed

  • Upgrade swagger-ui to v5.18.3

Fixed

[2.8.4] - 2025-01-25

Added

  • #2873 - Improve performance of getGenericMapResponse
  • #2836 - Provide option to set allowed locales
  • 2862 - Align Swagger-UI Prefix Path with Swagger-WebMvc Behavior

Changed

  • Upgrade spring-boot to 3.4.2
  • Upgrade spring-cloud-function to 4.2.1

... (truncated)

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 incompare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [org.springdoc:springdoc-openapi-starter-webflux-ui](https://github.com/springdoc/springdoc-openapi) from 2.5.0 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.5.0...v2.8.6)---updated-dependencies:- dependency-name: org.springdoc:springdoc-openapi-starter-webflux-ui  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added DependenciesPull requests that update a dependency file javaPull requests that update Java code labelsApr 1, 2025
@netlifyNetlify
Copy link

netlifybot commentedApr 1, 2025
edited
Loading

Deploy Preview forlowcoder-test canceled.

NameLink
🔨 Latest commit87a213f
🔍 Latest deploy loghttps://app.netlify.com/sites/lowcoder-test/deploys/67ebec4fe8d6c600089988a8

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
DependenciesPull requests that update a dependency filejavaPull requests that update Java code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp