You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments