|
When persisting an Entity that has a field which contains the @NotNull annotation, but has a null attribute, no ConstraintViolationException is thrown, instead the entity is seemingly persisted/merged without any issues.
Test to reproduce the issue: https://github.com/ryanemerson/hibernate-orm/commit/b474b376e2fe6cdb35969ed73ee4afaffd609751
|