-
Notifications
You must be signed in to change notification settings - Fork 45
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
Openapi 6.13.0 #1034
Openapi 6.13.0 #1034
Conversation
e81b1d7
to
bd95c48
Compare
8a287be
to
caa040f
Compare
caa040f
to
9e5c676
Compare
5f11566
to
9c0aec9
Compare
@melix Hi! Could you help with repair broken tests? That's not a problem of my changes, something wrong with native builds:
The same problem in the maven plugin: micronaut-projects/micronaut-maven-plugin#1185 |
This should be fixed if you rebase on latest master. |
9c0aec9
to
cbadcf7
Compare
@melix docker native test failed:
|
I'm looking into it, thanks! |
cbadcf7
to
427d524
Compare
@melix Now all is ok. Could you merge it and finilize release? These changes are very important: I added the additionalProperties block, with which users will be able to set any settings for the openapi generator and we will no longer have to wait for the next release of the gradle plugin to use the new generator features. |
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.
Maybe we should document each OpenApiSpec
method, because there are now quite a few parameters :/
Agree, but I think, it's better to describe them in micronaut-openapi reporitory, because these setting for this module. Plugin just remap them from gradle. I'll do it later, when I have a time |
No description provided.