markjeffreymiller
markjeffreymiller
I'm using a BOM (gradle platform) to define the preferred versions of libraries for a large library I publish, which includes constraints on transitive dependencies, and even includes other BOMs....
Metrics annotations (`@Timed`, `@Metered`, etc) don’t allow annotating a resource on the *implementing* method, only on the *defining* (interface) method (or more accurately, the method corresponding to the `@Path` definition,...
Prior to Dropwizard 2.1, the healthcheck JSON output (from `io.dropwizard.modules:dropwizard-health`) was limited to pretty much a boolean output ("healthy" or "unhealthy"). With 2.1, the JSON response (when requested with `/health-check?name=all`)...
I'm somewhat embarrassed to report this (who puts emojis in an xml file??) but it's a problem that I haven't been able to work around for several months now: ```...