Uploaded image for project: 'Couchbase Java Client'
  1. Couchbase Java Client
  2. JCBC-2027

Deprecate CoreEnvironment.Builder methods that take builders

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Major
    • 3.4.1
    • 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

        For Gerrit Dashboard: JCBC-2027
        # Subject Branch Project Status CR V

        Activity

          People

            david.nault David Nault
            david.nault David Nault
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty