strimzi / strimzi-kafka-oauth

OAuth2 support for Apache Kafka® to work with many OAuth2 authorization servers
Apache License 2.0
143 stars 89 forks source link

Add support for Java 17 #186

Closed mstruk closed 1 year ago

mstruk commented 1 year ago
mstruk commented 1 year ago

I modified the profiles and versions in pom.xml as described above, and fixed hostname aliases as .travis/build.sh so that a full testsuite run is passing on all java versions on amd64, and on the configured Java 11 version on s390x, where as the testsuite run is skipped on ppc64le due to unavailable docker images for that platform.