Skip to content

Add ApexZip (compresion.ZipWriter and .ZipReader)-based implementation of Zippex API - #32

Open
DScott2k wants to merge 1 commit into
pdalcol:masterfrom
DScott2k:ApexZipVersion
Open

Add ApexZip (compresion.ZipWriter and .ZipReader)-based implementation of Zippex API#32
DScott2k wants to merge 1 commit into
pdalcol:masterfrom
DScott2k:ApexZipVersion

Conversation

@DScott2k

Copy link
Copy Markdown

Create a new class, Zippex2, based on the same Zippex API but using native Apex Zip as its underlying zip implementation.

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_zip.htm

@DScott2k

Copy link
Copy Markdown
Author

I left the original Zippex class unchanged since not everyone will have compression.ZipWriter and compression.ZipReader available yet, and to allow people to test side-by-side to see if they want to adopt the new impl.

@FishOfPrey

Copy link
Copy Markdown

Compress and Extract Zip Files in Apex is now Generally Available in Spring `25. Apex developers should explore if transitioning to the native Zip implementation works for there specific scenarios. Ideally they should be able to swap in the newer native implementation with minimal changes over the existing Zippex API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants