-
Notifications
You must be signed in to change notification settings - Fork 879
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7f080f1
commit 8245b66
Showing
3 changed files
with
11 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Why do we need a separate module for Spring Boot 3 auto-configuration? | ||
|
||
`RestClientInstrumentationAutoConfiguration` imports `RestClientCustomizer`, | ||
which is part of Spring Boot 3 (rather than Spring framework). | ||
|
||
If we were to include this in the `spring-boot-autoconfigure` module, we would have to | ||
bump the Spring Boot version to 3, which would break compatibility with Spring Boot 2. |
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