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

SpringJUnit4ClassRunner should be thread safe #1140

Closed
wants to merge 2 commits into from

Conversation

mdeinum
Copy link
Contributor

@mdeinum mdeinum commented Aug 25, 2016

This commit changes the SpringJunit4ClassRunner to use a ThreadLocal
to store the TestContextManager instead of using a single instance.

Initial code from Bastian Voigt (BastianVoigt@a5e466e)

Issue: SPR-12421

This commit changes the SpringJunit4ClassRunner to use a ThreadLocal
to store the TestContextManager instead of using a single instance.

Initial code from Bastian Voigt (BastianVoigt@a5e466e)

Issue: SPR-12421
@snicoll
Copy link
Member

snicoll commented Aug 25, 2016

@mdeinum we obviously need Bastian Voigt to sign the CLA. Do you have a way to reach out to him?

Removed unused variable.

Issue: SPR-12421
@mdeinum
Copy link
Contributor Author

mdeinum commented Aug 25, 2016

@snicoll Not sure, as @BastianVoigt hasn't responded to the inquiries from @sbrannen for over a year. His user account is in JIRA so maybe someone can drop him an email? His initial patch was mentioned, so he should get a message about that from GitHub shouldn't he?

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

Successfully merging this pull request may close these issues.

3 participants