This repository was archived by the owner on Nov 17, 2021. It is now read-only.
Vert.X Swagger 1.4.0
#22 Support swagger security definitions (Many thanks to @lopesmcc !!)
- Handling of swagger security definitions
- warn if a provided authProvider is not found
- Propagate User to API operations that use authentication
- User Rx User when Rx is enabled
- Adding 'user' as a reserved word to avoid conflict with the io.vertx.ext.auth.User
Others Issues resolved
- #46 Change rootPackage to invokerPackage instead (@lopesmcc)
- #55 TypeReference is used with the {{{dataType}}} parameter wether it is a String list or a POJO List.
- #57 On SwaggerRouter, request headers have been added to DeliveryOptions instead of replacing the existing ones
- #61 Fixing
UUIDmanagement inXXXAPIVerticle - #63 MainApiException extends RuntimeException instead of Exception (@lopesmcc)
- #64 Use fluent setters in Models
Others
- fixing sonar "code smells"
- templates corrections : change value by the parameter when calling manageError
- regenerating samples since last modifications