realworld-backend-spring
realworld-backend-spring copied to clipboard
Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.8.14
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| org.springdoc:springdoc-openapi-starter-webmvc-ui (source) | 2.8.9 -> 2.8.14 |
Release Notes
springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webmvc-ui)
v2.8.14
Added
- #3090 - Add logs to notify when SpringDocs/Scalar is enabled because SpringDocs/Scalar is enabled by default
Changed
- Upgrade swagger-ui to v5.30.1
- Upgrade swagger-core to v2.2.38
- Upgrade spring-boot to v3.5.7
- Upgrade commons-lang3 to v3.18.0
- Upgrade scalar to v0.3.12
Fixed
- #3107 - Fix:compatible with lower version of getOpenApi().
- #3121 - NPE in KotlinDeprecatedPropertyCustomizer - resolvedSchema is null
v2.8.13
Added
- #3084 - Add Scalar Support
Changed
- Upgrade swagger-ui to v5.28.1
Fixed
- #3076 - With oneOf the response schema contains an extra type: string
v2.8.12
Changed
- Upgrade swagger-ui to v5.28.0
Fixed
- #3073 - Duplicate key class Parameter when documenting two GET methods with same path and PathVariable.
- #3071 - @io.swagger.v3.oas.annotations.parameters.RequestBody does not work well with @RequestPart
- #3066 - Parameter is now required after upgrading to springdoc-openapi 2.8.10
v2.8.11
Added
- #3065 - javadoc and overall performance optimization
Changed
- Upgrade spring-boot to v3.5.5
Fixed
- #3064 -ClassNotFoundException: kotlin.reflect.full.KClasses
v2.8.10
Added
- #3046 - Feature Request: Support @jakarta.annotation.Nonnull.
- #3042 - Support externalDocs configure on SpecPropertiesCustomizer
- #3057 - Refactor webhook discovery and scanning mechanism
Changed
- Upgrade spring-boot to v3.5.4
- Upgrade swagger-ui to v5.27.1
- Upgrade swagger-core to 2.2.36
Fixed
- #3050 - @RequestPart JSON parameters missing Content-Type in generated curl commands, causing 415 errors.
- #2978 - Parameter is no longer optional after upgrade to 2.8.8
- #3022 - NullPointerException thrown in SchemaUtils.
- #3026 - Fix unexpected merging of media types
- #3036 - Fixed "desciption"
- #3039 - Fix: Property resolution for extensions within @OpenAPIDefinition Info object
- #3051 - Fixes so that a RequestPart with a Map is added to the RequestBody
- #3060 - Use adaptFromForwardedHeaders instead of deprecated fromHttpRequest
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 70.32%. Comparing base (7b960b6) to head (d3e2a44).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## master #83 +/- ##
=========================================
Coverage 70.32% 70.32%
Complexity 113 113
=========================================
Files 54 54
Lines 465 465
Branches 30 30
=========================================
Hits 327 327
Misses 117 117
Partials 21 21
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.