Details
-
Task
-
Resolution: Fixed
-
Minor
-
4.2-milestone-2
-
None
-
N/A
-
N/A
-
Description
Release Notes - Maven Surefire - Version 2.12.3 ** Bug * [SUREFIRE-824] - SpecificTestClassFilterTest currently fails on windows * [SUREFIRE-848] - NPE in org.apache.maven.plugin.surefire.report.AbstractTextReporter * [SUREFIRE-849] - Properites groups and excludedGroups do not enable JUnit47 provider * [SUREFIRE-857] - Non-ASCII source and name in ReportEntry are escaped unicode on fork. * [SUREFIRE-862] - excludedGroups property does not work with JUnit * [SUREFIRE-878] - redirectTestOutputToFile is empty when text is written to output too early (SpringJUnit4ClassRunner) * [SUREFIRE-888] - <reportFormat>plain</reportFormat> should inject "\n" after per-method test line items in console & files * [SUREFIRE-901] - Failsafe verify fails if no failsafe-summary.xml can be found * [SUREFIRE-906] - Sometimes get NullPointerException in forked process * [SUREFIRE-907] - IllegalArgumentException from ThreadPoolExecutor.<init> in surefire.booterclient.ForkStarter.runSuitesForkPerTestSet ** Improvement * [SUREFIRE-899] - Add support for TestNG "order-by-instances" property
Release Notes - Maven Surefire - Version 2.12.2 ** Bug * [SUREFIRE-896] - surefire 2.12.1 doesn't work with maven 2.2.1 * [SUREFIRE-897] - System.exit() in ForkedBooter might hang due to swing/windows bug * [SUREFIRE-898] - error with 2.12.1 (works with 2.12) ** Improvement * [SUREFIRE-846] - Maven surefire plugin creates two surefire* directories in the ${project.build.directory} * [SUREFIRE-887] - Do not hold forked surefire for debug if there are no tests * [SUREFIRE-894] - Do not fork process when there are no tests to run (for forkMode=once)
Release Notes - Maven Surefire - Version 2.12.1 Bug [SUREFIRE-659] - Maven PDF plugin:showSuccess=false creates empty table causing error [SUREFIRE-825] - NPE in JUnit4TestChecker if org.junit.runner.RunWith class can't be loaded by testClassloader [SUREFIRE-827] - Surefire 2.12 cannot run a single test, regression from 2.11 [SUREFIRE-828] - testng test need a excludedGroups element to not fail [SUREFIRE-832] - JUnit categories only work when junit47 provider is explicitly set [SUREFIRE-836] - regression with surefire 2.12 plugin and SecurityManager [SUREFIRE-844] - "test" parameter no longer working with JUnit in 2.12 (worked in 2.9 - 2.11) [SUREFIRE-847] - surefire cannot run single testng test [SUREFIRE-858] - Running a single unit test in Windows [SUREFIRE-865] - surefire 2.12 with parallel=methods does not execute junit 4.7+ tests in parallel [SUREFIRE-869] - Parallel test execution on class level runs not all tests but some twice [SUREFIRE-871] - Output of forked tests with non-zero exit code not retained [SUREFIRE-877] - Surefire doesn't support "mixed" TestNG 6.5.x config parameter [SUREFIRE-879] - maven-surefire-report-plugin fails some times with ConcurrentModificationException when running parallel TestNG [SUREFIRE-880] - ObjectFactory no longer works with TestNG 6.5.2 [SUREFIRE-883] - Cannot run tests in parallel Improvement [SUREFIRE-745] - -Dtest supports multiple test classes but not multiple test methods [SUREFIRE-876] - surefire-junit47 does not work in an OSGi classloader environment [SUREFIRE-881] - use plugins annotations [SUREFIRE-889] - JUnit | supprot inheritance of test's categories/groups