plexus-archiver icon indicating copy to clipboard operation
plexus-archiver copied to clipboard

Results 19 plexus-archiver issues
Sort by recently updated
recently updated
newest added

When extracting archive if a symbolic link already exist in the target directory it is not overwritten. It continues to point to the old file. This may cause issues if...

bug

The ZIP file spec says that only forward slashes should be used in entry names (https://stackoverflow.com/a/44387973) but in fact adding a directory on Windows with `ZipArchiver.addFileSet(...)` will lead to backslashes...

Currently for ZIP files `PlexusArchiverZipFileResourceCollection` is used and `PlexusIoZipFileResourceCollection` for the rest of the ZIP based file formats (Jar, War, etc). Apart from being inconsistent, there is performance penalty for...

enhancement

For the average user it is hard to understand what the purpose of Plexus Archiver is and how it compares to Commons Compress, especially why one should use Plexus Archiver....

help wanted
documentation

I did a quick scan and it seems like there's a copy created (renamedFile), but the content is never added to the destFile. And afterwards the renamedFile is deleted, leaving...

bug

Bumps org.apache.commons:commons-compress from 1.26.2 to 1.27.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-compress&package-manager=maven&previous-version=1.26.2&new-version=1.27.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [org.codehaus.plexus:plexus](https://github.com/codehaus-plexus/plexus-pom) from 18 to 19. Release notes Sourced from org.codehaus.plexus:plexus's releases. 19 Notice ❗ ❗ ❗ Due to new version of Doxia 2.x stack in maven-site-pugin and other reports...

dependencies
java

Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.7-2 to 1.5.7-3. Commits 6fa4427 Disable LTO on windows cross-compilation to aarch64 7e6e764 Bump version to 1.5.7-3 f1cf196 Fix segmentation fault when calling Zstd.trainFromBuffer(...) 11b58b6 Fix segmentation...

dependencies
java

Bumps [org.tukaani:xz](https://github.com/tukaani-project/xz-java) from 1.10 to 1.11. Changelog Sourced from org.tukaani:xz's changelog. 1.11 (2025-11-19) Fix a data corruption bug when encoding with the rarely-used option LZMA2Options.MODE_UNCOMPRESSED. To trigger the bug, a...

dependencies
java