#junit
this didn't come out of nowhere, lots of folks had been talking about these issues for years (not being process-per-test, not supporting retries, JUnit output, test output interspersed). I've gotten multiple emails and messages saying that nextest's model is exactly what people have wanted for years
October 29, 2025 at 12:50 AM Everybody can reply
11 likes
Introducing JUnit 6.0.0: a transformative update that unifies versions, elevates minimum requirements to Java 17, and introduces streamlined support for Kotlin suspend tests. Enjoy enhanced testing performance with the new CancellationToken API, built-in JFR listeners and many more—migrate today!
JUnit 6.0.0 Ships with Java 17 Baseline, Cancellation API, and Kotlin suspend Support
Introducing JUnit 6.0.0: a transformative update that unifies versions, elevates minimum requirements to Java 17, and introduces streamlined support for Kotlin suspend tests. Enjoy enhanced testing pe...
www.infoq.com
October 27, 2025 at 7:16 PM Everybody can reply
9 reposts 13 likes 1 saves
🍃 #Spring Framework 7.0 RC1 is now available!

- Refinements for @⁠Retryable, RetryTemplate, & @⁠ConcurrencyLimit
- #Kotlin context propagation improvements
- API Versioning refinements
- #JUnit 6
- #Jackson 3

spring.io/blog/2025/10...
Spring Framework 7.0.0-RC1 available now
Level up your Java code and explore what Spring can do for you.
spring.io
October 16, 2025 at 4:03 PM Everybody can reply
3 reposts 10 likes
#OpenRewrite v8.63.0 is out! 🍂

🚀 Spring Boot to Quarkus migration recipes
🛠️ Oracle/MSSQL to PostgreSQL migrations
🤠 Jackson v3 upgrade recipes
🍁 Support additional Maven (re)sources
🧪 JUnit 5, 6 & Jupiter best practices
🔧 Expanded Hibernate 7 migration
➕ Many more fixes

github.com/openrewrite/...
Release v3.16.0 · openrewrite/rewrite-recipe-bom
What's Changed Incorporates the latest versions of OpenRewrite (v8.63.0), the rewrite-gradle-plugin (v7.18.0), and the rewrite-maven-plugin (v6.21.0) to improve code parsing accuracy and recipe ex...
github.com
October 11, 2025 at 2:53 PM Everybody can reply
9 reposts 18 likes 2 saves
🎉 JUnit 6.0 is here, and it brings even deeper Kotlin support! Now, you get:

✨ Suspend and cancellation support
✨ Kotlin 2.2 baseline
✨ Improved nullability annotations
✨ Convenient UX with contracts

Check out the full release notes 👉 kotl.in/b8wncm?utm_c...
#JUnit 6.0.0 is released!

✨ Java 17 and Kotlin 2.2 baseline
🌄 JSpecify nullability annotations
🛫 Integrated JFR support
🚟 Kotlin suspend function support
🛑 Support for cancelling test execution
⏭️ New `--fail-fast` mode for ConsoleLauncher
🧹 Removal of deprecated APIs

docs.junit.org/6.0.0/releas...
JUnit Release Notes
docs.junit.org
October 10, 2025 at 2:07 PM Everybody can reply
6 reposts 22 likes 1 saves
🧪 Deep Dive Monday at #Jfokus - Break Your Testing Habits with Tim te Beek & Rick Ossendrijver

Unlearn the old, master the new - JUnit 6, AssertJ 4 & modern testing practices.
Forge your path in the halls of code ⚡
👉 www.jfokus.se

#DeveloperConference #Java #Testing #JUnit #AssertJ #CleanCode
October 8, 2025 at 1:28 PM Everybody can reply
5 reposts 1 quotes 10 likes
btw, if you run a user group/meetup and want me to present any of my talks (on Testable Architecture, Event Sourcing, etc.) to your group (remotely or in person in the SF Bay Area), let me know!

See my Ted Talks page: ted.dev/talks

