F43nd1r / Acrarium

A Backend for ACRA written in Kotlin using Spring Boot, Vaadin and MySQL
Apache License 2.0
196 stars 51 forks source link

Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.3.0 #472

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springdoc:springdoc-openapi-starter-webmvc-ui (source) 2.2.0 -> 2.3.0 age adoption passing confidence

Release Notes

springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webmvc-ui) ### [`v2.3.0`](https://togithub.com/springdoc/springdoc-openapi/blob/HEAD/CHANGELOG.md#230---2023-12-03) ##### Added - [#​2340](https://togithub.com/springdoc/springdoc-openapi/issues/2340) - Add support OIDC with Spring Authorization Server - [#​2345](https://togithub.com/springdoc/springdoc-openapi/issues/2345) - Support Schema added in OpenAPI Specification v3.1 - [#​2387](https://togithub.com/springdoc/springdoc-openapi/issues/2387) - Support get javadoc description from getter method - [#​2404](https://togithub.com/springdoc/springdoc-openapi/issues/2404) - Update condition to register links schema customizer - [#​2359](https://togithub.com/springdoc/springdoc-openapi/issues/2359) - Update condition to register links schema customizer - [#​2348](https://togithub.com/springdoc/springdoc-openapi/issues/2348) - Enhance resource path processing - [#​2438](https://togithub.com/springdoc/springdoc-openapi/issues/2438), [#​2315](https://togithub.com/springdoc/springdoc-openapi/issues/2315) - Support for [@​JsonProperty](https://togithub.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 - [#​2366](https://togithub.com/springdoc/springdoc-openapi/issues/2366) - Fix the failed test due to hardcoded file separators - [#​2370](https://togithub.com/springdoc/springdoc-openapi/issues/2370), [#​2371](https://togithub.com/springdoc/springdoc-openapi/issues/2371) - No empty description for polymorphic subtypes - [#​2373](https://togithub.com/springdoc/springdoc-openapi/issues/2373) - SchemaProperty.array Schema is ignored in /api-docs or api-docs.yaml - [#​2366](https://togithub.com/springdoc/springdoc-openapi/issues/2366) - Refactoring AbstractSwaggerResourceResolver.findWebJarResourcePath - [#​2320](https://togithub.com/springdoc/springdoc-openapi/issues/2320) - javadoc for class attribute ignored when in EntityModel. - [#​2347](https://togithub.com/springdoc/springdoc-openapi/issues/2347) - Not working if a property of entity contains generic parameters. - [#​2399](https://togithub.com/springdoc/springdoc-openapi/issues/2399) - SpringdocRouteBuilder.onError is overriding last route defined. - [#​2426](https://togithub.com/springdoc/springdoc-openapi/issues/2426) - StackOverflowError when using [@​ParameterObject](https://togithub.com/ParameterObject) on groovy class.

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.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 9 months ago

Test Results

198 tests   -β€Š10β€‚β€ƒβ€ƒβŸβ€„βŸβ€„4 :heavy_check_mark:  -β€Š204   22s :stopwatch: -15s βŸβ€„82 suites Β±βŸβ€„0β€‚β€ƒβ€ƒβŸβ€„βŸβ€„0 :zzz: Β±βŸβ€„βŸβ€„0  βŸβ€„82 files   Β±βŸβ€„0   194 :x: +194 

For more details on these failures, see this check.

Results for commit 1fa62191. ± Comparison against base commit eff0ff58.

This pull request removes 22 and adds 12 tests. Note that renamed tests count towards both. ``` com.faendir.acra.ui.view.AboutViewTest ‑ should not load without USER com.faendir.acra.ui.view.SettingsViewTest ‑ should not load without USER com.faendir.acra.ui.view.app.tabs.AdminAppTabTest ‑ should not load without Permission(appId=133, level=VIEW) com.faendir.acra.ui.view.app.tabs.AdminAppTabTest ‑ should not load without USER com.faendir.acra.ui.view.app.tabs.BugAppTabTest ‑ should not load without Permission(appId=156, level=VIEW) com.faendir.acra.ui.view.app.tabs.BugAppTabTest ‑ should not load without USER com.faendir.acra.ui.view.app.tabs.InstallationAppTabTest ‑ should not load without Permission(appId=163, level=VIEW) com.faendir.acra.ui.view.app.tabs.InstallationAppTabTest ‑ should not load without USER com.faendir.acra.ui.view.app.tabs.ReportAppTabTest ‑ should not load without Permission(appId=166, level=VIEW) com.faendir.acra.ui.view.app.tabs.ReportAppTabTest ‑ should not load without USER … ``` ``` com.faendir.acra.ui.view.AboutViewTest ‑ initializationError com.faendir.acra.ui.view.SettingsViewTest ‑ initializationError com.faendir.acra.ui.view.app.tabs.AdminAppTabTest ‑ initializationError com.faendir.acra.ui.view.app.tabs.BugAppTabTest ‑ initializationError com.faendir.acra.ui.view.app.tabs.InstallationAppTabTest ‑ initializationError com.faendir.acra.ui.view.app.tabs.ReportAppTabTest ‑ initializationError com.faendir.acra.ui.view.app.tabs.StatisticsAppTabTest ‑ initializationError com.faendir.acra.ui.view.bug.tabs.AdminBugTabTest ‑ initializationError com.faendir.acra.ui.view.bug.tabs.IdentifierBugTabTest ‑ initializationError com.faendir.acra.ui.view.bug.tabs.ReportBugTabTest ‑ initializationError … ```