28ba0d228c67e5e082730429eb444dd5f03abb3a
Files Diff
- Added: 8
- Removed: 1
- Renamed: 0
- Modified: 40
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Added | |
com.fasterxml.jackson.core:jackson-databind:2.8.7 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected hasHttpClients() : boolean renamed to protected hasHttpAuthenticatorsOrClients() : boolean in class org.pac4j.config.client.PropertiesConfigFactory | From | To | |
Pull Up Method | 1 | ||
Pull Up Method protected getAuthenticator(name String) : Authenticator from class org.pac4j.config.builder.IndirectHttpClientBuilder to protected getAuthenticator(name String) : Authenticator from class org.pac4j.config.builder.AbstractBuilder | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private authenticators : Map<String,Authenticator> from class org.pac4j.config.builder.IndirectHttpClientBuilder to protected authenticators : Map<String,Authenticator> from class org.pac4j.config.builder.AbstractBuilder | From | To | |
Move Class | 1 | ||
Move Class org.pac4j.cas.util.HttpUtils moved to org.pac4j.core.util.HttpUtils | From | To |