Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-23076

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • EAP-XP-4.0.0.CR1
    • EAP-XP-3.0.0.GA
    • MP Health
    • None

      /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
            fburzigo Fabio Burzigotti
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: