Skip to content

Commit

Permalink
Merge pull request #82 from gracegrimwood/junit-extension-0.9.1-blog
Browse files Browse the repository at this point in the history
Kroxylicious JUnit Extension 0.9.1 Release Blog Post
  • Loading branch information
SamBarker authored Nov 7, 2024
2 parents 329f4d6 + cfeba46 commit 14cdee7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _posts/2024-09-13-junit-ext-and-kafka4.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ author_url: "https://www.github.com/k-wall"
categories: [junit5, kroxylicious, kafka4]
---

Are you using the [kroxylicuous-junit5-extension](https://github.com/kroxylicious/kroxylicious-junit5-extension) to inject Kafka clusters into your integration tests? With Apache Kafka approaching the 4.0 milestone, we
Are you using the [kroxylicious-junit5-extension](https://github.com/kroxylicious/kroxylicious-junit5-extension) to inject Kafka clusters into your integration tests? With Apache Kafka approaching the 4.0 milestone, we
are looking for input to help decide the best way to manage the move to Kafka 4.0.

Kafka 4.0 will will remove support for Zookeeper managed clusters. The Extension is currently capable of producing clusters managed by KRaft or Zookeeper, using
whatever Kafka version you provide to it on the classpath. With Kafka 4.0's arrival the possibility of a Zookeeper managed cluster goes away.
Kafka 4.0 will remove support for Zookeeper managed clusters. The Extension is currently capable of producing clusters managed by KRaft or Zookeeper, using
whatever Kafka version you provide to it on the classpath. With Kafka 4.0's arrival the possibility of a Zookeeper managed cluster goes away.

How important it is to you that the Extension continues to support the production of Kafka clusters managed by Zookeper when _Kafka 3.x_ is on the classpath? Talk to us on this issue [#389](https://github.com/kroxylicious/kroxylicious-junit5-extension/issues/389).
How important is it to you that the Extension continues to support the production of Kafka clusters managed by Zookeeper when _Kafka 3.x_ is on the classpath? Talk to us on this issue [#389](https://github.com/kroxylicious/kroxylicious-junit5-extension/issues/389).
27 changes: 27 additions & 0 deletions _posts/2024-11-07-release-0_9_1-junit-extension.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
layout: post
title: "kroxylicious-junit5-extension release 0.9.1"
date: 2024-11-07 00:00:00 +0000
author: "Grace Grimwood"
author_url: "https://github.com/gracegrimwood"
categories: releases junit5-extension
---

The Kroxylicious project is very pleased to announce the [0.9.1](https://github.com/kroxylicious/kroxylicious-junit5-extension/releases/tag/v0.9.1) release of our Junit5 Extension. This release contains minor improvements, bugfixes, and dependency upgrades.

### Fixes and Improvements in 0.9.1

* [@k-wall](https://www.github.com/k-wall) found and fixed an issue where tracking of Kafka brokers was not thread-safe which caused intermittent failures (**[#379](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/379)**)

### Dependency Changes in 0.9.1

* Byte Buddy 1.14 removed (**[#373](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/373)**)
* Apache Kafka upgraded from 3.7.1 to 3.8.0 (**[#365](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/365)**)
* Testcontainers upgraded from 1.19.8 to 1.20.1 (**[#362](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/362)**, **[#366](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/366)**, **[#402](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/402)**, **[#411](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/411)**)
* Mockito upgraded from 5.12.0 to 5.14.2 (**[#381](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/381)**, **[#395](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/395)**, **[#401](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/401)**, **[#403](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/403)**)
* Log4J upgraded from 2.23.1 to 2.24.1 (**[#388](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/388)**, **[#393](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/393)**)
* JUnit upgraded from 5.10.3 to 5.11.3 (**[#369](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/369)**, **[#392](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/392)**, **[#398](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/398)**, **[#405](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/405)**)

### 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.

0 comments on commit 14cdee7

Please sign in to comment.