You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2014/01/09 13:02:51 UTC

[jira] [Commented] (EXEC-70) Delegate thread creation to java.util.concurrent.ThreadFactory

    [ https://issues.apache.org/jira/browse/EXEC-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13866580#comment-13866580 ] 

Gary Gregory commented on EXEC-70:
----------------------------------

Now that 1.2 is out, I think we can bump up the JRE requirement. Should the new minimum be Java 5, 6 or 7? can you provide a patch for this feature? 

> 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
>
> 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
(v6.1.5#6160)