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

fix(deps): update springdoc-api.version to v1.8.0 #557

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 3, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springdoc:springdoc-openapi-webmvc-core (source) 1.6.15 -> 1.8.0 age adoption passing confidence
org.springdoc:springdoc-openapi-ui (source) 1.6.15 -> 1.8.0 age adoption passing confidence
org.springdoc:springdoc-openapi-data-rest (source) 1.6.15 -> 1.8.0 age adoption passing confidence

Release Notes

springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-webmvc-core)

v1.8.0: springdoc-openapi v1.8.0 released!

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
  • #​2311 - Enhance springdoc-ui to support spring.mvc.servlet.path
  • #​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
  • #​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 2.7.14
  • Upgrade swagger-core to 2.2.20
  • Upgrade swagger-ui to 5.11.8
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
  • #​2239 - Swagger UI not accessible when FormattingConversionService is a CGLIB proxy
  • #​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.
  • #​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

v1.7.0: springdoc-openapi v1.7.0 released!

Compare Source

What's Changed

Added
Changed
  • Upgrade spring-boot to 2.7.10
  • 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.

New Contributors

Full Changelog: springdoc/springdoc-openapi@v1.6.15...v1.7.0


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update springdoc-api.version to v1.7.0 fix(deps): update springdoc-api.version to v1.7.0 - autoclosed Apr 3, 2023
@renovate renovate bot closed this Apr 3, 2023
@renovate renovate bot deleted the renovate/springdoc-api.version branch April 3, 2023 19:23
@renovate renovate bot changed the title fix(deps): update springdoc-api.version to v1.7.0 - autoclosed fix(deps): update springdoc-api.version to v1.7.0 Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/springdoc-api.version branch April 4, 2023 09:21
@renovate renovate bot force-pushed the renovate/springdoc-api.version branch 4 times, most recently from 3292335 to a286645 Compare April 4, 2023 17:22
@renovate renovate bot force-pushed the renovate/springdoc-api.version branch from a286645 to dcbdcb2 Compare April 18, 2023 18:03
@renovate renovate bot force-pushed the renovate/springdoc-api.version branch 6 times, most recently from 6f0bc1a to a8db727 Compare April 20, 2023 15:15
@renovate renovate bot force-pushed the renovate/springdoc-api.version branch 4 times, most recently from 2f9d3ab to 4243d71 Compare April 24, 2023 20:11
@renovate renovate bot force-pushed the renovate/springdoc-api.version branch 3 times, most recently from 657d678 to ac5ba8a Compare May 3, 2023 16:21
@renovate renovate bot force-pushed the renovate/springdoc-api.version branch 4 times, most recently from 97286c5 to 223bcba Compare May 12, 2023 12:50
@renovate renovate bot force-pushed the renovate/springdoc-api.version branch 2 times, most recently from fe2a4a7 to 4883d78 Compare September 11, 2023 06:05
@renovate renovate bot force-pushed the renovate/springdoc-api.version branch 3 times, most recently from 953b1fa to 2ab5975 Compare September 13, 2023 13:17
@renovate renovate bot force-pushed the renovate/springdoc-api.version branch 5 times, most recently from 99936ae to eeeac70 Compare October 2, 2023 04:43
@renovate renovate bot force-pushed the renovate/springdoc-api.version branch 4 times, most recently from a606af0 to da6e241 Compare October 9, 2023 06:03
@renovate renovate bot force-pushed the renovate/springdoc-api.version branch 4 times, most recently from b146636 to a3794f0 Compare October 23, 2023 06:04
@renovate renovate bot force-pushed the renovate/springdoc-api.version branch 3 times, most recently from b3fb8b3 to 66b3b99 Compare November 6, 2023 07:00
@renovate renovate bot force-pushed the renovate/springdoc-api.version branch 2 times, most recently from d50c52d to 8a61d91 Compare November 29, 2023 05:44
@renovate renovate bot force-pushed the renovate/springdoc-api.version branch from 8a61d91 to 0d28be9 Compare March 12, 2024 17:09
@renovate renovate bot changed the title fix(deps): update springdoc-api.version to v1.7.0 fix(deps): update springdoc-api.version to v1.8.0 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/springdoc-api.version branch from 0d28be9 to 55ade20 Compare July 3, 2024 11:20
@renovate renovate bot force-pushed the renovate/springdoc-api.version branch from 55ade20 to 8c5ba8a Compare July 3, 2024 12:25
Copy link

github-actions bot commented Jul 3, 2024

JaCoCo Test Coverage Summary Statistics

  • Coverage: 43.523368251410155%
  • Branches: 28.903924221921518%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants