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.ch (JIRA)" <ji...@apache.org> on 2019/07/04 08:35:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16878437#comment-16878437 ] 

Michael Vorburger.ch commented on FINERACT-724:
-----------------------------------------------

The first step here is probably the upgrade of the spring-boot-gradle-plugin, which is part of upcoming FINERACT-700.

> 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
>            Priority: Major
>              Labels: gsoc2019
>
> 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
(v7.6.3#76005)