Skip to content

Replace obsolete libraries #244

@satsen

Description

@satsen

Both the okhttp and the retrofit versions used in this library are obsolete. There are vulnerabilities as well. Updating retrofit would bring in the kotlin stdlib, further growing the already large dependency tree, and in my opinion retrofit's API classes are pretty annoying to work with considering the "Call" wrapping every result.

So my proposal is to replace both of these libraries with a new one. This means that Java 8 will be the minimum supported version. By doing this, the API clients will be easier to use and we will get rid of the vulnerability warnings faced by each and every user of appkit with an IDE.

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