Browse our Products
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-zip</artifactId>
<version>25.3</version>
</dependency>
compile(group: 'com.aspose', name: 'aspose-zip', version: '25.3')
<dependency org="com.aspose" name="aspose-zip" rev="25.3">
<artifact name="aspose-zip" ext="jar"/>
</dependency>
libraryDependencies += "com.aspose" % "aspose-zip" % "25.3"
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.
- New
Enhancements
- Expose Archive Format Type
- Added
IArchive.getFormat()
to detect archive type during runtime.
- Added
- 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
Version | Release Date |
---|---|
25.5 | May 14, 2025 |
25.4 | April 30, 2025 |
25.3 | March 27, 2025 |
25.2 | February 28, 2025 |
25.1 | January 31, 2025 |
24.12 | December 19, 2024 |
24.11 | November 29, 2024 |
24.10 | October 30, 2024 |
24.9 | September 30, 2024 |
24.8 | August 30, 2024 |
24.7 | July 31, 2024 |
24.6 | June 29, 2024 |
24.5 | May 14, 2024 |
24.4 | April 25, 2024 |
24.3 | March 29, 2024 |
24.2 | March 11, 2024 |
24.1 | January 31, 2024 |
23.12 | December 22, 2023 |
File | Classifier | Size |
---|---|---|
aspose-zip-25.3-javadoc.jar | javadoc | 1 MB |
aspose-zip-25.3.jar | 8 MB | |
aspose-zip-25.3.pom | 393 bytes |