rorytorneymf

Results 3 issues of rorytorneymf

I have tried the following versions of this library on OpenSUSE 15.4 (LEAP), which is running Python 3.6, and have been unable to get any to run without errors: -...

Setting: ``` admin: healthChecks: servletEnabled: false ``` as per the instructions here: https://www.dropwizard.io/en/release-4.0.x/manual/configuration.html#health-checks results in the `healthcheck-enabled` **attribute** getting set: https://github.com/dropwizard/dropwizard/blob/24a7d27dfce394767e30b352547663289480d3ee/dropwizard-core/src/main/java/io/dropwizard/core/server/AbstractServerFactory.java#L616 However, the AdminServlet is checking for an **initParamater** rather...

Registered [Health Checks](https://www.dropwizard.io/en/release-4.0.x/manual/core.html#health-checks) are returned on `localhost:8081/healthcheck`, and include a `message` property: ``` { "worker-alive": { "healthy":false, "message":"I am not alive failure count =2", "duration":0, "timestamp":"2024-05-08T11:26:15.079Z" } } ``` When...

feature