]
Brian Stansberry updated WFCORE-71:
-----------------------------------
Fix Version/s: 1.0.0.Alpha6
ProtocolLogger is used outside org.jboss.as.protocol module but
isn't available
-------------------------------------------------------------------------------
Key: WFCORE-71
URL:
https://issues.jboss.org/browse/WFCORE-71
Project: WildFly Core
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Domain Management
Affects Versions: 1.0.0.Alpha5
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 1.0.0.Alpha6
The ProtocolLogger class is used in a few places in host-controller and server, but the
module.xml for the org.jboss.as.protocol module specifically excludes it from being
exported.
The uses aren't complex enough to justify exporting the class, so I'll just
change them.