release notes
release notes
Published 3/19/2025
PatchSafe upgradeThis is one of a series of releases that improve Guava's nullness annotations. For more information, including troubleshooting help, see the release notes for Guava 33.4.1. Most users can update directly to Guava 33.4.8.
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.4.2-jre</version>
<!-- or, for Android: -->
<version>33.4.2-android</version>
</dependency>
Guava requires one runtime dependency, which you can download here:
[@ParametricNullness](https://github.com/ParametricNullness) into a no-op for Kotlin and IntelliJ. Before now, it was forcing many usages of type variables to have platform types, which meant that Kotlin couldn't check those usages for nullness errors. With this change, Kotlin can detect more errors. (ae36f571a2)release notes
Published 3/19/2025
PatchSafe upgradeThis is one of a series of releases that improve Guava's nullness annotations. For more information, including troubleshooting help, see the release notes for Guava 33.4.1. Most users can update directly to Guava 33.4.8.
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.4.2-jre</version>
<!-- or, for Android: -->
<version>33.4.2-android</version>
</dependency>
Guava requires one runtime dependency, which you can download here:
[@ParametricNullness](https://github.com/ParametricNullness) into a no-op for Kotlin and IntelliJ. Before now, it was forcing many usages of type variables to have platform types, which meant that Kotlin couldn't check those usages for nullness errors. With this change, Kotlin can detect more errors. (ae36f571a2)