Francesco Chicchiriccò created SYNCOPE-1392: -----------------------------------------------
Summary: Reduce usage of Reflection to improve overall performance Key: SYNCOPE-1392 URL: https://issues.apache.org/jira/browse/SYNCOPE-1392 Project: Syncope Issue Type: Task Components: core, extensions Reporter: Francesco Chicchiriccò Assignee: Francesco Chicchiriccò Fix For: 2.1.3, 3.0.0 The source code - especially for core and extensions - is filled up with Reflection-intensive invocation, which are supposed to negatively affect the overall performance; mostly: * ReflectionUtils * Spring's BeanUtils#copyProperties * ReflectionToStringBuilder * EqualsBuilder#reflectionEquals * HashCodeBuilder#reflectionHashCode -- This message was sent by Atlassian JIRA (v7.6.3#76005)