[Hibernate] CGLIB2

2003-10-27 Thread Matthew E . Porter
Has Hibernate be updated to use cglib2? If not, will it and when? Cheers, matthew porter --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a con

Re: [Hibernate] CGLIB2

2003-10-27 Thread Gavin King
Not yet. I guess i should do it now, huh? Matthew E. Porter wrote: Has Hibernate be updated to use cglib2? If not, will it and when? Cheers, matthew porter --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like wha

Re: [Hibernate] CGLIB2

2003-10-27 Thread Josh Rehman
Hmm. Cglib is neat, but reflection is so fast that I would spend my time elsewhere, for example adding support for a typesafe-enum representation of lookup tables. :-) Gavin King wrote: Not yet. I guess i should do it now, huh? Matthew E. Porter wrote: Has Hibernate be updated to use cglib2?

Re: [Hibernate] CGLIB2

2003-10-27 Thread Matthew E . Porter
Please note. I am not asking/suggesting to change to version 2 because of its faster reflection code (although every little bit helps!). I am asking because we want to use some of the other new features. Cheers, matthew On Oct 27, 2003, at 5:42 PM, Josh Rehman wrote: Hmm. Cglib is neat, but