The Apache Maven team is pleased to announce the release of the Apache
Maven Shared Utils version 3.4.1

https://maven.apache.org/shared/maven-shared-utils/

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

<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-shared-utils</artifactId>
  <version>3.4.1</version>
</dependency>

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/shared/maven-shared-utils/download.html

Release Notes - Maven Shared Components - Version maven-shared-utils-3.4.1

** Bug
    * [MSHARED-953] - trimming can remove all whitespace
    * [MSHARED-979] - maven-shared-components uses commons-io 2.6 which is
vulnerable to sonatype-2018-0705
    * [MSHARED-985] - XmlWriterUtil does not behave according to spec and
is platform dependent
    * [MSHARED-1072] - executeCommandLineAsCallable hangs forever if
InputStream is used
    * [MSHARED-1107] - FileUtils.copyFile() fails with source file having
lastModified = 0
    * [MSHARED-1109] - MessageUtilsTest fails on unsupported platforms
(e.g., Apple Silicon or HP-UX/IA64)

** New Feature
    * [MSHARED-1014] - Optionally inherit system environment variables by
Commandline

** Improvement
    * [MSHARED-894] - deprecate methods in IOUtils that duplicate Java 7+
and/or commons-io functionality
    * [MSHARED-983] - remove org.codehaus.plexus.logging.AbstractLogEnabled
    * [MSHARED-986] - XmlStreamWriter is pointless (deprecate it)
    * [MSHARED-1079] - Improve Javadoc of MessageBuilder, add #build() and
deprecate #toString()
    * [MSHARED-1122] - FileUtils: avoid getCanonicalPath()
    * [MSHARED-1172] - Deprecate Xpp3DomUtils.isEmptyString
    * [MSHARED-1201] - Deprecate Xpp3Dom.isNonEmpty and isEmpty

** Task
    * [MSHARED-1113] - Downgrade m-resource-p to 3.1.0
    * [MSHARED-1116] - Drop findbugs-maven-plugin from configuration
    * [MSHARED-1243] - Refresh download page

** Dependency upgrade
    * [MSHARED-1110] - Upgrade components
    * [MSHARED-1111] - Upgrade Maven Parent to 36, Maven to 3.2.5 and to
Java 8
    * [MSHARED-1117] - Bump maven-shared-components from 36 to 37
    * [MSHARED-1196] - Bump maven-shared-components from 37 to 39
    * [MSHARED-1197] - Upgrade plexus-utils to 3.5.1

Enjoy,

-The Apache Maven team

Reply via email to