So, if I don't have bcel, and do have cglib.jar 1.0 and ASM.jar in my
classpath then everything will continue to work.  And the benefits of ASM
are faster startup time for Hibernate, correct?

Eric

> -----Original Message-----
> From: Juozas Baliuka [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 07, 2003 6:20 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [Hibernate] BCEL/CGLIB dependencies...
>
>
>
> cglib-1.0 "detects" BCEL or ASM using "Class.forName" and
> BCEL has priority.
> BCEL will be dropped in the next cglib releases and it will
> depend on ASM
> only.
>
> > Hi all,
> >
> > I saw some posts that suggested that instead of using BCEL
> and cglib, I
> > should use cglib-asm, which is a custom version of cglib
> that has various
> > ASM classes integrated?
> >
> > If so, should we publish that to ibiblio in the hibernate
> directory to
> > establish that it is a hibernate specific jar?  It would be in
> > www.ibiblio.org/maven/hibernate/jars/cglib-asm-xxx.jar I guess...
> >
> > I notice that BCEL doesn't show up in the /lib directory in
> CVS anymore..
> > If I include BCEL and cglib, does that affect anything/
>
>  BCEL + cglib-1.0 can cause synchronization problems, but it
> must not affect
> hibernate users.
> There are no known problems for ASM + cglib-1.0.
>
> >
> > Eric
> >
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > hibernate-devel mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/hibernate-devel



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to