rmannibucau commented on issue #529: CXF-8009: CXF should not rely on 
ClassUtils for CGLIB proxy checks
URL: https://github.com/apache/cxf/pull/529#issuecomment-478434375
 
 
   Hi @reta
   
   When working on tomee or cdi based servers i always wondered why this part 
of the code was not:
   
   1. An extension of the bus allowing to cache the mapping - ClassUnwrapper 
only?
   2. A chain of predicates instead of a single impl which is hard to do right 
or precise enough for all impls - bytebuddy ones are custom for instance so not 
manageable ; mixed in an app with spring or a cdi impl you are forced to know 
all apps internals :(
   
   Guess default can also change since superclass name is often in the proxy 
name for $$ kind of proxies which enables to keep lambd aand add cglib logic.
   
   Hope it makes sense.

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


With regards,
Apache Git Services

Reply via email to