-
Notifications
You must be signed in to change notification settings - Fork 96
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
Group properties not being read #1267
Comments
@danielvinihan Could you add example app to reproduce problem? And also, which version of micronaut-openapi do you use? |
I already see that you have fixed this error. Thank you! |
@danielvinihan for fast fix you can move your properties to application.yml file |
@altro3 I see it's been a couple months since the last release, will there be one soon? Or should I initiate one myself using the instructions in the Readme? I could also use the fast fix you mentioned until that point. |
Actually I don't think the instructions will allow me to create a release, there is no draft release created. |
@danielvinihan I can only ask about the release. But, in general, I would like the release to include support for ksp and a generator for Kotlin. This is not possible until micronaut-core 4.2.0 is released. I guess they are not releasing it because they want to add support for JDK 21, and this is impossible until kotlin 1.9.20 is released Just so you understand, I'm not on the micronaut team, I'm just a contributor |
@graemerocher Are you able to include this fix in an upcoming release? |
Expected Behavior
Group properties set in
openapi.properties
should be read properly and respected.Actual Behaviour
Group properties are not read properly.
Steps To Reproduce
openapi.properties
file as defined here: https://micronaut-projects.github.io/micronaut-openapi/5.1.0/guide/index.html#groups.Environment Information
No response
Example Application
No response
Version
3.9.2
The text was updated successfully, but these errors were encountered: