From aa3407e8bfc1e6bdd2a3af851006cf2c90cbc9fe Mon Sep 17 00:00:00 2001 From: Robert Young Date: Wed, 12 Aug 2026 11:17:01 +1200 Subject: [PATCH] docs: add blog post for junit5-extension 0.16.0 release Announces the upcoming 0.16.0 release: Java 21 baseline, Kafka 4.3.1 dependency bump, and @BrokerConfig replication factor override support. Assisted-by: Claude Sonnet 5 Signed-off-by: Robert Young --- ...26-08-12-release-0_16_0-junit-extension.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 _posts/2026-08-12-release-0_16_0-junit-extension.md diff --git a/_posts/2026-08-12-release-0_16_0-junit-extension.md b/_posts/2026-08-12-release-0_16_0-junit-extension.md new file mode 100644 index 00000000..24317818 --- /dev/null +++ b/_posts/2026-08-12-release-0_16_0-junit-extension.md @@ -0,0 +1,20 @@ +--- +layout: post +title: "kroxylicious-junit5-extension release 0.16.0" +date: 2026-08-12 00:00:00 +0000 +author: "Robert Young" +author_url: "https://github.com/robobario" +categories: releases junit5-extension +--- + +The Kroxylicious project is very pleased to announce the [0.16.0](https://github.com/kroxylicious/kroxylicious-junit5-extension/releases/tag/v0.16.0) release of our Junit5 Extension. + +Highlights of this release: + +* Raised the project's Java baseline to 21, up from 17. Make sure your build targets Java 21 before you upgrade. +* Bumped the Kafka dependency to 4.3.1. +* Relaxed `@BrokerConfig` so you can now override the replication factor of internal topics (offsets, transaction state log, share coordinator state). This helps when testing coordinator failover across multi-broker clusters. + +### Feedback + +Please let us know, through [Slack](https://kroxylicious.slack.com) or [GitHub](https://github.com/kroxylicious/kroxylicious-junit5-extension/issues), if you find the extension interesting or helpful.