Skip to content

Commit 14cdee7

Browse files
authored
Merge pull request #82 from gracegrimwood/junit-extension-0.9.1-blog
Kroxylicious JUnit Extension 0.9.1 Release Blog Post
2 parents 329f4d6 + cfeba46 commit 14cdee7

File tree

2 files changed

+31
-4
lines changed

2 files changed

+31
-4
lines changed

_posts/2024-09-13-junit-ext-and-kafka4.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ author_url: "https://www.github.com/k-wall"
77
categories: [junit5, kroxylicious, kafka4]
88
---
99

10-
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
10+
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
1111
are looking for input to help decide the best way to manage the move to Kafka 4.0.
1212

13-
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
14-
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.
13+
Kafka 4.0 will remove support for Zookeeper managed clusters. The Extension is currently capable of producing clusters managed by KRaft or Zookeeper, using
14+
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.
1515

16-
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).
16+
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).
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: post
3+
title: "kroxylicious-junit5-extension release 0.9.1"
4+
date: 2024-11-07 00:00:00 +0000
5+
author: "Grace Grimwood"
6+
author_url: "https://github.com/gracegrimwood"
7+
categories: releases junit5-extension
8+
---
9+
10+
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.
11+
12+
### Fixes and Improvements in 0.9.1
13+
14+
* [@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)**)
15+
16+
### Dependency Changes in 0.9.1
17+
18+
* Byte Buddy 1.14 removed (**[#373](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/373)**)
19+
* Apache Kafka upgraded from 3.7.1 to 3.8.0 (**[#365](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/365)**)
20+
* 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)**)
21+
* 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)**)
22+
* 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)**)
23+
* 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)**)
24+
25+
### Feedback
26+
27+
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 commit comments

Comments
 (0)