Andrus Adamchik created CAY-1998: ------------------------------------ Summary: Speeding up PropertyUtils Key: CAY-1998 URL: https://issues.apache.org/jira/browse/CAY-1998 Project: Cayenne Issue Type: Improvement Reporter: Andrus Adamchik Assignee: Andrus Adamchik
PropertyUtils are very slow (especially in multi-threaded apps) when working with POJOs as every call to 'getProperty' results in java.beans.Introspector call , that is synchronized and slow. Hoping that replacing this with an internal cache of accessors per path would improve the situation. -- This message was sent by Atlassian JIRA (v6.3.4#6332)