Strech / avrora

A convenient Elixir library to work with Avro messages, schemas and Confluent® Schema Registry
https://hexdocs.pm/avrora
MIT License
98 stars 33 forks source link

Fix warnings introduced in elixir 1.15 #108

Closed thomasdziedzic-calmwave closed 1 year ago

thomasdziedzic-calmwave commented 1 year ago

When upgrading to elixir 1.15, I got a bunch of warnings: warning: Logger.warn/1 is deprecated. Use Logger.warning/2 instead

I think this is because elixir has now switched to the erlang logger in 1.15.

Some areas that display this issue: https://github.com/search?q=repo%3AStrech%2Favrora%20Logger.warn&type=code

thomasdziedzic-calmwave commented 1 year ago

Ah looks like someone already opened a PR to potentially fix this issue: https://github.com/Strech/avrora/pull/107

Strech commented 1 year ago

Thanks for reporting @thomasdziedzic-calmwave. The issue was fixed in 0.27 release