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

fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.25 #82

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.swagger.core.v3:swagger-annotations 2.2.6 -> 2.2.25 age adoption passing confidence

Release Notes

swagger-api/swagger-core (io.swagger.core.v3:swagger-annotations)

v2.2.25: Swagger-core 2.2.25 released!

Compare Source

  • schema resolution options - Phase 4: granular schema resolution via @​Schema.schemaResolution (#​4748)
  • schema resolution options - Phase 3: global all-of-ref (#​4747)
  • add schemaResolution to readme (#​4745)

v2.2.24: Swagger-core 2.2.24 released!

Compare Source

  • Update dependencies (#​4740)
  • Make Jackson ObjectMapper initialization thread safe (#​4739)
  • schema resolution options - Phase 2: global allOf (#​4738)
  • schema resolution options - Phase 1: global inline (#​4735)
  • refs-#​4703/#​4702-@​Pattern/@​Size annotations handling on collections (#​4734)
  • fix-SWG-11909-NPE during webhooks processing with (#​4733)
  • refs #​4715 - change JsonSchemaDialect to one accepted by Swagger-UI (#​4729)
  • Fix thread safety in Json.mapper() (#​4710)
  • Removed unnecessary cast that crashes for 3.1 schema (#​4698)

v2.2.23: Swagger-core 2.2.23 released!

Compare Source

v2.2.22: Swagger-core 2.2.22 released!

v2.2.21: Swagger-core 2.2.21 released!

  • update dependencies (#​4630)
  • fix: Add class loader to OpenAPIExtensions ServiceLoader (#​4626)
  • Fix #​4618: process array schema in OpenAPI 3.1 same as in OpenAPI 3.0 (#​4619)
  • Fix isExplode method and explode tests (#​4612)
  • refs #​4610 - deprecate and fix ArraySchema.items processing (switch to ArraySchema.schema) (#​4611)
  • Add Header Object missing attributes (#​4608)
  • fix #​4589 - fix tests with Java 21 (list first/last) (#​4597)
  • Replace log error with warning in reflection with type not found (#​4596)
  • Add JAX-RS v2.2 tolerance by swagger-core (#​4595)
  • Skip groovy.lang package in ModelConverters (#​4594)
  • fix CodeQL (#​4582)

v2.2.20: Swagger-core 2.2.20 released!

  • switch to original eclipse transformer for jakarta artifacts - update dependencies (#​4578)
  • Bump logback-version from 1.4.11 to 1.4.13 (#​4564)
  • Bump jakarta.inject:jakarta.inject-api from 1.0 to 1.0.5 (#​4563)
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.8.1 to 3.11.0 (#​4562)
  • Bump org.codehaus.mojo:build-helper-maven-plugin from 3.0.0 to 3.5.0 (#​4556)
  • Remove System.err (#​4548)
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.2.0 to 3.3.0 (#​4545)
  • Bump jakarta.xml.bind:jakarta.xml.bind-api from 2.3.2 to 2.3.3 (#​4544)
  • Bump commons-io:commons-io from 2.14.0 to 2.15.0 (#​4541)
  • Treat kotlin.Deprecated as a deprecated operation (#​4464)

v2.2.19: Swagger-core 2.2.19 released!

  • give precedence to requiredMode annotation (#​4533)
  • update dependencies (#​4521)
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.0 (#​4513)
  • add deps update CI (#​4509)

v2.2.18: Swagger-core 2.2.18 released!

v2.2.17: Swagger-core 2.2.17 released!

  • python CI - encode request body (#​4489)
  • python CI - encode request body (#​4488)
  • update pythom CI (#​4487)
  • update dependencies (#​4486)
  • refs #​4455 - add config properties for default response status code (#​4482)
  • fix: compare string using equals instead of == for Reader class (#​4480)

v2.2.16: Swagger-core 2.2.16 released!

  • downgrade GH release actions runs-on (#​4477)
  • fix python setup in release GH Action (#​4476)
  • refs #​3080 - support array in additionalProperties annotation member (#​4475)
  • allow null values for extensions properties in openapi object (#​4468)
  • fixes #​4458 - correct invocation of setSkipResolveAppPath (#​4459)
  • add support of visibility of properties not annotated with jsonview b… (#​4391)

v2.2.15: Swagger-core 2.2.15 released!

  • fix oas 3.1 parameter resolving (#​4449)
  • fix siblings in response and request body schemas OAS 3.1 resolving (#​4445)

v2.2.14: Swagger-core 2.2.14 released!

  • OAS 3.1 siblings in refs resolving (#​4441)

v2.2.13: Swagger-core 2.2.13 released!

  • fix: makes populating instance variables accessible to subclasses (#​4434)
  • OAS 3.1 - properties and ref as siblings / fix ModelConvertes usage (#​4433)
  • support custom annotation for containers (#​4429)

v2.2.12: Swagger-core 2.2.12 released!

  • OAS 3.1 - fix webhooks class scanning (#​4426)
  • OAS 3.1 - annotations and resolve logic (#​4425)
  • Change ModelResolver to better handle JsonIgnoreProperties (#​4418)
  • fix #​3581: recognize Hidden annotation on enum values. (#​4394)

v2.2.11: Swagger-core 2.2.11 released!

  • Update Jackson to 2.15.1 to be consistent with SnakeYAML 2.0 (#​4417)
  • apply JAX-RS path regex to params (#​4415)

v2.2.10: Swagger-core 2.2.10 released!

  • Added possibility to provide JSON/YAML Factory to initialise ObjectMapper (#​4396)

v2.2.9: Swagger-core 2.2.9 released!

v2.2.8: Swagger-core 2.2.8 released!

  • docs: add refs to oas 3.1 wiki (#​4319)
  • fix: fix 3.1 schema deserialization (#​4318)

v2.2.7: Swagger-core 2.2.7 released!

  • deps update and adjust example (de)serialization (#​4310)
  • update boolean schema support (#​4307)
  • fix handling for case where type.getType() is null (#​4299)
  • new ReferenceTypeUtils code fails with IllegalArgumentException with type.getType() is null (#​4297)

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 was generated by Mend Renovate. View the repository job log.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.7 Update dependency io.swagger.core.v3:swagger-annotations to v2.2.7 Dec 17, 2022
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@renovate renovate bot changed the title Update dependency io.swagger.core.v3:swagger-annotations to v2.2.7 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.7 Dec 17, 2022
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from c871bb3 to a9de6c4 Compare June 2, 2023 04:49
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.11 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.12 Jun 13, 2023
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from a9de6c4 to a8f6f9f Compare June 13, 2023 20:46
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.12 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.13 Jun 25, 2023
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from a8f6f9f to bb7a630 Compare June 25, 2023 14:36
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.13 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.14 Jun 26, 2023
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from bb7a630 to c414339 Compare June 26, 2023 17:57
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.14 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.15 Jul 9, 2023
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from c414339 to 9c3f7d8 Compare July 9, 2023 02:02
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from 9c3f7d8 to 1aecf49 Compare September 19, 2023 02:39
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.15 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.16 Sep 19, 2023
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.16 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.17 Oct 13, 2023
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from 1aecf49 to 7a87419 Compare October 13, 2023 02:39
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.17 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.18 Oct 26, 2023
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from 7a87419 to 5883468 Compare October 26, 2023 08:40
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from 5883468 to 0a002b6 Compare November 11, 2023 02:20
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.18 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.19 Nov 11, 2023
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from 0a002b6 to 13186fd Compare December 19, 2023 08:06
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.19 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.20 Dec 19, 2023
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from 13186fd to c426c4c Compare March 21, 2024 20:58
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.20 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.21 Mar 21, 2024
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from c426c4c to 17ec228 Compare May 23, 2024 05:28
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.21 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.22 May 23, 2024
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from 17ec228 to 8173c01 Compare August 29, 2024 23:55
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.22 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.23 Aug 29, 2024
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from 8173c01 to 670f6cc Compare September 24, 2024 11:57
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.23 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.24 Sep 24, 2024
@renovate renovate bot changed the title fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.24 fix(deps): update dependency io.swagger.core.v3:swagger-annotations to v2.2.25 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/io.swagger.core.v3-swagger-annotations-2.x branch from 670f6cc to ff7ef58 Compare October 3, 2024 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants