You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/11/06 16:17:00 UTC

[jira] [Commented] (SYNCOPE-1392) Reduce usage of Reflection to improve overall performance

    [ https://issues.apache.org/jira/browse/SYNCOPE-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16676949#comment-16676949 ] 

ASF subversion and git services commented on SYNCOPE-1392:
----------------------------------------------------------

Commit b79398b58f15a78ee54788c443328271e1dbcf47 in syncope's branch refs/heads/2_1_X from [~ilgrosso]
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=b79398b ]

[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)