-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
Document ways to opt out from immutable @ConfigurationProperties binding with single constructor #34820
Comments
This regression is fixed by adding explicit |
Mark the constructor as Lines 180 to 186 in 837ea04
It's hard to distinguish implicit |
I agree that the documentation is a bit light and could use something a bit more explicit, especially as flagging it |
I want duplicate configuration properties base on existing one, It works fine with 2.x but failed since 3.0.0, here is code snippet:
Here is the full runnable unit test:
Here is a minimal project demo.zip
The text was updated successfully, but these errors were encountered: