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

Update dependency org.springdoc:springdoc-openapi-ui to v1.7.0 - autoclosed #542

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springdoc:springdoc-openapi-ui (source) 1.6.8 -> 1.7.0 age adoption passing confidence

Release Notes

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

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

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

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

What's Changed

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 2.7.9
  • 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.

New Contributors

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

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

Added
  • #​1965 - Prevents premature initialisation of factory-beans
  • #​2003 - Resolve property descriptions for arrays
Changed
  • Upgrade spring-boot to 2.7.6
Fixed
  • #​1957 - AdditionalModelsConverter Schema params rewriting
  • #​1962 - override-with-generic-response shouldn't shallow copy
  • #​1985 - IllegalStateException: Duplicate key when two endpoints at the same URL with same header exist
  • #​1992 - Java enumeration and Spring Converter no longer generates enum drop-down.
  • #​2001 - Enum Collection parameter missing type info in Spring Data Rest search method
New Contributors

Full Changelog: springdoc/springdoc-openapi@v1.6.13...v1.6.14

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

Added
  • #​1929 - Enables no cache on not cache swagger-initializer.js
  • #​1922 - Check existence of superclass before accessing its name
  • #​1923 - Javadoc description of the @​RequestPart param of multipart/form-data to the parameter description
Changed
  • Upgrade spring-boot to 2.7.5
  • Upgrade swagger-core to 2.2.7
  • Upgrade swagger-ui to 4.15.5
  • #​1912 - Upgrade spring-security-oauth2 to 2.5.2.RELEASE
Fixed
  • #​1892 - springdoc.model-and-view-allowed enhanced
  • #​1901 - When @​Get, using @​Parameter over the method results in duplicate of the same parameter
  • #​1909 - ExceptionHandler in controller is not used by another controller
  • #​1904 - springdoc-openapi-webflux-ui 2.0.0-M7 + spring actuator + spring cloud crashes at startup
  • #​1911 - Wrong type for springdoc.swagger-ui.oauth.useBasicAuthenticationWithAccessCodeGrant configuration property
  • #​1931 - Spring Security form login only offers application/json req body type

New Contributors

Full Changelog: springdoc/springdoc-openapi@v1.6.12...v1.6.13

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

Added
Changed
  • Upgrade swagger-core to 2.2.4
  • Upgrade spring-boot to 2.7.4
  • Upgrade swagger-ui to 4.14.3
Fixed
  • #​1829 - Wrong schema generation on endpoint consuming multipart form data combined with JsonView
  • #​1842 - A HTTP header in multipart/form-data is handled as form item instead of header
  • #​1845 - Wrong "response" description with two controllers having its own ExceptionHandler.
  • #​1855 - Fixed a bug that duplicate field were get for record classes.
  • #​1820 - Refresh the browser each time, the global header is added in duplicate.
  • #​523 - No documented way to handle Mono/Flux without Webflux.
  • #​1816 - Parameters with same name but different locations can't render in UI properly

New Contributors

Full Changelog: springdoc/springdoc-openapi@v1.6.11...v1.6.12

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

[1.6.11] - 2022-08-21

Added
Changed
  • upgrade swagger-ui: 4.14.0
Fixed
  • #​1801 - Duplicated header values when an endpoint can be called with different headers
  • #​1801 - NPE for request bodies with content that has media type MULTIPART_FORM_DATA_VALUE
  • #​1793 - Query parameter part of request body in controller with MultiPartFile
  • #​1791 - Override-with-generic-response not working from 1.6.8 onwards
  • #​1799 - Polymorphism - Support JsonTypeInfo.Id.CLASS

v1.6.10: springdoc-openapi v1.6.10 released! Latest

Added
  • #​1700 - Support PageableDefault#value()
  • #​1706 - ßAdd RouterOperationCustomizer
  • #​1754 - Default value and description of the page parameter when enabled spring.data.web.pageable.one-indexed-parameters property
  • #​1755 - Adjust name of the parameters page and size when set spring.data.web.pageable.prefix property
  • #​1742 - Optimize the group order problem
