markjeffreymiller

Results 7 comments of markjeffreymiller

@hytgbn's suggestion of `sudo killall -9 dpd` does not work for me, nor does rebooting, FWIW. I can't get the display to switch at all.

Thanks @tbroyer, by any chance can you provide a small code snippet for how to get these `DependencyResult`s out of a project (or from a `platform` dependency)? I'm having trouble...

### Effects of this change I created a simple JAXRS endpoint, where the JAXRS annotations are defined on the interface: ``` @Path("/v1/purchase") public interface AsynchronousV1PurchaseResource { @GET @Consumes({ "application/json", "application/x-protobuf"...

This PR is similar in goal to https://github.com/dropwizard/metrics/pull/2793, but I think it's substantially simpler and probably easier to review (note that the same patch is repeated 3 times to cover...

Finally, if possible I'd like to backport this patch to the 3.x release branches. Is there any sort of automated process for making that happen, or would I have to...

Not stale; issue still persists. I haven't had time to rebase my branch to fix the checks, but still plan to do so.

I run DW with a pretty heavily-customized set of dependencies so I wasn't 100% sure about myself, but I went ahead and created a new project using the mvn archetype...