Adding Micrometer Tracing throws IllegalArgumentException on launch
I upgraded a Java 21 Spring Boot MVC application to Spring 6.2, Spring Boot 3.4.
That works fine.
Spring Boot 3 add traceId to TaskExecutor with micrometer-tracing
When Spring Boot 2 is used with sleuth, each TaskExecutor’s logs have had traceId, but with Spring Boot 3 not. For now, there are deps: