v25.1
版本发布时间: 2018-05-31 22:31:07
google/guava最新发布版本:v33.3.1(2024-09-24 04:55:13)
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
-
25.1-jre vs. 25.0-jre (shows a lot of junk, probably due to switch to
@Nullable
type annotations) - 25.1-android vs. 25.0-android
- 25.1-android vs. 25.1-jre
Changelog
- Switched to the type annotation version of
@Nullable
in the JRE/Java 8 flavor. (0a2258e66) -
base
: AddedStrings.lenientFormat()
, copied fromPreconditions.format()
. (7fe1702ae) -
net
: Added Token Binding HTTP headers toHttpHeaders
. (d9113d51b) -
reflect
: Added overrides for methods on JDK types returningAnnotatedType
in the JRE/Java 8 flavor. (d94eb93fb) -
testing
: Added support for type annotations inNullPointerTester
in the JRE/Java 8 flavor. (d94eb93fb) -
util.concurrent
: Added@DoNotCall
toFutures
methods that do not accept anExecutor
in preparation for removal. (49a1df62b)