Closed
Description
Unlike Spring MVC and Spring WebFlux, Jersey doesn't log its request mappings. A side-effect of this is that when you use the Actuator on top of Jersey all of the endpoints disappear from the log. The argument in favour of the current arrangement is that it aligns with Jersey's behaviour and might be part of the reason why a user prefers Jersey. The argument against the current arrangement is that users who are used to a Spring MVC or WebFlux-based Actuator may get confused and think the endpoints aren't working.