Update validator background initializer
Update the validator background initializer to actually create the validator. Closes gh-11412
This commit is contained in:
@@ -135,7 +135,7 @@ public class BackgroundPreinitializer
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
Validation.byDefaultProvider().configure();
|
||||
Validation.byDefaultProvider().configure().buildValidatorFactory();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user