java-faker icon indicating copy to clipboard operation
java-faker copied to clipboard

Upgrade snakeyaml to 1.30

Open tandel-pratik opened this issue 2 years ago • 3 comments

snakeyaml in v1.30 doesn't support an android classifier.

tandel-pratik avatar Mar 05 '22 03:03 tandel-pratik

Hi @tandel-pratik , I'd advice you to check out https://www.datafaker.net, which already has the latest SnakeYML, plus other security and performance enhancements.

bodiam avatar Mar 05 '22 04:03 bodiam

This PR is quite useful as currently including java-faker breaks several Quarkus based projects (they use the latest version of SnakeYaml) and due to Maven's dependency mediation, i.e., the "nearest dependency wins", the older SnakeYaml, declared by java-faker "wins" thus breaking other Quarkus libraries depending on SnakeYaml 1.3.0.

Context: https://github.com/quarkusio/quarkus/issues/6420#issuecomment-581137728

chris-asl avatar Mar 10 '22 11:03 chris-asl

Hi @chris-asl , could you try using https://github.com/datafaker-net/datafaker instead? Does that give the same issue? Thanks!

bodiam avatar Mar 10 '22 11:03 bodiam