You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.