[
https://issues.apache.org/jira/browse/EXEC-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary D. Gregory resolved EXEC-70.
---------------------------------
Fix Version/s: 1.4.0
Resolution: Fixed
This is done except for one call site where the custom thread created is
intertwined with its containing class.
> Delegate thread creation to java.util.concurrent.ThreadFactory
> --------------------------------------------------------------
>
> Key: EXEC-70
> URL: https://issues.apache.org/jira/browse/EXEC-70
> Project: Commons Exec
> Issue Type: New Feature
> Reporter: Richard Atkins
> Priority: Minor
> Fix For: 1.4.0
>
>
> Direct calls to Thread constructors are usually a bad idea. It's better to
> allow callers to configure a ThreadFactory, and to invoke that to create them
> for us. This would allow callers to adjust thread priorities, names,
> daemon/user thread levels, thread groups and UncaughtExceptionHandlers.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)