Skip to content

Modular or pure Java builds for smaller binaries #1273

@m-sasha

Description

@m-sasha

I need to access an SQLite database for a relatively small feature in my app, and I would really hate to add 10MB to it just for this feature.

Unfortunately, the jars you release contain all the supported native binaries, which makes them quite large. Some of the native binaries I don't need at all, and others I need only for specific builds of my app (e.g. the Windows ones for the Windows build of my app).

It would be much more convenient if you released per-platform jar in addition to the all-in jar. Alternatively, at least for me, it would be enough to have a version that always uses the pure-Java implementation.

I understand that I can repackage the jar myself (that's what I'm planning to do), but still, this would be more convenient.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancement:buildEnhancement specific to the build process

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions