HHH-16194 Failure to automatically integrate with Bean Validation is excessively noisy

This commit is contained in:
Sanne Grinovero 2023-02-17 14:50:51 +00:00 committed by Sanne Grinovero
parent fd649a9b4e
commit 0b0799d567
1 changed files with 0 additions and 5 deletions

View File

@ -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 );
}
}