#Java #EventSourcing #JUnit #AssertJ
My Presentations | Ted M. Young
Articles, Videos, Training, and Coaching for Java Developers
ted.dev
October 6, 2025 at 11:01 PM Everybody can reply
4 reposts 7 likes
Folks say "My code is all clean and modular and shit" and then I point them at the JUnit 5 code which is now about a decade old and for some reason they stop saying stuff like that.
elmo from sesame street is standing in front of a wooden wall .
ALT: elmo from sesame street is standing in front of a wooden wall .
media.tenor.com
October 3, 2025 at 9:55 PM Everybody can reply
6 likes
Completed my two talks at dev2next.com! (Yes, they're Ted Talks.)

I've updated my talks page with the presentation slides and links to the relevant repositories: ted.dev/talks/

I'll be adding additional links and resources soon!

#dev2next #Java #JUnit
My Presentations | Ted M. Young
Articles, Videos, Training, and Coaching for Java Developers
ted.dev
October 2, 2025 at 10:20 PM Everybody can reply
2 reposts 7 likes
祝 JUnit 6 リリース!

JUnit Release Notes
docs.junit.org/6.0.0/releas...
October 2, 2025 at 4:42 AM Everybody can reply
3 reposts 10 likes
📢 Jimfs JUnit Jupiter 1.0.0 is also released!

✨ Java 17 baseline
⬆️ Upgrade to JUnit 6
📖 Brand new user guide

🧑‍💻 Any feedback is welcome!

github.com/scordio/jimf...
October 1, 2025 at 8:12 PM Everybody can reply
4 reposts 12 likes
#JUnit 6.0.0 is released!

✨ Java 17 and Kotlin 2.2 baseline
🌄 JSpecify nullability annotations
🛫 Integrated JFR support
🚟 Kotlin suspend function support
🛑 Support for cancelling test execution
⏭️ New `--fail-fast` mode for ConsoleLauncher
🧹 Removal of deprecated APIs

docs.junit.org/6.0.0/releas...
JUnit Release Notes
docs.junit.org
September 30, 2025 at 8:50 AM Everybody can reply
75 reposts 11 quotes 120 likes 4 saves
JUnit 6 is here! Ready to upgrade? We’ve got you covered with step-by-step recipes to move from 3 → 4 → 5 → 6.

docs.openrewrite.org/recipes/java...
September 30, 2025 at 2:43 PM Everybody can reply
7 reposts 15 likes
The #JUnit 6.0 GA Release Notes are almost set in stone. 🗿

docs.junit.org/snapshot/rel...

And yeah, there's only like 1 or 2 open tasks for GA. 🤓

Something may be brewing... ☕️
JUnit Release Notes
docs.junit.org
September 29, 2025 at 1:50 PM Everybody can reply
2 reposts 17 likes 1 saves
🍃 #Spring Framework 7.0 builds successfully against #JUnit 6.0 RC3! 🚀

And this is all that's required to make the upgrade from JUnit 5.13.x to 6.0 possible:

github.com/sbrannen/spr...
Upgrade to JUnit 6.0 RC3 · sbrannen/spring-framework@01ae92e
See gh-35124
github.com
September 14, 2025 at 1:15 PM Everybody can reply
2 reposts 9 likes
#JUnit 6.0.0-RC3 is ready for testing!

📰 Everything in 6.0.0-M1, M2, RC1, and RC2
⚠ Replacements for problematic APIs along with deprecations
🐞 Minor enhancements and bug fixes since 6.0.0-RC2

docs.junit.org/6.0.0-RC3/re...
JUnit Release Notes
docs.junit.org
September 14, 2025 at 12:34 PM Everybody can reply
2 reposts 1 quotes 8 likes
Happy 8th Birthday, #JUnit 5! 🥳

JUnit 5.0 GA was released on September 10, 2017, and JUnit 6 is just around corner...

github.com/junit-team/j...
Release JUnit 5.0.0 · junit-team/junit-framework
JUnit 5.0.0 = Platform 1.0.0 + Jupiter 5.0.0 + Vintage 4.12.0 See Release Notes in User Guide.
github.com
September 10, 2025 at 11:50 AM Everybody can reply
4 reposts 16 likes
• ⚙️ Customizable configuration with rules, allowlists, and entropy checks to reduce false positives
• 📊 Flexible reporting in multiple formats (#JSON, #CSV, #JUnit, #SARIF) with custom template options
github.com/gitleaks/gi...
GitHub - gitleaks/gitleaks: Find secrets with Gitleaks 🔑
Find secrets with Gitleaks 🔑. Contribute to gitleaks/gitleaks development by creating an account on GitHub.
github.com
March 2, 2025 at 12:23 PM Everybody can reply
Building Hot Reload for Compose is challenging. One of the bigger challenges is testing. I did not use JUnit but built a custom test framework for building Hot Reload Tests. I especially like that test methods can just be top-level functions ☺️
January 29, 2025 at 5:28 PM Everybody can reply
1 reposts 11 likes