Udo Kohlmeyer created GEODE-7752:
------------------------------------
Summary: Update ConfigurationServiceBuilder to be more intuitive
Key: GEODE-7752
URL: https://issues.apache.org/jira/browse/GEODE-7752
Project: Geode
Issue Type: Improvement
Components: configuration
Reporter: Udo Kohlmeyer
With the introduction of ClusterManagementServiceBuilder, an inadvertent
confusing configuration manner was introduced.
In the Builder pattern, the setter methods are optional and required fields are
either added on the constructor or build method.
The current ClusterManangementServiceBuilder introduced the notion of required
optionality. Where you had to pick at least one of the setters.
To fix this, I removed `setConnectionConfig` which is really only required for
the Transport and removed that option.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)