opentelemetry-java-instrume.../instrumentation/spring/spring-boot-autoconfigure-3
Gregor Zeitlinger 798bdd5569
config properties support for spring starter clients (#11605)
2024-07-02 16:49:39 +03:00
..
src config properties support for spring starter clients (#11605) 2024-07-02 16:49:39 +03:00
README.md Spring rest client (#11038) 2024-04-22 17:37:21 -07:00
build.gradle.kts config properties support for spring starter clients (#11605) 2024-07-02 16:49:39 +03:00

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.