[
https://issues.apache.org/jira/browse/SHINDIG-638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ian Boston resolved SHINDIG-638.
--------------------------------
Resolution: Fixed
Applied and committed,
thanks
> 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
> Assignee: Ian Boston
> Priority: Minor
> Attachments: shindig-638.patch
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> 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.