-
Notifications
You must be signed in to change notification settings - Fork 46
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
Micronaut-openapi 6.7.0 #950
Micronaut-openapi 6.7.0 #950
Conversation
We've already merged 6.6.3 #961 I want to make a patch release for 4.3.5 of the Gradle plugin as there's bug fixes in it 4.3.5 of the gradle plugin will then go out with 4.3.7 of Micronaut (next patch) Ideally, we shouldn't wait for Micronaut 4.4.0 (next minor) to include the bugfixes Unless you're saying I should revert the update to 6.6.3? |
@altro3 this pr only makes a single change (plus 2 tests) Should it be closed then? Or should I revert the 6.6.3 update? |
I'll change this PR to 6.7.0. In 6.7.0 will be one more property. Need to add it here. I'll do it timorrow |
@altro3 should I revert the 6.6.3 update for the next patch release of this plugin? We (obviously) cannot release 6.7.0 (a minor update) in a patch plugin release And I want the patch plugin for the next patch micronaut release |
It desn't matter. With 6.6.3 all works fine, but as I remeber I've added one more property for configuration. And all that is not completed is that you will not be able to set this property through the plugin. |
Ok, I'll leave this PR in draft for now, but release 4.3.5 of the plugin with 6.6.3 of the openapi generator |
Lets go ahead with the patch release of the gradle plugin and then we can make a minor release with the minor of open api |
319ac3f
to
5796fb7
Compare
dace684
to
4648f0f
Compare
96b6a09
to
28efe23
Compare
Added test to clientId generator property
28efe23
to
d15ea38
Compare
Added test to clientId generator property
Fixed #949