Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions _posts/2026-08-12-release-0_16_0-junit-extension.md
Original file line number Diff line number Diff line change
@@ -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.
Loading