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

[2.4] Support multi document properties files #164

Open
AlexFalappa opened this issue Aug 26, 2020 · 1 comment
Open

[2.4] Support multi document properties files #164

AlexFalappa opened this issue Aug 26, 2020 · 1 comment
Labels
Milestone

Comments

@AlexFalappa
Copy link
Owner

Spring Boot 2.4 introduces a YAML like syntax to split a configuration properties file into multiple sections treated as separate documents.

See this blog article for a summary.

@AlexFalappa AlexFalappa added this to the Future milestone Aug 26, 2020
@AlexFalappa
Copy link
Owner Author

See the reference guide here.

This is not an easy task as the Abstract Syntax Tree of configuration properties files is currently single-document and assumes a java.util.Map behaviour, duplicates override their values.

@AlexFalappa AlexFalappa changed the title Support multi document properties files [2.4] Support multi document properties files Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant