Details
-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
1
Description
As a convenience, allow users to write:
waitUntilReadyOptions().serviceTypes(ServiceType.KV);
instead of:
waitUntilReadyOptions().serviceTypes(Set.of(ServiceType.KV));
Allow an empty set; interpret it as "wait for all possible" (just as if the method had not been called).
Attachments
For Gerrit Dashboard: JCBC-1670 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
133012,2 | JCBC-1670 Add WaitUntilReadyOptions.serviceTypes() overload for varargs | colossus | couchbase-jvm-clients | Status: MERGED | +2 | +1 |
133178,2 | JCBC-1670 Add WaitUntilReadyOptions.serviceTypes() overload for varargs | master | couchbase-jvm-clients | Status: MERGED | +2 | +1 |