nacos-group / nacos-spring-project

Nacos ECO Project for Spring Framework
https://nacos.io/
Apache License 2.0
754 stars 309 forks source link

[ISSUE #319] Support snakeyaml2.0 #320

Open SuperZ1999 opened 11 months ago

SuperZ1999 commented 11 months ago

Please do not create a Pull Request without creating an issue first.

What is the purpose of the change

nacos-spring-context 适配 snakeyaml2.0

Brief changelog

snakeyaml2.0中Representer类和Constructor类删除了无参构造方法,在使用时添加上默认参数即可,即new LoaderOptions()new DumperOptions()

Verifying this change

在使用了nacos-spring-context的项目依赖管理中指定snakeyaml为2.0版本,使用nacos-spring-context项目的DefaultYamlConfigParse类解析yaml,yaml正常解析

Follow this checklist to help us incorporate your contribution quickly and easily:

CLAassistant commented 10 months ago

CLA assistant check
All committers have signed the CLA.