clj-commons / clj-yaml

YAML encoding and decoding for Clojure
Other
122 stars 26 forks source link

Deprecated constructor `org.yaml.snakeyaml.representer.Representer` #76

Closed vemv closed 2 years ago

vemv commented 2 years ago

https://www.javadoc.io/doc/org.yaml/snakeyaml/latest/org/yaml/snakeyaml/representer/Representer.html#Representer--

Hope it helps!

lread commented 2 years ago

Thanks @vemv, I did catch #61 because I turned on javac linting, but missed this one. Did you use Eastwood to find this one?

vemv commented 2 years ago

yep

lread commented 2 years ago

Cool, much thanks, I'll add Eastwood linting as well then!

vemv commented 2 years ago

Cool, happy to hear! I often run clj-kondo first, possibly short-circuiting the E step.