-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Add ApplicationReadyEvent #2638
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
Comments
I think |
Also, is there a specific use-case where this is needed over a |
In the reference issue. The maven plugin listens to it to let the integration tests run. I disagree with it extending Good catch for the cycle. |
I think having context of which |
Rework 7b2b119 so that it is more aligned with others spring application events. Fix the package tangle by moving the publication part to EventPublishingRunListener. Closes spring-projectsgh-2638
Update ApplicationReadyEvent to also include the ApplicationContext. See gh-2638
Such event may be useful for listeners that requires to perform the operation when the application is ready to use. Would be triggered right before returning the
ApplicationContext
from therun
method.The text was updated successfully, but these errors were encountered: