This seems to be a new warning with Spring Boot 3.2.0:
Cache miss for REQUEST dispatch to '/actuator/health/readiness' (previous null). Performing MatchableHandlerMapping lookup. This is logged once only at WARN level, and every time at TRACE.
Logger name: org.springframework.web.servlet.handler.HandlerMappingIntrospector
I'd expect actuator endpoints like readiness and liveness never to be cached, and to not cause any warnings.
This seems to be a new warning with Spring Boot 3.2.0:
Logger name:
org.springframework.web.servlet.handler.HandlerMappingIntrospectorI'd expect actuator endpoints like readiness and liveness never to be cached, and to not cause any warnings.