Skip to content
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 18 commits into from
Jul 26, 2024
Merged

MAINT: v0.12.0 #171

merged 18 commits into from
Jul 26, 2024

Conversation

carlwilson added 18 commits May 8, 2024 14:16
- 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.
FIX: Missing file error for profile validation
- fixes issue with memory used when processing multiple files.
- Fixed unit test results for POL 7.
- 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.
FIX: Zip feature detection and exception logging
FIX: compression detection manifest.xml.
- bumped version number in the POM files; and
- updated documentation.
@carlwilson carlwilson merged commit 4f40d4b into main Jul 26, 2024
4 checks passed
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