|
1 | 1 | Hibernate 6 Changelog |
2 | 2 | ======================= |
3 | 3 |
|
| 4 | +Changes in 6.6.37.Final (November 24, 2025) |
| 5 | +------------------------------------------------------------------------------------------------------------------------ |
| 6 | + |
| 7 | +https://hibernate.atlassian.net/projects/HHH/versions/36080 |
| 8 | + |
| 9 | + |
| 10 | +** Bug |
| 11 | + * HHH-19936 Parameter casts for by-id lookups don't take column definition into account |
| 12 | + * HHH-19926 NullPointerException when executing JPQL IN clause with null parameter on entity association |
| 13 | + * HHH-19922 org.hibernate.orm:hibernate-platform:pom:7.1.7.Final is missing |
| 14 | + * HHH-19910 EntityInitializer#resolveInstance wrongly initializes existing detached instance |
| 15 | + * HHH-19038 Hibernate.get does not work on detached entities |
| 16 | + * HHH-16991 EnhancedUserType cannot be used when defining relations |
| 17 | + |
4 | 18 | Changes in 6.6.36.Final (November 16, 2025) |
5 | 19 | ------------------------------------------------------------------------------------------------------------------------ |
6 | 20 |
|
|