内容简介:Guava 28.2 发布了,Guava 是 Google 的一个开源项目,包含许多 Google 核心 Java 常用库,如:集合 [collections] 、缓存 [caching] 、原生类型支持 [primitives support] 、并发库 [concurrency libraries] 、通...
Guava 28.2 发布了,Guava 是 Google 的一个开源项目,包含许多 Google 核心 Java 常用库,如:集合 [collections] 、缓存 [caching] 、原生类型支持 [primitives support] 、并发库 [concurrency libraries] 、通用注解 [common annotations] 、字符串处理 [string processing] 与 I/O 等。
更新内容如下:
- 对 GWT-RPC 用户的警告:2020 年的第一个 Guava 版本将删除对 GWT 序列化 Guava 类型的支持
- base:添加了 Splitter.splitToStream()
- 并发:添加了 Futures.submit()
- 并发:使 platformThreadFactory() 和相关实用程序(主要是 *Service)在 Java 11 App Engine 下工作,并调整了其他 App Engine 线程行为
- 并发:向 AbstractFuture.toString 中的 StackOverflowError 添加了 catch
- 并发:通过 GWT/j2cl 中的默认接口方法使 ListenableFuture 实现 thenable
- 图表:修复了 AbstractNetwork.hasEdgeConnecting() 中的错误,如果其中任一端点不在图中,则引发该错误
- math:向 Stats 和 StatsAccumulator 添加了 Stream 支持
- math:添加了 Quantiles compute() 方法
- net:添加了对 IPv6 地址范围 ID 的支持
- net:添加到 BigInteger 和 fromIpv4BigInteger/fromIpv6BigInteger 到 InetAddresses
- net:添加了 application/opensearchdescription+xml 和 MPEG-DASH 的 MediaType 常量,以及标头 Cross-Origin-Opener-Policy 的常量
- net:使 MediaType 拒绝空类型、子类型和属性以及非 ASCII 参数值;此外,还可以将空参数值序列化为带引号的字符串
- 将 @DoNotMock 添加到几种类型
- 删除了对 animal-sniffer-annotations 的依赖
更新说明:https://github.com/google/guava/releases/tag/v28.2
Maven
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>28.2-jre</version>
<!-- or, for Android: -->
<version>28.2-android</version>
</dependency>
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Guava 25.1 发布,Google 的 Java 核心工具库
- Guava 26.0 发布,Google 的 Java 核心工具库
- Guava 30.1 发布,Google 的 Java 核心工具库
- Guava 27.0 发布,Google 的 Java 核心工具库
- Guava 28.0 发布,Google 的 Java 核心工具库
- Guava 28.1 发布,Google 的 Java 核心工具库
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Twenty Lectures on Algorithmic Game Theory
Tim Roughgarden / Cambridge University Press / 2016-8-31 / USD 34.99
Computer science and economics have engaged in a lively interaction over the past fifteen years, resulting in the new field of algorithmic game theory. Many problems that are central to modern compute......一起来看看 《Twenty Lectures on Algorithmic Game Theory》 这本书的介绍吧!
HTML 压缩/解压工具
在线压缩/解压 HTML 代码
html转js在线工具
html转js在线工具