HHH-16194 Failure to automatically integrate with Bean Validation is excessively noisy
This commit is contained in:
parent
fd649a9b4e
commit
0b0799d567
|
@ -483,11 +483,6 @@ class TypeSafeActivator {
|
|||
return Validation.buildDefaultValidatorFactory();
|
||||
}
|
||||
catch ( Exception e ) {
|
||||
LOG.infof(
|
||||
e,
|
||||
"Error calling `%s`",
|
||||
"jakarta.validation.Validation#buildDefaultValidatorFactory"
|
||||
);
|
||||
throw new IntegrationException( "Unable to build the default ValidatorFactory", e );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue