Skip to content

OkHttp Support still accurate? #952

Description

@matthew-js-porter

spring-cloud-vault-config lists okhttp as an optional dependency:

<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<optional>true</optional>
</dependency>

The docs also mention SSL support for OkHttp:

Please note that configuring `spring.cloud.vault.ssl.*` can be only applied when either Apache Http Components or the OkHttp client is on your class-path.

Is this still accurate? or is it left over from before OkHttp support for Spring Vault was removed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions