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
When having a class implementing org.eclipse.microprofile.health.HealthCheck and using the Startup annotation brought since 3.1 API, Eclipse shows the following warning:
The class com.acme.SomeStartupHealthCheck implementing the HealthCheck interface should use the @Liveness or @Readiness annotation.
@Startup should also be supported!
The text was updated successfully, but these errors were encountered:
Please create your issue at https://github.com/eclipse/lsp4mp It is the MicroProfile Language Server which manages that and which doesn't support the new annotation.
When having a class implementing
org.eclipse.microprofile.health.HealthCheck
and using theStartup
annotation brought since 3.1 API, Eclipse shows the following warning:The class
com.acme.SomeStartupHealthCheck
implementing the HealthCheck interface should use the@Liveness
or@Readiness
annotation.@Startup
should also be supported!The text was updated successfully, but these errors were encountered: