Closed
Description
Currently, handling of property binding failures is hardcoded to ignore failures for properties sourced from the system environment and system properties. We should look to make this configurable via a setting on SpringApplication
so that users can tighten or relax the rules as required.
Due to RelaxedDataBinder
being used in multiple places, this will require some refactoring to ensure that the configuration can be applied in a single, centralised location and used everywhere.