circe / circe-yaml

YAML parser for circe using SnakeYAML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

io.circe.yaml.parse is not threadsafe

jwiklund opened this issue · comments

yamlToJson uses a shared flattener (here) which extends SafeConstructor which extends BaseConstructor which contains a map of constructed objets which is not thread safe.

Fixed in #114, published as 0.13.1.