commons-compress icon indicating copy to clipboard operation
commons-compress copied to clipboard

Apache Commons Compress

Results 26 commons-compress issues
Sort by recently updated
recently updated
newest added

When relying on reading the first record from a tar file and then verifying the checksum as proof that the file is a tar file, require that the record have...

This is proof-of-concept of the possibility of splitting Commons Compress into artifacts **without** optional dependencies, while maintaining backward compatibility. The Commons Compress code is split into: - `commons-compress-brotli`: an artifact...

For most regular zip files, all of their entries will have different names. The current implementation of ZipFile maps each name to a LinkedList in the nameMap in order to...

We have a project which bootstraps Maven. It manually calls `javac` and we encountered a problem with source encoding. I would like to unify source encodings to UTF-8.

Bumps [org.apache.commons:commons-parent](https://github.com/apache/commons-parent) from 69 to 70. Changelog Sourced from org.apache.commons:commons-parent's changelog. Apache Commons Parent 70 RELEASE NOTES The Apache Commons Parent team is pleased to announce the release of Apache...

dependencies
java

Bumps `mockito.version` from 4.11.0 to 5.12.0. Updates `org.mockito:mockito-core` from 4.11.0 to 5.12.0 Release notes Sourced from org.mockito:mockito-core's releases. v5.12.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.12.0 2024-05-11 - 25...

dependencies
java

Currently uses the snapshot version, can update to full release when that is available. Also closes #505

unit test for putting two unpack files within an archive

Current implementation cannot read tar-files with folders. This can easily be tested either by using commons-compress or any other valid tar-tool. Create a simple folder-structure containing two folders, with a...

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. Release notes Sourced from actions/checkout's releases. v4.2.2 What's Changed url-helper.ts now leverages well-known environment variables by @​jww3 in actions/checkout#1941 Expand unit test coverage for...

dependencies
github_actions