-
Notifications
You must be signed in to change notification settings - Fork 56
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
Include validation in the openapi.http.proxy
generator
#586
Include validation in the openapi.http.proxy
generator
#586
Conversation
this.schema = schema; | ||
} | ||
|
||
public String getType() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am using jsonb
for serialization. I didn't find a workaround to change the method names from get...()
. The @JsonbProperty
annotation seems to work only on methods that follow the naming convention.
...java/io/aklivity/zilla/runtime/command/generate/internal/openapi/OpenApiConfigGenerator.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep our code clear of using the commons-collections transitive dependency.
Sure, done. |
Description
Include validation in the generate command in the
openapi.http.proxy
templateFixes #459