-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Remove obsolete SpringFactoriesLoader#loadFactoryNames
- Loading branch information
1 parent
97cc886
commit 47bb05f
Showing
6 changed files
with
16 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
...ources/META-INF/spring/org.springframework.cloud.bootstrap.BootstrapConfiguration.imports
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration | ||
org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration | ||
org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration | ||
org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...ources/META-INF/spring/org.springframework.cloud.bootstrap.BootstrapConfiguration.imports
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
org.springframework.cloud.bootstrap.TestBootstrapConfiguration | ||
org.springframework.cloud.bootstrap.TestHigherPriorityBootstrapConfiguration |