Skip to content

Update dependency io.swagger.core.v3:swagger-annotations-jakarta to v2.2.49 (branch_9x)#3527

Open
solrbot wants to merge 3 commits intoapache:branch_9xfrom
solrbot:renovate-9x/io.swagger.core.v3
Open

Update dependency io.swagger.core.v3:swagger-annotations-jakarta to v2.2.49 (branch_9x)#3527
solrbot wants to merge 3 commits intoapache:branch_9xfrom
solrbot:renovate-9x/io.swagger.core.v3

Conversation

@solrbot
Copy link
Copy Markdown
Collaborator

@solrbot solrbot commented Aug 29, 2025

This PR contains the following updates:

Package Type Update Change
io.swagger.core.v3:swagger-annotations-jakarta dependencies patch 2.2.22 -> 2.2.49

Release Notes

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

v2.2.49: Swagger-core 2.2.49 released!

  • fix(gradle-plugin): avoid eager classpath resolution in Gradle plugin (#​5164)
  • fix: ensure deduplication of required items in Schema (#​5163)
  • fix: add support for Positive, PositiveOrZero, Negative, and NegativeOrZero validation constraints (#​5162)
  • chore(deps): bump org.codehaus.plexus:plexus-utils from 3.6.0 to 3.6.1 in /modules/swagger-project-jakarta/modules/swagger-maven-plugin-jakarta (#​5155)
  • chore(deps): bump org.codehaus.plexus:plexus-utils from 3.6.0 to 3.6.1 (#​5147)
  • Regenerate maven wrapper after bumping (#​5143)
  • Bump build-helper-maven-plugin to 3.6.1 (#​5141)
  • chore: bump Apache Maven to 3.9.14 and maven-wrapper to 3.3.4 (#​5139)
  • Update apache maven distributionUrl to 3.9.9 fixing npe on snapshot deploy step (#​5138)
  • ci: add -e flag to deploy command for full stacktrace on failure (#​5134)
  • Update sonatype central-publishing-maven-plugin to 0.10.0 (#​5133)
  • fix: exclude bridge methods from @​JsonValue enum detection (#​5127) (#​5128)
  • fix: OAS 3.1 schema generation for raw Object properties is controlled with explicit-object-schema flag (#​5112)
  • chore(deps): bump org.apache.maven.plugins:maven-plugin-plugin from 3.6.4 to 3.15.2 (#​5110)
  • chore(deps-dev): bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.4.0 (#​5109)
  • chore(deps): bump org.yaml:snakeyaml from 2.3 to 2.6 (#​5108)
  • fix(gradle-plugin): add .convention() defaults to Property fields in ResolveTask (#​5065)

v2.2.48: Swagger-core 2.2.48 released!

  • fix: move env under deploy step from under integration tests (#​5129)
  • fix: revert DEFAULT_SENTINEL for defaultValue (#​5123)
  • fix: AnnotationUtils cache misses due to reinstantiation of ModelConverterContext (#​5114)
  • fix: add so that the Java Deprecated annotation is considered a processable annotation type (#​5099)

v2.2.47: Swagger-core 2.2.47 released!

  • chore(deps): bump org.codehaus.plexus:plexus-utils from 4.0.2 to 4.0.3 in /modules/swagger-eclipse-transformer-maven-plugin (#​5118)
  • Update gh actions (#​5106)
  • fix: re-add a null guard for setDefaultSchema (#​5089)
  • refactor how the size constraint is applied to a parameter (#​5080)
  • fix: do not process a nullable annotation for container items (#​5079)
  • fix: treat number example as number and not string (#​5062)
  • [Feature]: Provide a BOM module for managing dependencies (#​4966) (#​4987)

v2.2.46: Swagger-core 2.2.46 released!

  • bug fix for test - reset enumAsRef value in the test to default (#​5092)

v2.2.45: Swagger-core 2.2.45 released!

  • fix: ensure sentinel values are handled correctly in defaultValue mer… (#​5078)
  • chore: update jackson dependencies (#​5075)
  • chore(deps-dev): bump ch.qos.logback:logback-core from 1.5.22 to 1.5.25 (#​5072)
  • nit: Renamed GericModelConverter into GenericModelConverter (#​5066)
  • fix: treat streams with arraySchema annotation as array type (#​5013) (#​5064)

v2.2.44: Swagger-core 2.2.44 released!

  • fix: add empty default value (#​4838) (#​5063)
  • fix: null values in examples, example and default (#​4339, #​4229) (#​5060)
  • fix: do not set schema.nullable for OAS 3.1 (#​5059)
  • fix: calculate sibling properties based upon whether the schema is the array or the item in the array (#​5055)
  • fix: OAS 3.1 schema generation for raw Object properties (#​5034)
  • feat: Multiple SecurityRequirement annotations with AND condition #​3556 (#​5025)
  • bug fix propertyNames schema is not removed as unreferenced by SpecFilter #​5017 (#​5020)
  • 5001: Add support for @​Nullable annotations in OpenAPI 3.1 schemas (#​5018)

v2.2.43: Swagger-core 2.2.43 released!

  • fix: add missing @​ArraysSchema.arraySchema properties (#​5049)
  • refactor: introduce class responsible for how bean validation annotations affect schemas (#​5047)
  • fix: treat example values starting with numbers as strings (#​5046)
  • refactor: add an overloaded method for resolving required so that the field type can be utilized (#​5042)
  • test: Add test showing how @​JsonSubTypes can be used with @​Schema-oneOf annotations (#​5030)
  • chore: update commons-lang3 to 3.20 (#​5026)

v2.2.42: Swagger-core 2.2.42 released!

  • fix: apply minItems/minLength from @​NotEmpty/@​NotBlank regardless of requiredMode (#​5033)
  • chore: update logback-core dependency (#​5029)

v2.2.41: Swagger-core 2.2.41 released!

  • Fix/annotated type caching 5003 (#​5005)
  • #​4852 Unit test and fix to allow recursive models to process without StackOverflow (#​5004)
  • fix: Refactor JsonAssert and apply to json/yaml assertions (#​5002)
  • fix: use arraySchema when deciding required of an array (#​4998)
  • fix: NotBlank and NotEmpty annotations follow NotNull behavior (#​4968)

v2.2.40: Swagger-core 2.2.40 released!

  • fix: remove superfluous ref for a composed schema. Fixes #​4959 (#​5000)
  • Bump classgraph version to 4.8.184 (#​4992)
  • fix(test): Make serialization tests robust against key reordering (#​4990)

v2.2.39: Swagger-core 2.2.39 released!

  • chore: remove System.out and printStackTrace to align with Sonar rules S106 and S1148 (#​4988)
  • fix: adjust docs about RequiredMode.AUTO + small refactor (#​4982)
  • Fix a non-deterministic assertion in ServletUtilsTest (#​4981)
  • Fix(core): Prevent redundant schema resolution by fixing AnnotatedType equality (#​4975)

v2.2.38: Swagger-core 2.2.38 released!

  • honor array schema description when generating OpenAPI 3.1 (#​4942)

v2.2.37: Swagger-core 2.2.37 released!

  • fix: prevent leaking properties to enum schema when Schema#implementa… (#​4970)
  • refs enumAsRef Issue 4932 (#​4969)
  • fix: add booleanSchemaValue to Schema's hashCode and equals (#​4958)
  • fix: Fix missing items on nested @​ArraySchema items in OAS 3.1 (#​4949)

v2.2.36: Swagger-core 2.2.36 released!

  • fix: Fix ClassCastException on resolving JsonSchema. This solves issu… (#​4950)

v2.2.35: Swagger-core 2.2.35 released!

  • chore: bump jackson versions to 2.19.2 (#​4943)
  • Bump github classgraph version to 4.8.181 (#​4940)
  • chore: update common lang3 to 3.18 (#​4938)
  • chore: add GitHub issue and pull request templates (#​4934)
  • docs: provide a better formatting for README (#​4930)
  • Revert temp workarounds for sonatype 502 (#​4922)
  • Ticket-4910 | Added FailedApiResponse.java (#​4911)

v2.2.34: Swagger-core 2.2.34 released!

  • fix: add condition for prefixing parameter (#​4916)

v2.2.33: Swagger-core 2.2.33 released!

v2.2.32: Swagger-core 2.2.32 released!

  • Add $dynamicRef (#​4891)
  • chore: migrate Sonatype OSSRH to Central Portal (#​4890)

v2.2.31: Swagger-core 2.2.31 released!

  • Consistent usage of TestNG (#​4885)
  • refs #​4878 - fix model resolution for global path parameters with openAPI 3.1 (#​4884)
  • fix Schema/JSONSchema instance creation for oas31 (#​4883)
  • issue-4850: fix extensions 'x-' prefix decoration for oas 3.1 (#​4880)
  • Add support for jakarta.validation.constraints.Email (#​4876)
  • Include Nonnull annotation from Jakarta Annotations for required items (#​4875)
  • feat: Support other types than string in enum schemas (#​4874)
  • refs #​4065 - fix 'explode' resolution for parameters (#​4873)
  • Add unittest for v3.1 which has both ref and description (#​4815)

v2.2.30: Swagger-core 2.2.30 released!

v2.2.29: Swagger-core 2.2.29 released!

NOTE:

ModelResolver.addRequiredItem breaks compatibility in this version, please use 2.2.30 to get back to a compatible release

v2.2.28: Swagger-core 2.2.28 released!

  • fix DateSchema enum and default serialization (#​4830)
  • update deps (Jackson to 2.18.2, fix quotes in tests) (#​4828)
  • fix #​4316 - additionalProperties and ArraySchema.implementation processing (#​4823)
  • allow specifying openAPI version (e.g. 3.0.4, 3.1.1) (#​4816)
  • Fix: Avoid caching AnnotationIntrospector to support custom module loading (#​4728)

v2.2.27: Swagger-core 2.2.27 released!

  • fix: swagger-api/swagger-ui#10220 (#​4806)
  • Fix for record component annotations on fields with JsonProperty annotations (#​4795)
  • Fix java.lang.NullPointerException and remove stack trace output from ModelResolver (#​4793)
  • Move applySchemaResolution check to a method (#​4791)
  • feat(gradle-plugin): enable lazy evaluation, implicit task dependencies and fixing setEncoding (#​4761)

v2.2.26: Swagger-core 2.2.26 released!

  • fix CI (java17 module substitution) (#​4785)
  • refs #​4771 - schema resolution for container types and oas31 (#​4784)
  • refs-#​4760-Fix enum type annotations processing (#​4780)
  • Fix java record type use annotations support (#​4773)
  • fix findJsonValueType (#​4764)
  • refs-#​4737 add scanning for other OAS elements besides paths (#​4762)
  • bump jetty to 9.4.56.v20240826 (#​4758)
  • Update findJsonValueType method to provide better support for Jackson… (#​4756)
  • Implement Tests to check basic Java Record processing result (#​4749)

v2.2.25: Swagger-core 2.2.25 released!

  • 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!

  • 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!


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot

@solrbot solrbot added the exempt-stale Prevent a PR from going stale label Aug 29, 2025
@solrbot
Copy link
Copy Markdown
Collaborator Author

solrbot commented Aug 29, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Command failed: ./gradlew updateLicenses
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':solr:api:resolve'.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org.

BUILD FAILED in 20s

@solrbot solrbot force-pushed the renovate-9x/io.swagger.core.v3 branch 3 times, most recently from 032b61a to 8825908 Compare September 1, 2025 08:34
@solrbot solrbot force-pushed the renovate-9x/io.swagger.core.v3 branch from 8825908 to 6c60707 Compare September 21, 2025 16:27
@solrbot solrbot changed the title Update dependency io.swagger.core.v3:swagger-annotations-jakarta to v2.2.36 (branch_9x) Update dependency io.swagger.core.v3:swagger-annotations-jakarta to v2.2.37 (branch_9x) Sep 21, 2025
@solrbot solrbot force-pushed the renovate-9x/io.swagger.core.v3 branch from 6c60707 to 863841b Compare October 4, 2025 12:41
@solrbot solrbot changed the title Update dependency io.swagger.core.v3:swagger-annotations-jakarta to v2.2.37 (branch_9x) Update dependency io.swagger.core.v3:swagger-annotations-jakarta to v2.2.38 (branch_9x) Oct 4, 2025
@solrbot solrbot force-pushed the renovate-9x/io.swagger.core.v3 branch from 863841b to bd44c31 Compare October 18, 2025 12:42
@solrbot solrbot changed the title Update dependency io.swagger.core.v3:swagger-annotations-jakarta to v2.2.38 (branch_9x) Update dependency io.swagger.core.v3:swagger-annotations-jakarta to v2.2.39 (branch_9x) Oct 18, 2025
@solrbot solrbot changed the title Update dependency io.swagger.core.v3:swagger-annotations-jakarta to v2.2.39 (branch_9x) Update dependency io.swagger.core.v3:swagger-annotations-jakarta to v2.2.39 (branch_9x) - abandoned Oct 23, 2025
@solrbot
Copy link
Copy Markdown
Collaborator Author

solrbot commented Oct 23, 2025

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@solrbot solrbot force-pushed the renovate-9x/io.swagger.core.v3 branch from bd44c31 to 8aaf268 Compare January 6, 2026 13:58
@solrbot solrbot changed the title Update dependency io.swagger.core.v3:swagger-annotations-jakarta to v2.2.39 (branch_9x) - abandoned Update dependency io.swagger.core.v3:swagger-annotations-jakarta to v2.2.41 (branch_9x) Jan 6, 2026
@github-actions github-actions Bot added the dependencies Dependency upgrades label Jan 6, 2026
@solrbot solrbot force-pushed the renovate-9x/io.swagger.core.v3 branch from 948e679 to bb8b03a Compare April 20, 2026 22:37
@solrbot solrbot changed the title Update dependency io.swagger.core.v3:swagger-annotations-jakarta to v2.2.41 (branch_9x) Update dependency io.swagger.core.v3:swagger-annotations-jakarta to v2.2.48 (branch_9x) Apr 20, 2026
@solrbot solrbot force-pushed the renovate-9x/io.swagger.core.v3 branch from 4f40404 to 7358320 Compare April 22, 2026 09:19
@solrbot solrbot force-pushed the renovate-9x/io.swagger.core.v3 branch from 7a96152 to 0f00444 Compare May 3, 2026 16:45
@solrbot solrbot changed the title Update dependency io.swagger.core.v3:swagger-annotations-jakarta to v2.2.48 (branch_9x) Update dependency io.swagger.core.v3:swagger-annotations-jakarta to v2.2.49 (branch_9x) May 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency upgrades exempt-stale Prevent a PR from going stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant