[
https://issues.apache.org/jira/browse/CXF-7229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15837774#comment-15837774
]
Romain Manni-Bucau commented on CXF-7229:
-----------------------------------------
[~sergeyb] this is not CDI specific, CDI is just where it comes from for me.
You get the same with spring or plain standalone apps.
{code}
@Inject // or whatever way to get a proxy
private ProxyWithoutAnnotation value;
@GET ProxyWithoutAnnotation get() { return value; }
{code}
if the writer needs an annotation on value it will be broken.
> ClassHelper usages not replacable by ClassUnwrapper
> ---------------------------------------------------
>
> Key: CXF-7229
> URL: https://issues.apache.org/jira/browse/CXF-7229
> Project: CXF
> Issue Type: Bug
> Reporter: Romain Manni-Bucau
>
> ClassUnwrapper and ClassHelper are pretty close and for an app setting a
> single one should be enough (in particular cause ClassHelper overriding is
> hacky)
> Spotted org.apache.cxf.jaxrs.utils.InjectionUtils#getRawResponseClass for
> instance
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)