activemq-artemis/artemis-rest/src
Justin Bertram 73bdbad8b4 ARTEMIS-2310 support system prop sub in xincludes
Historically the broker has read the XML configuration file as a String,
substituted system properties, and then parsed that String into an XML
document. However, this method won't substitute system properties in the
files which are imported via xinclude. In order to substitue system
properties in xincluded files the substitution needs to be performed
after the file is parsed into an XML document. This commit implements
that change and refactors the XMLUtil class a bit to eliminate redundant
code, obsolete comments, etc.
2019-04-25 10:51:12 -04:00
..
main ARTEMIS-2310 support system prop sub in xincludes 2019-04-25 10:51:12 -04:00
test NO-JIRA Add forgotten @Test annotation and make helper methods private 2018-12-13 10:53:34 -06:00