Skip to content

25.1

Compare
Choose a tag to compare
@cpovirk cpovirk released this 31 May 14:31
· 1746 commits to master since this release

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>25.1-jre</version>
  <!-- or, for Android: -->
  <version>25.1-android</version>
</dependency>

Javadoc

JDiff

Changelog

  • Switched to the type annotation version of @Nullable in the JRE/Java 8 flavor. (0a2258e)
  • base: Added Strings.lenientFormat(), copied from Preconditions.format(). (7fe1702)
  • net: Added Token Binding HTTP headers to HttpHeaders. (d9113d5)
  • reflect: Added overrides for methods on JDK types returning AnnotatedType in the JRE/Java 8 flavor. (d94eb93)
  • testing: Added support for type annotations in NullPointerTester in the JRE/Java 8 flavor. (d94eb93)
  • util.concurrent: Added @DoNotCall to Futures methods that do not accept an Executor in preparation for removal. (49a1df6)