An entity has a HashMap as property, property is convertered using an AttributeConverter. After updating the hashmap, the dirty check does not flag this property as dirty and no update is done.
I’ve added a failing test case in hibernate-orm-6 and a working test case with the same setup in hibernate-orm-5 |