mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Drop `isImmutable` and `getPrefix` from `OriginLookup` since they're not really Origin concerns. Now that `env` is a foundational layer we can add a dedicated `PropertySourceInfo` interface and add that to the `o.s.b.env` package without creating a package tangle. Closes gh-45547