Openapi Tools Swagger Maven Plugin Versions Save

Maven plugin to activate the Swagger Core library to generate OpenAPI documentation.

v2.1.5

3 years ago
  • Extending support for the static parts of the OpenAPI specification, e.g., the security related information (#53 and #58)
  • Upgrading Swagger dependency to 2.1.4 (#56)

Thanks to @wanno-drijfhout for the contribution.

v2.1.4

3 years ago

Fixing bug with schema sort (#50)

Thanks to @hiddewie

v2.1.3

3 years ago

Release sorts the content of the OpenAPI specification generated by Swagger (#47)

Thanks to @hiddewie and @wanno-drijfhout for the contribution.

v2.1.2

4 years ago
  • Supporting Swagger 2.1.0 (fixing #43)

v2.1.1

4 years ago
  • Artifact filename on attached artifact was hardcoded to swagger (#38)

Thanks to @s15r for the contribution.

v2.1.0

5 years ago

The release contains the following enhancements and features.

  • Considering the path on the Application class when generation OpenAPI specification (#23)
  • Setup plugin classloader correctly (#25 and #28)

Thank you @tosix1988 for the contributions.

v2.0.3

5 years ago
  • Flag to skip OpenAPI generation (#19)
  • Processing resource package recursive (#8)

Thank you to @sunnymoon for the contribution.

v2.0.2

5 years ago

A few new features:

  • Pretty print option (#11)
  • Support for vendor extensions (#12)

Thanks to @cjelger for the contribution.

v1.0.3

5 years ago

Automatically adding the compiled classes to classpath of the plugin. Fixing issue #9

v2.0.1

5 years ago

Fixing bug where compiled classes are not searched by plugin when generating documentation.

Fixing reported issues #5 and #6.