[jboss-jira] [JBoss JIRA] (WFCORE-3377) Improve thread-factory resource creation

Jeff Mesnil (JIRA) issues at jboss.org
Mon Oct 23 05:50:00 EDT 2017


Jeff Mesnil created WFCORE-3377:
-----------------------------------

             Summary: Improve thread-factory resource creation
                 Key: WFCORE-3377
                 URL: https://issues.jboss.org/browse/WFCORE-3377
             Project: WildFly Core
          Issue Type: Bug
            Reporter: Jeff Mesnil


thread-factory resource defines optional group-name and thread-name-pattern.

When a ThreadFactoryService is created, it does not check whether these attributes are defined before using their values.
If they are not defined, the service will use "undefined" for both the group name and thread name pattern which is unhelpful.
The ThreadFactoryAdd class should check if the attributes are defined before passing them to the service.
The ThreadFactoryService will use sensible values if these 2 attributes are not defined.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list