Results 4 comments of Jonathan

There are no plans to make this change that I'm aware of, but you're welcome to submit a PR if it would help you. I'm sure the rest of the...

If you have a clear idea of how to implement this, please feel free to submit a PR.

I solved this problem by creating a custom Object that can accept the null Injector instance. I don't have access to the code at this minute because I'm on holidays,...

My solution is a lot less elegant. In the `initialize(...)` method of my `Application` implementation, I did this: ``` // register spinscale's dropwizard-jobs quartz scheduler integration // all scheduled tasks...