I'm trying out 4.0.0-RC1 on one project, and after upgrading I've noticed Micrometer tracing being auto-configured. Upon closer inspection, it's due to Actuator starter now having api dependency on spring-boot-micrometer-tracing:
  
  
    
        
          |  | api(project(":module:spring-boot-micrometer-tracing")) | 
    
   
 
This shouldn't happen, so I guess this dependency should be removed from the starter.