-
Notifications
You must be signed in to change notification settings - Fork 0
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
MAINT: v0.12.0 #171
Merged
Merged
MAINT: v0.12.0 #171
Conversation
This file contains 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
Member
carlwilson
commented
Jul 26, 2024
- FIX: Missing file error for profile validation
- FIX: POL-7 severity set to WARNING.
- FEAT: Improved ODF version detection
- FIX: Zip feature detection and exception logging
- FIX: compression detection manifest.xml.
- added missing file error message for profile validation; - tests for the above; - moved file checking and reporting methods to utiltiy class; - bumped version to 0.11.0, including batch files; and - some minor formatting changes.
MAINT: Update integration
FIX: Missing file error for profile validation
- fixes issue with memory used when processing multiple files.
FEAT: Removed cached CLI results
- Fixed unit test results for POL 7.
FIX: POL-7 severity set to WARNING.
- added a version detection method to `PackageParserImpl` to detect the ODF version of a package; - added a `Version` field to the `OdfPackage` class to store the detected version; - added `getDetectedVersion` method to the `OdfPackage` class to return the detected version; - restored reporting of `DOC-2` for package version; - improved `POL_2` detection and messaging for non ODF 1.3 packages; - added a `Version.UNKNOWN` value to the `OdfVersion` enum; - improved formatting of error message output; and - tests for the above.
- unexpected exceptionswrapped as `ParseException` to allow uniform handling; - added to validation and parsing interfaces; - `ParseException`s are logged as errors, other files are still processed; - `PackageParser` now checks for unsuppported zip features; - other code cleanup to catch exceptions early and pass `ParseException`s up the stack; and - changed test cases to match new method sigs.
FEAT: Improved ODF version detection
FIX: Zip feature detection and exception logging
FIX: compression detection manifest.xml.
- bumped version number in the POM files; and - updated documentation.
MAINT: v0.12.0
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.