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