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

2019-04-03 Thread GitBox
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-479632076 Looks good, worse case a default method would solve the model api issue. It can happen since cdi enables to switch clas

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

2019-04-01 Thread GitBox
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-478843415 Hi @reta 1. Sounds ok - we can think about having a getClassFromModel instead, cdi will need Annotated and not C

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

2019-03-31 Thread GitBox
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: