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 1616
1717package org .springframework .boot .test .context ;
1818
19- import org .springframework .boot .DefaultPropertiesPropertySource ;
2019import org .springframework .boot .bootstrap .DefaultBootstrapContext ;
2120import org .springframework .boot .context .config .ConfigData ;
2221import org .springframework .boot .context .config .ConfigDataEnvironmentPostProcessor ;
22+ import org .springframework .boot .env .DefaultPropertiesPropertySource ;
2323import org .springframework .boot .env .RandomValuePropertySource ;
2424import org .springframework .context .ApplicationContextInitializer ;
2525import org .springframework .context .ConfigurableApplicationContext ;
Original file line number Diff line number Diff line change 6565import org .springframework .boot .context .properties .bind .Binder ;
6666import org .springframework .boot .context .properties .source .ConfigurationPropertySources ;
6767import org .springframework .boot .convert .ApplicationConversionService ;
68+ import org .springframework .boot .env .DefaultPropertiesPropertySource ;
6869import org .springframework .context .ApplicationContext ;
6970import org .springframework .context .ApplicationContextInitializer ;
7071import org .springframework .context .ApplicationListener ;
Original file line number Diff line number Diff line change 2626import org .apache .commons .logging .Log ;
2727import org .jspecify .annotations .Nullable ;
2828
29- import org .springframework .boot .DefaultPropertiesPropertySource ;
3029import org .springframework .boot .bootstrap .BootstrapRegistry .InstanceSupplier ;
3130import org .springframework .boot .bootstrap .BootstrapRegistry .Scope ;
3231import org .springframework .boot .bootstrap .ConfigurableBootstrapContext ;
3635import org .springframework .boot .context .properties .bind .Binder ;
3736import org .springframework .boot .context .properties .bind .PlaceholdersResolver ;
3837import org .springframework .boot .context .properties .source .ConfigurationPropertySource ;
38+ import org .springframework .boot .env .DefaultPropertiesPropertySource ;
3939import org .springframework .boot .logging .DeferredLogFactory ;
4040import org .springframework .core .env .ConfigurableEnvironment ;
4141import org .springframework .core .env .Environment ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package org .springframework .boot ;
17+ package org .springframework .boot . env ;
1818
1919import java .util .HashMap ;
2020import java .util .Map ;
Original file line number Diff line number Diff line change 7171import org .springframework .boot .context .event .ApplicationStartingEvent ;
7272import org .springframework .boot .context .event .SpringApplicationEvent ;
7373import org .springframework .boot .convert .ApplicationConversionService ;
74+ import org .springframework .boot .env .DefaultPropertiesPropertySource ;
7475import org .springframework .boot .testsupport .classpath .ForkedClassPath ;
7576import org .springframework .boot .testsupport .classpath .resources .WithResource ;
7677import org .springframework .boot .testsupport .system .CapturedOutput ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package org .springframework .boot ;
17+ package org .springframework .boot . env ;
1818
1919import java .util .Collections ;
2020import java .util .function .Consumer ;
You can’t perform that action at this time.
0 commit comments