You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Kamila Molina (JIRA)" <ji...@apache.org> on 2019/03/26 05:04: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=16801377#comment-16801377 ] 

Kamila Molina commented on FINERACT-724:
----------------------------------------

Hi.
I am Kamila Molina a Computer Science student at University of Cuenca. I have some experience working with Spring, Gradle and Java technologies and I would like to work on this issue as part of the GoSC program. 

There are some migration guides for Spring and SpringBoot  that could be useful [1][2]. I will go trough Fineract code and prepare a proposal for this issue. Please help me to get started into the project, do you have documentation about Fineract's architecture? or other resources that I should read.

Cheers,
Kamila.


[1] https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0-Migration-Guide
[2] https://github.com/spring-projects/spring-integration/wiki/Spring-Integration-4.3-to-5.0-Migration-Guide

> 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)