phiz71 / vertx-swagger

Swagger integration in Eclipse Vert.X world. A dynamic Vert.X router, configured with a swagger file and a swagger-codegen plugin to generate a server stub.
Apache License 2.0
86 stars 35 forks source link

Support vertx-web 3.5 #95

Closed bignacio closed 6 years ago

bignacio commented 6 years ago

I run into a problem in the ApiKeyAuthHandler using vertx-swagger with vertx 3.5 being caused by the changes in the interfaces of some classes. This updates the project to use vertx 3.5 and also modifies ApiKeyAuthHandler and code to adhere to the new interfaces