3.2.3
github-actions
released this
10 Jan 08:28
·
127 commits
to refs/heads/master
since this release
Release Notes - Maven Surefire - Version 3.2.3
Bug
- [SUREFIRE-2210] - Additional class path ordering broken since 3.2.0
- [SUREFIRE-2211] - additionalClasspathElement with UNC path not working with Maven Failsafe Plugin
- [SUREFIRE-2212] - OutOfMemoryError raised when parsing files with huge stderr/stdout output in surefire-report-parser
- [SUREFIRE-2220] - SurefireForkChannel#getForkNodeConnectionString() returns invalid URI string if localHost resolves to IPv6 address
Dependency upgrade
- [SUREFIRE-2214] - Upgrade to HtmlUnit 3.8.0
- [SUREFIRE-2215] - Upgrade to Parent 41
- [SUREFIRE-2216] - Upgrade plugins and components (in ITs)
- [SUREFIRE-2231] - JaCoCo 0.8.11 fails with old TestNG releases on Java 17+ (#710) @michael-o
- [SUREFIRE-2225] - Surefire ITs fail when project directory contains space (#705) @michael-o
- Use uppercase convention for enum member names (#704) @michael-o
- [SUREFIRE-2223] - Surefire evaluates parameter jvm before skip (#703) @michael-o
- [SUREFIRE-2224] - StatelessXmlReporter#getTestProblems() does not properly reflect report schema structure (#702) @michael-o
- [SUREFIRE-2221] - Document minimum supported Java version for Toolchains (#701) @sbernard31
- [SUREFIRE-2216] - Upgrade plugins and components (in ITs) (#690) @michael-o
- [SUREFIRE-2210] - Restore ordering of additional class path elements (#686) @dmlloyd
📦 Dependency updates
- Bump org.codehaus.plexus:plexus-component-metadata from 2.1.1 to 2.2.0 (#715) @dependabot
- Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 (#714) @dependabot
- Bump org.apache.maven.plugins:maven-docck-plugin from 1.1 to 1.2 (#713) @dependabot
- Bump net.java.dev.javacc:javacc from 7.0.12 to 7.0.13 (#711) @dependabot
- Bump commons-io:commons-io from 2.15.0 to 2.15.1 (#712) @dependabot
- Bump org.htmlunit:htmlunit from 3.8.0 to 3.9.0 in /maven-failsafe-plugin/src/it/jetty-war-test-passing (#693) @dependabot
- Bump org.htmlunit:htmlunit from 3.8.0 to 3.9.0 in /maven-failsafe-plugin/src/it/jetty-war-test-failing (#694) @dependabot
- Bump org.apache.maven.wagon:wagon-http-lightweight from 3.5.1 to 3.5.3 (#699) @dependabot
- Bump doxiaVersion from 1.11.1 to 1.12.0 (#609) @dependabot
- Bump org.fusesource.jansi:jansi from 2.4.0 to 2.4.1 (#684) @dependabot
- Bump org.htmlunit:htmlunit from 3.8.0 to 3.9.0 (#695) @dependabot
👻 Maintenance
- Run CI tests also with Java 21 (#707) @slachiewicz