Browse our Products

<dependency>
    <groupId>com.aspose</groupId>
    <artifactId>aspose-zip</artifactId>
    <version>25.3</version>
</dependency>
copied!  
                                                
                                                  compile(group: 'com.aspose', name: 'aspose-zip', version: '25.3')
                                                
                                              
copied!  
<dependency org="com.aspose" name="aspose-zip" rev="25.3">
    <artifact name="aspose-zip" ext="jar"/>
</dependency>
copied!  
libraryDependencies += "com.aspose" % "aspose-zip" % "25.3"
copied!  

What’s new in the Aspose.ZIP for Java 25.3

Release Highlights

Aspose.ZIP for Java 25.3 introduces full support for extracting LZ4 archives and exposes archive format detection through the IArchive interface. This release also improves metadata handling, secures temporary file generation, and resolves issues related to 7z decryption and high memory usage during extraction.

New Features

  • LZ4 Archive Support
    • New Lz4Archive class enables extraction of .lz4 archives and integration into archive processing workflows.

Enhancements

  • Expose Archive Format Type
    • Added IArchive.getFormat() to detect archive type during runtime.
  • Improved Metadata Support
    • Enhanced timestamp metadata for encrypted 7z entries and additional archive formats.
  • Secure Temp File Creation
    • Temporary files are now created using secure and safe practices.

Bug Fixes

  • 7z Password Error Handling
    • Resolved endless extraction loop when using incorrect password for certain 7z archives.
  • Memory Consumption Fix
    • Addressed excessive RAM usage issue during ZIP extraction.
  • GZip Archive Name Detection
    • Enables archive name retrieval when opened via format detection.
  • Directory Entry Filtering
    • Removed directory-only entries from file listings in extracted output.

Public API and Backward Incompatible Changes

  • Added Types

    • com.aspose.zip.Lz4Archive
  • Added Methods

    • Lz4Archive.extract(...)
    • Lz4Archive.open()
    • Lz4Archive.extractToDirectory()
    • IArchive.getFormat()

🔍 Explore the Full Release Details

For full list of updates, please visit Aspose.ZIP for Java 25.3 Release Notes.


lz4 archive | archive format detection | 7z decryption | gzip archive | aspose.zip for java

VersionRelease Date
25.5May 14, 2025
25.4April 30, 2025
25.3March 27, 2025
25.2February 28, 2025
25.1January 31, 2025
24.12December 19, 2024
24.11November 29, 2024
24.10October 30, 2024
24.9September 30, 2024
24.8August 30, 2024
24.7July 31, 2024
24.6June 29, 2024
24.5May 14, 2024
24.4April 25, 2024
24.3March 29, 2024
24.2March 11, 2024
24.1January 31, 2024
23.12December 22, 2023