HandlerProvider should use Providers, not Injectors
---------------------------------------------------
Key: SHINDIG-638
URL: https://issues.apache.org/jira/browse/SHINDIG-638
Project: Shindig
Issue Type: Improvement
Components: RESTful API (Java)
Reporter: Adam Winer
HandlerProvider gives Class<? extends DataRequestHandlers>, then ApiServlet
uses Injector.getInstance().
It'd be cleaner if HandlerProvider gave Provider<? extends DataRequestHandler>,
so ApiServlet didn't need to use the Injector at all.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.