Releases: swagger-api/swagger-core
Releases · swagger-api/swagger-core
Swagger-core 2.2.25 released!
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)
Swagger-core 2.2.23 released!
Swagger-core 2.2.22 released!
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)
Swagger-core 1.6.14 released!
Swagger-core 1.6.13 released!
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
- @awojcicki made their first contribution in #3206
Full Changelog: v1.6.12...v1.6.13
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)