jackson-dataformats-text: (yaml) Possible performance regression in snakeyaml 1.18
Hi,
I spotted a performance regression in snakeyaml introduced in version 1.18+. This issue has been reported on the snakeyaml mailing list here and seems to affect the parsing of large text values.
It affects jackson-dataformats-text
starting version 2.9.1 as it depends on snakeyaml 1.18. Version 1.19 is also problematic but version 1.17 is ok.
I understand that this is not a jackson-dataformats-text
issue but I’d like 1) to raise awareness on this regression and 2) to ensure that jackson-dataformats-text
dependency on snakeyaml will be updated to a newer version that fixes the regression (if such version is released)
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 16 (9 by maintainers)
fyi: snakeyaml
1.20
introduced a breaking (for jackson2.9.5
) change in this commit https://bitbucket.org/asomov/snakeyaml/commits/6cb855839ebc1f3796cff26aa6e5423f1395b975.cc: @asomov