Apache Commons

Apache Commons项目的由三部分组成:
  • The Commons Proper - 一个可重用的Java组件库。(已经发布过的)
  • The Commons Sandbox - Java组件开发工作区. (正在开发的项目)
  • The Commons DoRMant - 当前处于非活动状态的组件库.(刚启动或者已经停止维护的项目)
建立和维护可重用的Java组件。使用组件可以提高开发效率和质量。
Apache Commons DBCP 2.2.0 发布
DBCP (Database Connection Pool)是一个依赖Jakarta commons-pool对象池机制的数据库连接池,Tomcat的数据源使用的就是DBCP。更新内容请查看发布主页。下载地址:二进制:commons-dbcp2-2.2.0-bin.tar.gzmd5pgpcommons-dbcp2-2.2.0-bin.zipmd5pgp资源:commons-dbcp2-2.2.0-src.tar.gzmd5pgpcommons-dbcp2-2.2.

发布于 2017-12-28 07:30:42 | 209 次阅读

Apache Commons Pool 2.5.0 带来新特性和变更
Apache Commons Pool 2.5.0 已发布,该版本包含一些新功能和变更,还从 Java 6 升级至了 Java 7,具体如下:新特性- POOL-332:  ObjectPool and KeyedObject pool should extend Closeable.- POOL-335:  Make abandoned logging stack trace requirements configurable.This also reverts the default behavior i

发布于 2017-12-21 00:31:18 | 174 次阅读

Apache Commons Text 1.2,处理字符串的算法库
Apache Commons Text 1.2 正式发布了,该项目提供了大量专注于处理字符串和文本块的算法。官方表示,该版本的所有特性都与 Java 9 兼容。其他更新内容:新特性TEXT-74:   StrSubstitutor: Ability to turn off substitution in values. Thanks to Ioannis Sermetziadis.TEXT-97:   RandomStringGenerator able to

发布于 2017-12-14 03:25:03 | 222 次阅读

Apache Commons Lang 3.7 发布,Java 常用工具包
Apache Commons Lang 3.7 已发布,这是 Commons 项目中用来处理 Java 基本对象方法的工具类包,可以简化很多平时经常要用到的写法,例如判断字符串是否为空等等。该版本最低的 Java 版本要求是 Java 7,同时支持 Java 8, 9, 10。部分更新如下新特性LANG-1355: TimeZone.getTimeZone() in FastDateParser causes resource co

发布于 2017-11-09 07:30:52 | 154 次阅读

Apache Commons Compress 1.15 发布
Compress 1.15 发布了,包含大修复和小的改进 tar 和 zip 格式。此外,jar 的清单文件现在包含一个,自动模块 - 名称输入,确保名称将是 org.apache.commons.compress ,当在 Java9, jar 被用作自动模块时。新特性:o Added magic MANIFEST entry Automatic-Module-Name so the&n

发布于 2017-10-18 00:00:25 | 194 次阅读

Apache Commons VFS 2.2 发布,文件系统统一接口
Apache Commons VFS 2.2 发布了,VFS把对各种各样的的文件系统的访问封装成统一的应用程序接口,这大大的简化了应用程序本身代码的复杂度。该版本主要改进内容包括:New features: o VFS-628:  Add a file inverter FileSelector: InvertIncludeFileSelector. Fixed 

发布于 2017-10-09 00:54:42 | 190 次阅读

Apache Commons JCS 2.2 发布,分布式缓存
Apache Commons JCS 2.2 发布了,Apache Commons JCS 是一个用 Java 编写的分布式、多功能的缓存系统,它旨在通过提供管理各种动态性质的缓存数据的手段来加速应用程序。 类似其它缓存系统,JCS 对于那些高读取的应用程序颇有实用。 这是一个bug 修复版本,主要更新内容如下:新特性:Add a shutdown() method to

发布于 2017-08-18 00:50:12 | 202 次阅读

Apache Commons CLI 1.4,Java 命令行参数处理类库
Apache Commons CLI 1.4 发布了,Apache Commons CLI 库提供了一个 API,用于解析传递给程序的命令行选项。它还能够打印详细说明命令行工具可用选项的帮助消息。本次更新如下:新特性CLI-269: Introduce CommandLine.BuilderCLI-267: Add an addRequiredOption method to Options. Thanks to Ricardo Ribeiro.Bug 修复CLI-2

发布于 2017-03-14 23:20:30 | 166 次阅读

Apache Commons JCS 2.0 发布,分布式缓存
Apache Commons JCS 2.0 发布了,Apache Commons JCS 是一个用 Java 编写的分布式、多功能的缓存系统,它旨在通过提供管理各种动态性质的缓存数据的手段来加速应用程序。 类似其它缓存系统,JCS 对于那些高读取的应用程序颇有实用。 更新内容:Fixed Bugs: o JCS-169:  JCache Access E

