Add ApexZip (compresion.ZipWriter and .ZipReader)-based implementation of Zippex API - #32
Open
DScott2k wants to merge 1 commit into
Open
Add ApexZip (compresion.ZipWriter and .ZipReader)-based implementation of Zippex API#32DScott2k wants to merge 1 commit into
DScott2k wants to merge 1 commit into
Conversation
…ative Apex Zip as its underlying zip implementation. https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_zip.htm
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. |
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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