Hibernate: merge detached entities with inheritance ignore null attributes on child classes #39654
Labels
area/hibernate-orm
Hibernate ORM
area/persistence
OBSOLETE, DO NOT USE
kind/bug
Something isn't working
Describe the bug
Using Hibernate entity inheritance ( Quarkus 3 ).
I have created a repository with a test class to reproduce the bug: https://github.com/antoinechamot/quarkus-bugfind. Launch tests (one must fail )
My entities are
I have a simple repository with one method
For test i populate the database with some data:
And then i run a test to update the circle color to null
Expected behavior
Actual behavior
How to Reproduce?
Repository : https://github.com/antoinechamot/quarkus-bugfind
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: