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

Bump a few Maven plugins. #7332

Merged
merged 1 commit into from
Jul 24, 2024
Merged

Bump a few Maven plugins. #7332

merged 1 commit into from
Jul 24, 2024

Commits on Jul 24, 2024

  1. Bump a few Maven plugins.

    I'm not sure that any of these end up being _necessary_ to what I'm doing in #7331 (comment) / #3990 (comment). But the upgrade to `maven-surefire-plugin` changes that plugin's toolchain behavior, so I particularly want to use the new version there in advance of starting to use toolchains.
    
    This includes a workaround for a bug in the JDK 8 javac. (I don't know why the bug is appearing only after these upgrades.)
    
    ```
    Error:  /home/runner/work/guava/guava/guava/src/com/google/common/hash/BloomFilter.java:[78,29] error: cannot find symbol
      symbol:   class Serializable
      location: class BloomFilter<T>
      where T is a type-variable:
        T declared in class BloomFilter
    ```
    RELNOTES=n/a
    PiperOrigin-RevId: 655637260
    cpovirk authored and Google Java Core Libraries committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    76f87bb View commit details
    Browse the repository at this point in the history