Skip to content

Update swagger.version to v2.2.54 (release/1.x) - #543

Merged
renovate[bot] merged 1 commit into
release/1.xfrom
renovate/release/1.x-patch-swagger.version
Sep 4, 2026
Merged

Update swagger.version to v2.2.54 (release/1.x)#543
renovate[bot] merged 1 commit into
release/1.xfrom
renovate/release/1.x-patch-swagger.version

Conversation

@renovate

@renovate renovate Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
io.swagger.core.v3:swagger-maven-plugin 2.2.492.2.54 age confidence
io.swagger.core.v3:swagger-annotations 2.2.492.2.54 age confidence

Release Notes

swagger-api/swagger-core (io.swagger.core.v3:swagger-maven-plugin)

v2.2.54

Compare Source

Fixed
  • Java 8 date/time types (OffsetTime, Duration, LocalTime) now map by default
    to the correct OpenAPI Formats Registry strings ("time", "duration", "time-local")
    instead of an unusable expanded object. (#​5172)
  • LocalDateTime deserialization from an existing OpenAPI spec now correctly
    round-trips through the new TimeSchema/DurationSchema/DateTimeLocalSchema/
    TimeLocalSchema classes instead of falling back to a generic StringSchema.
Added
  • PrimitiveType.enableJava8Formats() — opt-in to map LocalDateTime to the
    registry-compliant "date-time-local" format (default remains "date-time"
    for backward compatibility).
Deprecated
  • PrimitiveType.enablePartialTime() — prefer the new default "time-local"
    mapping for LocalTime; kept for callers who specifically need the
    non-registry "partial-time" format.

v2.2.53: Swagger-core 2.2.53 released!

Compare Source

  • chore: update Jackson to 2.22.1 (#​5258)
  • refactor: replace writer(new DefaultPrettyPrinter()) with writerWithDefaultPrettyPrinter() (#​5252)
  • fix: Stabilize CI Maven and Gradle builds (#​5238)
  • test: remove system.out.println from tests (#​5236)
  • chore: bump dependencies (#​5229)
  • refactor: simplify type handling in ModelDeserializer (#​5227)
  • Revert "hotfix: temporarily allow Release workflow to skip mvn deploy to recover 2.2.52 (#​5220)" (#​5223)
  • chore(deps-dev): bump org.codehaus.groovy:groovy from 3.0.23 to 3.0.25 (#​5216)
  • chore(deps): bump commons-cli:commons-cli from 1.9.0 to 1.11.0 (#​5209)
  • chore(deps-dev): bump commons-codec:commons-codec from 1.17.2 to 1.22.0 (#​5208)
  • fix: emit $ref for array items when cycle guard suppresses implementation processing (#​5205)
  • Restore inner property name from map key in handleUnwrapped (#​5193)
  • Honor PropertyNamingStrategy for get/is-prefixed property names (#​5192)
  • fix: let explicit @​Schema(format) override type-derived format (#​5185) (#​5186)
  • docs: update format of javadoc to produce a functional link (#​5182)
  • fix: exclude overridable annotation values when parsing composed annotations (#​5179)
  • fix: negative and positive validation annotations uses relevant OAS 3.1 syntax ( #​5170) (#​5171)

v2.2.52: Swagger-core 2.2.52 released!

Compare Source

  • chore(deps): bump jackson-version from 2.21.1 to 2.22.0 (#​5203)
  • chore(deps): bump maven.version from 3.9.14 to 3.9.16 (#​5195)
  • chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.6 (#​5190)
  • chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.12.0 (#​5157)
  • fix: Avoid locale-dependent NumberFormat in IntegerSchema (#​5140)
  • fix: ensure that @​Nullable does not incorrectly affect object schemas (#​5124)

v2.2.51: Swagger-core 2.2.51 released!

Compare Source

  • chore(deps-dev): bump logback-version from 1.5.25 to 1.5.32 (#​5149)
  • chore(deps): bump slf4j-version from 2.0.9 to 2.0.17 (#​5137)

v2.2.50: Swagger-core 2.2.50 released!

Compare Source

  • fix: serialize a boolean schema example value as a JsonNode (#​5173)
  • chore: migrate from tibdex/github-app-token to actions/create-github-app-token (#​5169)
  • fix: resolve Validation Meta annotations not working (#​4886) (#​4986)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/release/1.x-patch-swagger.version branch 6 times, most recently from 6958326 to 8887f72 Compare September 4, 2026 03:04
@renovate
renovate Bot force-pushed the renovate/release/1.x-patch-swagger.version branch from 8887f72 to 361d681 Compare September 4, 2026 06:10
@renovate
renovate Bot enabled auto-merge September 4, 2026 06:10
@sonarqubecloud

sonarqubecloud Bot commented Sep 4, 2026

Copy link
Copy Markdown

@renovate
renovate Bot merged commit 9b81d97 into release/1.x Sep 4, 2026
10 checks passed
@renovate
renovate Bot deleted the renovate/release/1.x-patch-swagger.version branch September 4, 2026 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants