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

spring-test-2.5.6.jar incompatible with junit distribution from SpringSource Enterprise Bundle Repository [SPR-5291] #9964

Closed
spring-projects-issues opened this issue Nov 12, 2008 · 1 comment
Assignees
Labels
type: bug A general bug
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

Michael Pilquist opened SPR-5291 and commented

spring-test-2.5.6's import package statement for junit.framework looks like this:

junit.framework.*;version="[3.8.2, 4.0.0)";resolution:=optional,

This is problematic, because JUnit still includes the junit.framework package in current distributions. Without any clear guidance from the JUnit folks on versions of the various packages, I think the version constraint should either be 3.8.2 or should be changed to [3.8.2, 5.0.0).

Note that the JUnit 4.x bundles provided by the SpringSource Bundle Repository export junit.* packages as the version of the containing JUnit JAR (e.g., 4.4.0 or 4.5.0). http://www.springsource.com/repository/app/bundle/version/detail?name=com.springsource.org.junit&version=4.5.0&searchType=bundlesByPackage&searchQuery=junit.framework


Affects: 2.5.6

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

Thanks for raising this! As of 3.0 M2, we're specifying junit.framework.*;version="[3.8.2, 5.0.0)" there now.

Juergen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

2 participants