Document when config data properties are invalid
See original GitHub issueSee https://github.com/spring-projects/spring-boot/issues/25848 for some background. As far as I can see, the reference documentation does not mention that spring.profiles.active
is invalid in a profile-specific configuration file. It’s mentioned on the wiki, but I think we should mention it and any other potential triggers of an InvalidConfigDataPropertyException
in the reference documentation.
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Property 'spring.profiles.active' imported from location 'class ...
Spring Boot 2.4 has improved the way that application.properties and application.yml files are processed.
Read more >Config file processing in Spring Boot 2.4
So in Spring Boot 2.4 we're planning to make two significant changes to the way the properties and YAML files are loaded: Documents...
Read more >Application startup showing error Invalid property name "add ...
When starting up Sitefinity an error is thrown. ... Message : Invalid property name "add" for configuration element "DataConfig". Defect Number.
Read more >Data Import error message reference - Analytics Help
Message Meaning So...
Empty column header at column number X. The upload file is missing a column header. Ed...
Multiple errors occurred: List of multiple...
Read more >Properties File Format - Oracle Help Center
The properties files read by Nucleus must follow a format that is recognized ... whether a property value you enter is valid for...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think I’d put the bulk of the changes here and then perhaps also mention the restriction at the end of section 4.3.
No worries and thanks for letting us know.