You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manifest Entry in Spring AOP Module looks like version="[2.1.3, 2.2.0)". So 2.2.0 is exlcusive defined :-( and prevents it from usage.
The Problem is, that Hibernate 3.3.2.GA depends exclusively on CGLIB 2.2.0.
Spring 3.0 is even building against CGLIB 2.2 itself, although we're still supporting CGLIB 2.1 as well. In any case, the version range is correspondingly extended in the OSGi manifest now. Thanks for raising this!
Andreas Hartmann-Schneevoigt opened SPR-6400 and commented
Manifest Entry in Spring AOP Module looks like version="[2.1.3, 2.2.0)". So 2.2.0 is exlcusive defined :-( and prevents it from usage.
The Problem is, that Hibernate 3.3.2.GA depends exclusively on CGLIB 2.2.0.
Affects: 3.0 RC2
Reference URL: http://forum.springsource.org/showthread.php?p=270435#post270435
Referenced from: commits 602118f
The text was updated successfully, but these errors were encountered: