Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from MoreStreams to equivalent methods on ImmutableList and friends. #1833

Merged
merged 1 commit into from
Sep 9, 2024

Commits on Sep 9, 2024

  1. Migrate from MoreStreams to equivalent methods on ImmutableList a…

    …nd friends.
    
    The equivalent methods on `ImmutableList` and friends are now safe to use, even when a target wrongly brings the Android flavor of Guava onto the annotation-processor classpath. Those methods are present in the Android flavor of Guava since [33.2.0](https://github.com/google/guava/releases/tag/v33.2.0), so this CL is roughly as safe as another CL that begins using Guava methods that were introduced 4 months ago.
    
    RELNOTES=n/a
    PiperOrigin-RevId: 672554534
    cpovirk authored and Google Java Core Libraries committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    88d2744 View commit details
    Browse the repository at this point in the history