231220b1b62803790412e1bd93d86d925936421b
Files Diff
- Added: 7
- Removed: 0
- Renamed: 0
- Modified: 7
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Updated | |
| From io.airlift:bootstrap 0.166 To 0.167 | |
| From io.airlift:log-manager 0.166 To 0.167 | |
| From ch.qos.logback:logback-core 1.1.3 To 1.2.3 | |
| From io.airlift:concurrent 0.166 To 0.167 | |
| From io.airlift:jmx-http 0.166 To 0.167 | |
| From io.airlift:jaxrs 0.166 To 0.167 | |
| From ch.qos.logback:logback-core 1.2.3 To 1.1.3 | |
| From ch.qos.logback:logback-classic 1.2.3 To 1.1.3 | |
| From io.airlift:jmx 0.166 To 0.167 | |
| From io.airlift:testing 0.166 To 0.167 | |
| From io.airlift:node 0.166 To 0.167 | |
| From io.airlift:trace-token 0.166 To 0.167 | |
| From io.airlift:stats 0.166 To 0.167 | |
| From io.airlift:security 0.166 To 0.167 | |
| From io.airlift:json 0.166 To 0.167 | |
| From io.airlift:discovery 0.166 To 0.167 | |
| From io.airlift:http-server 0.166 To 0.167 | |
| From io.airlift:log 0.166 To 0.167 | |
| From io.airlift:event 0.166 To 0.167 | |
| From io.airlift:http-client 0.166 To 0.167 | |
| From io.airlift:dbpool 0.166 To 0.167 | |
| From io.airlift:jaxrs-testing 0.166 To 0.167 | |
| From io.airlift:configuration 0.166 To 0.167 | |
| From ch.qos.logback:logback-classic 1.1.3 To 1.2.3 |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method public testFailedBadToken() : void renamed to public testFailedBadHmacSignature() : void in class com.facebook.presto.jdbc.TestPrestoDriverAuth | From | To | |
| Rename Method public testSuccess() : void renamed to public testSuccessDefaultKey() : void in class com.facebook.presto.jdbc.TestPrestoDriverAuth | From | To | |
| Rename Method public setKey(key String) : JsonWebTokenConfig renamed to public setKeyFile(keyFile String) : JsonWebTokenConfig in class com.facebook.presto.server.security.JsonWebTokenConfig | From | To | |
| Rename Method public getKey() : String renamed to public getKeyFile() : String in class com.facebook.presto.server.security.JsonWebTokenConfig | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute JWT_KEY : String to defaultKey : byte[] in class com.facebook.presto.jdbc.TestPrestoDriverAuth | From | To | |
| Rename Attribute key : String to keyFile : String in class com.facebook.presto.server.security.JsonWebTokenConfig | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type JWT_KEY : String to defaultKey : byte[] in class com.facebook.presto.jdbc.TestPrestoDriverAuth | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter key : String to keyFile : String in method public setKeyFile(keyFile String) : JsonWebTokenConfig in class com.facebook.presto.server.security.JsonWebTokenConfig | From | To |