[ 
https://issues.apache.org/jira/browse/SHINDIG-638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636460#action_12636460
 ] 

Ian Boston commented on SHINDIG-638:
------------------------------------

New patches applied fixes the build problem.
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-fix.patch, 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.

Reply via email to