Skip to content

Instantly share code, notes, and snippets.

@olamy
Last active February 18, 2026 08:09
Show Gist options
  • Select an option

  • Save olamy/6e235f10a198c5c3bca4c187a5c06ce7 to your computer and use it in GitHub Desktop.

Select an option

Save olamy/6e235f10a198c5c3bca4c187a5c06ce7 to your computer and use it in GitHub Desktop.
Apache Maven Surefire 3.5.5
<!-- Optional: add a release summary here -->
## πŸš€ New features and improvements
- Replace runing external process and parsing output with simple ProcessHandle if available (Java9+) ([#3252](https://github.com/apache/maven-surefire/pull/3252)) @olamy
- Pass slf4j context to spawned thread ([#3241](https://github.com/apache/maven-surefire/pull/3241)) @scottrw93
- [[SUREFIRE-3239]](https://issues.apache.org/jira/browse/SUREFIRE-3239) - allow override of statistics file checksum ([#3247](https://github.com/apache/maven-surefire/pull/3247)) @XN137
- Reduce log level for skipped tests result to info ([#3232](https://github.com/apache/maven-surefire/pull/3232)) @strangelookingnerd
## πŸ› Bug Fixes
- Use PowerShell instead of WMIC for detecting zombie process on Windows ([#3258](https://github.com/apache/maven-surefire/pull/3258)) @jbliznak. Please note if you are using Windows with Java 8 and not PowerShell (you have options to: use Java 9+, install PowerShell or stay on Surefire 3.5.4)
- Properly work with test failures caused during beforeAll phase ([#3194](https://github.com/apache/maven-surefire/pull/3194)) @Frawless
## πŸ“ Documentation updates
- Clarify how late placeholder replacement (@{...}) deals with ([#3208](https://github.com/apache/maven-surefire/pull/3208)) @kwin
## πŸ‘» Maintenance
- Fix Jenkin badges in README ([#3254](https://github.com/apache/maven-surefire/pull/3254)) @slawekjaranowski
- Use JUnit5 in failsafe ITs ([#3251](https://github.com/apache/maven-surefire/pull/3251)) @slawekjaranowski
- Remove long-deprecated unused encoding property from VerifyMojo ([#3198](https://github.com/apache/maven-surefire/pull/3198)) @Tomlincoln
- Add IT and deal with corner cases of handling beforeAll failures ([#3200](https://github.com/apache/maven-surefire/pull/3200)) @Frawless
- Revert PR #3194 that handle beforeAll failures to follow proper contributing rules ([#3211](https://github.com/apache/maven-surefire/pull/3211)) @Frawless
## πŸ”§ Build
- Missing many files in the GH Artifacts of CI ex-post. ([#3219](https://github.com/apache/maven-surefire/pull/3219)) @Tibor17
## πŸ“¦ Dependency updates
- Bump org.xmlunit:xmlunit-core from 2.10.4 to 2.11.0 ([#3209](https://github.com/apache/maven-surefire/pull/3209)) @[dependabot[bot]](https://github.com/apps/dependabot)
- Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.4.0 to 3.5.1 ([#3260](https://github.com/apache/maven-surefire/pull/3260)) @[dependabot[bot]](https://github.com/apps/dependabot)
- Bump parent from 44 to 47 ([#3253](https://github.com/apache/maven-surefire/pull/3253)) @slawekjaranowski
- Bump org.assertj:assertj-core from 3.16.1 to 3.27.7 in /surefire-its/src/test/resources/surefire-1733-testng ([#3246](https://github.com/apache/maven-surefire/pull/3246)) @[dependabot[bot]](https://github.com/apps/dependabot)
- Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 ([#3245](https://github.com/apache/maven-surefire/pull/3245)) @[dependabot[bot]](https://github.com/apps/dependabot)
- Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.26 to 1.27 ([#3243](https://github.com/apache/maven-surefire/pull/3243)) @[dependabot[bot]](https://github.com/apps/dependabot)
- Bump org.htmlunit:htmlunit from 4.20.0 to 4.21.0 ([#3236](https://github.com/apache/maven-surefire/pull/3236)) @[dependabot[bot]](https://github.com/apps/dependabot)
- Bump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.2 ([#3235](https://github.com/apache/maven-surefire/pull/3235)) @[dependabot[bot]](https://github.com/apps/dependabot)
- Bump org.apache.logging.log4j:log4j-core from 2.17.1 to 2.25.3 in /surefire-its/src/test/resources/surefire-1659-stream-corruption ([#3234](https://github.com/apache/maven-surefire/pull/3234)) @[dependabot[bot]](https://github.com/apps/dependabot)
- Bump org.htmlunit:htmlunit from 4.19.0 to 4.20.0 ([#3228](https://github.com/apache/maven-surefire/pull/3228)) @[dependabot[bot]](https://github.com/apps/dependabot)
- Bump org.htmlunit:htmlunit from 4.18.0 to 4.19.0 ([#3224](https://github.com/apache/maven-surefire/pull/3224)) @[dependabot[bot]](https://github.com/apps/dependabot)
- Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 ([#3223](https://github.com/apache/maven-surefire/pull/3223)) @[dependabot[bot]](https://github.com/apps/dependabot)
- Bump org.codehaus.plexus:plexus-interpolation from 1.28 to 1.29 ([#3221](https://github.com/apache/maven-surefire/pull/3221)) @[dependabot[bot]](https://github.com/apps/dependabot)
- Bump org.codehaus.plexus:plexus-i18n from 1.0.0 to 1.1.0 ([#3220](https://github.com/apache/maven-surefire/pull/3220)) @[dependabot[bot]](https://github.com/apps/dependabot)
- Bump commons-io:commons-io from 2.20.0 to 2.21.0 ([#3217](https://github.com/apache/maven-surefire/pull/3217)) @[dependabot[bot]](https://github.com/apps/dependabot)
- Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.3.0 to 3.4.0 ([#3214](https://github.com/apache/maven-surefire/pull/3214)) @[dependabot[bot]](https://github.com/apps/dependabot)
- Bump org.codehaus.plexus:plexus-java from 1.5.0 to 1.5.1 ([#3218](https://github.com/apache/maven-surefire/pull/3218)) @[dependabot[bot]](https://github.com/apps/dependabot)
- Bump org.htmlunit:htmlunit from 4.16.0 to 4.18.0 ([#3213](https://github.com/apache/maven-surefire/pull/3213)) @[dependabot[bot]](https://github.com/apps/dependabot)
- Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.24 to 1.26 ([#3202](https://github.com/apache/maven-surefire/pull/3202)) @[dependabot[bot]](https://github.com/apps/dependabot)
- Bump jacocoVersion from 0.8.13 to 0.8.14 ([#3204](https://github.com/apache/maven-surefire/pull/3204)) @[dependabot[bot]](https://github.com/apps/dependabot)
- Bump org.assertj:assertj-core from 3.27.4 to 3.27.6 ([#3183](https://github.com/apache/maven-surefire/pull/3183)) @[dependabot[bot]](https://github.com/apps/dependabot)
- Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0 ([#3192](https://github.com/apache/maven-surefire/pull/3192)) @[dependabot[bot]](https://github.com/apps/dependabot)
- Bump org.xmlunit:xmlunit-core from 2.10.3 to 2.10.4 ([#3180](https://github.com/apache/maven-surefire/pull/3180)) @[dependabot[bot]](https://github.com/apps/dependabot)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment