Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: eeeb686d186b19f66d36cbb32a8bbed6d96882b7
https://github.com/hibernate/hibernate-orm/commit/eeeb686d186b19f66d36cbb...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-02-04 (Wed, 04 Feb 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/mapping/Set.java
Log Message:
-----------
HHH-20130 unique key constraint for @ElementCollection Set
Commit: f0dc22b78832c636e859d580f30776fa2eab38d0
https://github.com/hibernate/hibernate-orm/commit/f0dc22b78832c636e859d58...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-02-04 (Wed, 04 Feb 2026)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/orm/test/hql/HqlParserMemoryUsageTest.java
Log Message:
-----------
HHH-20130 bump the allowance for memory usage
Commit: 2888f0351d01dce3f0bdc84c6e3f99030f9a4ba5
https://github.com/hibernate/hibernate-orm/commit/2888f0351d01dce3f0bdc84...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-02-04 (Wed, 04 Feb 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/CockroachDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/DB2Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/H2Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/MariaDBDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/OracleDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/SQLServerDialect.java
M
hibernate-core/src/main/java/org/hibernate/dialect/unique/AlterTableUniqueDelegate.java
M
hibernate-core/src/main/java/org/hibernate/dialect/unique/AlterTableUniqueIndexDelegate.java
M hibernate-core/src/main/java/org/hibernate/mapping/Column.java
M hibernate-core/src/main/java/org/hibernate/mapping/IdentifierCollection.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/schemaupdate/uniqueconstraint/UniqueConstraintDropTest.java
Log Message:
-----------
HHH-20130 add names to unique indexes, and support 'drop index if exists'
Commit: 905e2058ab6674f56d9f1e1b331b0298216f1ccf
https://github.com/hibernate/hibernate-orm/commit/905e2058ab6674f56d9f1e1...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-02-04 (Wed, 04 Feb 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/mapping/Set.java
Log Message:
-----------
HHH-20130 give the ImplicitNamingStrategy a chance to assign the UK name
Commit: de17dcd3d8ceb689f4a7715282defd26a8d4d94b
https://github.com/hibernate/hibernate-orm/commit/de17dcd3d8ceb689f4a7715...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-02-04 (Wed, 04 Feb 2026)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/dialect/unique/AlterTableUniqueDelegate.java
M
hibernate-core/src/main/java/org/hibernate/dialect/unique/AlterTableUniqueIndexDelegate.java
Log Message:
-----------
HHH-20130 minor adjustment
Commit: 37fdb763566585fe02fb20496e9eabc8a2bea832
https://github.com/hibernate/hibernate-orm/commit/37fdb763566585fe02fb204...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-02-04 (Wed, 04 Feb 2026)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/orm/test/dialect/PostgreSQLDialectTestCase.java
Log Message:
-----------
delete the test for HHH-16252
This sort of test (which passes null to a method which was obviously
not written to expect a null argument) is terrible for maintainability
of the codebase. This is just laziness and places an unfair burden on
other people to maintain the bogus test which can break at any moment
due to changes completely unrelated to the functionality being tested.
I'm not going to bear the burden of maintaining these sorts of tests
from now on; instead, I'm just going to delete them. Because that's
quite literally the only tool I have for disincentivizing this sort of
laziness.
cc @sanne
Compare:
https://github.com/hibernate/hibernate-orm/compare/5e9d5b80013c...37fdb76...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications