Add missing entry to changelog.txt

The fix for HHH-16740 apparently also fixed HHH-16286 (which we didn't have a reproducer for, so we're relying on feedback from the reporter here)
This commit is contained in:
Yoann Rodière 2023-06-16 08:53:05 +02:00 committed by GitHub
parent d64234e290
commit 689a356982
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ https://hibernate.atlassian.net/projects/HHH/versions/32158
* [HHH-16574] - Treat Querys throws SemanticException if InheritanceType=Joined
* [HHH-16498] - Hibernate DDL validation fails on enum database column type
* [HHH-16490] - The discriminator type mapper overrides any custom type specfied for a field mapped over the same column
* [HHH-16286] - NullPointerException: Cannot invoke "EntityInitializer.getNavigablePath()" because "firstEntityInitializer" is null
* [HHH-16250] - Mapping same column twice and one of them using a custom type leads to "Unknown wrap conversion requested"
* [HHH-15929] - Mapping jsonb of different types in a class inheritance hierarchy does not work.