Guava v25.1 Release Notes

Release Date: 2018-05-31 // almost 6 years ago
  • 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)