You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Compress Roadmap

About this page

Compress is preparing for a first release 1.0. The following page trys to describe necessary changes before the first release can happen. If there are changes for a later release, they will be added here too.

Commons Compress 1.0

  • Gump: Compress is included in the Sandbox. Should go to proper components. See also: http://vmgump.apache.org/gump/public/commons-sandbox/index.html --> DONE
  • ChangeSet Support (SANDBOX-183): Decide if this goes into the release as experimental or not. If it does, SANDBOX-183 should be marked resolved.
  • Improve maven site stuff, which is a bit outdated now. Dennis Lundberg and Siegfried Goeschl offered their help with maven stuff, maybe this happens on Hackathon.
  • CPIO implementation needs more testcases. This is implementation is very new to compress and risky.

Issues planned to solve for 1.0:

  • COMPRESS-34 Compress should allow for writing to Zip Files --> EXPERIMENTAL
  • COMPRESS-11 Ar doesn't delete correct
  • COMPRESS-50 Threading Requirements
  • COMPRESS-28 CPIO reports unexpected EOF --> Patch available
  • COMPRESS-2 BZip2CompressorInputStream doesn't work if wrapped into InputStreamReader --> won't fix, please close in Jira

Commons Compress 1.1

  • COMPRESS-17 TAR formaT unspecified
  • COMPRESS-47 Make ZiparchiveInputStream support as much of the zip package as possible
  • COMPRESS-51 Enable creation of tool-readable ZIP archives with file names containing non-ASCII characters --> Allready solved in 1.0 if you use ZipFile instead of ZipArchiveInputStream
  • COMPRESS-16 unable to extract a TAR file that contains an entry which is 10 GB in size
  • COMPRESS-18 JarArchiveEntry does not populate manifestAttributes or certificates
  • COMPRESS-36 ZIP64 support (archiving files > 2GB)
  • No labels