eclipse / microprofile-health

microprofile-health
Apache License 2.0
106 stars 61 forks source link

TCK tests allow to verify that `mp.health.disable-default-procedures` MP Config property can be set at application level #329

Closed fabiobrz closed 5 months ago

fabiobrz commented 6 months ago

Description

As a:

...I need to be able to:

have a test that verifies that the mp.health.disable-default-procedures MP Config property is properly handled when it set just at application level. This is currently not possible due to TCK execution requirements.

...which enables me to:

verify that when mp.health.disable-default-procedures MP Config property is properly taken into accountwhen it is set just at application level.

fabiobrz commented 5 months ago

Closing as rejected, see updates in #328 description.