Skip to content

ThreadPoolExecutorFactoryBean add ability to prestart threads#1246

Closed
fededonna wants to merge 1 commit intospring-projects:mainfrom
fededonna:prestart-threads
Closed

ThreadPoolExecutorFactoryBean add ability to prestart threads#1246
fededonna wants to merge 1 commit intospring-projects:mainfrom
fededonna:prestart-threads

Conversation

@fededonna
Copy link
Copy Markdown
Contributor

Sometimes you want the executor given by ThreadPoolExecutorFactoryBean to be already hot. Thread initialization can be accomplished with MethodInvokingBean, but that is a little bit tricky.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Jan 24, 2019
@rstoyanchev rstoyanchev added the in: core Issues in core modules (aop, beans, core, context, expression) label Nov 11, 2021
@snicoll snicoll self-assigned this Nov 22, 2021
@rstoyanchev rstoyanchev added this to the 5.3.14 milestone Nov 23, 2021
@rstoyanchev rstoyanchev added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Nov 23, 2021
snicoll pushed a commit that referenced this pull request Nov 24, 2021
@snicoll snicoll closed this in 6f6d27f Nov 24, 2021
@snicoll
Copy link
Copy Markdown
Member

snicoll commented Nov 24, 2021

@fededonna sorry it took so long and thank you for making your first contribution to Spring Framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants