-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Add configuration property "spring.task.execution.pool.shutdown.accept-tasks-after-context-close" #38968
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
Conversation
Thanks for the PR, @quaff. We may need to find another location for this new property. The other two Alternatively, I wonder if it would make sense for Framework to support this behavior with |
From @jhoeller:
Given the above, I think the configuration property should be |
OK, I will amend it. |
…t-tasks-after-context-close" ExecutorConfigurationSupport::setAcceptTasksAfterContextClose is introduced since Spring Framework 6.1
It's done, please review @wilkinsona |
…t-tasks-after-context-close" ExecutorConfigurationSupport::setAcceptTasksAfterContextClose is introduced since Spring Framework 6.1 See gh-38968
…wn.accept-tasks-after-context-close"" See gh-38968
Thank you very much! |
ExecutorConfigurationSupport::setAcceptTasksAfterContextClose
is introduced since Spring Framework 6.1