-
Notifications
You must be signed in to change notification settings - Fork 133
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
Codegen fails when a servers
url contains a variable
#1897
Comments
servers
url contains a variableservers
url contains a variable
@sammy-da Good find! Multiple server support with variables is something that needs to be addressed properly before 1.0 release. I'll release a bugfix with this shortly. |
OK. Please try putting the following in your project/guardrail.sbt:
It may take some time to propagate. |
Closing this as the workaround has been published, future updates on proper Thanks for the report! |
Codegenration fails for openapi specs that contains a variable in the server url:
The generation fails with:
Ideally, guardrail could support server variables, but if not, it should just ignore the
{}
and proceed rather than fail.The text was updated successfully, but these errors were encountered: