David Hoffer
David Hoffer
Also this command may need to be used several times per generated docker file so the plugin has to support this as well. It needs to insert the command in...
Thanks for the update/info, I was not aware of the tools you mentioned. We are starting a major port of a Spring app to Vertx and it has a lot...
Okay I follow most of what your saying. Regarding the first part regarding externalize schemas outside openapi.yaml and then refer to it with $ref this is what I am doing...
Okay I created 'vertx-web-api-contract fails to parse Open API with relative paths' https://github.com/vert-x3/vertx-web/issues/899 for the $ref bug. Regarding operationId, no we are not using reflection to map to handlers but...
I created 'vertx-web-api-contract when parsing Open API can throw NPE' https://github.com/vert-x3/vertx-web/issues/900 for the NPE error.
Also created https://github.com/vert-x3/vertx-web/issues/901 and https://github.com/vert-x3/vertx-web/issues/902 for other issues.
Sure if you can do both that is fine. We just want to be able to mock any method we call. On Sat, Feb 3, 2018 at 11:55 AM, Pete...
I think I did email you separately our router config, I had emailed it just prior to creating the issue. -Dave On Sat, Feb 3, 2018 at 11:53 AM, Pete...
Yes both mp.openapi.scan.exclude.classes & mp.openapi.scan.exclude.packages do not work in YAML format when specified as a list, but if specified as CSV string then it works. However IMHO mp.openapi.scan.exclude.classes should have...
Okay I have created a reproducer and attached it here. The build will fail with the reported error unless you remove the static openapi.yaml file. Also we would like to...