Donal Evans created GEODE-8141: ---------------------------------- Summary: Move definition of Region separator character to geode-common and make usage consistent throughout the codebase Key: GEODE-8141 URL: https://issues.apache.org/jira/browse/GEODE-8141 Project: Geode Issue Type: Task Reporter: Donal Evans
The separator character for region paths is currently defined in the Region interface in geode-core. However, geode-management, which does not have a dependency on geode-core, uses the separator in several classes. * The definitions of the separator character and string should be moved to the geode-common module. * The currently existing definitions of the separator in the geode-core Region class should be deprecated. * All instances of hardcoded '/' characters and strings should be replaced with references to the constants in geode-common. -- This message was sent by Atlassian Jira (v8.3.4#803005)