-
Notifications
You must be signed in to change notification settings - Fork 9
Endpoint parameters not parsed #122
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
Comments
interesting, this works with the swagger parser but fails with openapi4j. Workaround maybe Thanks for reporting. |
Thank you That works with the version 1.0.0.M20 but I must add another plugin dependency, unless it fails :
If I don't the plugin doesn't find the method com.fasterxml.jackson.dataformat.yaml.YAMLFactory.builder() With the last spring processor version (2021.1), it doesn't work but that's probably not due to the SWAGGER parser. |
Uhhh :-( that is probably an issue with the maven plugin. It think it needs an update to work with the 2021 version. That is already high on my todo list. |
Cool 😃 Thank you ! |
Hi, published spring 2021.2 and maven-plugin 2021.1. |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I've found that parameters written at endpoint level are not parsed.
Here is an example
The result is the following Interface:
spring processor version: 1.0.0.M20
maven plugin version: 1.0.0.M2
The userId should be used by the function
The text was updated successfully, but these errors were encountered: