toolisticon / avro-kotlin

Opionionated set of extension functions and helpers for using Apache Avro with Kotlin
https://avro-kotlin.toolisticon.io/stable/
Apache License 2.0
3 stars 0 forks source link

replace deprecated Schema#toString with SchemaFormatter #104

Closed jangalinski closed 1 month ago

jangalinski commented 1 month ago

avro 1.12.0 deprecated the pretty json output in favor of the new SchemaFormatter interface, which we should use instead of relying on deprecated code.

jangalinski commented 1 month ago

fixed with bb096656