|
From: Chris N. <ch...@si...> - 2003-12-01 16:33:00
|
Matthew E. Porter wrote: > I have looked through the mailing list archives but was unable to find > the answer to my question. Will Spring move to support Hibernate 2.1 > (as it is the new *recommended* version) and, if so, when? Someone else will have to answer. > Also, does anyone know if I can use it now with the cglib version > change? I thought there might be a way (by using the BCEL version of CGLIB 1.0), but I was wrong. Since 1.0 and 2.0 use incompatible versions of the ASM library, you cannot use them together. Which means that for now Spring's use of CGLIB is incompatible with Hibernate 2.1. Chris |