3afe237b2242e82e738ad3b1922464631def637f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 24
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Updated | |
From org.springframework.security:spring-security-crypto 4.2.2.RELEASE To 5.0.0.RELEASE | |
From com.google.guava:guava 21.0 To 23.6-jre | |
From com.nimbusds:nimbus-jose-jwt 4.41.2 To 5.4 | |
From org.apache.shiro:shiro-core 1.3.2 To 1.4.0 | |
From commons-codec:commons-codec 1.10 To 1.11 | |
From org.mockito:mockito-core 2.7.19 To 2.13.0 | |
From com.h2database:h2 1.4.194 To 1.4.196 | |
From org.springframework:spring-test 4.3.7.RELEASE To 5.0.2.RELEASE | |
From com.fasterxml.jackson.core:jackson-databind 2.8.7 To 2.9.4 | |
From ch.qos.logback:logback-classic 1.2.2 To 1.2.3 | |
From com.unboundid:unboundid-ldapsdk 3.2.1 To 4.0.3 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type service : OAuthService<T> to service : S in method protected sendRequestForData(service S, accessToken T, dataUrl String, verb Verb) : String in class org.pac4j.oauth.profile.creator.OAuthProfileCreator | From | To | |
Change Parameter Type service : OAuthService<OAuth1AccessToken> to service : OAuth10aService in method protected signRequest(service OAuth10aService, token OAuth1AccessToken, request OAuthRequest) : void in class org.pac4j.oauth.profile.creator.OAuth10ProfileCreator | From | To | |
Change Parameter Type service : OAuthService<OAuth2AccessToken> to service : OAuth20Service in method protected signRequest(service OAuth20Service, accessToken OAuth2AccessToken, request OAuthRequest) : void in class org.pac4j.oauth.profile.foursquare.FoursquareProfileCreator | From | To | |
Change Parameter Type service : OAuthService<OAuth2AccessToken> to service : OAuth20Service in method protected signRequest(service OAuth20Service, accessToken OAuth2AccessToken, request OAuthRequest) : void in class org.pac4j.oauth.profile.creator.OAuth20ProfileCreator | From | To | |
Change Variable Type | 3 | ||
Change Variable Type service : OAuthService<OAuth1AccessToken> to service : OAuth10aService in method protected retrieveUserProfileFromToken(context WebContext, accessToken OAuth1AccessToken) : YahooProfile in class org.pac4j.oauth.profile.yahoo.YahooProfileCreator | From | To | |
Change Variable Type service : OAuthService<OAuth2AccessToken> to service : OAuth20Service in method protected retrieveUserProfileFromToken(context WebContext, accessToken OAuth2AccessToken) : FacebookProfile in class org.pac4j.oauth.profile.facebook.FacebookProfileCreator | From | To | |
Change Variable Type service : OAuthService<T> to service : S in method protected retrieveUserProfileFromToken(context WebContext, accessToken T) : U in class org.pac4j.oauth.profile.creator.OAuthProfileCreator | From | To |