#JUnit5
#JUnit 5.13.1 is released!

🐞 Fix regressions introduced in 5.13.0

junit.org/junit5/docs/...
JUnit 5 Release Notes
junit.org
June 7, 2025 at 8:25 AM
Zero open issues for #JUnit 5.13 GA!

Something may be brewing... ☕️

github.com/junit-team/j...
5.13.0 Milestone · junit-team/junit5
✅ The programmer-friendly testing framework for Java and the JVM - 5.13.0 Milestone · junit-team/junit5
github.com
May 28, 2025 at 11:51 AM
If you are a Maven Surefire user and ever wanted a fancy tree output for your tests instead of a bunch of logs, you absolutely should try this.
GitHub - fabriciorby/maven-surefire-junit5-tree-reporter: Tree view console report for Maven Surefire JUnit5 plugin. :^)
Tree view console report for Maven Surefire JUnit5 plugin. :^) - fabriciorby/maven-surefire-junit5-tree-reporter
github.com
March 8, 2025 at 12:43 PM
#JUnit 5.11.4 is released!

✨ JRE enum constant for Java 25
🐞 Various bug fixes and enhancements since 5.11.3

junit.org/junit5/docs/...
JUnit 5 Release Notes
junit.org
December 16, 2024 at 1:34 PM
#JUnit 5.13.3 is released!

🐞 Bug fixes and minor improvements

junit.org/junit5/docs/...
JUnit 5 Release Notes
junit.org
July 4, 2025 at 1:05 PM
#JUnit 5.12.1 is released!

🐾 Minor enhancements since 5.12.0

junit.org/junit5/docs/...
junit.org
March 14, 2025 at 1:39 PM
#JUnit 5.13.4 is released!

🐞 Bug fixes and minor improvements

junit.org/junit5/docs/...
JUnit 5 Release Notes
junit.org
July 21, 2025 at 10:08 AM
#JUnit 5.12.2 is released!

🐞 Fix regression when using CleanupMode.ON_SUCCESS

junit.org/junit5/docs/...
JUnit 5 Release Notes
junit.org
April 11, 2025 at 2:43 PM
#JUnit 5.12.0 is released!

📎 Output file attachments for tests and containers
📰 Improvements to the Open Test Reporting XML output
🔒 Resource lock definition improvements
🧵 Thread dumps on test timeouts
✨ Numerous enhancements to existing features

junit.org/junit5/docs/...
junit.org
February 21, 2025 at 2:01 PM
#JUnit 5.13.0-M1 is ready for testing!

🪄 Introduce ClassTemplate and ParameterizedClass support
🗒 Add stdout/stderr redirecting options to ConsoleLauncher
🔍 New test discovery support in EngineTestKit
🐞 Bug fixes and other minor improvements

junit.org/junit5/docs/...
JUnit 5 Release Notes
junit.org
March 21, 2025 at 1:56 PM
#JUnit 5.13.0 is released!

🪄 ClassTemplate and ParameterizedClass support
⚠️ Discovery issue reporting for test engines
♻️ Resource management for launcher sessions and execution requests
🔍 Test discovery support in EngineTestKit
👾 ConsoleLauncher improvements

junit.org/junit5/docs/...
JUnit 5 Release Notes
junit.org
May 30, 2025 at 11:38 AM
#JUnit 5.13.2 is released!

⚠️ Fix discovery issue detection for inner classes and abstract methods
🐞 Bug fixes and minor improvements

junit.org/junit5/docs/...
JUnit 5 Release Notes
junit.org
June 24, 2025 at 1:19 PM
Just pushed out a bug fix release of the pitest junit5 plugin that fixes issues with JUnit 5.12

github.com/pitest/pites...

#java
Release 1.2.2 · pitest/pitest-junit5-plugin
What's Changed #109 Set junit-platform-launcher to provided scope The pitest maven and gradle plugins now automatically resolve the correct version of platform launcher at runtime. The built agai...
github.com
February 24, 2025 at 9:33 AM
#JUnit 6.0.0-RC2 is ready for testing!

📰 Everything in 6.0.0-M1, 6.0.0-M2, and 6.0.0-RC1
🐞 Minor enhancements and bug fixes since 6.0.0-RC1

