发布于 2014-11-06 23:49:46 | 192 次阅读 | 评论: 0 | 来源: 网友投递
Apache Commons
Apache Commons项目的由三部分组成:The Commons Proper - 一个可重用的Java组件库。The Commons Sandbox - Java组件开发工作区. The Commons Dormant - 当前处于非活动状态的组件库.
Apache Commons Exec 1.3 发布了,Apache Commons Exec 是 Apache 上的一个 Java 项目,提供一些常用的方法用来执行外部进程。
改进记录包括:
新特性:
o DefaultExecutor async execute prevents shutdown hooks running.
Bug 修复:
o Remove remaining raw types, unchecked conversions
o NPE in EnvironmentUtils.toString(map)
改动:
o No need to use System.class.getMethod("getenv",...) any more
o Update JUnit dependency to 4.11
o Update to Java 5