-
Component Upgrade
-
Resolution: Done
-
Major
-
None
-
None
-
None
2.2 (2023-08-27)
Minor fix for polyglot Maven
Add missing 'exports org.yaml.snakeyaml.inspector' to module-info.java (thanks to Marius Hanl and Clayton Walker)
2.1 (2023-08-04)
Fix issue #1075: Heavy Allocation in Emitter.analyzeScalar(String) due to Regex Overhead (thanks to Carter Kozak)
Fix issue #1064: Avoid OutOfMemoryError when calling toString() from user code. SnakeYAML does not call toString() (thanks to 郭逸帆)
Fix issue #1061: NumberFormatException from SnakeYAML due to int overflow for corrupt YAML version (thanks to Tatu Saloranta)
Fix issue #1065: Document size limit should be applied to single document not the whole input stream (thanks to Petr Gladkikh)
Fix issue #576: Report properly not a valid Unicode code point (thanks to Tatu Saloranta)
Fix issue #573: fix NoSuchMethod (thanks to Peter Moore)
Removed Trusted*Inspetor classes from main sources tree (Backwards-incompatible)
- is cloned by
-
WFCORE-6997 Upgrade snakeyaml to 2.3
- Resolved