swagger-core

Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API

APACHE-2.0 License

Stars
7.3K
Committers
310

Bot releases are hidden (Show)

swagger-core - Swagger-core 1.6.14 released!

Published by frantuma 7 months ago

swagger-core - Swagger-core 1.6.13 released!

Published by frantuma 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/swagger-api/swagger-core/compare/v1.6.12...v1.6.13

swagger-core - Swagger-core 1.6.12 released!

Published by frantuma about 1 year ago

What's Changed

Full Changelog: https://github.com/swagger-api/swagger-core/compare/v1.6.11...v1.6.12

swagger-core - Swagger-core 1.6.11 released!

Published by frantuma over 1 year ago

What's Changed

Full Changelog: https://github.com/swagger-api/swagger-core/compare/v1.6.10...v1.6.11

swagger-core - Swagger-core 1.6.10 released!

Published by frantuma over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/swagger-api/swagger-core/compare/v1.6.9...v1.6.10

swagger-core - Swagger-core 1.6.9 released!

Published by frantuma almost 2 years ago

What's Changed

Full Changelog: https://github.com/swagger-api/swagger-core/compare/v1.6.8...v1.6.9

swagger-core - Swagger-core 1.6.8 released!

Published by frantuma about 2 years ago

What's Changed

Full Changelog: https://github.com/swagger-api/swagger-core/compare/v1.6.7...v1.6.8

swagger-core - Swagger-core 1.6.7 released!

Published by frantuma about 2 years ago

What's Changed

Full Changelog: https://github.com/swagger-api/swagger-core/compare/v1.6.6...v1.6.7

swagger-core - Swagger-core 1.6.6 released!

Published by frantuma over 2 years ago

What's Changed

Full Changelog: https://github.com/swagger-api/swagger-core/compare/v1.6.5...v1.6.6

swagger-core - Swagger-core 1.6.5 released!

Published by frantuma over 2 years ago

What's Changed

Full Changelog: https://github.com/swagger-api/swagger-core/compare/v1.6.4...v1.6.5

swagger-core - Swagger-core 1.6.4 released!

Published by frantuma almost 3 years ago

What's Changed

Full Changelog: https://github.com/swagger-api/swagger-core/compare/v1.6.3...v1.6.4

swagger-core - Swagger-core 1.6.3 released!

Published by frantuma about 3 years ago

  • #3257 - External Spec validation of required properties isn't possible (#3258)
  • #719 - Adding Extensions in Responses (OAS2) (#2835)
  • add url List to authorizationValue (#3995)
  • add xml to property in ModelToPropertyConverter (#4007)
swagger-core - Swagger-core 1.6.2 released!

Published by frantuma over 4 years ago

  • refs #3554 - update jackson to 2.11.1 (#3574)
  • Relax Swagger Core 1.6.x OSGi constraints to allow usage of the Bean Validation API 1.1/2.0 (#3497)
swagger-core - Swagger-core 2.1.3 released!

Published by frantuma over 4 years ago

  • ref #3554 - bump jackson to 2.11.1 (#3601)
  • refs #3500 - fix @Deprecated processing (#3590)
  • refs #3583 - fix NPE in case of wrongly provided array in @Schema.implementation (#3589)
  • Bug/3587 fix parameter examples order (#3588)
  • refs #3092 - skip hidden properties in @BeanParam annotated schema (#3580)
  • Added support for filterClass to OpenApiServlet (#3572)
  • bump snakeyaml to 1.26 (#3555)
  • Support for overriding enum values with @JsonProperty or @JsonValue (#3553)
  • feature: listing registered converters (#3551)
  • Fix deserializing enum with negative Long values (#3544)
  • Ref #2887 Update Schema.AccessMode.READ_ONLY docs (#3537)
  • Utilize the OpenApiReader interface in ReaderListener method signatures (#3519)
  • Enabling fully qualified java class names (#3510)
  • Minor code clean-up (#3509)
  • Minor code clean-up (#3508)
  • Minor code clean-up (#3507)
  • Minor code clean-up. (#3506)
  • Remove duplicate alternative in ReaderUtils for javax.ws.rs.DELETE (#3501)
swagger-core - Swagger-core 2.1.2 released!

Published by frantuma over 4 years ago

  • refs #3412 - deprecate swagger-jaxrs2-servlet-initializer add alternative with different package (#3481)

NOTE swagger-jaxrs2-servlet-initializer artifact is DEPRECATED since 2.1.2 (please see #3412 and #3481), please use instead swagger-jaxrs2-servlet-initializer-v2 (same class io.swagger.v3.jaxrs2.integration.SwaggerServletInitializer)

  • refs #3409 - fix jsonValue processing (#3483)

  • refs #3259 - fix required annotation processing for reference properties (#3482)

  • refs #3438 - fix arraySchema required (#3478)

  • refs #3443 - Resolve java.time.Instant as date-time instead of long (#3477)

  • refs #3464 - change scope of hiddingByJsonView to protected (#3474)

  • refs #3111 - fix Schema.implementation processing for primitive types (#3468)

  • Refs #3399, #3445 Change javax to jakarta artifact dependencies, relax OSGI import (#3467)

  • Classgraph 4.8.65 (#3458)

  • update maven central URLs (#3435)

  • Fix typo in AnnotationsUtils; Fixes #3423 (#3424)

  • refs #3414 - fix enumsAsRef global property behavior (#3417)

swagger-core - Swagger-core 1.6.1 released!

Published by frantuma over 4 years ago

  • update maven central URLs (#3434)
  • Update LICENSE (#3407)
  • swagger-jaxrs: fix path building (#3385)
  • Update extension properties to support parse value (openAPI) (#3377)
swagger-core - Swagger-core 2.1.1 released!

Published by frantuma almost 5 years ago

  • refs #3345 - Include discriminator mapped schemas when filtering (#3381)
  • refs #3365 - fix schema example resolving edge case strings (#3380)
  • remove redundant build status in README (#3374)
swagger-core - Swagger-core 2.1.0 released!

Published by frantuma almost 5 years ago

  • refs #3348 - clone all resolved properties (#3351)
  • refs #3124 - enums as ref (#3352)
  • refs #3341 - add description to @ExampleObject annotation (#3353)
  • bump jackson to 2.10.1 - fixes CVE (#3355)
swagger-core - Swagger-core 1.6.0 released!

Published by frantuma almost 5 years ago

  • refs swagger-api/swagger-parser#1143 - pull up model properties and required (#3342)
  • bump jackson to 2.10.1 - fixes CVE (#3354)

NOTE: since version 1.6.0 java 7 is not supported.

swagger-core - Swagger-core 2.0.10 released!

Published by frantuma about 5 years ago

  • Enable caching of Gradle 'ResolveTask' - remove compatibility to Gradle versions prior to 3.2 (#3321)
  • refs #3303 - Bugfix for filtering nested $refs (#3317)
  • Add syntax highlighting in README code block (#3316)
  • refs #3311 - fix NPE (#3313)
  • refs #3287 - update jackson (#3307)
  • fix #2189 - remove current class from JsonSubTypes (#3298)
  • ref #2340 - fixes discriminator property resolving (#3293)
  • Adding test cases for different JAX-RS scanners (#3285)
  • refs #3283 - add scanner limited to defined resourcePackages (#3284)
Package Rankings
Top 1.34% on Repo1.maven.org
Top 3.63% on Proxy.golang.org
Badges
Extracted from project README's
Maven Central