mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2026-09-16 18:13:17 +00:00
* Upgrades Spring Framework from 6.2.11 to 7.0.2 and Spring Security from 6.4.11 to 7.0.0. * Replaces deprecated Spring Security OAuth2 password grant classes with a custom implementation using Nimbus OAuth SDK. * Updates RestClientAuthorizationCodeTokenResponseClient and RestClientRefreshTokenTokenResponseClient to use RestClient instead of RestOperations. * Migrates javax.annotation to jakarta.annotation. * Updates PropertyPlaceholderHelper constructor call for Spring 7 compatibility.