junit.org/junit5/docs/...
JUnit Release Notes
junit.org
August 25, 2025 at 4:01 PM
#JUnit 6.0.0-M1 is ready for testing!

✨ Require Java 17 and Kotlin 2.2
🌄 JSpecify nullability info
🚟 Kotlin suspend function support
🛫 Integrated custom JFR events
🚅 FastCSV-backed Csv{File}Source
🧹 Remove deprecated APIs and behaviors

junit.org/junit5/docs/...
JUnit Release Notes
junit.org
June 27, 2025 at 3:42 PM
FYI: We (the JUnit Team) are planning on #JUnit6 with a #Java 17 baseline, hopefully to be released in the Fall of 2025. 😎

github.com/junit-team/j...
Change Java baseline to 17 for 6.0 · Issue #4246 · junit-team/junit5
Motivation Java 8 is the current baseline of JUnit 5. It was released over 10 years ago and recent versions of Java have introduced many enhancements that make moving to a more recent JDK as the ba...
github.com
January 16, 2025 at 2:21 PM
If you are a Maven Surefire user and ever wanted a fancy tree output for your tests instead of a bunch of logs, you absolutely should try this.
GitHub - fabriciorby/maven-surefire-junit5-tree-reporter: Tree view console report for Maven Surefire JUnit5 plugin. :^)
Tree view console report for Maven Surefire JUnit5 plugin. :^) - fabriciorby/maven-surefire-junit5-tree-reporter
github.com
May 6, 2025 at 4:39 AM
#JUnit 6.0.0-RC1 is ready for testing!

📰 Everything in 6.0.0-M1 and 6.0.0-M2
🏷 Improved display names for parameterized classes/tests
♻ `MethodOrderer.Default` and `ClassOrderer.Default` for `@Nested` classes

junit.org/junit5/docs/...
JUnit Release Notes
junit.org
August 20, 2025 at 8:41 AM
#JUnit 5.13.0-M2 is ready for testing!

🐞 Fix regression introduced in 5.13.0-M1

junit.org/junit5/docs/...
JUnit 5 Release Notes
junit.org
March 24, 2025 at 7:03 AM
finally fixed 6 years old issue with #ApacheMaven #surefire now multithreaded #junit5 tests will not mix output and reports github.com/apache/maven...
[SUREFIRE-1643] surefire junit5 parallel tests by olamy · Pull Request #815 · apache/maven-surefire
[SUREFIRE-1643] Make surefire junit5 supporting parallel execution and not mixing result when re running tests Following this checklist to help us incorporate your contribution quickly and easily:...
github.com
March 27, 2025 at 10:30 AM
#JUnit 5.12 M1 is ready for testing!

📎 Output file attachments for tests and containers
📰 Improvements to the Open Test Reporting XML output
🔒 Resource lock definition improvements
🧵 Thread dumps on test timeouts
✨ Numerous enhancements to existing features

junit.org/junit5/docs/...
JUnit 5 Release Notes
junit.org
February 1, 2025 at 10:33 AM
#JUnit 5.13.0-M3 is ready for testing!

⚠️ Reporting of discovery issues for test engines
♻️ Resource management for launcher sessions and execution requests

junit.org/junit5/docs/...
JUnit 5 Release Notes
junit.org
May 2, 2025 at 11:57 AM
Spring Boot and JUnit5: learn how to test your Spring Boot apps with JUnit 5 for cleaner, more reliable code.
https://www.youtube.com/watch?v=Wls5UDEfPnU

#SpringBoot #JUnit5 #Java #Testing
Spring Boot and JUnit5
Watch now on YouTube!
www.youtube.com
April 8, 2026 at 3:44 PM
If you are a Maven Surefire user and ever wanted a fancy tree output for your tests instead of a bunch of logs, you absolutely should try this.
GitHub - fabriciorby/maven-surefire-junit5-tree-reporter: Tree view console report for Maven Surefire JUnit5 plugin. :^)
Tree view console report for Maven Surefire JUnit5 plugin. :^) - fabriciorby/maven-surefire-junit5-tree-reporter
github.com
March 12, 2026 at 9:03 AM