Project

General

Profile

task #9206

Updated by Andreas Müller over 3 years ago

Cglib and cglib-nodep are very similar libraries as they both include the cglib part but cglib-nodep also includes classes from asm. This has been done to be version independent from asm but has the drawback that it is not extendable (https://github.com/cglib/cglib/wiki ) . 
 We expect that cglib-nodep is sufficient for cdmlib and will test this. 
 All dependecies to cglib should be excluded therefore. 

 This is also to avoid multiple locations warnings from maven. 

 Also hibernate-cglib-repack probably can be removed. It is anyway only linked by cdmlib-remote. And it is not clear why. 

 For information on how cglib-nodep is build see: https://github.com/cglib/cglib/blob/master/cglib-nodep/pom.xml

Back