发布于 2016-12-31 04:00:14 | 168 次阅读

Apache Commons Compress 1.13 发布
Apache Commons Compress 1.13 发布了,Apache Commons Compress 库定义了一个用于处理ar、cpio、tar、zip、7z、arj、dump、gzip、pack200、bzip2、lzma、snappy、Z、xz 和 deflate 文件的 Java API 。更新内容:The 7z package as well as ZipArchiveOutputStream and ZipFile can now use Seeka

发布于 2016-12-30 10:47:37 | 160 次阅读

Apache Commons Lang 3.5 发布
Apache Commons Lang 3.5 发布了。更新内容如下:o Added method 'public boolean parse(java.lang.String, java.text.ParsePosition,    java.util.Calendar)'o Added method 'public java.lang.Appendable format(long, java.lang.Appendable)'o Added method 'public java.lang.Appendabl

发布于 2016-10-19 11:03:07 | 137 次阅读

Apache Commons Weaver 1.3 发布
Apache Commons Weaver 1.3 发布了。更新内容请关注发行日志,或点击提交记录查看。下载地址:Source code (zip)Source code (tar.gz)

发布于 2016-10-19 10:49:33 | 123 次阅读

Apache Commons Configuration 2.1 发布
Apache Commons Configuration 2.1 发布了,Apache Commons Configuration 是 Apache 提供的一个组件,用于读取保存有配置参数的 XML 文件。该版本是 Apache Commons Configuration  2.x 的首个维护版,修复了一些 bug,也提供了一些新功能,例如对于 Spring 框架更好的整合。该版本更新如下:New FeaturesCONFIG

发布于 2016-08-22 01:49:28 | 334 次阅读

Apache Commons Crypto 1.0.0 发布
Apache Commons Crypto  1.0.0 发布了。Apache Commons Crypto 是一个加密库,使用 AES-NI (Advanced Encryption Standard New Instructions) 进行优化。提供了加密级别和流级别的 API。开发者可以使用最少代码来实现高性能的 AES 加解密应用。新特性:CRYPTO-68:   Enable common code quality reports.CRYPTO-1

发布于 2016-08-10 03:53:27 | 260 次阅读

Apache Commons FileUpload 1.3.2 发布
Apache Commons FileUpload 1.3.2 发布了。Apache Commons FileUpload 使用最为广泛的Java文件上传组件,Struts本身采用这个包来处理文件上传。文档非常详细、简单易用。下载地址:点击此处详情:http://commons.apache.org/proper/commons-fileupload/

发布于 2016-05-30 23:49:27 | 140 次阅读

Apache Commons CSV 1.3 发布
Apache Commons CSV 1.3 发布了,Commons CSV 是一个用来读写各种 Comma Separated Value (CSV) 格式文件的 Java 库。主要改进记录如下:- Addition of default formats for Informix UNLOAD and UNLOAD CSV- Possibility for defining a CSVFormat header, using a Java enum- Support for ignoring trailing delimiter in

发布于 2016-05-10 01:02:44 | 158 次阅读

Apache Commons NET 3.5 发布
Apache Commons NET 3.5 发布了。以下是该版本值得关注的内容:oAlternative password input methods for IMAP examplesoMore tests for Feb 29 handling.o NET-583:  FTPClient.getReplyString() returns wrong value after connect() Thanks to Holger Rehn.o NET-586:  Don't use Feb 29 for short future

发布于 2016-05-06 01:02:06 | 164 次阅读

Apache Commons IO 2.5 发布
Apache Commons IO 2.5 发布了,Commons项目中用来处理IO的一些工具类包。该版本需要JDK 1.6以上。以下是值得关注的内容:Utility classes   - with static methods to perform common tasksInput   - useful Input S

发布于 2016-04-22 10:25:15 | 141 次阅读

Apache Commons Math 3.6.1 发布
Apache Commons Math 3.6.1发布了。Commons Math 是 Apache 上一个轻量级自容器的数学和统计计算方法包,包含大多数常用的数值算法。更新如下:Fixed Bugs:o MATH-1316:  Fix code example in User Guide > Statistics > Multiple linear regression. o MATH-1342:  Fix ODE integrators when multiple eve

发布于 2016-03-24 00:59:07 | 160 次阅读

Apache Commons Math 3.6 发布
Apache Commons Math 3.6 发布,更新如下:新特性: o Added a RotationConvention enumerate to allow specifying the semantics         or axis/angle for rotations. This enumerate has two

发布于 2016-01-08 00:25:27 | 191 次阅读


Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务