[
https://issues.apache.org/jira/browse/SYNCOPE-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17396162#comment-17396162
]
ASF subversion and git services commented on SYNCOPE-1618:
----------------------------------------------------------
Commit f43cea61e4ab570fa3e24197d58227f196b606ce in syncope's branch
refs/heads/master from Francesco Chicchiriccò
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=f43cea6 ]
[SYNCOPE-1618] Spring Boot configuration refactoring (#280)
> 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
> 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)