Skip to content

Releases: swagger-api/swagger-core

Swagger-core 2.2.25 released!

02 Oct 12:25
Compare
Choose a tag to compare
  • 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)

Swagger-core 2.2.24 released!

23 Sep 12:46
Compare
Choose a tag to compare
  • 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)

Swagger-core 2.2.23 released!

28 Aug 11:44
2ac5ea3
Compare
Choose a tag to compare
  • refs #4679 - fix @Schema#implementation resolving for OAS 3.1 (#4720)
  • Missing array type when using @ArraySchema (#4700)
  • fix #4676 - fix schema serialization with sort=true (#4677)

Swagger-core 2.2.22 released!

15 May 09:44
Compare
Choose a tag to compare
  • Support proper mapping of the byte array (#4659)
  • refs #4645 - fix NPE in header resolving with no components (#4650)
  • refs #4474 - fix NPE while resolving container types (#4640)
  • Fix #4634: unite processing of allOf, anyOf, oneOf relation so it wil… (#4637)
  • fix README (#4635)

Swagger-core 2.2.21 released!

20 Mar 07:53
Compare
Choose a tag to compare
  • 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)

Swagger-core 1.6.14 released!

19 Mar 12:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.13...v1.6.14

Swagger-core 1.6.13 released!

26 Jan 08:26
Compare
Choose a tag to compare

What's Changed

  • update 1.5 Readme with new v2 version 2.2.18 by @sonatypeoss in #4504
  • Bump org.apache.maven.wagon:wagon-webdav from 1.0-beta-1 to 1.0-beta-2 by @dependabot in #4519
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #4514
  • updated dependencies by @frantuma in #4520
  • Bump org.apache.maven.wagon:wagon-ssh-external from 3.5.2 to 3.5.3 by @dependabot in #4522
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.0.0-M9 to 3.2.2 by @dependabot in #4528
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.2.1 to 3.4.1 by @dependabot in #4532
  • Bump org.apache.maven.plugins:maven-jar-plugin from 2.4 to 2.6 by @dependabot in #4529
  • Bump org.apache.maven.plugins:maven-jxr-plugin from 2.3 to 2.5 by @dependabot in #4530
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #4531
  • update 1.5 Readme with new v2 version 2.2.19 by @sonatypeoss in #4539
  • Treat kotlin.Deprecated as a deprecated operation by @sokomishalov in #4463
  • Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 by @dependabot in #4554
  • Bump logback-version from 1.4.11 to 1.4.13 by @dependabot in #4558
  • update 1.5 Readme with new v2 version 2.2.20 by @sonatypeoss in #4581
  • Update PrimitiveType.java to allow customClasses by @kenzhang-mark43 in #4192
  • fix jsonSerialize processing - replaces #3162 by @frantuma in #4603
  • Fix BaseApiListingResource when concurrent execution by @awojcicki in #3206
  • update dependencies by @frantuma in #4604
  • update dependencies by @frantuma in #4606

New Contributors

Full Changelog: v1.6.12...v1.6.13

Swagger-core 2.2.20 released!

19 Dec 07:19
Compare
Choose a tag to compare
  • 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)

Swagger-core 2.2.19 released!

10 Nov 10:19
Compare
Choose a tag to compare
  • 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)

Swagger-core 2.2.18 released!

25 Oct 14:48
Compare
Choose a tag to compare
  • refs #4483 - fix NullPointer for @ApiResponse missing description (#4501)
  • refs #4462 - exclude javax.validation annotations from container values processing (#4500)
  • Update README.md versions list (#4493)
  • feat: add getUseFqn to TypeNameResolver (#4484)