Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Guava 23.4 版本发布,Google 的 Java 核心库 #122

Closed
venusdrogon opened this issue Nov 13, 2017 · 1 comment
Closed

Guava 23.4 版本发布,Google 的 Java 核心库 #122

venusdrogon opened this issue Nov 13, 2017 · 1 comment

Comments

@venusdrogon
Copy link
Owner

Guava 23.4 已发布,Guava 是 Google 的一个开源项目,包含许多 Google 核心的 Java 常用库,如:集合 [collections] 、缓存 [caching] 、原生类型支持 [primitives support] 、并发库 [concurrency libraries] 、通用注解 [common annotations] 、字符串处理 [string processing] 、I/O 等等。

Maven

com.google.guava guava 23.4-jre 23.4-android Javadoc

23.4-jre

23.4-android

JDiff

23.4-jre vs. 23.3-jre

23.4-android vs. 23.3-android

23.4-android vs. 23.4-jre

更新日志:

net: Added Referrer-Policy to HttpHeaders, along with possible values for that header in ReferrerPolicyValues. (19b4d97)

util.concurrent: Adjusted the interruption behavior of MoreExecutors.sequentialExecutor() to run tasks without a Thread interrupt marked (previously, interrupts leaked between tasks). If the Threadwas interrupted when the Executor received it or during execution of its tasks, the thread will be re-interrupted before being yielded. Expanded the documentation of MoreExecutors.sequentialExecutor() to cover interruption and rejected execution behavior in detail. (40564c7)

下载地址:

Source code (zip)

Source code (tar.gz)

https://www.oschina.net/news/90437/guava-23-4-release

@venusdrogon
Copy link
Owner Author

#142

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant