vert-x3 / vertx-kafka-client

Reactive Kafka Client for Vert.x
Apache License 2.0
84 stars 82 forks source link

Upgrade JDK from 8 to 11 for ci-5.x.yml #239

Closed julianladisch closed 1 year ago

julianladisch commented 1 year ago

For Vert.x 5 we require JDK to be at least 11: https://github.com/eclipse-vertx/vert.x/wiki/Vert.x-5#update-to-base-java-11 https://github.com/vert-x3/vertx-kafka-client/pull/238 fails because one dependency requires JDK 11.

Use Awaitility to fix race condition in testCreatePartitionInTopicWithAssignment.

aesteve commented 1 year ago

I think the change from 8 to 11 has been updated in master already: https://github.com/vert-x3/vertx-kafka-client/blob/master/.github/workflows/ci-5.x.yml#L17

For Awaitability @vietj what do you think?