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

This fix replaces jazzlib with zip4j #8

Merged
merged 3 commits into from
Dec 4, 2024
Merged

Conversation

asm0dey
Copy link
Contributor

@asm0dey asm0dey commented Dec 3, 2024

Adresses #7

It seems that zip4j is much more capable of handling zip archives. It behaves slightly differently when working with ZipInputStream created not from a .zip file, but the difference is subtle and shouldn't really affect many clients. However, it might be considered as functionally incompatible.

This commit updates the codebase to utilize Zip4j instead of Jazzlib for handling zip files, enhancing functionality and reliability. It includes changes in dependency addition and modifications across several files to adapt to the new library, ensuring compatibility and fixing related test expectations.
@jiakuan jiakuan merged commit 0764573 into documentnode:main Dec 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants