内容简介:Jodd 4.1.0 发布了,Jodd 是一个开源的 Java 工具集, 包含一些实用的工具类和小型框架。 更新内容: 特性: core - added LazyValue log - added Supplier<String> variants for lazy message evaluation ...
Jodd 4.1.0 发布了,Jodd 是一个开源的 Java 工具集, 包含一些实用的工具类和小型框架。
更新内容:
特性:
core - added
LazyValuelog - added
Supplier<String>variants for lazy message evaluation on logging methods.
性能:
core -
StringUtil#replaceoptimized a bit.
bug 修复:
core - fixed issue with
StringUtiland empty strings.props - fixed issue with multi-line strings and line endings.
完整内容请查看更新日志。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Programming Concurrency on the JVM
Venkat Subramaniam / The Pragmatic Bookshelf / 2011-6-1 / USD 35.00
Concurrency on the Java platform has evolved, from the synchronization model of JDK to software transactional memory (STM) and actor-based concurrency. This book is the first to show you all these con......一起来看看 《Programming Concurrency on the JVM》 这本书的介绍吧!