Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 557a4f16da19a8babc61159a17fbf8572dc9a995
https://github.com/hibernate/hibernate-orm/commit/557a4f16da19a8babc61159...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-03-14 (Thu, 14 Mar 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/annotations/SQLDelete.java
M hibernate-core/src/main/java/org/hibernate/annotations/SQLDeleteAll.java
M hibernate-core/src/main/java/org/hibernate/annotations/SQLInsert.java
M hibernate-core/src/main/java/org/hibernate/annotations/SQLUpdate.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/EntityBinder.java
A hibernate-core/src/test/java/org/hibernate/orm/test/customsql/CustomSqlPrimaryTableExplicitTest.java
Log Message:
-----------
HHH-17848 tolerate primary table name in @SqlXxxx annotations
just cleaning up a TODO I left behind a while ago
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
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
Branch: refs/heads/6.4
Home: https://github.com/hibernate/hibernate-orm
Commit: b170f2deddbb28b026c16684110ddbc95f453b40
https://github.com/hibernate/hibernate-orm/commit/b170f2deddbb28b026c1668...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-03-14 (Thu, 14 Mar 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/unique/CreateTableUniqueDelegate.java
A hibernate-core/src/test/java/org/hibernate/orm/test/schemaupdate/uniqueconstraint/MultiUniqueConstraintNameTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/schemaupdate/uniqueconstraint/UniqueConstraintNameTest.java
Log Message:
-----------
HHH-17825 fix npe for single-column @UniqueConstraint
Note that HHH-17132 already attempted to fix the reported
problem, but the fix introduced a new bug, and NPE.
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications