[
https://issues.apache.org/jira/browse/ARTEMIS-3757?focusedWorklogId=752775&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-752775
]
ASF GitHub Bot logged work on ARTEMIS-3757:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 05/Apr/22 11:35
Start Date: 05/Apr/22 11:35
Worklog Time Spent: 10m
Work Description: gtully commented on code in PR #4011:
URL: https://github.com/apache/activemq-artemis/pull/4011#discussion_r842681161
##########
artemis-core-client/src/main/java/org/apache/activemq/artemis/utils/XMLUtil.java:
##########
@@ -52,6 +52,12 @@ private XMLUtil() {
// Utility class
}
+ public static String CONSIDER_OS_ENV_PROP =
"org.apache.activemq.artemis.utils.considerOsEnv";
Review Comment:
it does not replace tho, it only considers if the system prop is absent
Issue Time Tracking
-------------------
Worklog Id: (was: 752775)
Time Spent: 1h (was: 50m)
> properties config - allow system and env var substitution
> ---------------------------------------------------------
>
> Key: ARTEMIS-3757
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3757
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: Configuration
> Affects Versions: 2.21.0
> Reporter: Gary Tully
> Assignee: Gary Tully
> Priority: Major
> Fix For: 2.22.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> It would be useful if the key/value pairs from properties files supported
> substitution of env vars, from system properties with fallback to the os.env.
> There is support in the xml config for system props
--
This message was sent by Atlassian Jira
(v8.20.1#820001)