|
From: Chris N. <ch...@si...> - 2003-12-16 06:18:37
|
jürgen höller [werk3AT] wrote: > That's good news! I didn't know that a CGLIB 1.1 release based on ASM 1.4 > was planned: That will indeed resolve the issues. I guess we can migrate > our AOP framework to CGLIB 2.0 now without any hassle! FYI CGLIB 1.1-RC1 and 2.0-RC2 are both available for download now. The new 2.0 release fixes some important bugs that exist in the jar currently shipping with Hibernate 2.1-Final, so I would not hesitate to update. Since you will for the time being be using CGLIB 1.1 and 2.0 together, I would also recommend that you include asm.jar separately. Here are download links for the three jars: http://prdownloads.sourceforge.net/cglib/cglib-2.0-RC2.jar?download http://prdownloads.sourceforge.net/cglib/cglib-1.1-RC1.jar?download http://forge.objectweb.org/project/download.php?group_id=23&file_id=1349 Even if you do not upgrade to Hibernate 2.1 I would still recommend using CGLIB 1.1 instead of 1.0, since it will allow your users to use CGLIB 2.0 for their own code. Chris |