[
https://issues.jboss.org/browse/WFCORE-3523?page=com.atlassian.jira.plugi...
]
Brian Stansberry edited comment on WFCORE-3523 at 1/19/18 11:11 AM:
--------------------------------------------------------------------
A simple attempt at this[1] produced testsuite failures. Probably harmless ones (e.g.
reading the management API from domain servers to determine xml namespaces no longer
provides any), but just thinking about / getting rid of them takes the effort here beyond
what I think it's worth.
[1] see
https://github.com/wildfly/wildfly-core/compare/master...bstansberry:WFCO...
until I someday delete it
was (Author: brian.stansberry):
A simple attempt at this (see
https://github.com/wildfly/wildfly-core/compare/master...bstansberry:WFCO... until I
someday delete it) produced testsuite failures. Probably harmless ones (e.g. reading the
management API from domain servers to determine xml namespaces no longer provides any),
but just thinking about / getting rid of them takes the effort here beyond what I think
it's worth.
Don't initialize extension parsers on a domain server
-----------------------------------------------------
Key: WFCORE-3523
URL:
https://issues.jboss.org/browse/WFCORE-3523
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Minor
The Extension.initializeParsers calls is pointless on a domain server, as that kind of
process does not parse. So skip it and save the execution cost and the metaspace
associated with the parsers.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)