Skip to content

Please use Java built-in HttpClient instead of bringing a okhttp3 dependency #31

@tenor-dev

Description

@tenor-dev

Java 9+ has a good built-in HttpClient, so that external http client dependencies are not needed.

You can keep current OcspClientImpl as an optional implementation for those still needing Java 8 support, or implement it using HttpURLConnection, which is available since Java 1.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions