Ahsan Rabbani
Ahsan Rabbani
The GuiceJobsBundle class requires the Injector to be passed in in the init phase. With [dropwizard-guicey](https://github.com/xvik/dropwizard-guicey) however, the injector is not initialized until the run phase so it is always...
I have an SSL proxy setup which works fine when using curl. ``` $ curl -x https://test-proxy.com:443 http://google.com 301 Moved 301 Moved The document has moved here. ``` I can't...
updated sedis to 1.2.0 which in turn depends on jedis-2.2.2-SNAPSHOT