Uploaded image for project: 'Couchbase Lite'
  1. Couchbase Lite
  2. CBL-5491

Defaults's MAX_ATTEMPT_WAIT_TIME and USE_PLAIN_TEXT are deprecated

    XMLWordPrintable

Details

    • 0

    Description

      The Defaults's MAX_ATTEMPT_WAIT_TIME and USE_PLAIN_TEXT are deprecated.

      Deprecated APIs

      Java/Android

      • Defaults.Replicator.MAX_ATTEMPT_WAIT_TIME (Use Defaults.Replicator.MAX_ATTEMPTS_WAIT_TIME instead)
      • Defaults.LogFile.USE_PLAIN_TEXT (Use Defaults.LogFile.USE_PLAINTEXT instead)

      .NET

      • Constants.DefaultReplicatorMaxAttemptWaitTime (Use Constants.Constants.DefaultReplicatorMaxAttemptWaitTime instead)
      • Constants.DefaultLogFileUsePlainText (Use Constants.Constants.DefaultLogFileUsePlaintext instead)

      Swift

      • ReplicatorConfiguration.defaultMaxAttemptWaitTime (Use ReplicatorConfiguration.defaultMaxAttemptsWaitTime instead)
      • LogFileConfiguration.defaultUsePlainText (Use LogFileConfiguration.defaultUsePlaintext instead)

      Objective-C

      • kCBLDefaultReplicatorMaxAttemptWaitTime (Use kCBLDefaultReplicatorMaxAttemptsWaitTime instead)
      • kCBLDefaultLogFileUsePlainText (Use kCBLDefaultLogFileUsePlaintext instead)

      C

      • kCBLDefaultReplicatorMaxAttemptWaitTime (Use kCBLDefaultReplicatorMaxAttemptsWaitTime instead)
      • kCBLDefaultLogFileUsePlainText (Use kCBLDefaultLogFileUsePlaintext instead)

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            The Lite The Lite
            pasin Pasin Suriyentrakorn
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty