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

SystemEnvironmentPropertySource is no longer considered immutable #44859

Closed
philwebb opened this issue Mar 24, 2025 · 0 comments
Closed

SystemEnvironmentPropertySource is no longer considered immutable #44859

philwebb opened this issue Mar 24, 2025 · 0 comments
Assignees
Labels
type: bug A general bug
Milestone

Comments

@philwebb
Copy link
Member

We have detection logic in SpringIterableConfigurationPropertySource which treats the SystemEnvironmentPropertySource as immutable.

This logic has existed for a while, but with the introduction of OriginAwareSystemEnvironmentPropertySource it no longer applies sine the earlier OriginLookup check happens. Technically this is probably a regression, but since the impact is minimal we should probably only fix it in the next minor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant