Gregor Zeitlinger c370aef658 ensure no warnings are emitted in spring starter startup (#11201) 10 mesi fa
..
src c370aef658 ensure no warnings are emitted in spring starter startup (#11201) 10 mesi fa
README.md f71537a13c Spring rest client (#11038) 10 mesi fa
build.gradle.kts f71537a13c Spring rest client (#11038) 10 mesi fa

README.md

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.