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

Expose reaper's trigger to public API #231

Merged
merged 2 commits into from
Nov 7, 2016

Conversation

bsideup
Copy link
Member

@bsideup bsideup commented Oct 11, 2016

Hi

Sometimes there is a need to trigger ResourceReaper, especially in non-JUnit environments (i.e. Cucumber-JVM)

Method is marked as synchronized to avoid concurrency access.

* Perform a cleanup.
*
*/
public synchronized void perform() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please could this be named performCleanup if it's a public API method?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done :)

@rnorth rnorth merged commit 4e284ec into testcontainers:master Nov 7, 2016
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.

None yet

2 participants