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

REL: Update main to v0.13.1 #180

Merged
merged 11 commits into from
Aug 30, 2024
Merged

REL: Update main to v0.13.1 #180

merged 11 commits into from
Aug 30, 2024

Conversation

carlwilson
Copy link
Member

No description provided.

- XML Parser refactored to support declared namespaces, leaving room for used namespaces;
- Parser namespace collections are now Sets rather than lists;
- tidied minor compiler warnings; and
- bumped version -> 0.13.0.
- XML parser now records the namespaces used in the XML document, allowing for extended conformance detection; and
- changed methods to accommodate the new feature.
- unit test and test file for namespace capture; and
- added generated documenation folders to `.gitignore`.
- added DOC-8 message to report files where extended elements/attributes are detected;
- threaded test for extended documents through packages and prevent XML validation for now;
- added fix to `org.openpreservation.format.xml.ParsingHandler` so that attribute namespaces are picked up;
- fixed up test for the above; and
- fixed some minor compiler warnings.
- renamed `Namespaces` enumeration to `OdfNamespaces` as is more explicit;
- added missing `OdfNamespaces` enumeration values: `DC`, `MATH`, `SVG` and `SMIL`, this was the cause of the issue;
- `OdfNamespaces` now implements the `Namespace` interface to make interchange easier;
- improved reporting of `DOC-8` message to list extended namespaces found in a document; and
- added new test to prevent regression and fixed tests I butchered in a hurry.

Closes #176
- bumped version for patch release.
@carlwilson carlwilson self-assigned this Aug 30, 2024
@carlwilson carlwilson merged commit 3b9836b into main Aug 30, 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.

1 participant