[hibernate-dev] CGLIB

2008-05-19 Thread Steve Ebersole
Our (default) dependency on CGLIB is starting to cause problems due to other libraries using newer versions of ASM (3.x) then the released versions of CGLIB use (2.x). We have now been waiting about a year for a new CGLIB release to use these newer ASM APIs. With 3.3 being eminent, we

Re: [hibernate-dev] CGLIB

2008-05-19 Thread Max Ross
jarjar http://code.google.com/p/jarjar/ can be a good option when you're looking to avoid version conflicts. Guice uses this to depend on a specific version of cglib. On Mon, May 19, 2008 at 1:29 PM, Steve Ebersole [EMAIL PROTECTED] wrote: Our (default) dependency on CGLIB is starting to cause