23.6
Maven
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>23.6-jre</version>
<!-- or, for Android: -->
<version>23.6-android</version>
</dependency>Javadoc
JDiff
Changelog
concurrent: AddedUninterruptiblesmethods forCondition. (794a8ca)concurrent: Added arunmethod toFutureCombinerto allow passing aRunnabletoFutures.whenAllCompleteandFutures.whenAllSucceed(de28fd8)concurrent: MadeFutures.getUncheckedavailable under GWT. (b1d9d99)net: Added "Server-Timing" HTTP header toHttpHeadersaccording to https://www.w3.org/TR/server-timing/ (f089e55)testing: Started recognizing@NullableDeclinNullPointerTesterand friends.- Migrated from
jsr305@Nullableto the Checker Framework@NullableDecl. Tools that read these annotations may need to be updated to recognize the new annotation. For Kotlin in particular, we sent a pull request, which has been merged for 1.2.20. - Migrated from
jsr305@CheckReturnValue,@GuardedByand@OverridingMethodsMustInvokeSuperto the Error Prone equivalents.