|
Rename Method private clientVersionRequiresAuth(config ServerAuthenticationConfig) : Predicate<HttpRequestContext> renamed to private authenticationRequired(config ServerAuthenticationConfig) : Predicate<HttpRequestContext> in class com.spotify.helios.master.MasterService |
From |
To |
|
Rename Method private getOptional(environment Map<String,String>, name String, defaultValue int) : int renamed to private getOptionalEnv(name String, defaultValue int) : int in class com.spotify.helios.auth.crt.CrtAuthenticationPlugin |
From |
To |
|
Rename Method private getOptional(environment Map<String,String>, name String, defaultValue String) : String renamed to private getOptionalEnv(name String, defaultValue String) : String in class com.spotify.helios.auth.crt.CrtAuthenticationPlugin |
From |
To |
|
Rename Method private getRequired(environment Map<String,String>, name String) : String renamed to private getRequiredEnv(name String) : String in class com.spotify.helios.auth.crt.CrtAuthenticationPlugin |
From |
To |