From: Bill H. <bi...@lo...> - 2003-12-08 13:52:58
|
Hi Martin! On Mon, 2003-12-08 at 13:40, Martin Crawford wrote: > I've just woken up from a long coma Glad to see you awake now! Welcome back. > Can someone elaborate what are the > requirements for Hibernate and issues with cglib? Cglib 2 isn't backwards compatible with Cglib 1. Different API. Hibernate 2.1 plans to ship with Cglib 2. It also ships Proxool so we need to provide a Cglib2 compatible version. We hope to be able to support Cglib 1 and 2 with the same binary - that way we don't have to choose between maintaining two versions or cutting off people who still use Cglib 1. Hibernate and Spring are the main users of Cglib at the moment. Depending on timing, we will either release 0.8.3 to support this, or include it in the upcoming 0.9.0 release (with Christian's JNDI/DataSource code :) That's all for now. Got to get a flight... Should really leave time to say goodbye to my family... Bill Horsman |