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 2022/03/10 07:33: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=17504043#comment-17504043 ] 

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

Commit b3c11d2d8f812fe51f0e3fd74626d5f6629ac457 in syncope's branch refs/heads/2_1_X from Francesco Chicchiriccò
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=b3c11d2 ]

[SYNCOPE-1659] Fixing issue introduced by d2524ea for SYNCOPE-1392


> 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
(v8.20.1#820001)