Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.6.0 #19

Merged
Fascinated merged 1 commits from renovate/org.springdoc-springdoc-openapi-starter-webmvc-ui-2.x into master 2024-07-06 07:28:56 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
org.springdoc:springdoc-openapi-starter-webmvc-ui (source) compile minor 2.5.0 -> 2.6.0

Release Notes

springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webmvc-ui)

v2.6.0

Compare Source

Added
  • #​2561 - NPE occurs when outputting an OpenAPI document since 2.5.0
  • #​2579 - Add support for leading tab characters with trim-kotlin-indent.
  • #​2589 - Pass HttpRequest to ServerBaseUrlCustomizer
  • #​2596, #​2600 - consumes and produces calculation. Fixes
  • #​2625, #​2626 - Replace Page schema with PagedModel when pageSerializationMode is set to VIA_DTO
  • #​2627 - Ensure compatibility with previous version of spring data
  • #​2576 - GroupedApi orders by displayName instead of name.
  • #​2584 - Dynamically define ApiGroups does not work.
  • #​2595 - Spring security support of @​RegisteredOAuth2AuthorizedClient
Changed
  • Upgrade spring-boot to 3.3.0
  • Upgrade swagger-core to 2.2.22
  • Upgrade swagger-ui to 5.17.14
  • Upgrade spring-cloud-function to 4.1.2
  • Upgrade spring-security-oauth2-authorization-server to 1.3.0
Fixed
  • #​2577 - Fix missing exception response types in OpenAPI spec
  • #​2591 - When an entity class contains fields of Class<?> type, an infinite loop.
  • #​2603 - PolymorphicModelConverter only handles direct subtypes and misses indirect.
  • #​2606 - Spring Authorization Server Metadata Endpoint not compatible.
  • #​2621 - Content-type for POST endpoints with multipart/form-data does not work since v2.4.0.
  • #​2622 - Kotlin enums are always marked as required if used in Java controllers.
  • #​2601 - Multiple Superclasses Are Not Mapped To Multiple allOf If Used In Different Services.
  • #​2597 - Polymorphic fields on polymorphic parents don't get correct oneOf docs generated.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://springdoc.org/) ([source](https://github.com/springdoc/springdoc-openapi)) | compile | minor | `2.5.0` -> `2.6.0` | --- ### Release Notes <details> <summary>springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webmvc-ui)</summary> ### [`v2.6.0`](https://github.com/springdoc/springdoc-openapi/blob/HEAD/CHANGELOG.md#260---2024-06-30) [Compare Source](https://github.com/springdoc/springdoc-openapi/compare/v2.5.0...v2.6.0) ##### Added - [#&#8203;2561](https://github.com/springdoc/springdoc-openapi/issues/2561) - NPE occurs when outputting an OpenAPI document since 2.5.0 - [#&#8203;2579](https://github.com/springdoc/springdoc-openapi/issues/2579) - Add support for leading tab characters with trim-kotlin-indent. - [#&#8203;2589](https://github.com/springdoc/springdoc-openapi/issues/2589) - Pass HttpRequest to ServerBaseUrlCustomizer - [#&#8203;2596](https://github.com/springdoc/springdoc-openapi/issues/2596), [#&#8203;2600](https://github.com/springdoc/springdoc-openapi/issues/2600) - consumes and produces calculation. Fixes - [#&#8203;2625](https://github.com/springdoc/springdoc-openapi/issues/2625), [#&#8203;2626](https://github.com/springdoc/springdoc-openapi/issues/2626) - Replace Page schema with PagedModel when pageSerializationMode is set to VIA_DTO - [#&#8203;2627](https://github.com/springdoc/springdoc-openapi/issues/2627) - Ensure compatibility with previous version of spring data - [#&#8203;2576](https://github.com/springdoc/springdoc-openapi/issues/2576) - GroupedApi orders by displayName instead of name. - [#&#8203;2584](https://github.com/springdoc/springdoc-openapi/issues/2584) - Dynamically define ApiGroups does not work. - [#&#8203;2595](https://github.com/springdoc/springdoc-openapi/issues/2595) - Spring security support of [@&#8203;RegisteredOAuth2AuthorizedClient](https://github.com/RegisteredOAuth2AuthorizedClient) ##### Changed - Upgrade spring-boot to 3.3.0 - Upgrade swagger-core to 2.2.22 - Upgrade swagger-ui to 5.17.14 - Upgrade spring-cloud-function to 4.1.2 - Upgrade spring-security-oauth2-authorization-server to 1.3.0 ##### Fixed - [#&#8203;2577](https://github.com/springdoc/springdoc-openapi/issues/2577) - Fix missing exception response types in OpenAPI spec - [#&#8203;2591](https://github.com/springdoc/springdoc-openapi/issues/2591) - When an entity class contains fields of Class\<?> type, an infinite loop. - [#&#8203;2603](https://github.com/springdoc/springdoc-openapi/issues/2603) - PolymorphicModelConverter only handles direct subtypes and misses indirect. - [#&#8203;2606](https://github.com/springdoc/springdoc-openapi/issues/2606) - Spring Authorization Server Metadata Endpoint not compatible. - [#&#8203;2621](https://github.com/springdoc/springdoc-openapi/issues/2621) - Content-type for POST endpoints with multipart/form-data does not work since v2.4.0. - [#&#8203;2622](https://github.com/springdoc/springdoc-openapi/issues/2622) - Kotlin enums are always marked as required if used in Java controllers. - [#&#8203;2601](https://github.com/springdoc/springdoc-openapi/issues/2601) - Multiple Superclasses Are Not Mapped To Multiple allOf If Used In Different Services. - [#&#8203;2597](https://github.com/springdoc/springdoc-openapi/issues/2597) - Polymorphic fields on polymorphic parents don't get correct oneOf docs generated. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot added 1 commit 2024-06-30 19:00:32 +00:00
Fascinated merged commit 7f501431b1 into master 2024-07-06 07:28:56 +00:00
Fascinated deleted branch renovate/org.springdoc-springdoc-openapi-starter-webmvc-ui-2.x 2024-07-06 07:29:00 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: MinecraftUtilities/Backend#19
No description provided.