Skip to content

Releases: kumuluz/kumuluzee-swagger

v1.2.2

19 Apr 12:45
Compare
Choose a tag to compare
v1.2.2 Pre-release
Pre-release
Version v1.2.2

v1.2.1

28 Dec 10:40
Compare
Choose a tag to compare

New release with a minor fix.

Bugs:

  • Fixed problem with jersey-container-servlet-core. Dependency is now removed from the library so the version from the framework is forced.

v1.2.0

02 Oct 19:40
Compare
Choose a tag to compare

New release of kumuluzeee-swagger has arrived. We are bringing new features and enhancements.

Features:

  • Added support for OAuth authentication to SwaggerUI.

Enhancements:

  • Added support for hostname and base path overriding by setting kumuluzee.swagger.base-url.

Bugs:

  • Fixed problem with @SwaggerDefinition annotation. Annotation can now be placed to the application or any resource class.

v1.1.1

10 Jul 07:45
Compare
Choose a tag to compare

Release version 1.1.1 of KumuluzEE Swagger brings minor changes to the configuration of the extension.
Configuration property kumuluzee.swagger.spec.enabled was changed to kumuluzee.swagger.enabled.

v1.1.0

10 Jul 07:42
Compare
Choose a tag to compare

We are releasing a new version of KumuluzEE Swagger extension. Version 1.1.0 brings support for JDK9+.

v1.0.0

18 Mar 20:57
Compare
Choose a tag to compare

We're happy to announce the initial version of the KumuluzEE Swagger extenion v1.0.0 for the KumuluzEE framework.

KumuluzEE Swagger (OpenAPI 2.0) extension provides support for documenting APIs using Swagger/OpenAPI v2 compliant annotations. Extension automatically hooks-up servlet that exposes API specification on endpoint /api-specs/<jax-rs application-base-path>/swagger.[json|yaml]. Extension also provides SwaggerUI which is added to your project to visualize API documentation and allow API consumers to interact with API endpoints.

We're excited to get the extension into your hands!