I am running into issue while trying to upgrade the SpringBoot version to 3.0.8 from 2.7.2. I am getting the below issue


APPLICATION FAILED TO START


Description:

Parameter 0 of constructor in com.sams.imp.interceptors.RequestInterceptor required a bean of type 'brave.Tracer' that could not be found.

Action:

Consider defining a bean of type 'brave.Tracer' in your configuration.

Process finished with exit code 0

I am using the dependency as below :

org.springframework.cloud spring-cloud-starter-sleuth 3.1.5

Is there any specific version of sleuth that is compatible with spring boot 3.0.8 or is it not compatible at all for now ?

Comment From: wilkinsona

Spring Cloud Sleuth does not support Spring Boot 3. You should use Micrometer Tracing instead. If you have any further questions, please follow up on Stack Overflow. As mentioned in the guidelines for contributing, we prefer to use GitHub issues only for bugs and enhancements.