Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
0
Description
Suggested release note text:
The `ClusterEnvironment.Builder` methods that take a `Builder` are deprecated in favor of the overloads that take a `Consumer<Builder>`.
For example, `ioConfig(IoConfig.Builder)` is deprecated in favor of `ioConfig(Consumer<IoConfig.Builder>)`.
The methods that take a `Consumer<Builder>` are preferable because they allow customizing the config without clobbering the previous values.
Attachments
Gerrit Reviews
For Gerrit Dashboard: JCBC-2027 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
183409,2 | JCBC-2027 Deprecate CoreEnvironment.Builder methods that take builders | master | couchbase-jvm-clients | Status: MERGED | +2 | +1 |