PackageTrack
Sign in Get early access

io.swagger.core.v3:swagger-integration-jakarta

2.2.54 #649 most downloaded on Maven Central swagger-api/swagger-core

What this package is like to depend on

Last release 5 days ago

19 Aug 2026

Ships fairly regularly

a new release about every 3 weeks

Rarely documented

notes for 10 of 62 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

62 releases · first in 2021

18 releases in the last 12 months

see the full history below

Release timeline

62 releases · Feb 2021 to Aug 2026
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 62
  1. 2.2.54 19 Aug 2026
    Release notes
    • chore(deps): bump jersey2-version from 2.46 to 2.48 (#5273)
    • chore(deps): bump io.github.classgraph:classgraph from 4.8.184 to 4.8.192 (#5272)
    • chore(deps-dev): bump logback-version from 1.5.37 to 1.6.3 (#5271)
    • chore(deps): update plexus-component-metadata to version 2.2.0 (#5269)
    • docs: add CHANGELOG.md and update README for versioning information (#5267)
    • refactor: streamline tag filtering logic in SpecFilter (#5256)
    • chore(deps): bump org.testng:testng from 7.10.2 to 7.12.0 (#5244)
    • chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.1 to 3.11.0 (#5242)
    • chore(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.5.1 (#5241)
    • fix(model-resolver): retain identical recursive properties (#5232)
    • feat: support Java 8 date/time formats per OpenAPI Formats Registry (#5172) (#5184)
    Open source →
    Release notes

    Swagger-core 2.2.54 released! Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  2. 2.2.53 03 Aug 2026
    Release notes
    • 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)
    Open source →
    Release notes

    Swagger-core 2.2.53 released!

    Compare

    Choose a tag to compare

    Open source →
  3. 2.2.52 22 Jun 2026
    Release notes
    • 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)
    Open source →
    Release notes

    Swagger-core 2.2.52 released!

    Compare

    Choose a tag to compare

    Open source →
  4. 2.2.51 12 Jun 2026
    Release notes
    • 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)
    Open source →
    Release notes

    Swagger-core 2.2.51 released!

    Compare

    Choose a tag to compare

    Open source →
  5. 2.2.50 12 May 2026
    Release notes
    • 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)
    Open source →
    Release notes

    Swagger-core 2.2.50 released!

    Compare

    Choose a tag to compare

    Open source →
  6. 2.2.49 28 Apr 2026
    Release notes
    • 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)
    Open source →
    Release notes

    Swagger-core 2.2.49 released!

    Compare

    Choose a tag to compare

    Open source →
  7. 2.2.48 13 Apr 2026
    Release notes
    • 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)
    Open source →
    Release notes

    Swagger-core 2.2.48 released!

    Compare

    Choose a tag to compare

    Open source →
  8. 2.2.47 09 Apr 2026
    Release notes
    • 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)
    Open source →
    Release notes

    Swagger-core 2.2.47 released!

    Compare

    Choose a tag to compare

    Open source →
  9. 2.2.46 31 Mar 2026
    Release notes
    • bug fix for test - reset enumAsRef value in the test to default (#5092)
    Open source →
    Release notes

    Swagger-core 2.2.46 released!

    Compare

    Choose a tag to compare

    Open source →
  10. 2.2.45 10 Mar 2026
    Release notes
    • 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)
    Open source →
    Release notes

    Swagger-core 2.2.45 released!

    Compare

    Choose a tag to compare

    Open source →
  11. 2.2.44 03 Mar 2026

    Nothing published for this version

  12. 2.2.43 17 Feb 2026

    Nothing published for this version

  13. 2.2.42 19 Jan 2026

    Nothing published for this version

  14. 2.2.41 24 Nov 2025

    Nothing published for this version

  15. 2.2.40 28 Oct 2025

    Nothing published for this version

  16. 2.2.39 13 Oct 2025

    Nothing published for this version

  17. 2.2.38 29 Sep 2025

    Nothing published for this version

  18. 2.2.37 16 Sep 2025

    Nothing published for this version

  19. 2.2.36 18 Aug 2025

    Nothing published for this version

  20. 2.2.35 31 Jul 2025

    Nothing published for this version

  21. 2.2.34 20 Jun 2025

    Nothing published for this version

  22. 2.2.33 13 Jun 2025

    Nothing published for this version

  23. 2.2.32 14 May 2025

    Nothing published for this version

  24. 2.2.31 13 May 2025

    Nothing published for this version

  25. 2.2.30 07 Apr 2025

    Nothing published for this version

  26. 2.2.29 10 Mar 2025

    Nothing published for this version

  27. 2.2.28 16 Jan 2025

    Nothing published for this version

  28. 2.2.27 11 Dec 2024

    Nothing published for this version

  29. 2.2.26 18 Nov 2024

    Nothing published for this version

  30. 2.2.25 02 Oct 2024

    Nothing published for this version

  31. 2.2.24 23 Sep 2024

    Nothing published for this version

  32. 2.2.23 28 Aug 2024

    Nothing published for this version

  33. 2.2.22 15 May 2024

    Nothing published for this version

  34. 2.2.21 20 Mar 2024

    Nothing published for this version

  35. 2.2.20 19 Dec 2023

    Nothing published for this version

  36. 2.2.19 10 Nov 2023

    Nothing published for this version

  37. 2.2.18 25 Oct 2023

    Nothing published for this version

  38. 2.2.17 12 Oct 2023

    Nothing published for this version

  39. 2.2.16 18 Sep 2023

    Nothing published for this version

  40. 2.2.15 08 Jul 2023

    Nothing published for this version

  41. 2.2.14 26 Jun 2023

    Nothing published for this version

  42. 2.2.13 24 Jun 2023

    Nothing published for this version

  43. 2.2.12 13 Jun 2023

    Nothing published for this version

  44. 2.2.11 01 Jun 2023

    Nothing published for this version

  45. 2.2.10 15 May 2023

    Nothing published for this version

  46. 2.2.9 20 Mar 2023

    Nothing published for this version

  47. 2.2.8 06 Jan 2023

    Nothing published for this version

  48. 2.2.7 15 Nov 2022

    Nothing published for this version

  49. 2.2.6 02 Nov 2022

    Nothing published for this version

  50. 2.2.5 02 Nov 2022

    Nothing published for this version

  51. 2.2.4 16 Oct 2022

    Nothing published for this version

  52. 2.2.3 27 Sep 2022

    Nothing published for this version

  53. 2.2.2 20 Jul 2022

    Nothing published for this version

  54. 2.2.1 15 Jun 2022

    Nothing published for this version

  55. 2.2.0 04 Apr 2022

    Nothing published for this version

  56. 2.1.13 07 Feb 2022

    Nothing published for this version

  57. 2.1.12 23 Dec 2021

    Nothing published for this version

  58. 2.1.11 29 Sep 2021

    Nothing published for this version

  59. 2.1.10 28 Jun 2021

    Nothing published for this version

  60. 2.1.9 20 Apr 2021

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive