Vasuki Seshadri
Vasuki Seshadri
Hmm, good question. We use Guice injection in our codebase, so we haven't had the need to use `@Context`. I'll have to think about that some more. Thanks for the...
I'm not very familiar with HK2, but I wonder if this could be achieved by using named injection. I don't know if `@Named` can be used with `@Context`. If so,...
Sorry for the delay in replying, but I've been on vacation. Yes, we basically did what @benjamin-bader has suggested above. We pass the JedisBundle reference into the constructor of our...