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: handle @ConfigurationProperties nested in @EachProperty properly #7211

Conversation

Paullo612
Copy link
Contributor

Fixes #7210

@Paullo612 Paullo612 marked this pull request as draft April 12, 2022 16:29
Apply Qualifier when retrieving nested configuration from interface
annotated with @EachProperty.

Fixes micronaut-projects#7210
@Paullo612 Paullo612 force-pushed the fix-nested-configuration-properties branch from 2c16c15 to 8266b4f Compare April 12, 2022 16:33
@Paullo612 Paullo612 marked this pull request as ready for review April 12, 2022 16:34
@graemerocher graemerocher added the type: bug Something isn't working label Apr 13, 2022
@graemerocher graemerocher added this to the 3.4.2 milestone Apr 13, 2022
Copy link
Collaborator

@sdelamo sdelamo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution

@sdelamo sdelamo merged commit a4ede16 into micronaut-projects:3.4.x Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handling of @ConfigurationProperties nested in interface annotated with @EachProperty is broken
3 participants