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 2021/09/18 16:27:00 UTC

[jira] [Commented] (SYNCOPE-1618) Use Constructor-level dependency injections

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

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

Commit 6ab0ffc43370bbfca8253e5ddb0242c27a752fb5 in syncope's branch refs/heads/master from Francesco Chicchiriccò
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=6ab0ffc ]

[SYNCOPE-1618] Use Constructor-level dependency injections (#287)



> Use Constructor-level dependency injections
> -------------------------------------------
>
>                 Key: SYNCOPE-1618
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1618
>             Project: Syncope
>          Issue Type: Task
>          Components: common, console, core, enduser, sra, wa
>    Affects Versions: 2.1.8
>            Reporter: Misagh Moayyed
>            Assignee: Francesco Chicchiriccò
>            Priority: Major
>             Fix For: 3.0.0
>
>
> See [syncope-dev|https://lists.apache.org/thread.html/r99530cad4c763eb8d97f52575be46ed74f088cd43271600b0b1d7ee2%40%3Cdev.syncope.apache.org%3E] discussion.
> In summary:
>  * Avoid field-injections and use ctor-level injections (this is the general recommendation from Spring)
>  * Do not use autowire/component/etc directly in business-level classes; do not rely as much (if ever) on classpath/context scanning and instead, create and instantiate the bean directory in @Configuration classes, conditionally and with direct control
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)