This repository was archived by the owner on Feb 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
GH-59 Allow to use custom instances of XMLInputFactory and XMLOutputFactory #60
Merged
FrankSchnicke
merged 20 commits into
admin-shell-io:development
from
kenwenzel:custom-xml-factory
May 16, 2022
Merged
GH-59 Allow to use custom instances of XMLInputFactory and XMLOutputFactory #60
FrankSchnicke
merged 20 commits into
admin-shell-io:development
from
kenwenzel:custom-xml-factory
May 16, 2022
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
- Fixes branch names - Adds section to mention CI workflows and their effects
Feature/docfxworkflow
…otation for id and element type)
- bump to 1.2.1
…oy-to-sonatype Feature/deploy to sonatype
…at as current AML serialization specification does not cover attribute introduces in model v3.0) - added unit tests for simple example (serialization does currently loose information as as current AML serialization specification does not cover attribute introduces in model v3.0)
Is now triggered on release published
Signed-off-by: Frank Schnicke <[email protected]>
…erializer Bugfix/aml serializer
…ence-deserialization Bugfix/reference deserialization
…lization Bugfix/serialization
This is a dummy commit to trigger the workflows.
Contributor
|
Looks fine to me. |
|
This PR should be to |
Author
|
|
Contributor
|
I can gladly merge. However, before we do a release, I would like to clarify the overall process (cf. #61) to ensure that there's no wrong release. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR fixes the XML and AASX (de)serializers to correctly use custom instances of XMLInputFactory and XMLOutputFactory
Fixes issue #59