-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51063/
-----------------------------------------------------------
(Updated Aug. 15, 2016, 7:56 p.m.)
Review request for geode, Anthony Baker and Kevin Duling.
Changes
-------
Again: trying to remove all changes to anything that is not
security-enabled-components. Updating diff.
Bugs: GEODE-1648
https://issues.apache.org/jira/browse/GEODE-1648
Repository: geode
Description
-------
This is a followup to the main commit for GEODE-1648 which added
security-enabled-components to ConfigurationProperties but with incorrect
javadocs.
Gradle-javadoc-html-in-chrome now reads like (but with some underlines, etc):
SECURITY_ENABLED_COMPONENTS
static final java.lang.String SECURITY_ENABLED_COMPONENTS
The static String definition of the "security-enabled-components" property
Description: This setting is a comma delimited list of SecurableComponents
specifying which components will be secured by SECURITY_MANAGER.
This property has no effect unless a SECURITY_MANAGER is specified.
Options: "all","server","cluster","gateway","http","jmx"
Since: Geode 1.0
See Also:
Constant Field Values
Diffs (updated)
-----
geode-core/src/main/java/com/gemstone/gemfire/distributed/ConfigurationProperties.java
3157020
Diff: https://reviews.apache.org/r/51063/diff/
Testing
-------
clean build
manual inspection of javadocs in IDE and in browser
Thanks,
Kirk Lund