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:
parent
d64234e290
commit
689a356982
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue