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
描述bug
在springboot 3 中,使用apollo2.1.0 客户端,读取yml格式的namespace文件时,不能使用Config.getProperty(String key, String defaultValue) 获取属性值,因为apolo-client 中引用yaml版本太低,报下面的错误: |-WARN [restartedMain] tryTransformToProperties(YamlConfigFile.java:69) - yaml to properties failed, reason: Parse yaml file content failed for namespace: ***.yml [Cause: org.yaml.snakeyaml.constructor.SafeConstructor: method 'void ()' not found]
复现
通过如下步骤可以复现:
期望
希望后续的版本中修复这个问题
截图
如果可以,附上截图来描述你的问题
The text was updated successfully, but these errors were encountered:
It is fixed in apollo-java 2.2.0, see apolloconfig/apollo-java#35
Sorry, something went wrong.
No branches or pull requests
描述bug
在springboot 3 中,使用apollo2.1.0 客户端,读取yml格式的namespace文件时,不能使用Config.getProperty(String key, String defaultValue) 获取属性值,因为apolo-client 中引用yaml版本太低,报下面的错误:
|-WARN [restartedMain] tryTransformToProperties(YamlConfigFile.java:69) - yaml to properties failed, reason: Parse yaml file content failed for namespace: ***.yml [Cause: org.yaml.snakeyaml.constructor.SafeConstructor: method 'void ()' not found]
复现
通过如下步骤可以复现:
期望
希望后续的版本中修复这个问题
截图
如果可以,附上截图来描述你的问题
额外的细节和日志
The text was updated successfully, but these errors were encountered: