avro4k-kafka-serializer
avro4k-kafka-serializer copied to clipboard
feat!: 2.0.0 support
Updated several things:
- Moved gradle to gradle 8.9
- replaced deprecated & unstable gradle APIs & refactor to make work with 8.9
- upgraded most library dependencies to suitable compatible versions
- removed integration tests testing 6.x versions of Confluent which they no longer support, just test oldest supported version + latest (and some refactors)
- upgrade to avro4k 2.0.0 and associated changes required to make it work (for example moving to
@SerialName
among others)
tests all passing locally