solrbot opened a new pull request, #2955: URL: https://github.com/apache/solr/pull/2955
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | io.swagger.core.v3.swagger-gradle-plugin | plugin | patch | `2.2.22` -> `2.2.27` | | [io.swagger.core.v3:swagger-jaxrs2-jakarta](https://redirect.github.com/swagger-api/swagger-core) | dependencies | patch | `2.2.22` -> `2.2.27` | | [io.swagger.core.v3:swagger-annotations-jakarta](https://redirect.github.com/swagger-api/swagger-core) | dependencies | patch | `2.2.22` -> `2.2.27` | --- ### Release Notes <details> <summary>swagger-api/swagger-core (io.swagger.core.v3:swagger-jaxrs2-jakarta)</summary> ### [`v2.2.27`](https://redirect.github.com/swagger-api/swagger-core/releases/tag/v2.2.27): Swagger-core 2.2.27 released! - fix: [https://github.com/swagger-api/swagger-ui/issues/10220](https://redirect.github.com/swagger-api/swagger-ui/issues/10220) ([#​4806](https://redirect.github.com/swagger-api/swagger-core/issues/4806)) - Fix for record component annotations on fields with JsonProperty annotations ([#​4795](https://redirect.github.com/swagger-api/swagger-core/issues/4795)) - Fix java.lang.NullPointerException and remove stack trace output from ModelResolver ([#​4793](https://redirect.github.com/swagger-api/swagger-core/issues/4793)) - Move applySchemaResolution check to a method ([#​4791](https://redirect.github.com/swagger-api/swagger-core/issues/4791)) - feat(gradle-plugin): enable lazy evaluation, implicit task dependencies and fixing `setEncoding` ([#​4761](https://redirect.github.com/swagger-api/swagger-core/issues/4761)) ### [`v2.2.26`](https://redirect.github.com/swagger-api/swagger-core/releases/tag/v2.2.26): Swagger-core 2.2.26 released! - fix CI (java17 module substitution) ([#​4785](https://redirect.github.com/swagger-api/swagger-core/issues/4785)) - refs [#​4771](https://redirect.github.com/swagger-api/swagger-core/issues/4771) - schema resolution for container types and oas31 ([#​4784](https://redirect.github.com/swagger-api/swagger-core/issues/4784)) - [refs-#​4760](https://redirect.github.com/refs-/swagger-core/issues/4760)-Fix enum type annotations processing ([#​4780](https://redirect.github.com/swagger-api/swagger-core/issues/4780)) - Fix java record type use annotations support ([#​4773](https://redirect.github.com/swagger-api/swagger-core/issues/4773)) - fix findJsonValueType ([#​4764](https://redirect.github.com/swagger-api/swagger-core/issues/4764)) - [refs-#​4737](https://redirect.github.com/refs-/swagger-core/issues/4737) add scanning for other OAS elements besides paths ([#​4762](https://redirect.github.com/swagger-api/swagger-core/issues/4762)) - bump jetty to 9.4.56.v20240826 ([#​4758](https://redirect.github.com/swagger-api/swagger-core/issues/4758)) - Update findJsonValueType method to provide better support for Jackson… ([#​4756](https://redirect.github.com/swagger-api/swagger-core/issues/4756)) - Implement Tests to check basic Java Record processing result ([#​4749](https://redirect.github.com/swagger-api/swagger-core/issues/4749)) ### [`v2.2.25`](https://redirect.github.com/swagger-api/swagger-core/releases/tag/v2.2.25): Swagger-core 2.2.25 released! - schema resolution options - Phase 4: granular schema resolution via [@​Schema](https://redirect.github.com/Schema).schemaResolution ([#​4748](https://redirect.github.com/swagger-api/swagger-core/issues/4748)) - schema resolution options - Phase 3: global all-of-ref ([#​4747](https://redirect.github.com/swagger-api/swagger-core/issues/4747)) - add schemaResolution to readme ([#​4745](https://redirect.github.com/swagger-api/swagger-core/issues/4745)) ### [`v2.2.24`](https://redirect.github.com/swagger-api/swagger-core/releases/tag/v2.2.24): Swagger-core 2.2.24 released! - Update dependencies ([#​4740](https://redirect.github.com/swagger-api/swagger-core/issues/4740)) - Make Jackson ObjectMapper initialization thread safe ([#​4739](https://redirect.github.com/swagger-api/swagger-core/issues/4739)) - schema resolution options - Phase 2: global allOf ([#​4738](https://redirect.github.com/swagger-api/swagger-core/issues/4738)) - schema resolution options - Phase 1: global inline ([#​4735](https://redirect.github.com/swagger-api/swagger-core/issues/4735)) - [refs-#​4703](https://redirect.github.com/refs-/swagger-core/issues/4703)/[#​4702](https://redirect.github.com/swagger-api/swagger-core/issues/4702)-@​Pattern/[@​Size](https://redirect.github.com/Size) annotations handling on collections ([#​4734](https://redirect.github.com/swagger-api/swagger-core/issues/4734)) - fix-SWG-11909-NPE during webhooks processing with <convertToOpenAPI31> ([#​4733](https://redirect.github.com/swagger-api/swagger-core/issues/4733)) - refs [#​4715](https://redirect.github.com/swagger-api/swagger-core/issues/4715) - change JsonSchemaDialect to one accepted by Swagger-UI ([#​4729](https://redirect.github.com/swagger-api/swagger-core/issues/4729)) - Fix thread safety in `Json.mapper()` ([#​4710](https://redirect.github.com/swagger-api/swagger-core/issues/4710)) - Removed unnecessary cast that crashes for 3.1 schema ([#​4698](https://redirect.github.com/swagger-api/swagger-core/issues/4698)) ### [`v2.2.23`](https://redirect.github.com/swagger-api/swagger-core/releases/tag/v2.2.23): Swagger-core 2.2.23 released! - refs [#​4679](https://redirect.github.com/swagger-api/swagger-core/issues/4679) - fix [@​Schema](https://redirect.github.com/Schema)#implementation resolving for OAS 3.1 ([#​4720](https://redirect.github.com/swagger-api/swagger-core/issues/4720)) - Missing array type when using [@​ArraySchema](https://redirect.github.com/ArraySchema) ([#​4700](https://redirect.github.com/swagger-api/swagger-core/issues/4700)) - fix [#​4676](https://redirect.github.com/swagger-api/swagger-core/issues/4676) - fix schema serialization with sort=true ([#​4677](https://redirect.github.com/swagger-api/swagger-core/issues/4677)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* * * * *" (UTC), 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/solrbot/renovate-github-action) <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org