内容简介:Guava 28.1 发布了,Guava 是 Google 的一个开源项目,包含许多 Google 核心 Java 常用库,如:集合 [collections] 、缓存 [caching] 、原生类型支持 [primitives support] 、并发库 [concurrency libraries] 、通...
Guava 28.1 发布了,Guava 是 Google 的一个开源项目,包含许多 Google 核心 Java 常用库,如:集合 [collections] 、缓存 [caching] 、原生类型支持 [primitives support] 、并发库 [concurrency libraries] 、通用注解 [common annotations] 、字符串处理 [string processing] 与 I/O 等。
更新内容如下:
collect:新增RangeMap.merge,类似于Map.merge(687252d)collect:修复了ImmutableSet.Builder中的一个 bug,当从同一个构建器构建多个集合时,该 bug 可能导致无限循环 (0007cb2)io:修复了 BaseEncoding.decodingStream(Reader)返回的 InputStream 在解码无效字符串时无法抛出 DecodingException 的问题 (ddd4a49)net:为 "image/heif" 和 "image/jp2" 添加了MediaType(508696a)net:为 HttpHeaders添加了 Upgrade-Insecure-Requests 标头 (6a8b716)concurrent:修复了Futures.whenAllSucceed/whenAllComplete中潜在的内存泄漏问题(494834b)
Maven
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>28.1-jre</version>
<!-- or, for Android: -->
<version>28.1-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.2 发布,Google 的 Java 核心工具库
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Beginning Google Maps API 3
Gabriel Svennerberg / Apress / 2010-07-27 / $39.99
This book is about the next generation of the Google Maps API. It will provide the reader with the skills and knowledge necessary to incorporate Google Maps v3 on web pages in both desktop and mobile ......一起来看看 《Beginning Google Maps API 3》 这本书的介绍吧!