Skip to content

Commit

Permalink
fix(ssl): Removed unused deprecated okHttpClientConfig from retrofitC…
Browse files Browse the repository at this point in the history
…onfig. (#1082) (#1091)

(cherry picked from commit 75e3660)

Co-authored-by: DanielaS12 <111055962+DanielaS12@users.noreply.github.com>
  • Loading branch information
mergify[bot] and DanielaS12 committed Aug 22, 2023
1 parent 80b6e40 commit 6f40a11
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.SerializationFeature;
import com.google.common.collect.ImmutableList;
import com.netflix.spinnaker.config.OkHttpClientConfiguration;
import java.io.IOException;
import java.util.List;
import lombok.AllArgsConstructor;
Expand All @@ -30,7 +29,6 @@
import okhttp3.Interceptor;
import okhttp3.Request;
import okhttp3.Response;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
Expand All @@ -43,8 +41,6 @@
@Configuration
public class RetrofitConfig {

@Autowired @Setter private OkHttpClientConfiguration okHttpClientConfig;

@Value("${ok-http-client.connection-pool.max-idle-connections:5}")
@Setter
private int maxIdleConnections;
Expand Down

0 comments on commit 6f40a11

Please sign in to comment.