Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2.3, 1.3.0, 2.0.0
-
None
Description
I found that we could be much more efficient in StateManagerImpl.proxyFields(boolean reset, boolean replaceNull). As it is implemented today, we process all fields even though we only need to perform work on fields that are of the type Calendar, Collection, Date, Map, Object.