I'm looking for an easy way to enable/disable Bean validation with spring boot (using hibernate-validator 5.4.1). I'm talking about the validation of @ConfigurationProperties (that maps properties to configuration bean).
I would like to keep the binding but disable the validation (or at least disable the throw of exception).
Is there a property that I missed to disable the validation?