Releases: kumuluz/kumuluzee-swagger
Releases · kumuluz/kumuluzee-swagger
v1.2.2
v1.2.1
v1.2.0
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
v1.1.0
v1.0.0
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!