data-prepper
data-prepper copied to clipboard
Configure Spring to use Jakarta Bean validations if possible
Is your feature request related to a problem? Please describe.
Currently, plugin configurations use Java validations (@AssertTrue for example) to validate the configuration options. We don't support that in the core package to validate DataPrepperConfiguration
options.
Describe the solution you'd like We need to configure Spring to use the validations if possible.