-
Notifications
You must be signed in to change notification settings - Fork 41.9k
Closed
Labels
status: duplicateA duplicate of another issueA duplicate of another issue
Description
Enhancement
With YAML properties it's too easy to corrupt properties, by just adding whitespace. eg:
# incorrect
spring:
cloud:
stream:
input:
consumer:
maxAttempts: 5
group: api
# correct
spring:
cloud:
stream:
input:
consumer:
maxAttempts: 5
group: apiIf would be great if regardless the ignoreUnknownFields property, Spring Boot could load a WARN that unmatched property was found. I think that will preserve many stupid mistakes people are making. I can possibly do a PR if you agree it should be implemented.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: duplicateA duplicate of another issueA duplicate of another issue