Github user scmbuildguy commented on a diff in the pull request: https://github.com/apache/incubator-geode/pull/167#discussion_r67560662 --- Diff: geode-core/src/main/java/com/gemstone/gemfire/management/internal/cli/i18n/CliStrings.java --- @@ -63,65 +59,67 @@ * * 2. Defining Topic constants: * 2.1 The constants' names should begin with "TOPIC_" - * E.g. TOPIC_GEMFIRE_REGION + * E.g. TOPIC_GEODE_REGION * 2.2 Topic brief description should be defined with suffix "__DESC". - * E.g. TOPIC_GEMFIRE_REGION__DESC + * E.g. TOPIC_GEODE_REGION__DESC * * 3. Order for adding constants: It should be alphabetically sorted at least * on the first name within the current group + * + * @since GemFire 7.0 */ public class CliStrings { /*-************************************************************************* ************* T O P I C S *************** ***************************************************************************/ - public static final String DEFAULT_TOPIC_GEMFIRE = "GemFire"; - public static final String DEFAULT_TOPIC_GEMFIRE__DESC = "vFabric GemFire is a distributed data management platform providing dynamic scalability, high performance and database-like persistence."; - public static final String TOPIC_GEMFIRE_REGION = "Region"; - public static final String TOPIC_GEMFIRE_REGION__DESC = "A region is the core building block of the vFabric GemFire distributed system. Cached data is organized into regions and all data puts, gets, and querying activities are done against them."; - public static final String TOPIC_GEMFIRE_WAN = "WAN"; - public static final String TOPIC_GEMFIRE_WAN__DESC = "For multiple data centers in remote locations, GemFire provides a WAN gateway to facilitate data sharing. The WAN gateway connects two or more remote sites and then sends asynchronous, batched updates as data is changed."; - public static final String TOPIC_GEMFIRE_JMX = "JMX"; - public static final String TOPIC_GEMFIRE_JMX__DESC = "JMX technology provides the tools for building distributed, Web-based, modular and dynamic solutions for managing and monitoring devices, applications, and service-driven networks."; - public static final String TOPIC_GEMFIRE_DISKSTORE = "Disk Store"; - public static final String TOPIC_GEMFIRE_DISKSTORE__DESC = "Disk stores are used to persist data to disk as a backup to your in-memory copy or as overflow storage when memory use is too high."; - public static final String TOPIC_GEMFIRE_LOCATOR = "Locator"; - public static final String TOPIC_GEMFIRE_LOCATOR__DESC = "JVMs running GemFire discover each other through a TCP service named the locator."; - public static final String TOPIC_GEMFIRE_SERVER = "Server"; - public static final String TOPIC_GEMFIRE_SERVER__DESC = "A server is GemFire cluster member which holds a GemFire cache. Depending on the topology used it can refer to either a system that responds to client requests or a system that is only a peer to other members."; - public static final String TOPIC_GEMFIRE_MANAGER = "Manager"; - public static final String TOPIC_GEMFIRE_MANAGER__DESC = "The Manager is a member which has the additional role of a managing & monitoring the GemFire distributed system."; - public static final String TOPIC_GEMFIRE_STATISTICS = "Statistics"; - public static final String TOPIC_GEMFIRE_STATISTICS__DESC = "Every application and server in a vFabric GemFire distributed system can be configured to perform statistical data collection for analysis."; - public static final String TOPIC_GEMFIRE_LIFECYCLE = "Lifecycle"; - public static final String TOPIC_GEMFIRE_LIFECYCLE__DESC = "Launching, execution and termination of GemFire cluster members such as servers and locators."; - public static final String TOPIC_GEMFIRE_M_AND_M = "Management-Monitoring"; - public static final String TOPIC_GEMFIRE_M_AND_M__DESC = "The management of and monitoring of GemFire systems using GemFire tools, such as vFabric GemFire Pulse or VSD or Data Browser, and JConsole, which is provided with the JDK(TM)"; - public static final String TOPIC_GEMFIRE_DATA = "Data"; - public static final String TOPIC_GEMFIRE_DATA__DESC = "User data as stored in regions of the GemFire distributed system."; - public static final String TOPIC_GEMFIRE_CONFIG = "Configuration"; - public static final String TOPIC_GEMFIRE_CONFIG__DESC = "Configuration of vFabric GemFire Cache & Servers/Locators hosting the Cache."; - public static final String TOPIC_GEMFIRE_FUNCTION = "Function Execution"; - public static final String TOPIC_GEMFIRE_FUNCTION__DESC = "The function execution service provides solutions for these application use cases: \n\tAn application that executes a server-side transaction or carries out data updates using the GemFire distributed locking service. \n\tAn application that needs to initialize some of its components once on each server, which might be used later by executed functions. Initialization and startup of a third-party service, such as a messaging service. \n\tAny arbitrary aggregation operation that requires iteration over local data sets that can be done more efficiently through a single call to the cache server. \n\tAny kind of external resource provisioning that can be done by executing a function on a server."; - public static final String TOPIC_GEMFIRE_HELP = "Help"; - public static final String TOPIC_GEMFIRE_HELP__DESC = "Provides usage information for gfsh & its commands."; - public static final String TOPIC_GEMFIRE_DEBUG_UTIL = "Debug-Utility"; - public static final String TOPIC_GEMFIRE_DEBUG_UTIL__DESC = "Debugging aids & utilities to use with vFabric GemFire."; + public static final String DEFAULT_TOPIC_GEODE = "Geode"; + public static final String DEFAULT_TOPIC_GEODE__DESC = "Apache Geode is a distributed data management platform providing dynamic scalability, high performance and database-like persistence."; + public static final String TOPIC_GEODE_REGION = "Region"; + public static final String TOPIC_GEODE_REGION__DESC = "A region is the core building block of the Apache Geode distributed system. Cached data is organized into regions and all data puts, gets, and querying activities are done against them."; --- End diff -- When referencing the projecting as 'Apache Geode', I think we should be using 'Apache Geode (incubating)' until Geode is a top-level Apache project.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---