|
This seems to work well.
BTW, BeanValidation is disabled by default in the hibernate-core testsuite which is a recent change. Without that change there was a large chunk of Hibernate code (in memory nullability checking) that never got tested. Tests that explicitly test or use BeanValidation need to enable it by setting javax.persistence.validation.mode to a value other than NONE.
Looking at applying something similar for HHH-7688 as well.
|