Patrick Rhomberg created GEODE-5217: ---------------------------------------
Summary: Reconsile support of deprecated gemfire.* properties with current geode.* property specification Key: GEODE-5217 URL: https://issues.apache.org/jira/browse/GEODE-5217 Project: Geode Issue Type: Bug Components: configuration Reporter: Patrick Rhomberg By way of intent, properties historically stored as {{gemfire.my-property}} should now be stored as {{geode.my-property}}. To support pre-open-source implementations, we support (as deprecated) the {{gemfire}} property prefix as though it were a {{geode}} prefix. By way of intent, the {{SystemPropertyHelper}} class wraps environment property calls to abstract this dual-prefix support. Problematically, the {{DistributionConfig}} class specifies its own {{GEMFIRE_PREFIX}}, with extending classes calling {{System.getProperty}} and its proxies (e.g., {{Integer.getInteger}}) directly, rather that using the {{SystemPropertyHelper}}. As a result, some properties (e.g., cluster-ssl) cannot be provided on the command-line using the intuitive "geode.cluster-ssl" and must use "gemfire.cluster-ssl". The {{DistributionConfig}} and affiliate classes should be refactor to support the modern, open-source project naming. -- This message was sent by Atlassian JIRA (v7.6.3#76005)