You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2019/04/25 14:07:55 UTC

[GitHub] [activemq-artemis] jbertram opened a new pull request #2640: ARTEMIS-2310 support system prop sub in xincludes

jbertram opened a new pull request #2640: ARTEMIS-2310 support system prop sub in xincludes
URL: https://github.com/apache/activemq-artemis/pull/2640
 
 
   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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services