Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 54 for 8beta2 (0.05 sec)

  1. CHANGELOG/CHANGELOG-1.8.md

        - [Server Binaries](#server-binaries-16)
        - [Node Binaries](#node-binaries-16)
      - [Changelog since v1.8.0-beta.1](#changelog-since-v180-beta1)
        - [Action Required](#action-required-3)
        - [Other notable changes](#other-notable-changes-15)
    - [v1.8.0-beta.1](#v180-beta1)
      - [Downloads for v1.8.0-beta.1](#downloads-for-v180-beta1)
        - [Client Binaries](#client-binaries-17)
        - [Server Binaries](#server-binaries-17)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.16.md

      - [Changelog since v1.16.0-beta.2](#changelog-since-v1160-beta2)
        - [Other notable changes](#other-notable-changes-7)
    - [v1.16.0-beta.2](#v1160-beta2)
      - [Downloads for v1.16.0-beta.2](#downloads-for-v1160-beta2)
        - [Client Binaries](#client-binaries-19)
        - [Server Binaries](#server-binaries-19)
        - [Node Binaries](#node-binaries-19)
      - [Changelog since v1.16.0-beta.1](#changelog-since-v1160-beta1)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 345.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.27.md

      - [Changelog since v1.27.0-beta.0](#changelog-since-v1270-beta0)
      - [Changes by Kind](#changes-by-kind-18)
        - [API Change](#api-change-6)
        - [Feature](#feature-16)
        - [Bug or Regression](#bug-or-regression-18)
      - [Dependencies](#dependencies-18)
        - [Added](#added-18)
        - [Changed](#changed-18)
        - [Removed](#removed-18)
    - [v1.27.0-beta.0](#v1270-beta0)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jul 17 07:48:22 UTC 2024
    - 466.3K bytes
    - Viewed (2)
  4. guava-testlib/README.md

    ## IMPORTANT WARNINGS
    
    1. APIs marked with the `@Beta` annotation at the class or method level
    are subject to change. They can be modified in any way, or even
    removed, at any time. If your code is a library itself (i.e. it is
    used on the CLASSPATH of users outside your own control), you should
    not use beta APIs, unless you [repackage] them. **If your
    code is a library, we strongly recommend using the [Guava Beta Checker] to
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Apr 14 18:38:35 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  5. README.md

    2.  APIs without `@Beta` will remain binary-compatible for the indefinite
        future. (Previously, we sometimes removed such APIs after a deprecation
        period. The last release to remove non-`@Beta` APIs was Guava 21.0.) Even
        `@Deprecated` APIs will remain (again, unless they are `@Beta`). We have no
        plans to start removing things again, but officially, we're leaving our
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue Aug 05 15:30:14 UTC 2025
    - 6.2K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.25.md

      - [Changelog since v1.25.0-beta.0](#changelog-since-v1250-beta0)
      - [Changes by Kind](#changes-by-kind-17)
        - [API Change](#api-change-5)
        - [Bug or Regression](#bug-or-regression-17)
      - [Dependencies](#dependencies-18)
        - [Added](#added-18)
        - [Changed](#changed-18)
        - [Removed](#removed-18)
    - [v1.25.0-beta.0](#v1250-beta0)
      - [Downloads for v1.25.0-beta.0](#downloads-for-v1250-beta0)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.33.md

      - [Dependencies](#dependencies-6)
        - [Added](#added-6)
        - [Changed](#changed-6)
        - [Removed](#removed-6)
    - [v1.33.0-beta.0](#v1330-beta0)
      - [Downloads for v1.33.0-beta.0](#downloads-for-v1330-beta0)
        - [Source Code](#source-code-7)
        - [Client Binaries](#client-binaries-7)
        - [Server Binaries](#server-binaries-7)
        - [Node Binaries](#node-binaries-7)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:46:23 UTC 2025
    - 294.3K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.34.md

      - [Dependencies](#dependencies-3)
        - [Added](#added-3)
        - [Changed](#changed-3)
        - [Removed](#removed-3)
    - [v1.34.0-beta.0](#v1340-beta0)
      - [Downloads for v1.34.0-beta.0](#downloads-for-v1340-beta0)
        - [Source Code](#source-code-4)
        - [Client Binaries](#client-binaries-4)
        - [Server Binaries](#server-binaries-4)
        - [Node Binaries](#node-binaries-4)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 27 10:36:10 UTC 2025
    - 292.8K bytes
    - Viewed (0)
  9. android/guava-testlib/src/com/google/common/testing/FakeTicker.java

       */
      @GwtIncompatible
      @J2ktIncompatible
      @CanIgnoreReturnValue
      @IgnoreJRERequirement // TODO: b/288085449 - Remove this once we use library-desugaring scents.
      @Beta // TODO: b/288085449 - Remove @Beta after we're sure that Java 8 APIs are safe for Android
      public FakeTicker advance(Duration duration) {
        return advance(duration.toNanos());
      }
    
      /**
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Apr 14 15:16:19 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.32.md

      - [Dependencies](#dependencies-11)
        - [Added](#added-11)
        - [Changed](#changed-11)
        - [Removed](#removed-11)
    - [v1.32.0-beta.0](#v1320-beta0)
      - [Downloads for v1.32.0-beta.0](#downloads-for-v1320-beta0)
        - [Source Code](#source-code-12)
        - [Client Binaries](#client-binaries-12)
        - [Server Binaries](#server-binaries-12)
        - [Node Binaries](#node-binaries-12)
        - [Container Images](#container-images-12)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 14:49:49 UTC 2025
    - 412.3K bytes
    - Viewed (0)
Back to top