You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the code directly uses httprequest and httpresponse. Actuator in 2.0 does not allow this AFAIK.
the code contains several endpoints in one actuator. Actuator in 2.0 does not support it.
Please revisit actuator support in Spring Boot 2.0 to increase the flexibility for developers.
BTW, you have made an exemption for the heapdumpwebendpoint and introduced a webendpointresponse to get access to the body and status. Maybe this is a good direction?
The text was updated successfully, but these errors were encountered:
The new actuator support in Spring Boot 2.0 is not flexible enough for the purposes I have.
Example:
Reasons:
Please revisit actuator support in Spring Boot 2.0 to increase the flexibility for developers.
BTW, you have made an exemption for the heapdumpwebendpoint and introduced a webendpointresponse to get access to the body and status. Maybe this is a good direction?
The text was updated successfully, but these errors were encountered: