-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Swagger-Core to generate the OpenAPI file on the fly #412
base: 4.x
Are you sure you want to change the base?
Conversation
@gerardnico how can we solve this version mismatch ? |
I can put it back to 4.0.0 but it will not work. I can put it back to 4.0.0 but I does not have the vertx core knowledge to resolve it. |
I just saw that you were already at 3.9.5. I made the update and added a test. The error that I get with 4.0.0 is:
|
The template engine needs to be inside the start method
This commit 99194a9 resolve a bug. The template engine expects the vertx object but because it was static, it got a |
what does not work with 4.0.0 ? can you elaborate what is blocking you ? |
I already did yesterday and I understand that it's confusing. The stack trace is
This is an error with the RestEasy Plugin that expects HttpServerRequest.html#rawMethod and can't found it anymore in 4.x |
Motivation:
I have added Swagger-Core in the example.
The rest easy 4.0.0 example was not working already. I got an issue over unknown function.
I have downgraded it to 3.8. I know this is a 4.0 branch.
Conformance:
No problem to conform and to sign whatever is needed.
Your commits should be signed and you should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md
Please also make sure you adhere to the code style guidelines: https://github.com/vert-x3/wiki/wiki/Vert.x-code-style-guidelines