[
https://issues.apache.org/jira/browse/CXF-7229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15837727#comment-15837727
]
Romain Manni-Bucau commented on CXF-7229:
-----------------------------------------
I have cases where it can fail, they are a bit boderline but easy to reproduce:
just use a CDI applicationScoped bean representing a constant exposed to the
client (done sometimes to return a server configuration which is constant for
the app but dynamic by instance) and which depends on some writer annotations
and you will get this issue.
> 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)