You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "John D. Ament (JIRA)" <ji...@apache.org> on 2017/11/26 13:48:00 UTC

[jira] [Commented] (CXF-7571) Revamp of the CXF injection implementation

    [ https://issues.apache.org/jira/browse/CXF-7571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16266006#comment-16266006 ] 

John D. Ament commented on CXF-7571:
------------------------------------

Looking at the issue, is it as simple as:

- Moving init into the ResourceProvider interface
- Maybe even making it default, to call InjectionUtils on the instance

Or even more simply....

In CdiResourceProvider.getInstance add a call to InjectionUtils ?

>  Revamp of the CXF injection implementation
> -------------------------------------------
>
>                 Key: CXF-7571
>                 URL: https://issues.apache.org/jira/browse/CXF-7571
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Andriy Redko
>            Assignee: Andriy Redko
>
> As more deep integration with CDI revealed, there are complexities in bringing together `@Context`- and `@Inject`-based injections. Encapsulating CXF injection implementation and than delegating the hard work to appropriate strategy (CDI, Spring, ...) would be the right solution to address the problem at its roots.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)