[
https://issues.apache.org/jira/browse/FINERACT-724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Vorburger reassigned FINERACT-724:
------------------------------------------
Assignee: Michael Vorburger
> 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: 10m
> 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)