Date
1 - 1 of 1
RC2 of Strimzi Kafka OAuth library 0.5.0
Jakub Scholz
Release Candidate 2 of the 0.5.0 version of the Strimzi Kafka OAuth library is now available for testing: https://github.com/strimzi/strimzi-kafka-oauth/releases/tag/0.5.0-rc2.
The only change since RC1 is the following bugfix:
* Fix scope support when refreshing the token (#55)
To test it, you can use the staging Maven repository:
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iostrimzi-1065/</url>
</repository>
</repositories>
Any feedback can be provided here or as a GitHub issue.
Thanks & Regards
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iostrimzi-1065/</url>
</repository>
</repositories>
Any feedback can be provided here or as a GitHub issue.
Thanks & Regards
Jakub