Christopher Cudennec
Christopher Cudennec
Any plans when you will merge this PR?
Seems to be solved, right? [We use kafka-junit5](https://github.com/SDA-SE/sda-dropwizard-commons/blob/master/sda-commons-server-kafka-testing/build.gradle#L11) with Java 17 successfully.
Any news here? I'd also be interested in a solution.
Hey everyone! Since #1444 is already merged: Will you also add `gcr.io/distroless/java21-debian12` to the list of available images in your [documentation](https://github.com/GoogleContainerTools/distroless#docker)? Thanks, Christopher
You could consider managing curator-test / zookeeper on your own. We use the following approach [in our project](https://github.com/SDA-SE/sda-dropwizard-commons/blob/master/sda-commons-server-kafka-testing/build.gradle#L11) (with Gradle): ``` api 'com.salesforce.kafka.test:kafka-junit5', { exclude group: 'org.apache.curator', module: 'curator-test' }...