-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to Quarkus 3.8 #3632
Update to Quarkus 3.8 #3632
Conversation
91e8e83
to
09830ff
Compare
@calohmn with the update to Quarkus 3.8. the |
@sophokles73 Ok, I'll check. |
2ef4b41
to
4c48480
Compare
@sophokles73 Tests were failing with Kafka 3.6.1 because of changes to the |
f12cab9
to
96a0f72
Compare
Updated to Quarkus 3.8.4, adapted unit tests to reflect changes in behavior of Kafka and k8s client libraries.
Tests were failing with Kafka 3.6.1 because of changes to the MockConsumer.rebalance() method. The rebalance-related tests have been changed to now work with the MockConsumer.rebalance() method (removing the Hono KafkaMockConsumer override of that method).
96a0f72
to
157836f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Also adapted some unit tests to reflect changes in Kafka and k8s client libraries.