Skip to content
This repository was archived by the owner on Nov 17, 2021. It is now read-only.

Vert.X Swagger 1.4.0

Choose a tag to compare

@phiz71 phiz71 released this 07 Aug 19:58

#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

⚠️ OAuth2 support has not been implemented yet. Only Basic and ApiKey are supported.

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 UUID management in XXXAPIVerticle
  • #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