Upgrade from spring oauth2 1.0.5 to 2.0.5
问题 Im upgrading from spring-security-oauth2 1.0.5 to 2.0.5, is there any tutorial or good description of the differences to start with this? Im having a lot of issues because I have several customization's and all of them failed because there are a lot of differences and things like AuthorizationRequestHolder doesnt exists anymore and it is not easy to change it for simple AuthorizationRequest objects. Thanks 回答1: The main thing I noticed that changed was the token stores packages where changed