Skip to content
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

fix group properties not being read from openapi.properties #1268

Merged

Conversation

danielvinihan
Copy link
Contributor

Group properties such as micronaut.openapi.groups.*.packages=*** are not being read from the openapi.properties file, and therefore the properties are not being respected. The readGroupsProperties function passes the property name, to setGroupProperty but it is currently passing the full name, i.e. micronaut.openapi.groups.*.packages, when it should just be passing the key after the group name, i.e. packages.

Fixes #1267

@CLAassistant
Copy link

CLAassistant commented Oct 28, 2023

CLA assistant check
All committers have signed the CLA.

@altro3
Copy link
Collaborator

altro3 commented Oct 28, 2023

@graemerocher Could you merge this fix?

@altro3 altro3 requested a review from graemerocher October 28, 2023 09:57
@graemerocher graemerocher merged commit f8350f8 into micronaut-projects:master Oct 30, 2023
@danielvinihan danielvinihan deleted the group-properties-fix branch October 30, 2023 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Group properties not being read
4 participants