Skip to content

Releases: openapi-tools/swagger-maven-plugin

Feature Release 2.1.5

15 Sep 07:21
Compare
Choose a tag to compare
  • 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.

Bug Fix

03 Jul 10:27
Compare
Choose a tag to compare

Fixing bug with schema sort (#50)

Thanks to @hiddewie

Deterministic Ordering

02 Jul 20:13
Compare
Choose a tag to compare

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

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

Bug Fix

05 Jan 20:23
Compare
Choose a tag to compare
  • Supporting Swagger 2.1.0 (fixing #43)

Bug Fix

15 Sep 18:43
Compare
Choose a tag to compare
  • Artifact filename on attached artifact was hardcoded to swagger (#38)

Thanks to @s15r for the contribution.

Consider path on Application class

05 May 11:13
Compare
Choose a tag to compare

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.

Feature Release

23 Feb 09:20
Compare
Choose a tag to compare
  • Flag to skip OpenAPI generation (#19)
  • Processing resource package recursive (#8)

Thank you to @sunnymoon for the contribution.

Feature Release

12 Jan 09:36
Compare
Choose a tag to compare

A few new features:

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

Thanks to @cjelger for the contribution.

Classpath issue

19 Nov 19:51
Compare
Choose a tag to compare

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

Bugfix Classpath

10 Nov 10:50
Compare
Choose a tag to compare

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

Fixing reported issues #5 and #6.