Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 5f2342bc9ef947b268d2dc77cc39e87efd081cd6
https://github.com/hibernate/hibernate-orm/commit/5f2342bc9ef947b268d2dc7...
Author: geonhee.lee <include42(a)linecorp.com>
Date: 2024-03-14 (Thu, 14 Mar 2024)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/beanvalidation/TypeSafeActivator.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/beanvalidation/Address.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/beanvalidation/DDLTest.java
Log Message:
-----------
HHH-14810 @NotBlank and @NotEmpty were used, "NOT NULL" option wasn't add
in generated DDL.
- add @NotEmpty, @NotBlank annotation on applyNotNull method in TypeSafeActivator
- add test case for checking NotNull DDL rule
- remote deprecated annotation on DDLTest
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications