Swagger-core是Swagge的一个Java实现
用于生成Swagger API规范的示例和服务器集成,可轻松访问REST APISwagger-core 2.0.3 released!
frantuma released this
-
Add
ref
field to annotations with related support in Reader (#2839) -
refs #2848 - fix required resolving for arrayschema schema (#2867)
-
refs #2778 - also consider NotEmpty and NotBlank to resolve required (#2876)
-
refs #2833 - fixes and resolves Links requestBody (#2877)
IMPORTANT NOTE: this PR addresses #2833, by updatingrequestBody
member datatype of swagger-modelsLink
to beObject
instead of previousRequestBody
, as it correctly maps to OpenAPI definition https://github.com/OAI/OpenAPI-Specification/blob/3.0.1/versions/3.0.1.md#linkObject.
This is a breaking change, but it makes sense as the previous datatype was basically wrong and meaningless. An alternative would be deprecating requestBody, and introducing a newrequestBodyObject
serialized as JSONrequestBody
via mixin and jackson annotations. -
NPE on Json sub type with no name defined (#2862)
-
Add
ref
field to annotations with related support in Reader (#2839) -
supports primitives in oneOf, anyOf, allOf schema annotations (#2902)
Swagger-core 1.5.20 released!
frantuma released this
-
Updates master branch to Swagger 2.0 / OpenAPI 3.0 code; 1.5.X code has been moved from master to 1.5 branch where 1.5.X code development/maintenance will continue (#2787)
-
Add missing properties to Model (#2768)
-
Fix security scheme name/key resolving (#2767)
-
Fix missing enum in converted response schema (#2790)
-
Allows setting operation deprecated to false (#2782)
-
Fix name resolution in enums (#2707)
-
Allows custom typename resolving (#2121)
-
Fixed override issue on property
collectionFormat
part of annotation@ApiImplicitParam
(#2800) -
Response example support (#2319)
Swagger-core 2.0.1 released!
frantuma released this
Notable features
Mainly bug fix release implementing/fixing the following:
-
JDK 9/10 support in build (#2735)
-
Supports
OpenAPIExtension
decorateOperation
(#2748) -
Fix path building for resources without leading slashes (#2751)
-
Fix stackOverflowError for circuclar reference in jackson ModelResolver (#2740)
-
Fix CVE-2018-7489 - jackson version 2.9.5 (#2755)
-
Fix random build error (#2752)
-
Fix NPE in Reader with null config (#2736)
-
Improve support for #2635
-
Correctly resolve array schema annotations with ref schema items (#2763)
-
Fix security scheme name/key resolving (#2767)
swagger-core v2.0.0 first official release!
frantuma released this
Overview
The Swagger team is proud to announce the first official 2.0.0 release of our main java library swagger-core. This release enhances rc4 support for OpenAPI 3.0’s main features.
In order to better improve these libraries and tools, we ask that you start using them and provide us with feedback in form of issues (please use label 3.0 spec support
) on the github repository. The issues are a huge help in finding what’s missing or not working properly (though note some issues are already submitted). We would also appreciate any PRs that improve existing or new tickets.
Be aware that the release notes contain the notable changes, but there may some changes that we missed in the list.
Notable Features:
- See also rc1, r2, rc3 and rc4 release notes (v2.0.0-rc1, v2.0.0-rc2, v2.0.0-rc3, v2.0.0-rc4)
- First official release with OpenAPI 3.0 support. Swagger-core now produces OpenAPI 3.0 specs only. swagger-core 2.0 version is not backward compatible with previous 1.x versions.
- Available on Maven central, and the sources are in the 2.0 branch. PRs should be submitted against the 2.0 branch.
- Brand new 2.0 wiki!
- Jackson 2.9.4 (#2655)
- JsonView support (#2079)
- internal refactor (#2593)
- Updated annotations target (#2653)
- deprecates Schema.readOnly and introduces accessMode field (#2379)
- Class level response annotations (#2685)
- rework JsonProperty, readonly/writeonly support (#2169)
- JsonIdentity support (#2704)
- Complex types support in @extensionproperty (#2723)
- Adds
openapi.json
andopenapi.yaml
to known locations (#2727)
Bug fixes
- Annotation inheritance from interfaces (#2644)
- @Produces full support (#2646)
- Reader Correctly skips non JAX-RS methods (#2656)
- fix models osgi export packages (#2663)
- avoid duplicate operationId (#2433)
- file upload and multipart fixes (#2689)
- support ArraySchema context annotations in container type properties (#2616)
- Path in Class level removed for subresources (#2632)
- Configuration loading from servlet path (#2706)
Swagger-core 1.5.18 released!
frantuma released this
Mainly bug fix release implementing/fixing the following:
- Updated OSGi bundle plugin (#2587)
- Updated Jackson version (#2576)
- Remove logs flood for ApiImplicitParam with no datatype defined (#2556)
- Make Reader and ServletConfig fields protected in BeanConfig (#2415, #1884)
- Fix pretty print support (#2320)
- Fix XmlAccessType.NONE processing (#1847)
- Implements support for "Untyped" schemas (#2507)
- Parse read only model property's flag for all types of model properties (#2502)
Watchers:341 |
Star:5550 |
Fork:1698 |
创建时间: 2011-07-06 07:44:11 |
最后Commits: 前天 |
许可协议:View license |
3aa9864
Verified