You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Gary Gregory <gg...@apache.org> on 2014/11/06 14:30:45 UTC

[ANNOUNCEMENT] Apache Commons Exec 1.3 Released

The Apache Commons Exec team is pleased to announce the commons-exec-1.3
release!

Apache Commons Exec is a Java 5 library to reliably execute external
processes from within the JVM.

Changes in this version include:

New features:
o DefaultExecutor async execute prevents shutdown hooks running.
  Issue: EXEC-69. Thanks to Richard Atkins, Michael Vorburger.

Fixed Bugs:
o Remove remaining raw types, unchecked conversions
  Issue: EXEC-81. Thanks to Stephen Compall.

o NPE in EnvironmentUtils.toString(map)
  Issue: EXEC-80.

Changes:
o No need to use System.class.getMethod("getenv",...) any more
  Issue: EXEC-78.

o Update JUnit dependency to 4.11
  Issue: EXEC-77.

o Update to Java 5
  Issue: EXEC-76.

For complete information on Commons Exec, including instructions on how to
submit bug reports, patches, or suggestions for improvement, see the Apache
Commons Exec website:

Site: http://commons.apache.org/proper/commons-exec/

Download: http://commons.apache.org/exec/download_exec.cgi

Maven coordinates:

<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-exec</artifactId>
    <version>1.3</version>
</dependency>

Have fun!
Gary Gregory on behalf of the Apache Commons Exec team

-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory