You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2018/05/14 23:48:00 UTC

[jira] [Updated] (GEODE-5217) Reconcile support of deprecated gemfire.* properties with current geode.* property specification

     [ https://issues.apache.org/jira/browse/GEODE-5217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anthony Baker updated GEODE-5217:
---------------------------------
    Summary: Reconcile support of deprecated gemfire.* properties with current geode.* property specification  (was: Reconsile support of deprecated gemfire.* properties with current geode.* property specification)

> Reconcile 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
>            Priority: Major
>
> 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)