You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Michael Vorburger (Jira)" <ji...@apache.org> on 2019/11/24 20:27:00 UTC

[jira] [Resolved] (FINERACT-724) Upgrade Spring Boot, Spring and Spring Security to their latest stable version

     [ https://issues.apache.org/jira/browse/FINERACT-724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Vorburger resolved FINERACT-724.
----------------------------------------
    Resolution: Fixed

Fixed my merge of [https://github.com/apache/fineract/pull/653] (originally https://github.com/apache/fineract/pull/642).

> Upgrade Spring Boot, Spring and Spring Security to their latest stable version
> ------------------------------------------------------------------------------
>
>                 Key: FINERACT-724
>                 URL: https://issues.apache.org/jira/browse/FINERACT-724
>             Project: Apache Fineract
>          Issue Type: Improvement
>            Reporter: Vishwas Babu A J
>            Assignee: Michael Vorburger
>            Priority: Major
>              Labels: gsoc2019
>             Fix For: 1.4.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Fineract uses versions of spring (including spring security) and spring boot which have approached their EOL and needs to be updated to the latest stable releases.
> Spring -> 5.2.x (expected to be released before GSOC starts)
> Spring boot -> 2.2.x (expected to be released before GSOC starts)
>  
> This upgrade would likely throw up a number of issues which would need to be addressed. Some sample issues would be
>  * Deprecated methods which have now been removed. Ex: The codebases uses JdbcTemplate.queryForInt which would need to be replaced with queryForObject
>  * The implementation of custom Filters like TenantAwareBasicAuthenticationFilter would need to change as overridden methods like doFilter in OncePerRequestFilter are final in recent Spring releases
>  
>  



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