|
1 | 1 | Hibernate 7 Changelog |
2 | 2 | ======================= |
3 | 3 |
|
| 4 | +Changes in 7.3.0.Final (March 16, 2026) |
| 5 | +------------------------------------------------------------------------------------------------------------------------ |
| 6 | + |
| 7 | +https://hibernate.atlassian.net/projects/HHH/versions/37673 |
| 8 | + |
| 9 | + |
| 10 | +** Bug |
| 11 | + * HHH-20253 ClassCastException when using hibernate-enhance-maven-plugin plugin |
| 12 | + * HHH-20229 logFlushResults ko with a @AnyKeyJavaClass(String.class) |
| 13 | + * HHH-20224 Exception when calling treat() twice |
| 14 | + * HHH-20212 Jakarta Data Repository implementation with custom session getter does not compile |
| 15 | + * HHH-20200 Select query returns soft deleted entries with Inheritance.TABLE_PER_CLASS |
| 16 | + * HHH-20199 Regression Hibernate 7: Using an AdditionalMappingContributor leads to a rescan of Entities that breaks when @Converters are present |
| 17 | + * HHH-20187 NPE in BeanValidationEventListener with StatelessSession |
| 18 | + * HHH-20176 Native Query cache causing ArrayIndexOutOfBoundsException with extra columns |
| 19 | + * HHH-20165 Hibernate processor: Panache Next generated repository name conflicts |
| 20 | + * HHH-20164 Hibernate processor: @Delete methods not working outside of Jakarta Data repository |
| 21 | + * HHH-20163 Hibernate processor: nested types are visited twice |
| 22 | + * HHH-20162 MySQL timeout based on innodb_lock_timeout has incorrect units |
| 23 | + * HHH-20151 Metamodel geneartor: allow implicit repositories for Panache Next |
| 24 | + * HHH-20149 HQL docs have outdated information about JPQL regarding optional select clause |
| 25 | + * HHH-20137 HbmXmlTransformer does not create <sql-restriction> for Element collections |
| 26 | + * HHH-20119 Values return by Enum Converter are not escaped in CREATE TABLE query |
| 27 | + * HHH-20065 Subsequent StatelessSession#insertMultiple calls lead to pending batches |
| 28 | + * HHH-20010 Infinite loop with nested embeddable |
| 29 | + * HHH-19917 Bytecode-enhanced dirty tracking fails for mixed access properties |
| 30 | + * HHH-9499 MappingException when JOINED Inheritance and bidirectional references |
| 31 | + |
| 32 | +** Improvement |
| 33 | + * HHH-20115 Pass a ROOT locale to loggers to avoid unnecessary class lookups |
| 34 | + |
| 35 | +** Sub-task |
| 36 | + * HHH-20128 Configure Locking Strategy, CTE, Temporary Tables |
| 37 | + |
4 | 38 | Changes in 7.3.0.CR2 (February 03, 2026) |
5 | 39 | ------------------------------------------------------------------------------------------------------------------------ |
6 | 40 |
|
|
0 commit comments