fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.5.0 #5

Merged
Rainnny merged 1 commits from renovate/org.springdoc-springdoc-openapi-starter-webmvc-ui-2.x into master 2024-04-10 04:42:20 -07:00
Owner

This PR contains the following updates:

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

Release Notes

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

v2.5.0

Compare Source

Added
  • #​2318 - Add Info to GroupedOpenAPI properties
  • #​2554 - Remove duplicate words from comments
  • #​2418 - Improve support for externalizing strings in generated openapi
  • #​2535 - Add 'springdoc.trim-kotlin-indent' property to handle Kotlin multiline string indentation
Changed
  • Upgrade spring-boot to 3.2.4
  • Upgrade swagger-core to 2.2.21
  • Upgrade swagger-ui to 5.13.0
Fixed
  • #​2525 - Inherited Methods Not Included in Swagger Documentation with @​RouterOperation in Spring Boot WebFlux Application
  • #​2526 - SpringDoc bean naming conflict error with GraphQL Spring boot starter
  • #​2540 - Fix typo in SpringRepositoryRestResourceProvider.java
  • #​2549 - Fix README.md

v2.4.0

Compare Source

Added
  • #​2443 - Respect schema annotations when using spring mvc with kotlin
  • #​2492, #​2488 - Support dynamic evaluation of description field in the RequestBody
  • #​2510 - Option to disable root api-docs path when using groups
Changed
  • Upgrade spring-boot to 3.2.3
  • Upgrade swagger-core to 2.2.20
  • Upgrade swagger-ui to 5.11.8
Fixed
  • #​2453 - Fix CODE_OF_CONDUCT.md links
  • #​2454 - Fix typo in SwaggerWelcomeWebMvc
  • #​2507 - Fix typo in Constants
  • #​2472 - Update JavadocPropertyCustomizer.java
  • #​2495 - Fix broken links in README and CONTRIBUTING
  • #​2501 - bug fix when "exported" is set to false in RestResource annotation
  • #​2447 - Serialization to openapi of org.springframework.data.domain.Sort is not done correctly
  • #​2449 - Extensions in subobjects of OpenAPI no longer work
  • #​2461 - Springdoc OpenApi Annotations @​ExtensionProperty Not Evaluating Properties from application.yml
  • #​2469 - Pom contains invalid organizationUrl
  • #​2518 - Duplicate GroupConfigs in SpringDocConfigProperties
  • #​2506 - Springdoc breaks (Unexpected value: TRACE) when a spring-cloud-starter-gateway-mvc universal gateway is configured.
  • #​2519 - Request parameter parsing error after using @​NotBlank from type interface field
  • #​2516 - Spring Data REST fails when setting version to openapi_3_1
  • #​2509 - ArrayIndexOutOfBoundsException in SwaggerUiConfigParameters
  • #​2484 - JavaDoc integration not working with SnakeCaseStrategy property naming
  • #​2483 - Controller advice documents ApiResponse on every operation, even if the operation does not annotate the exception to be thrown
  • #​2477 - buildApiResponses ignores produced ContentType in case of many @​Operation

v2.3.0

Compare Source

Added
  • #​2340 - Add support OIDC with Spring Authorization Server
  • #​2345 - Support Schema added in OpenAPI Specification v3.1
  • #​2387 - Support get javadoc description from getter method
  • #​2404 - Update condition to register links schema customizer
  • #​2359 - Update condition to register links schema customizer
  • #​2348 - Enhance resource path processing
  • #​2438, #​2315 - Support for @​JsonProperty with Javadoc Change in springdoc-openapi
Changed
  • Upgrade spring-boot to 3.2.0
  • Upgrade swagger-core to 2.2.19
  • Upgrade swagger-ui to 5.10.3
Fixed
  • #​2366 - Fix the failed test due to hardcoded file separators
  • #​2370, #​2371 - No empty description for polymorphic subtypes
  • #​2373 - SchemaProperty.array Schema is ignored in /api-docs or api-docs.yaml
  • #​2366 - Refactoring AbstractSwaggerResourceResolver.findWebJarResourcePath
  • #​2320 - javadoc for class attribute ignored when in EntityModel.
  • #​2347 - Not working if a property of entity contains generic parameters.
  • #​2399 - SpringdocRouteBuilder.onError is overriding last route defined.
  • #​2426 - StackOverflowError when using @​ParameterObject on groovy class.

v2.2.0

Compare Source

Added
  • #​2189 - Add support for swagger-ui.url property
  • #​2200 - Support schema.requiredMode() on ParameterObject
  • #​2309 - Added function to preload by specifying locale
  • #​2332 - Group name cannot be null or empty
  • #​2281 - Initial Virtual thread support
Changed
  • Upgrade spring-boot to 3.1.2
  • Upgrade swagger-core to 2.2.15
  • Upgrade swagger-ui to 5.2.0
Fixed
  • #​2199 - Fix Schema get condition of ArraySchema.
  • #​2194 - Fix Swagger UI with provided spec
  • #​2213 - Using both generated and configured specs stoped working in 1.6.5
  • #​2222 - String Index Out of Bounce Exception Fix when deployed on Azure
  • #​2243, #​2235 - Fix StringIndexOutOfBoundsException when path is same webjar
  • #​2291 - Fix default-flat-param-object doesn't work when using http body
  • #​2310 - Change bean name of objectMapperProvider
  • #​2207 - swagger-initializer.js is sent endcoded in the JVM's default charset
  • #​2271, #​2280 - Fix loop when response inherits generic class fixes
  • #​2312 - Spec for @​ParameterObject disappears if building native-images
  • #​2326 - @​QuerydslPredicate(root = X.class) annotation at Controller Method level not getting documented in Spring Boot 3

v2.1.0

Compare Source

Added
Changed
  • Upgrade spring-boot to 3.0.5
  • Upgrade swagger-core to 2.2.9
  • Upgrade swagger-ui to 4.18.2
  • Spring Native is now superseded by Spring Boot 3 official
  • #​2173 - Remove webjars-locator-core
Fixed
  • #​2122 - Super tiny fix typo
  • #​2131 - Fixed a bug that javadoc of record class parameters was not recognized.
  • #​2140 - Javadoc record class parameters not recognized
  • #​2123 #​2141 - fix spring authorization server response.
  • #​2148 - Fix properties show-oauth2-endpoints and SpringDocConfigProperties#showOauth2Endpoint properties name mismatch
  • #​2149 - Request parameters with default values are marked as required.
  • #​2155 - openApi.getServers() is null in OpenApiCustomiser when using different locales.
  • #​2152 - Redundant(wrong) direction appended to @​PageableDefault.
  • #​2181 #​2183 - Fixed DefaultFlatParamObject to work with annotated parameters.
  • #​2170 #​2187 - All request parameters marked as required for Java controllers in mixed projects in 2.0.3
  • #​2165 - Custom Converters are not excluded if not registered for Http Message Converter.
  • #​2185 - Fix behaviour of required flag for schema class fields.
  • #​2139 - SpringDocSecurityConfiguration class not sufficiently constrained.
  • #​2142 - SpringDocJacksonModuleConfiguration is loaded even though there is no ObjectMapperProvider when springdoc.api-docs.enabled = false.

v2.0.4

Compare Source

Changed
  • Upgrade swagger-ui to 4.18.1
Fixed
  • #​2123 - Fix spring authorization server response
  • #​2131 - Fixed a bug that javadoc of record class parameters was not recognized.
  • #​2114 - Exception during WebFlux tests: NoClassDefFoundError: KotlinModule$Builder

v2.0.3

Compare Source

Added
  • #​2006 - Support for nullable request parameters in Kotlin.
  • #​2054 - Add copyright and license information to Jar.
  • #​2021 - Required field in Schema annotation ignored in Kotlin.
  • #​2094 - Initial support for Spring Authorization Server.
Changed
  • Upgrade spring-boot to 3.0.4
  • Upgrade swagger-core to 2.2.8
  • Upgrade swagger-ui to 4.17.1
Fixed
  • #​2010 - findByNameContainingIgnoreCaseAndDateBefore throw NullPointerException.
  • #​2031 - Path variables parameters are not assigned correctly to endpoints.
  • #​2038 - When extends JpaRepository, using @​Parameter over the method results in duplicate of the same parameter.
  • #​2046 - Map Fields Disappear with Groovy on Classpath.
  • #​2051 - Malformed api-docs JSON when StringHttpMessageConverter is not active
  • #​2062 - OperationCustomizer is not working with Spring Data REST.
  • #​2098 - When getting ExceptionHandler in the controller, use target class in case of AOP Proxy.
  • #​2107 - Ordering of GlobalOpenApiCustomizers different than for OpenApiCustomisers.
  • #​2089 - Fixed a bug that a NullPointerException is thrown when the description field of RequestBody is null and there is a javadoc description.
  • #​2104 - OpenAPI Extensions no longer work.

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.0.2` -> `2.5.0` | --- ### Release Notes <details> <summary>springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webmvc-ui)</summary> ### [`v2.5.0`](https://github.com/springdoc/springdoc-openapi/blob/HEAD/CHANGELOG.md#250---2024-04-01) [Compare Source](https://github.com/springdoc/springdoc-openapi/compare/v2.4.0...v2.5.0) ##### Added - [#&#8203;2318](https://github.com/springdoc/springdoc-openapi/issues/2318) - Add Info to GroupedOpenAPI properties - [#&#8203;2554](https://github.com/springdoc/springdoc-openapi/issues/2554) - Remove duplicate words from comments - [#&#8203;2418](https://github.com/springdoc/springdoc-openapi/issues/2418) - Improve support for externalizing strings in generated openapi - [#&#8203;2535](https://github.com/springdoc/springdoc-openapi/issues/2535) - Add 'springdoc.trim-kotlin-indent' property to handle Kotlin multiline string indentation ##### Changed - Upgrade spring-boot to 3.2.4 - Upgrade swagger-core to 2.2.21 - Upgrade swagger-ui to 5.13.0 ##### Fixed - [#&#8203;2525](https://github.com/springdoc/springdoc-openapi/issues/2525) - Inherited Methods Not Included in Swagger Documentation with [@&#8203;RouterOperation](https://github.com/RouterOperation) in Spring Boot WebFlux Application - [#&#8203;2526](https://github.com/springdoc/springdoc-openapi/issues/2526) - SpringDoc bean naming conflict error with GraphQL Spring boot starter - [#&#8203;2540](https://github.com/springdoc/springdoc-openapi/issues/2540) - Fix typo in SpringRepositoryRestResourceProvider.java - [#&#8203;2549](https://github.com/springdoc/springdoc-openapi/issues/2549) - Fix README.md ### [`v2.4.0`](https://github.com/springdoc/springdoc-openapi/blob/HEAD/CHANGELOG.md#240---2024-03-12) [Compare Source](https://github.com/springdoc/springdoc-openapi/compare/v2.3.0...v2.4.0) ##### Added - [#&#8203;2443](https://github.com/springdoc/springdoc-openapi/issues/2443) - Respect schema annotations when using spring mvc with kotlin - [#&#8203;2492](https://github.com/springdoc/springdoc-openapi/issues/2492), [#&#8203;2488](https://github.com/springdoc/springdoc-openapi/issues/2488) - Support dynamic evaluation of description field in the RequestBody - [#&#8203;2510](https://github.com/springdoc/springdoc-openapi/issues/2510) - Option to disable root api-docs path when using groups ##### Changed - Upgrade spring-boot to 3.2.3 - Upgrade swagger-core to 2.2.20 - Upgrade swagger-ui to 5.11.8 ##### Fixed - [#&#8203;2453](https://github.com/springdoc/springdoc-openapi/issues/2453) - Fix CODE_OF_CONDUCT.md links - [#&#8203;2454](https://github.com/springdoc/springdoc-openapi/issues/2454) - Fix typo in SwaggerWelcomeWebMvc - [#&#8203;2507](https://github.com/springdoc/springdoc-openapi/issues/2507) - Fix typo in Constants - [#&#8203;2472](https://github.com/springdoc/springdoc-openapi/issues/2472) - Update JavadocPropertyCustomizer.java - [#&#8203;2495](https://github.com/springdoc/springdoc-openapi/issues/2495) - Fix broken links in README and CONTRIBUTING - [#&#8203;2501](https://github.com/springdoc/springdoc-openapi/issues/2501) - bug fix when "exported" is set to false in RestResource annotation - [#&#8203;2447](https://github.com/springdoc/springdoc-openapi/issues/2447) - Serialization to openapi of org.springframework.data.domain.Sort is not done correctly - [#&#8203;2449](https://github.com/springdoc/springdoc-openapi/issues/2449) - Extensions in subobjects of OpenAPI no longer work - [#&#8203;2461](https://github.com/springdoc/springdoc-openapi/issues/2461) - Springdoc OpenApi Annotations [@&#8203;ExtensionProperty](https://github.com/ExtensionProperty) Not Evaluating Properties from application.yml - [#&#8203;2469](https://github.com/springdoc/springdoc-openapi/issues/2469) - Pom contains invalid organizationUrl - [#&#8203;2518](https://github.com/springdoc/springdoc-openapi/issues/2518) - Duplicate GroupConfigs in SpringDocConfigProperties - [#&#8203;2506](https://github.com/springdoc/springdoc-openapi/issues/2506) - Springdoc breaks (Unexpected value: TRACE) when a spring-cloud-starter-gateway-mvc universal gateway is configured. - [#&#8203;2519](https://github.com/springdoc/springdoc-openapi/issues/2519) - Request parameter parsing error after using [@&#8203;NotBlank](https://github.com/NotBlank) from type interface field - [#&#8203;2516](https://github.com/springdoc/springdoc-openapi/issues/2516) - Spring Data REST fails when setting version to openapi\_3\_1 - [#&#8203;2509](https://github.com/springdoc/springdoc-openapi/issues/2509) - ArrayIndexOutOfBoundsException in SwaggerUiConfigParameters - [#&#8203;2484](https://github.com/springdoc/springdoc-openapi/issues/2484) - JavaDoc integration not working with SnakeCaseStrategy property naming - [#&#8203;2483](https://github.com/springdoc/springdoc-openapi/issues/2483) - Controller advice documents ApiResponse on every operation, even if the operation does not annotate the exception to be thrown - [#&#8203;2477](https://github.com/springdoc/springdoc-openapi/issues/2477) - buildApiResponses ignores produced ContentType in case of many [@&#8203;Operation](https://github.com/Operation) ### [`v2.3.0`](https://github.com/springdoc/springdoc-openapi/blob/HEAD/CHANGELOG.md#230---2023-12-03) [Compare Source](https://github.com/springdoc/springdoc-openapi/compare/v2.2.0...v2.3.0) ##### Added - [#&#8203;2340](https://github.com/springdoc/springdoc-openapi/issues/2340) - Add support OIDC with Spring Authorization Server - [#&#8203;2345](https://github.com/springdoc/springdoc-openapi/issues/2345) - Support Schema added in OpenAPI Specification v3.1 - [#&#8203;2387](https://github.com/springdoc/springdoc-openapi/issues/2387) - Support get javadoc description from getter method - [#&#8203;2404](https://github.com/springdoc/springdoc-openapi/issues/2404) - Update condition to register links schema customizer - [#&#8203;2359](https://github.com/springdoc/springdoc-openapi/issues/2359) - Update condition to register links schema customizer - [#&#8203;2348](https://github.com/springdoc/springdoc-openapi/issues/2348) - Enhance resource path processing - [#&#8203;2438](https://github.com/springdoc/springdoc-openapi/issues/2438), [#&#8203;2315](https://github.com/springdoc/springdoc-openapi/issues/2315) - Support for [@&#8203;JsonProperty](https://github.com/JsonProperty) with Javadoc Change in springdoc-openapi ##### Changed - Upgrade spring-boot to 3.2.0 - Upgrade swagger-core to 2.2.19 - Upgrade swagger-ui to 5.10.3 ##### Fixed - [#&#8203;2366](https://github.com/springdoc/springdoc-openapi/issues/2366) - Fix the failed test due to hardcoded file separators - [#&#8203;2370](https://github.com/springdoc/springdoc-openapi/issues/2370), [#&#8203;2371](https://github.com/springdoc/springdoc-openapi/issues/2371) - No empty description for polymorphic subtypes - [#&#8203;2373](https://github.com/springdoc/springdoc-openapi/issues/2373) - SchemaProperty.array Schema is ignored in /api-docs or api-docs.yaml - [#&#8203;2366](https://github.com/springdoc/springdoc-openapi/issues/2366) - Refactoring AbstractSwaggerResourceResolver.findWebJarResourcePath - [#&#8203;2320](https://github.com/springdoc/springdoc-openapi/issues/2320) - javadoc for class attribute ignored when in EntityModel. - [#&#8203;2347](https://github.com/springdoc/springdoc-openapi/issues/2347) - Not working if a property of entity contains generic parameters. - [#&#8203;2399](https://github.com/springdoc/springdoc-openapi/issues/2399) - SpringdocRouteBuilder.onError is overriding last route defined. - [#&#8203;2426](https://github.com/springdoc/springdoc-openapi/issues/2426) - StackOverflowError when using [@&#8203;ParameterObject](https://github.com/ParameterObject) on groovy class. ### [`v2.2.0`](https://github.com/springdoc/springdoc-openapi/blob/HEAD/CHANGELOG.md#220---2023-08-06) [Compare Source](https://github.com/springdoc/springdoc-openapi/compare/v2.1.0...v2.2.0) ##### Added - [#&#8203;2189](https://github.com/springdoc/springdoc-openapi/issues/2189) - Add support for swagger-ui.url property - [#&#8203;2200](https://github.com/springdoc/springdoc-openapi/issues/2200) - Support schema.requiredMode() on ParameterObject - [#&#8203;2309](https://github.com/springdoc/springdoc-openapi/issues/2309) - Added function to preload by specifying locale - [#&#8203;2332](https://github.com/springdoc/springdoc-openapi/issues/2332) - Group name cannot be null or empty - [#&#8203;2281](https://github.com/springdoc/springdoc-openapi/issues/2281) - Initial Virtual thread support ##### Changed - Upgrade spring-boot to 3.1.2 - Upgrade swagger-core to 2.2.15 - Upgrade swagger-ui to 5.2.0 ##### Fixed - [#&#8203;2199](https://github.com/springdoc/springdoc-openapi/issues/2199) - Fix Schema get condition of ArraySchema. - [#&#8203;2194](https://github.com/springdoc/springdoc-openapi/issues/2194) - Fix Swagger UI with provided spec - [#&#8203;2213](https://github.com/springdoc/springdoc-openapi/issues/2213) - Using both generated and configured specs stoped working in 1.6.5 - [#&#8203;2222](https://github.com/springdoc/springdoc-openapi/issues/2222) - String Index Out of Bounce Exception Fix when deployed on Azure - [#&#8203;2243](https://github.com/springdoc/springdoc-openapi/issues/2243), [#&#8203;2235](https://github.com/springdoc/springdoc-openapi/issues/2235) - Fix StringIndexOutOfBoundsException when path is same webjar - [#&#8203;2291](https://github.com/springdoc/springdoc-openapi/issues/2291) - Fix default-flat-param-object doesn't work when using http body - [#&#8203;2310](https://github.com/springdoc/springdoc-openapi/issues/2310) - Change bean name of objectMapperProvider - [#&#8203;2207](https://github.com/springdoc/springdoc-openapi/issues/2207) - swagger-initializer.js is sent endcoded in the JVM's default charset - [#&#8203;2271](https://github.com/springdoc/springdoc-openapi/issues/2271), [#&#8203;2280](https://github.com/springdoc/springdoc-openapi/issues/2280) - Fix loop when response inherits generic class fixes - [#&#8203;2312](https://github.com/springdoc/springdoc-openapi/issues/2312) - Spec for [@&#8203;ParameterObject](https://github.com/ParameterObject) disappears if building native-images - [#&#8203;2326](https://github.com/springdoc/springdoc-openapi/issues/2326) - [@&#8203;QuerydslPredicate](https://github.com/QuerydslPredicate)(root = X.class) annotation at Controller Method level not getting documented in Spring Boot 3 ### [`v2.1.0`](https://github.com/springdoc/springdoc-openapi/blob/HEAD/CHANGELOG.md#210---2023-04-01) [Compare Source](https://github.com/springdoc/springdoc-openapi/compare/v2.0.4...v2.1.0) ##### Added - [#&#8203;2152](https://github.com/springdoc/springdoc-openapi/issues/2152) - Detect directions in default sort values - [#&#8203;2167](https://github.com/springdoc/springdoc-openapi/issues/2167) [#&#8203;2166](https://github.com/springdoc/springdoc-openapi/issues/2166) - Add request parameter for token endpoint - [#&#8203;2188](https://github.com/springdoc/springdoc-openapi/issues/2188) - Support of {\*param} path patterns ##### Changed - Upgrade spring-boot to 3.0.5 - Upgrade swagger-core to 2.2.9 - Upgrade swagger-ui to 4.18.2 - Spring Native is now superseded by Spring Boot 3 official - [#&#8203;2173](https://github.com/springdoc/springdoc-openapi/issues/2173) - Remove webjars-locator-core ##### Fixed - [#&#8203;2122](https://github.com/springdoc/springdoc-openapi/issues/2122) - Super tiny fix typo - [#&#8203;2131](https://github.com/springdoc/springdoc-openapi/issues/2131) - Fixed a bug that javadoc of record class parameters was not recognized. - [#&#8203;2140](https://github.com/springdoc/springdoc-openapi/issues/2140) - Javadoc record class parameters not recognized - [#&#8203;2123](https://github.com/springdoc/springdoc-openapi/issues/2123) [#&#8203;2141](https://github.com/springdoc/springdoc-openapi/issues/2141) - fix spring authorization server response. - [#&#8203;2148](https://github.com/springdoc/springdoc-openapi/issues/2148) - Fix properties show-oauth2-endpoints and SpringDocConfigProperties#showOauth2Endpoint properties name mismatch - [#&#8203;2149](https://github.com/springdoc/springdoc-openapi/issues/2149) - Request parameters with default values are marked as required. - [#&#8203;2155](https://github.com/springdoc/springdoc-openapi/issues/2155) - openApi.getServers() is null in OpenApiCustomiser when using different locales. - [#&#8203;2152](https://github.com/springdoc/springdoc-openapi/issues/2152) - Redundant(wrong) direction appended to [@&#8203;PageableDefault](https://github.com/PageableDefault). - [#&#8203;2181](https://github.com/springdoc/springdoc-openapi/issues/2181) [#&#8203;2183](https://github.com/springdoc/springdoc-openapi/issues/2183) - Fixed DefaultFlatParamObject to work with annotated parameters. - [#&#8203;2170](https://github.com/springdoc/springdoc-openapi/issues/2170) [#&#8203;2187](https://github.com/springdoc/springdoc-openapi/issues/2187) - All request parameters marked as required for Java controllers in mixed projects in 2.0.3 - [#&#8203;2165](https://github.com/springdoc/springdoc-openapi/issues/2165) - Custom Converters are not excluded if not registered for Http Message Converter. - [#&#8203;2185](https://github.com/springdoc/springdoc-openapi/issues/2185) - Fix behaviour of required flag for schema class fields. - [#&#8203;2139](https://github.com/springdoc/springdoc-openapi/issues/2139) - SpringDocSecurityConfiguration class not sufficiently constrained. - [#&#8203;2142](https://github.com/springdoc/springdoc-openapi/issues/2142) - SpringDocJacksonModuleConfiguration is loaded even though there is no ObjectMapperProvider when springdoc.api-docs.enabled = false. ### [`v2.0.4`](https://github.com/springdoc/springdoc-openapi/blob/HEAD/CHANGELOG.md#204---2023-03-15) [Compare Source](https://github.com/springdoc/springdoc-openapi/compare/v2.0.3...v2.0.4) ##### Changed - Upgrade swagger-ui to 4.18.1 ##### Fixed - [#&#8203;2123](https://github.com/springdoc/springdoc-openapi/issues/2123) - Fix spring authorization server response - [#&#8203;2131](https://github.com/springdoc/springdoc-openapi/issues/2131) - Fixed a bug that javadoc of record class parameters was not recognized. - [#&#8203;2114](https://github.com/springdoc/springdoc-openapi/issues/2114) - Exception during WebFlux tests: NoClassDefFoundError: KotlinModule$Builder ### [`v2.0.3`](https://github.com/springdoc/springdoc-openapi/blob/HEAD/CHANGELOG.md#203---2023-03-07) [Compare Source](https://github.com/springdoc/springdoc-openapi/compare/v2.0.2...v2.0.3) ##### Added - [#&#8203;2006](https://github.com/springdoc/springdoc-openapi/issues/2006) - Support for nullable request parameters in Kotlin. - [#&#8203;2054](https://github.com/springdoc/springdoc-openapi/issues/2054) - Add copyright and license information to Jar. - [#&#8203;2021](https://github.com/springdoc/springdoc-openapi/issues/2021) - Required field in Schema annotation ignored in Kotlin. - [#&#8203;2094](https://github.com/springdoc/springdoc-openapi/issues/2094) - Initial support for Spring Authorization Server. ##### Changed - Upgrade spring-boot to 3.0.4 - Upgrade swagger-core to 2.2.8 - Upgrade swagger-ui to 4.17.1 ##### Fixed - [#&#8203;2010](https://github.com/springdoc/springdoc-openapi/issues/2010) - findByNameContainingIgnoreCaseAndDateBefore throw NullPointerException. - [#&#8203;2031](https://github.com/springdoc/springdoc-openapi/issues/2031) - Path variables parameters are not assigned correctly to endpoints. - [#&#8203;2038](https://github.com/springdoc/springdoc-openapi/issues/2038) - When extends JpaRepository, using [@&#8203;Parameter](https://github.com/Parameter) over the method results in duplicate of the same parameter. - [#&#8203;2046](https://github.com/springdoc/springdoc-openapi/issues/2046) - Map Fields Disappear with Groovy on Classpath. - [#&#8203;2051](https://github.com/springdoc/springdoc-openapi/issues/2051) - Malformed api-docs JSON when StringHttpMessageConverter is not active - [#&#8203;2062](https://github.com/springdoc/springdoc-openapi/issues/2062) - OperationCustomizer is not working with Spring Data REST. - [#&#8203;2098](https://github.com/springdoc/springdoc-openapi/issues/2098) - When getting ExceptionHandler in the controller, use target class in case of AOP Proxy. - [#&#8203;2107](https://github.com/springdoc/springdoc-openapi/issues/2107) - Ordering of GlobalOpenApiCustomizers different than for OpenApiCustomisers. - [#&#8203;2089](https://github.com/springdoc/springdoc-openapi/issues/2089) - Fixed a bug that a NullPointerException is thrown when the description field of RequestBody is null and there is a javadoc description. - [#&#8203;2104](https://github.com/springdoc/springdoc-openapi/issues/2104) - OpenAPI Extensions no longer work. </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Rainnny added 1 commit 2024-04-10 02:01:53 -07:00
Rainnny force-pushed renovate/org.springdoc-springdoc-openapi-starter-webmvc-ui-2.x from b58f939f82 to f1e6dbf08f 2024-04-10 03:02:20 -07:00 Compare
Rainnny merged commit cd147684e5 into master 2024-04-10 04:42:19 -07:00
Rainnny deleted branch renovate/org.springdoc-springdoc-openapi-starter-webmvc-ui-2.x 2024-04-10 04:42:20 -07: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: Rainnny/RESTfulMC#5
No description provided.