[hibernate-dev] CGLIB

2010-05-11 Thread Steve Ebersole
I think the time has come to drop CGLIB support :( It is just becoming near impossible to get them to respond to issues. We even recently sent them 2 patches of major issues and still cannot get them to apply the changes upstream and cut releases. So that leaves us the choice of deprecating CGLI

Re: [hibernate-dev] CGLIB

2010-05-11 Thread Hardy Ferentschik
Is there any advantage of CGLIB over javassist? On Tue, 11 May 2010 16:24:12 +0200, Steve Ebersole wrote: > I think the time has come to drop CGLIB support :( It is just becoming > near impossible to get them to respond to issues. We even recently sent > them 2 patches of major issues and st

Re: [hibernate-dev] CGLIB

2010-05-11 Thread Strong Liu
these are the issues Steve mentioned below: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4703 https://jira.jboss.org/jira/browse/JBPAPP-2971 to be fair, these issues can be workaround, and we already have patches, users who run into these issues can pick up our patch for cglib a

Re: [hibernate-dev] CGLIB

2010-05-11 Thread Steve Ebersole
Afaik it simply a matter of what library you might already be using.  I have heard it or javassist do one thing better or faster, but I have not seen any evidence of that (nor have I tried to quantify). -- Sent from my Palm Pre st...@hibernate.org http://hibernate.orgOn May 11, 2010 9:34 AM, Ha

Re: [hibernate-dev] CGLIB

2010-05-11 Thread Steve Ebersole
I thought one of the issues was that cglib does not handle annotations?  That's a pretty big 'workaround' if that's the case. -- Sent from my Palm Pre st...@hibernate.org http://hibernate.orgOn May 11, 2010 1:06 PM, Strong Liu wrote: these are the issues Steve mentioned bel