We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Nested @EachProperty(value="...", list = true) or @ConfigurationProperties should correctly be injected on any level nesting.
@EachProperty(value="...", list = true)
@ConfigurationProperties
The list holding the values is populated with null. Even trying to use @ConfigurationInject did not work.
null
@ConfigurationInject
I've extended a test in mironaut-inject-java to reproduce the issue. A patch for the test is attached. Nested_EachProperty_with_list.zip
mironaut-inject-java
No response
4.1.9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Nested
@EachProperty(value="...", list = true)
or@ConfigurationProperties
should correctly be injected on any level nesting.Actual Behaviour
The list holding the values is populated with
null
.Even trying to use
@ConfigurationInject
did not work.Steps To Reproduce
I've extended a test in
mironaut-inject-java
to reproduce the issue.A patch for the test is attached.
Nested_EachProperty_with_list.zip
Environment Information
Example Application
No response
Version
4.1.9
The text was updated successfully, but these errors were encountered: