1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Apache Commons Compress 1.12 发布 下载

本帖由 漂亮的石头2016-06-23 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,720
    赞:
    47
    Apache Commons Compress 1.12 发布了,更新如下:

    修复 Bug:

    o SevenZFile.read() throws an IllegalStateException for empty entries.
    Issue: COMPRESS-348.
    o TarArchiveInputStream failed to parse PAX headers that included
    blank lines.
    Issue: COMPRESS-355. Thanks to Jeremy Gustie.
    o TarArchiveInputStream failed to parse PAX headers whose tar
    entry name ended with a slash.
    Issue: COMPRESS-356. Thanks to Jeremy Gustie.

    更新:

    o Update requirement from Java 5 to 6.
    Issue: COMPRESS-349.
    o TarArchiveEntry wastefully allocates empty arrays.
    Issue: COMPRESS-350.
    o Javadoc for BZip2CompressorInputStream(InputStream, boolean)
    should refer to IOEx, not NPE.
    Issue: COMPRESS-353.
    o PureJavaCrc32C in the snappy package is now final so it is now
    safe to call a virtual method inside the constructor.
    Issue: COMPRESS-354.

    o ZipArchiveInputStream and CpioArchiveInputStream could throw
    exceptions who's messages contained potentially corrupt entry names
    read from a broken archive. They will now sanitize the names by
    replacing unprintable characters and restricting the length to 255
    characters.
    Issue: COMPRESS-351.
    o BZip2CompressorOutputStream no longer tries to finish the output
    stream in finalize. This is a breaking change for code that relied
    on the finalizer.
    Issue: COMPRESS-357.oad_compress.cgi

    详情:http://commons.apache.org/proper/commons-compress/download_compress.cgi
    Apache Commons Compress 1.12 发布下载地址
     
正在加载...