Closed
Description
The equality check used by the ComponentType.IsModified method must treat empty (all properties null) components equivalent to null component properties and vice versa.
Originally this was about another failure in IsModified
, but checking its current state in Hibernate incites to fix this other more troublesome bug. See this comment for all details.