We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用yaml格式配置空数组,丢失配置key
配置key 丢失
配置key 应该还存在
reslease1.1.1
主要问题是DefaultYamlConfigParse.java 方法buildFlattenedMap 第162行空集合后就直接无处理 这个类应该是参考了spring 的spring-beans/src/main/java/org/springframework/beans/factory/config/YamlProcessor.java spring有相关的 bug修复记录 spring-projects/spring-framework@e51330e
The text was updated successfully, but these errors were encountered:
i will fix it
Sorry, something went wrong.
hujun-w-2
No branches or pull requests
Issue Description
使用yaml格式配置空数组,丢失配置key
Describe what happened (or what feature you want)
配置key 丢失
Describe what you expected to happen
配置key 应该还存在
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
reslease1.1.1
Anything else we need to know?
主要问题是DefaultYamlConfigParse.java 方法buildFlattenedMap 第162行空集合后就直接无处理
这个类应该是参考了spring 的spring-beans/src/main/java/org/springframework/beans/factory/config/YamlProcessor.java
spring有相关的 bug修复记录 spring-projects/spring-framework@e51330e
The text was updated successfully, but these errors were encountered: