Skip to content

SystemEnvironmentPropertySource is no longer considered immutable #44859

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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.

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

No branches or pull requests

1 participant