[
https://issues.apache.org/jira/browse/SYNCOPE-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16676952#comment-16676952
]
ASF subversion and git services commented on SYNCOPE-1392:
----------------------------------------------------------
Commit 8bbfe71a3e556fb7ef57fc092dc297b65b807253 in syncope's branch
refs/heads/master from [~ilgrosso]
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=8bbfe71 ]
[SYNCOPE-1392] Initial removal of ReflectionUtils, and most of
ReflectionToStringBuilder, EqualsBuilder and HashCodeBuilder from Core
> Reduce usage of Reflection to improve overall performance
> ---------------------------------------------------------
>
> Key: SYNCOPE-1392
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1392
> Project: Syncope
> Issue Type: Improvement
> Components: core, extensions
> Reporter: Francesco Chicchiriccò
> Assignee: Francesco Chicchiriccò
> Priority: Major
> 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)