-
Component Upgrade
-
Resolution: Done
-
Major
-
None
-
None
-
None
Tag: https://bitbucket.org/snakeyaml/snakeyaml/src/snakeyaml-2.3/
Changes: https://bitbucket.org/snakeyaml/snakeyaml/wiki/Changes
2.3 (2024-08-31)
This is the last release to support Java 7 to run. From the next release the target bytecode will be for Java 8
Add possibility to create JMH benchmark (thank to David Schlosnagle)
Fix issue #1096: Implement the merge tag in the Node graph (thanks to Floris Westerman)
Add Javadoc for issue #1093: DumperOptions are not always fully respected (thanks Ling Hengqian)
Add test for issue #1089 (thanks to Gergely Czuczy)
Fix issue #1090: Try to keep the anchor name when available (thanks to Gergely Czuczy)
Add test for issue #1089 (thanks to Gergely Czuczy)
Add tests for issue #1088, when a field starts with single lower case latter (thanks to Evgeny Bogatyrev)
Fix issue #1084: Dump as JSON (thanks to Mikael Ståldal)
Run SnakeYAML without java.desktop module (thanks to Jaroslav Tulach)
Fix issue #1086: Use DumberOptions.setDereferenceAliases to avoid dumping anchors (thanks to Mikael Ståldal)
Fix issue #1080: Add test (thanks to Ralph)
Fix issue #1079: finalizeConstruction not actually used (thanks to Jakub Kaszycki)
- clones
-
WFCORE-6585 Upgrade snakeyaml to 2.2
- Resolved