data-prepper icon indicating copy to clipboard operation
data-prepper copied to clipboard

Configure Spring to use Jakarta Bean validations if possible

Open asifsmohammed opened this issue 2 years ago • 0 comments

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.

asifsmohammed avatar Jul 27 '22 21:07 asifsmohammed