-
Notifications
You must be signed in to change notification settings - Fork 18
REL 1.28 - Merge release to master branch #669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Fix iterators for NameTree and NumberTree
- Updated action dependencies - Added 21 java version support - Jobs don't fail on error
- remove Java 16 support - move continue-on-error
- bumped version -> 1.27
Add isCircularMappingExist to TaggedPDFHelper
* Fix COSIndirect to COSArray casts * Fix COSIndirect to COSName casts
* Change 1 byte startxref offset behavior * Remove unnecessary comment * Move actual xref offset search into a separate method * Refactor startxref error message: add missing whitespace * Fix findActualXrefOffset method * Remove exception from getXRefSectionAndTrailer method * Refactor nextToken calls in PDFParser * Fix getXRefSectionAndTrailer method of PDFParser * Refactor findActualXrefOffset method
* Refactor getXRefInfo method of PDFParser to run iteratively * Fix getXRefInfo method of PDFParser * Fix getXRefInfo method of PDFParser * Fix getXRefInfo method incompatibility with older java version * Fix xref loop exception being caused by repeating XRefStm offset in multiple trailers * Prevent processing the same XRefStm offset multiple times * Change prevOffsets from ArrayList to Stack
- bumped minor version to 1.28 - updated readme
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.
No description provided.