Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-15855

MP Health subsytem property empty-startup-checks-status is not included in default configuration

XMLWordPrintable

      /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}"
      }

              mstefank Martin Stefanko
              mstefank Martin Stefanko
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: