Skip to content
New issue

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

Support compound names in YAML Config Source. #442

Closed
wants to merge 1 commit into from

Conversation

radcortez
Copy link
Member

@radcortez radcortez commented Nov 4, 2020

Proposal to support quarkusio/quarkus#11744.

@@ -117,6 +117,9 @@ private static void flattenYaml(String path, Map<Object, Object> source, Map<Str

if (value instanceof String) {
target.put(key, (String) value);
if (key.contains("\"")) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I might be wrong here... I am wondering why not just removing " on line 109. I don't see the significance of adding the quotes in the first place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants