Browse Source
Rename packages and classes to match the new module name. See gh-11301pull/11764/head
8 changed files with 58 additions and 58 deletions
@ -1,2 +1,2 @@
@@ -1,2 +1,2 @@
|
||||
org.springframework.context.ApplicationListener=\ |
||||
org.springframework.boot.legacyproperties.LegacyPropertiesListener |
||||
org.springframework.boot.context.properties.migrator.PropertiesMigrationListener |
||||
|
||||
6
spring-boot-project/spring-boot-properties-migrator/src/test/java/org/springframework/boot/legacyproperties/LegacyPropertiesListenerTests.java → spring-boot-project/spring-boot-properties-migrator/src/test/java/org/springframework/boot/context/properties/migrator/PropertiesMigrationListenerTests.java
6
spring-boot-project/spring-boot-properties-migrator/src/test/java/org/springframework/boot/legacyproperties/LegacyPropertiesListenerTests.java → spring-boot-project/spring-boot-properties-migrator/src/test/java/org/springframework/boot/context/properties/migrator/PropertiesMigrationListenerTests.java
10
spring-boot-project/spring-boot-properties-migrator/src/test/java/org/springframework/boot/legacyproperties/LegacyPropertiesReporterTests.java → spring-boot-project/spring-boot-properties-migrator/src/test/java/org/springframework/boot/context/properties/migrator/PropertiesMigrationReporterTests.java
10
spring-boot-project/spring-boot-properties-migrator/src/test/java/org/springframework/boot/legacyproperties/LegacyPropertiesReporterTests.java → spring-boot-project/spring-boot-properties-migrator/src/test/java/org/springframework/boot/context/properties/migrator/PropertiesMigrationReporterTests.java
Loading…
Reference in new issue