Changed
  • upgrade to spring-boot 2.7.2
  • upgrade swagger-ui: 4.13.2
  • upgrade classgraph: 4.8.149
  • upgrade spring-native: 0.12.1
  • upgrqde swagger-core: 2.2.2
  • upgrage therapi-runtime-javadoc: 0.15.0
Fixed
  • #​1684 - incorrect generic param for multi interfaces
  • #​1687, #​1688 - kotlin ByteArray property incorrect
  • #​1692 - More specific bean name for objectMapperProvider
  • #​1684 - Incorrect generic param for multi interfaces
  • #​1707 - Concurrent problems when initializing multiple GroupedOpenApi parallelly
  • #​1690 - Expected file to be in alphabetical order.
  • #​1713 - ObjectMapperProvider to sort all properties.
  • #​1717, #​1718 - javadoc of JsonUnwrapped fields not set
  • #​1748, #​1712, Generated server url computation not cleared
  • #​1696 - incorrect generic param for multi interfaces
  • #​1749 - Update server out of cache
  • #​1734 - springdoc-openapi-kotlin and springdoc-openapi-common do not agree on conditions for auto configuration
  • #​1761- Exception documenting RestControllerEndpoint with PostMapping

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

Compare Source

Added
Changed
  • upgrade to spring-boot 2.7.0
  • upgrade swagger-ui: 4.11.1
  • upgrade classgraph: 4.8.147
  • upgrade spring-native: 0.11.5
  • upgrade spring-cloud-function: 3.2.4
Fixed
  • #​1663 - @​Schema annotation with type String and allowableValues set doesn't generate enum drop-down in swagger-ui after upgrading from 1.6.6 (when Spring custom converter is used)
  • #​1655 - OpenAPIService is using ObjectMapper without configured modules since SpringDoc 1.6.7.
  • #​1648 - Tags with only name provided are being added to the openAPI.tags field.
  • #​1641 - ConcurrentModificationException when querying /v3/api-docs/{group} concurrently for different groups
  • #​1634 - Generating doc for entities with map attribute does not work
  • #​1633 - GroupedOpenApi.builder addOpenApiCustomiser execution order is reversed
  • #​1630 - Remove repeated HttpSession
  • #​1659 - fix oauth redirection when used in spring-native

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 Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner January 24, 2023 21:38
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 24, 2023
@renovate renovate bot changed the title Update dependency org.springdoc:springdoc-openapi-ui to v1.6.14 Update dependency org.springdoc:springdoc-openapi-ui to v1.6.15 Mar 9, 2023
@renovate renovate bot force-pushed the renovate/versions.springdoc branch from 397def2 to 9fa14bd Compare March 9, 2023 21:48
@renovate renovate bot changed the title Update dependency org.springdoc:springdoc-openapi-ui to v1.6.15 Update dependency org.springdoc:springdoc-openapi-ui to v1.7.0 Apr 2, 2023
@renovate renovate bot force-pushed the renovate/versions.springdoc branch from 9fa14bd to 98817f3 Compare April 2, 2023 00:44
@renovate renovate bot force-pushed the renovate/versions.springdoc branch from 98817f3 to 9440680 Compare May 15, 2023 14:08
@renovate renovate bot force-pushed the renovate/versions.springdoc branch from 9440680 to e57c7b9 Compare July 26, 2023 10:54
@renovate renovate bot force-pushed the renovate/versions.springdoc branch from e57c7b9 to 2dee691 Compare August 3, 2023 15:34
@renovate renovate bot changed the title Update dependency org.springdoc:springdoc-openapi-ui to v1.7.0 Update dependency org.springdoc:springdoc-openapi-ui to v1.7.0 - autoclosed Oct 3, 2023
@renovate renovate bot closed this Oct 3, 2023
@renovate renovate bot deleted the renovate/versions.springdoc branch October 3, 2023 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ns:ia prd:ia
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants