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

ContextCache should be keyed by MergedContextConfiguration instead of String [SPR-8549] #13193

Closed
spring-projects-issues opened this issue Jul 20, 2011 · 1 comment
Assignees
Labels
in: test Issues in the test module type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Jul 20, 2011

Sam Brannen opened SPR-8549 and commented


Affects: 3.1 M2

Issue Links:

Referenced from: commits 072271d, 8224af1

@spring-projects-issues
Copy link
Collaborator Author

Sam Brannen commented

  • ContextCache is now keyed by MergedContextConfiguration instead of by String
  • MergedContextConfiguration now:
    • implements custom hashCode() and equals() methods, allowing it to be used a the context cache key
    • no longer generates a context cache key

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

No branches or pull requests

2 participants