v26.0
版本发布时间: 2018-08-02 07:02:00
google/guava最新发布版本:v33.3.1(2024-09-24 04:55:13)
Maven
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>26.0-jre</version>
<!-- or, for Android: -->
<version>26.0-android</version>
</dependency>
Javadoc
JDiff
Changelog
-
base
: Removed deprecatedpublic static
fields fromCharMatcher
. Use the equivalentpublic static
methods instead. (f1249c4f0) -
base
: Fixed theServiceConfigurationError
that some users encountered when using Guava as a JPMS module. (8287cdfa3) -
cache
: Fixed a bug whereCache.asMap.compute*
methods could cause nonsensical weights to be stored, breaking cache eviction. (15764d7f3) -
concurrent
: Removed deprecatedFutures
methods that implicitly usedirectExecutor()
. (87d87f5ca) -
concurrent
: AddedExecutionSequencer
, a new utility to run a series of asynchronous operations serially. (8d1fbc96e) -
concurrent
: Removed special-casingUndeclaredThrowableException
inFutures.transform()
. (9466b62f5) -
net
: ChangedHostAndPort.equals()
andhashCode()
to stop depending on whether brackets were included. Now they depend only on host and port. (34c161627) -
net
: AddedHttpHeaders
constant for Sec-Metadata header. (986a3a3ef) -
net
: AddedMediaType
for "application/hal+json". (fea88fe49)
1、 guava-26.0-android.jar 2.48MB
2、 guava-26.0-jre.jar 2.61MB
3、 guava-testlib-26.0-android.jar 764.59KB
4、 guava-testlib-26.0-jre.jar 832.99KB