Skip to content

The api sdk packages all dependencies in a fat jar which makes difficult to manage versions in the application side #32

@josebarrueta

Description

@josebarrueta

A SDK should not be packed as a fat jar, instead should declare in the pom what transitive dependencies are needed to run the library.

As an example I tried to upgrade the jackson serialization library in my application and that failed due to the classes loaded by the SDK were conflicting with the new version.

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