Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-1815

ConfigurationProperties javadocs need to be more descriptive in a number of cases

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Do
    • None
    • None
    • security

    Description

      There are a number of new SECURITY properties in ConfigurationProperties that have a "geode 1.0" tag that have inadequate javadocs. This is the primary location for documenting distribution config properties, so they need to have a good description like all of the other properties.

      This is one such property:

        /**
         * The static String definition of the <i>"security-manager"</i>
         * property
         * @since Geode 1.0
         */
        String SECURITY_MANAGER = SECURITY_PREFIX + "manager";
      

      this is a properly documented property:

        /**
         * The static String definition of the <i>"remote-locators"</i> property
         * <a name="remote-locators"/a><p>
         * <U>Description</U>: A list of locators (host and port) that a cluster
         * will use in order to connect to a remote site in a multi-site (WAN)
         * configuration. This attribute's value is a possibly comma separated list.
         * <p>For each remote locator, provide a hostname and/or address
         * (separated by '@', if you use both), followed by a port number in brackets.
         * <p>Examples:
         * remote-locators=address1[port1],address2[port2]
         * <p>
         * remote-locators=hostName1@address1[port1],hostName2@address2[port2]
         * <p>
         * remote-locators=hostName1[port1],hostName2[port2]<p>
         * <p>
         * <U>Default</U>: ""
         */
        String REMOTE_LOCATORS = "remote-locators";
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            bschuchardt Bruce J Schuchardt
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: