Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CGLIB version should be aligned in Manifest to allow usage of 2.2.0 in OSGI [SPR-6400] #11066

Closed
spring-projects-issues opened this issue Nov 20, 2009 · 1 comment
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: bug A general bug
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

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

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

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!

Juergen

@spring-projects-issues spring-projects-issues added type: bug A general bug in: core Issues in core modules (aop, beans, core, context, expression) labels Jan 11, 2019
@spring-projects-issues spring-projects-issues added this to the 3.0 RC3 milestone Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: bug A general bug
Projects
None yet
Development

No branches or pull requests

2 participants