You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2017/12/21 16:33:10 UTC

[GitHub] johnament commented on issue #351: [CXF-7571] Adding support for CDI injection of @Context objects.

johnament commented on issue #351: [CXF-7571] Adding support for CDI injection of @Context objects.
URL: https://github.com/apache/cxf/pull/351#issuecomment-353395855
 
 
   I had a thought at the end of the day yesterday on this.  The problem around proxying is because most of the context objects don't have interfaces.  If we use an interface, the impl doesn't need to be proxyable (its weird, counterintuitive, but it works).  My thinking is to replace the current API objects that are concrete with interfaces, and encourage users to use that if they want CDI injection.
   
   Does that make sense @reta @sberyozkin ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services