solrbot opened a new pull request, #3527: URL: https://github.com/apache/solr/pull/3527
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.swagger.core.v3:swagger-annotations-jakarta](https://redirect.github.com/swagger-api/swagger-core) | dependencies | patch | `2.2.22` -> `2.2.36` | --- ### Release Notes <details> <summary>swagger-api/swagger-core (io.swagger.core.v3:swagger-annotations-jakarta)</summary> ### [`v2.2.36`](https://redirect.github.com/swagger-api/swagger-core/releases/tag/v2.2.36): Swagger-core 2.2.36 released! - fix: Fix ClassCastException on resolving JsonSchema. This solves issu… ([#​4950](https://redirect.github.com/swagger-api/swagger-core/issues/4950)) ### [`v2.2.35`](https://redirect.github.com/swagger-api/swagger-core/releases/tag/v2.2.35): Swagger-core 2.2.35 released! - chore: bump jackson versions to 2.19.2 ([#​4943](https://redirect.github.com/swagger-api/swagger-core/issues/4943)) - Bump github classgraph version to 4.8.181 ([#​4940](https://redirect.github.com/swagger-api/swagger-core/issues/4940)) - chore: update common lang3 to 3.18 ([#​4938](https://redirect.github.com/swagger-api/swagger-core/issues/4938)) - chore: add GitHub issue and pull request templates ([#​4934](https://redirect.github.com/swagger-api/swagger-core/issues/4934)) - docs: provide a better formatting for README ([#​4930](https://redirect.github.com/swagger-api/swagger-core/issues/4930)) - Revert temp workarounds for sonatype 502 ([#​4922](https://redirect.github.com/swagger-api/swagger-core/issues/4922)) - Ticket-4910 | Added FailedApiResponse.java ([#​4911](https://redirect.github.com/swagger-api/swagger-core/issues/4911)) ### [`v2.2.34`](https://redirect.github.com/swagger-api/swagger-core/releases/tag/v2.2.34): Swagger-core 2.2.34 released! - fix: add condition for prefixing parameter ([#​4916](https://redirect.github.com/swagger-api/swagger-core/issues/4916)) ### [`v2.2.33`](https://redirect.github.com/swagger-api/swagger-core/releases/tag/v2.2.33): Swagger-core 2.2.33 released! - fix: refs [#​4907](https://redirect.github.com/swagger-api/swagger-core/issues/4907) - fix 'openapi.openapi' field processing for 3.1 ([#​4912](https://redirect.github.com/swagger-api/swagger-core/issues/4912)) - fix 1.5 README update ([#​4902](https://redirect.github.com/swagger-api/swagger-core/issues/4902)) ### [`v2.2.32`](https://redirect.github.com/swagger-api/swagger-core/releases/tag/v2.2.32): Swagger-core 2.2.32 released! - Add $dynamicRef ([#​4891](https://redirect.github.com/swagger-api/swagger-core/issues/4891)) - chore: migrate Sonatype OSSRH to Central Portal ([#​4890](https://redirect.github.com/swagger-api/swagger-core/issues/4890)) ### [`v2.2.31`](https://redirect.github.com/swagger-api/swagger-core/releases/tag/v2.2.31): Swagger-core 2.2.31 released! - Consistent usage of TestNG ([#​4885](https://redirect.github.com/swagger-api/swagger-core/issues/4885)) - refs [#​4878](https://redirect.github.com/swagger-api/swagger-core/issues/4878) - fix model resolution for global path parameters with openAPI 3.1 ([#​4884](https://redirect.github.com/swagger-api/swagger-core/issues/4884)) - fix Schema/JSONSchema instance creation for oas31 ([#​4883](https://redirect.github.com/swagger-api/swagger-core/issues/4883)) - issue-4850: fix extensions 'x-' prefix decoration for oas 3.1 ([#​4880](https://redirect.github.com/swagger-api/swagger-core/issues/4880)) - Add support for jakarta.validation.constraints.Email ([#​4876](https://redirect.github.com/swagger-api/swagger-core/issues/4876)) - Include Nonnull annotation from Jakarta Annotations for required items ([#​4875](https://redirect.github.com/swagger-api/swagger-core/issues/4875)) - feat: Support other types than string in enum schemas ([#​4874](https://redirect.github.com/swagger-api/swagger-core/issues/4874)) - refs [#​4065](https://redirect.github.com/swagger-api/swagger-core/issues/4065) - fix 'explode' resolution for parameters ([#​4873](https://redirect.github.com/swagger-api/swagger-core/issues/4873)) - Add unittest for v3.1 which has both ref and description ([#​4815](https://redirect.github.com/swagger-api/swagger-core/issues/4815)) ### [`v2.2.30`](https://redirect.github.com/swagger-api/swagger-core/releases/tag/v2.2.30): Swagger-core 2.2.30 released! - refs [#​4862](https://redirect.github.com/swagger-api/swagger-core/issues/4862) - resolve [@​notblank](https://redirect.github.com/notblank) / [@​notempty](https://redirect.github.com/notempty) as required ([#​4870](https://redirect.github.com/swagger-api/swagger-core/issues/4870)) - fix ArbitrarySchema ([#​4869](https://redirect.github.com/swagger-api/swagger-core/issues/4869)) - update Schema resolution and casting - add `explicit-object-schema` and `use-arbitrary-schema` sys/env props ([#​4868](https://redirect.github.com/swagger-api/swagger-core/issues/4868)) - refs [#​4859](https://redirect.github.com/swagger-api/swagger-core/issues/4859), refs [#​4860](https://redirect.github.com/swagger-api/swagger-core/issues/4860) - fix minLength and ModelResolver compatibility break ([#​4867](https://redirect.github.com/swagger-api/swagger-core/issues/4867)) - fix patternproperties handling in SpecFilter ([#​4818](https://redirect.github.com/swagger-api/swagger-core/issues/4818)) ### [`v2.2.29`](https://redirect.github.com/swagger-api/swagger-core/releases/tag/v2.2.29): Swagger-core 2.2.29 released! - add better support for validation groups ([#​4853](https://redirect.github.com/swagger-api/swagger-core/issues/4853)) - fix: Replace $ in the FQN of the class ([#​4803](https://redirect.github.com/swagger-api/swagger-core/issues/4803)) - \[BUGFIX] Jackson/[@​JsonUnwrapped](https://redirect.github.com/JsonUnwrapped) - unwrapping fails when innerModel.$ref not null ([#​4597](https://redirect.github.com/swagger-api/swagger-core/issues/4597) **NOTE**: [ModelResolver.addRequiredItem](https://redirect.github.com/swagger-api/swagger-core/blob/master/modules/swagger-core/src/main/java/io/swagger/v3/core/jackson/ModelResolver.java#L3218) breaks compatibility in this version, please use 2.2.30 to get back to a compatible release ### [`v2.2.28`](https://redirect.github.com/swagger-api/swagger-core/releases/tag/v2.2.28): Swagger-core 2.2.28 released! - fix DateSchema enum and default serialization ([#​4830](https://redirect.github.com/swagger-api/swagger-core/issues/4830)) - update deps (Jackson to 2.18.2, fix quotes in tests) ([#​4828](https://redirect.github.com/swagger-api/swagger-core/issues/4828)) - fix [#​4316](https://redirect.github.com/swagger-api/swagger-core/issues/4316) - additionalProperties and ArraySchema.implementation processing ([#​4823](https://redirect.github.com/swagger-api/swagger-core/issues/4823)) - allow specifying openAPI version (e.g. 3.0.4, 3.1.1) ([#​4816](https://redirect.github.com/swagger-api/swagger-core/issues/4816)) - Fix: Avoid caching AnnotationIntrospector to support custom module loading ([#​4728](https://redirect.github.com/swagger-api/swagger-core/issues/4728)) ### [`v2.2.27`](https://redirect.github.com/swagger-api/swagger-core/releases/tag/v2.2.27): Swagger-core 2.2.27 released! - fix: [swagger-api/swagger-ui#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 - Every minute ( * * * * * ) (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 this update 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoiYnJhbmNoXzl4IiwibGFiZWxzIjpbImV4ZW1wdC1zdGFsZSJdfQ==--> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
