[GitHub] [cxf] reta commented on issue #529: CXF-8009: CXF should not rely on ClassUtils for CGLIB proxy checks

2019-04-04 Thread GitBox
reta 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-479845409 Thanks @andrei-ivanov, the CXF adopted `getRealXxx` prefix for this particular case, for better or worst, `getTargetXxx` would

[GitHub] [cxf] reta commented on issue #529: CXF-8009: CXF should not rely on ClassUtils for CGLIB proxy checks

2019-04-03 Thread GitBox
reta 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-479663732 Thanks a lot @rmannibucau, @coheigea do you have any concerns? Thanks guys.

[GitHub] [cxf] reta commented on issue #529: CXF-8009: CXF should not rely on ClassUtils for CGLIB proxy checks

2019-04-03 Thread GitBox
reta 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-479593978 @rmannibucau Converted `SpringAopClassHelper` to `SpringClassUnwrapper`, so now `ClassHelper` is completely driven by `ClassUn

[GitHub] [cxf] reta commented on issue #529: CXF-8009: CXF should not rely on ClassUtils for CGLIB proxy checks

2019-04-01 Thread GitBox
reta 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-478806954 Hi @rmannibucau , Thanks a lot for the review, yeah indeed this is pretty old class, purely Spring-specific. I remember