Skip to content

1.1.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@scholzj scholzj released this 25 Nov 00:50
· 4 commits to main since this release

Main Changes since 0.1.x

  • Updated dependencies
  • Drop support for Java 8
  • Add support for Java 17

Use it with Maven

Use this release directly from your Java build by defining it as a dependency:

<repositories>
    <repository>
        <id>staging</id>
        <url>https://oss.sonatype.org/content/repositories/iostrimzi-1205</url>
    </repository>
</repositories>

...

<dependency>
    <groupId>io.strimzi</groupId>
    <artifactId>kafka-env-var-config-provider</artifactId>
    <version>1.1.0</version>
</dependency>

Download the archives

Or download the ZIP / TAG.GZ archives and add the libraries to your Apache Kafka libs directory.