SethFalco commented on PR #110: URL: https://github.com/apache/deltaspike/pull/110#issuecomment-1365770646
We could drop it if it was desired, but we'd still need to either replace it with another library, or have our own. If I recall, I thought SnakeYAML was a solid choice for two reasons: * It's reasonably popular and still maintained. * I can see that it's used in other Apache projects, namely commons-configuration. There are other libraries we could swap this out for, though. There's an endorsed list on the [YAML website](https://yaml.org/). Only looking at the Java options (i.e. ignoring potential use of JNI): * [snakeyaml/snakeyaml-engine](https://bitbucket.org/snakeyaml/snakeyaml-engine) * [snakeyaml/snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml/src/master/) * [EsotericSoftware/yamlbeans](https://github.com/EsotericSoftware/yamlbeans) * [decorators-squad/eo-yaml](https://github.com/decorators-squad/eo-yaml) * [OpenHFT/Chronicle-Wire](https://github.com/OpenHFT/Chronicle-Wire) Or alternatively, we could make something from scratch, though that'd a lot of work. ^-^' -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@deltaspike.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org