avro4k-kafka-serializer icon indicating copy to clipboard operation
avro4k-kafka-serializer copied to clipboard

feat!: 2.0.0 support

Open jamfor352 opened this issue 6 months ago • 1 comments

Updated several things:

  1. Moved gradle to gradle 8.9
  2. replaced deprecated & unstable gradle APIs & refactor to make work with 8.9
  3. upgraded most library dependencies to suitable compatible versions
  4. removed integration tests testing 6.x versions of Confluent which they no longer support, just test oldest supported version + latest (and some refactors)
  5. 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

jamfor352 avatar Aug 06 '24 17:08 jamfor352