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
{{ message }}
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
On the other hand, nothing is registered for the CustomNoComponent endpoint - actuator cannot look for a @ReadOperation-annotated method and won't register that as an endpoint.
The text was updated successfully, but these errors were encountered:
This commit registers the necessary reflection configuration to be able
to invoke operation methods via reflection. Both endpoints and endpoint
extensions are supported.
Closesgh-999
This commit registers the necessary reflection configuration to be able
to invoke operation methods via reflection. Both endpoints and endpoint
extensions are supported.
Closesgh-999
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After the fix for #992, we're seeing that the
actuator-webmvc
sample fails with the following behavior:CustomNoComponent
endpoint is created as a bean as expectedlocalhost:8080/actuator/customnc
fails with a 404It seems that reflection information is registered for the
Custom
endpoint, because it is annotated with@Component
:On the other hand, nothing is registered for the
CustomNoComponent
endpoint - actuator cannot look for a@ReadOperation
-annotated method and won't register that as an endpoint.The text was updated successfully, but these errors were encountered: