-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document reactive health check #19478
Conversation
Looks good to me. Maybe @xstefank should review? |
3f53309
to
a37710d
Compare
@Ladicek I apply your suggestions. |
@Ladicek can I have your approval so I can merge this one? |
I hoped that @xstefank would review, but... |
Thanks @Ladicek he can still have a look and propose improvements later. |
import javax.enterprise.context.ApplicationScoped; | ||
|
||
@Liveness | ||
@ApplicationScoped |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe that AppScoped is not required because quarkus makes Liveness a bean-defining annotation, but I can check that later. Nothing big.
LGTM! I guess I can't take PTO @Ladicek ?? :D |
Haha sorry! :-) |
No description provided.