Hi
The Apache Maven team is pleased to announce the release of the Apache
Maven Surefire version 3.0.0-M7.

https://maven.apache.org/surefire/index.html

Apache Maven Surefire is a test framework which include the surefire plugin
which is used during the test phase of your build.

https://maven.apache.org/plugins/maven-surefire-plugin/

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

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-surefire-plugin</artifactId>
  <version>3.0.0-M7</version>
</plugin>

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

https://maven.apache.org/surefire/download.cgi

Release Notes - Maven Surefire - Version 3.0.0-M7


** New Feature
    * [SUREFIRE-2086] - Management of temporary files


** Improvement
    * [SUREFIRE-2055] - Always show random seed
    * [SUREFIRE-2059] - includeJUnit5Engines and excludeJUnit5Engines have
wrong user property
    * [SUREFIRE-2062] - Remove code corresponding to jdk 7 from IT tests
    * [SUREFIRE-2066] - Wrong documentation "List of System properties to
pass to the JUnit tests." of systemProperties and systemPropertyVariables
    * [SUREFIRE-2067] - Improve site configuration


** Bug
    * [SUREFIRE-2056] - BufferOverflowException when encoding message with
null testId
    * [SUREFIRE-2057] - JPMS Regression: requires static module not include
anymore
    * [SUREFIRE-2058] - Corrupted STDOUT by directly writing to native
stream in forked JVM 1 with UTF-8 console logging
    * [SUREFIRE-2061] - BLOCKED in surefire-forkedjvm-stream-flusher
    * [SUREFIRE-2063] - Adding argLine with tab characters fails
    * [SUREFIRE-2064] - Implementation of TestNG "parallel" option fails
with default value
    * [SUREFIRE-2075] - Implementation of TestNG "threadCount" option
improperly overrides default value
    * [SUREFIRE-2076] - BufferOverflowException when encoding message with
null runMode
    * [SUREFIRE-2077] - argLine with two spaces doesn't work
    * [SUREFIRE-2083] - Redundant configuration of maven-shade-plugin
    * [SUREFIRE-2089] - Fail message with one non-ASCII characters and a
lot of characters lead to corruption

Enjoy,

-The Apache Maven team

Reply via email to