[jboss-jira] [JBoss JIRA] (WFCORE-3463) EmbeddedProcessFactory should not require classes meant to be loaded from the modular classloader

Brian Stansberry (JIRA) issues at jboss.org
Fri Dec 15 18:07:00 EST 2017


Brian Stansberry created WFCORE-3463:
----------------------------------------

             Summary: EmbeddedProcessFactory should not require classes meant to be loaded from the modular classloader
                 Key: WFCORE-3463
                 URL: https://issues.jboss.org/browse/WFCORE-3463
             Project: WildFly Core
          Issue Type: Bug
          Components: Domain Management
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
            Priority: Minor


EmbeddedProcessFactory is loading EmbeddedHostControllerFactory and EmbeddedStandaloneServerFactory using its own classloader solely in order to get their names in order to pass those into the modular classloader. This unnecessarily ties the embedding app classloading environment to the embedded server side.

This is minor as it doesn't really cause any harm. It's just a cleanup to help make it easier to divide the two sides.



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


More information about the jboss-jira mailing list