|
Change Parameter Type authMethod : AuthMethod to authMethod : String in method protected configureProxyAuth(configurer HttpClientConfigurer, authMethod String, username String, password String, domain String, host String, authMethods Set<AuthMethod>) : HttpClientConfigurer in class org.apache.camel.component.http.HttpComponent |
From |
To |
|
Change Parameter Type authMethod : AuthMethod to authMethod : String in method protected configureAuth(configurer HttpClientConfigurer, authMethod String, username String, password String, domain String, host String, authMethods Set<AuthMethod>) : HttpClientConfigurer in class org.apache.camel.component.http.HttpComponent |
From |
To |
|
Move Method public createMethodUseGETIfQueryIsProvidedInEndpointURI() : void from class org.apache.camel.component.http.helper.HttpHelperTest to public createMethodUseGETIfQueryIsProvidedInEndpointURI() : void from class org.apache.camel.component.http.helper.HttpMethodsHelperTest |
From |
To |
|
Move Method public createMethodUseGETIfQueryIsProvidedInHeader() : void from class org.apache.camel.component.http.helper.HttpHelperTest to public createMethodUseGETIfQueryIsProvidedInHeader() : void from class org.apache.camel.component.http.helper.HttpMethodsHelperTest |
From |
To |
|
Move Method public createMethodUsePOSTIfNoneQueryButPayloadIsProvided() : void from class org.apache.camel.component.http.helper.HttpHelperTest to public createMethodUsePOSTIfNoneQueryButPayloadIsProvided() : void from class org.apache.camel.component.http.helper.HttpMethodsHelperTest |
From |
To |
|
Move Method public createMethodUseGETIfNoneQueryOrPayloadIsProvided() : void from class org.apache.camel.component.http.helper.HttpHelperTest to public createMethodUseGETIfNoneQueryOrPayloadIsProvided() : void from class org.apache.camel.component.http.helper.HttpMethodsHelperTest |
From |
To |
|
Move Method public createMethodAlwaysUseUserChoosenMethod() : void from class org.apache.camel.component.http.helper.HttpHelperTest to public createMethodAlwaysUseUserChoosenMethod() : void from class org.apache.camel.component.http.helper.HttpMethodsHelperTest |
From |
To |