File tree Expand file tree Collapse file tree 6 files changed +6
-4
lines changed
spring-boot-test/src/main/java/org/springframework/boot/test/context
main/java/org/springframework/boot
test/java/org/springframework/boot Expand file tree Collapse file tree 6 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 16
16
17
17
package org .springframework .boot .test .context ;
18
18
19
- import org .springframework .boot .DefaultPropertiesPropertySource ;
20
19
import org .springframework .boot .bootstrap .DefaultBootstrapContext ;
21
20
import org .springframework .boot .context .config .ConfigData ;
22
21
import org .springframework .boot .context .config .ConfigDataEnvironmentPostProcessor ;
22
+ import org .springframework .boot .env .DefaultPropertiesPropertySource ;
23
23
import org .springframework .boot .env .RandomValuePropertySource ;
24
24
import org .springframework .context .ApplicationContextInitializer ;
25
25
import org .springframework .context .ConfigurableApplicationContext ;
Original file line number Diff line number Diff line change 65
65
import org .springframework .boot .context .properties .bind .Binder ;
66
66
import org .springframework .boot .context .properties .source .ConfigurationPropertySources ;
67
67
import org .springframework .boot .convert .ApplicationConversionService ;
68
+ import org .springframework .boot .env .DefaultPropertiesPropertySource ;
68
69
import org .springframework .context .ApplicationContext ;
69
70
import org .springframework .context .ApplicationContextInitializer ;
70
71
import org .springframework .context .ApplicationListener ;
Original file line number Diff line number Diff line change 26
26
import org .apache .commons .logging .Log ;
27
27
import org .jspecify .annotations .Nullable ;
28
28
29
- import org .springframework .boot .DefaultPropertiesPropertySource ;
30
29
import org .springframework .boot .bootstrap .BootstrapRegistry .InstanceSupplier ;
31
30
import org .springframework .boot .bootstrap .BootstrapRegistry .Scope ;
32
31
import org .springframework .boot .bootstrap .ConfigurableBootstrapContext ;
36
35
import org .springframework .boot .context .properties .bind .Binder ;
37
36
import org .springframework .boot .context .properties .bind .PlaceholdersResolver ;
38
37
import org .springframework .boot .context .properties .source .ConfigurationPropertySource ;
38
+ import org .springframework .boot .env .DefaultPropertiesPropertySource ;
39
39
import org .springframework .boot .logging .DeferredLogFactory ;
40
40
import org .springframework .core .env .ConfigurableEnvironment ;
41
41
import org .springframework .core .env .Environment ;
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package org .springframework .boot ;
17
+ package org .springframework .boot . env ;
18
18
19
19
import java .util .HashMap ;
20
20
import java .util .Map ;
Original file line number Diff line number Diff line change 71
71
import org .springframework .boot .context .event .ApplicationStartingEvent ;
72
72
import org .springframework .boot .context .event .SpringApplicationEvent ;
73
73
import org .springframework .boot .convert .ApplicationConversionService ;
74
+ import org .springframework .boot .env .DefaultPropertiesPropertySource ;
74
75
import org .springframework .boot .testsupport .classpath .ForkedClassPath ;
75
76
import org .springframework .boot .testsupport .classpath .resources .WithResource ;
76
77
import org .springframework .boot .testsupport .system .CapturedOutput ;
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package org .springframework .boot ;
17
+ package org .springframework .boot . env ;
18
18
19
19
import java .util .Collections ;
20
20
import java .util .function .Consumer ;
You can’t perform that action at this time.
0 commit comments