-
Notifications
You must be signed in to change notification settings - Fork 71
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
Issue #549: Upgrade kafka-avro-serializer dependency #573
Conversation
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.
Let's not move to the latest kafka. I also suggested to upgrade other dependencies too, but happy to see it as a separate PR if you prefer so.
@ali-ince we had to downgrade to 2.14.3 as with 2.15 was complaining about classes compiled with Java 17. |
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 just checked the jackson jdk compatibility and it looks like it is still on java 8? 😕 |
Yep I checked it to, that's odd... |
Fixes #549
Updated versions of the following libraries:
Fixed also a couple of compilation error in CommonExtension.kt and KafkaErrorServiceTest.kt