eclipse / microprofile-health

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

HealthCheckResponse should enforce that the name cannot be null #325

Open xstefank opened 6 months ago

xstefank commented 6 months ago

There is a possible issue when the HealthCheckResponse is created with null name because we use it as key in the produced JSON. This is documented in the specification but we should enforce this in the API.