opentelemetry-java-instrume.../instrumentation/spring/spring-boot-autoconfigure-3
Gregor Zeitlinger 77393359aa
make spring starter stable (#11763)
2024-07-12 14:20:44 -07:00
..
src rename spring autoconfigure to autoconfigure-2 (#11800) 2024-07-12 12:07:53 -07:00
README.md Spring rest client (#11038) 2024-04-22 17:37:21 -07:00
build.gradle.kts make spring starter stable (#11763) 2024-07-12 14:20:44 -07:00
gradle.properties make spring starter stable (#11763) 2024-07-12 14:20:44 -07: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.