Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gradle: bump org.springdoc:springdoc-openapi from 2.0.2 to 2.0.3#365

Merged
henry-hub merged 1 commit intomainfrom
dependabot/gradle/org.springdoc-springdoc-openapi-2.0.3
Mar 10, 2023
Merged

gradle: bump org.springdoc:springdoc-openapi from 2.0.2 to 2.0.3#365
henry-hub merged 1 commit intomainfrom
dependabot/gradle/org.springdoc-springdoc-openapi-2.0.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2023

Bumps org.springdoc:springdoc-openapi from 2.0.2 to 2.0.3.

Release notes

Sourced from org.springdoc:springdoc-openapi's releases.

springdoc-openapi v2.0.3 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 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.

Full Changelog: springdoc/springdoc-openapi@v2.0.2...v2.0.3

Changelog

Sourced from org.springdoc:springdoc-openapi's changelog.

[2.0.3] - 2023-03-07

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.
Commits
  • 8d8c6ed [maven-release-plugin] prepare release v2.0.3
  • ad1493c fix update #2094
  • 1f7dc0b code review
  • afdb212 CHANGELOG.md update for the next release 2.0.3
  • a75f6f4 spring-boot upgrade to version 3.0.4
  • 15b5d7a code review
  • a43955e Merge pull request #2110 from uc4w6c/fix_npe_request_body_service_v2
  • a47c7d9 OpenAPI Extensions no longer work. Fixes #2104
  • 9abc9bb OpenAPI Extensions no longer work. Fixes #2104
  • 4c89038 Fixed a bug that a NullPointerException is thrown when the description field ...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.springdoc:springdoc-openapi](https://github.com/springdoc/springdoc-openapi) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/v2.0.3/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies A dependency upgrade java Pull requests that update Java code patch Patch version labels Mar 9, 2023
@auto-assign auto-assign bot requested a review from henry-hub March 9, 2023 23:59
@codecov
Copy link

codecov bot commented Mar 10, 2023

Codecov Report

Merging #365 (8735eca) into main (59ab6b7) will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff             @@
##                main      #365   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       153       153           
===========================================
  Files             23        23           
  Lines            302       302           
  Branches          12        12           
===========================================
  Hits             302       302           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@henry-hub henry-hub added this to the 1.1.2 milestone Mar 10, 2023
@henry-hub henry-hub merged commit f403194 into main Mar 10, 2023
@henry-hub henry-hub deleted the dependabot/gradle/org.springdoc-springdoc-openapi-2.0.3 branch March 10, 2023 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies A dependency upgrade java Pull requests that update Java code patch Patch version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant