Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge jar files without unpacking them #651

Merged
merged 1 commit into from
Jan 12, 2022

Commits on Jan 6, 2022

  1. Merge jar files without unpacking them

    It's possible to create jar files that do not unpack cleanly on
    a file system. For example, they can include a _file_ named
    `foo/bar` and another file called `foo`. Attempting to merge
    jars by unpacking to disk and then repacking them will fail
    because it's not possible to unpack cleanly.
    
    This change does everything in-memory, without needing to create
    intermediate temporary files.
    shs96c committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    ce85426 View commit details
    Browse the repository at this point in the history