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

Refactored task end event to be Spring Boot's ApplicationReadyEvent #116

Merged
merged 1 commit into from Apr 6, 2016

Conversation

mminella
Copy link
Contributor

@mminella mminella commented Apr 6, 2016

In testing and other use cases, the ability to keep a context open
beyond the end of a task can be useful. This change provides the
ability to keep the context alive once a task has completed while also
explicitly shutting the context down (by default) once a task has ended.

Resolves #102

In testing and other use cases, the ability to keep a context open
beyond the end of a task can be useful.  This change provides the
ability to keep the context alive once a task has completed while also
explicitly shutting the context down (by default) once a task has ended.

Resolves spring-cloud#102
@mminella mminella added the in pr label Apr 6, 2016
@mminella mminella merged commit 0a56672 into spring-cloud:master Apr 6, 2016
@mminella mminella removed the in pr label Apr 6, 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

1 participant