Closed
Description
We should decide if we want to deprecate and later remove @ControllerEndpoint
and @RestControllerEndpoint
from the actuator. Using them ties the user to WebMVC or WebFlux and they were meant to ease the upgrade path to the weblayer-abstracting @Endpoint
with @ReadOperation
, etc.
Getting rid of those would pave the way for #20290.
If you're seeing this ticket and object to this idea, please comment, your feedback is very valuable. Please also explain your use case and why this use case can't be solved with @Endpoint
or @WebEndpoint
.