Closed phiz71 closed 7 years ago
The ResourceResponse
class has an import: io.swagger.server.api.MainApiHeader
. This is wrong, while I have provided a custom package name during code generation. The MainApiHeader
is in the right custom package, but the import is wrong. It affects all the calls to the ResourceResponse.addHeader
methods. I have not checked other files!
oops, I've hardcoded io.swagger.server.api.MainApiHeader
in the ResourceResponse template 😓 .
Instead of using {{invokerPackage}}
.. Sorry ^^
Let me know when you committed the fix ;-)
@javadch : Just in case you did not see. I've fixed. You can check here --> https://github.com/phiz71/vertx-swagger/commit/3a6025b5341eb365005711560525d3106fcb9e68
@javadch : I think you will like this PR ;)