From: Bill H. <bi...@lo...> - 2003-12-12 18:20:03
|
Hi all, This is a summary of some email conversations with Cglib and Hibernate over the past week or so. Hibernate 2.1 has been released, but with Cglib 2.0RC1 instead of Cglib 2.0final (which is due this weekend). Unfortunately, this means that you can't use Proxool with Hibernate 2.1. Hibernate 2.1 shipped with a patched version of Proxool 0.8.2, but it still has problems with Cglib 2.0RC1. The upshot of all this is that we have decided to repackage Cglib inside Proxool (under org.logicalcobwebs.cglib) and make a new release of Proxool 0.8.3 this weekend. This will make Proxool completely independent of other versions of Cglib that might be in the user's environment. And this means that Proxool 0.8.3 will work with Hibernate 2.0 and 2.1. Cheers, Bill Horsman |