Apache Maven Shared Utils Version 0.9 Released

The Apache Maven team is pleased to announce the release of the Apache Maven Shared Utils, version 0.9.

The release contains a number of bug fixes.

You should specify the version in your project's dependencies configuration:

1<plugin>
2  <groupId>org.apache.maven.shared</groupId>
3  <artifactId>maven-shared-utils</artifactId>
4  <version>0.9</version>
5</plugin>

Release Notes - Maven Shared Utils - Version 0.9

Bugs:

  • MSHARED-426 - Upgrade maven-assembly-plugin to Version 2.5.5
  • MSHARED-434 - NPE due to concurrent calls in close() method of StreamFeeder class
  • MSHARED-435 - createSymbolicLink() ClassCastException

Improvement:

  • MSHARED-436 - PrettyPrintXmlWriter produces too much garbage and is therefore slower than needed

Enjoy,

-The Apache Maven team