-
Bug
-
Resolution: Done
-
Major
-
26.0.0.Final
/subsystem=microprofile-health-smallrye:read-attribute(name=empty-startup-checks-status)
{ "outcome" => "success", "result" => "UP" }
but the default configuration as for liveness and readiness should be defined as:
/subsystem=microprofile-health-smallrye:read-attribute(name=empty-startup-checks-status)
{
"outcome" => "success",
"result" => expression "${env.MP_HEALTH_EMPTY_STARTUP_CHECKS_STATUS:UP}"
}
- is cloned by
-
JBEAP-23076 MP Health subsytem property empty-startup-checks-status is not included in default configuration
- Closed