-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Commit 062163b
Fix package tangle with configuration properties
Fix a package tangle that was introduced when we added cache bypass to
`SpringIterableConfigurationPropertySource`. Ideally we should have
been able to depend on `env` from `context` but unfortunately the
`EnvironmentPostProcessor` interface references `SpringApplication`
which needs to use the Binder.
The `isImmutable` method has now been moved to `OriginLookup` which
removes the immediate tangle.
Closes gh-18393 1 parent 615c6d4 commit 062163b
File tree
3 files changed
+15
-9
lines changed- spring-boot-project/spring-boot/src/main/java/org/springframework/boot
- context/properties/source
- env
- origin
3 files changed
+15
-9
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | - | ||
28 | + | ||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| |||
236 | 236 |
| |
237 | 237 |
| |
238 | 238 |
| |
239 | - | ||
240 | - | ||
239 | + | ||
240 | + | ||
241 | 241 |
| |
242 | 242 |
| |
243 | 243 |
| |
|
Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | - | ||
26 | 25 |
| |
27 | 26 |
| |
28 | 27 |
| |
| |||
52 | 51 |
| |
53 | 52 |
| |
54 | 53 |
| |
54 | + | ||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 | - | ||
81 | - | ||
82 | - | ||
83 | - | ||
84 | - | ||
80 | + | ||
85 | 81 |
| |
86 | 82 |
| |
87 | 83 |
| |
|
Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
38 | 48 |
| |
39 | 49 |
| |
40 | 50 |
| |
|
0 commit comments