Update validator background initializer

Update the validator background initializer to actually create
the validator.

Closes gh-11412
This commit is contained in:
Phillip Webb
2017-12-29 23:46:50 -08:00
parent 732d9868e3
commit 37fe7bc8f6
2 changed files with 5 additions and 43 deletions

View File

@@ -135,7 +135,7 @@ public class BackgroundPreinitializer
@Override
public void run() {
Validation.byDefaultProvider().configure();
Validation.byDefaultProvider().configure().buildValidatorFactory();
}
}