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)