mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-12 06:04:49 +00:00
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 @@ private static ValidatorFactory getValidatorFactory(ActivationContext activation
|
||||
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…
x
Reference in New Issue
Block a user