Update pdvrieze.xmlutil to v0.91.1 #3
Merged
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 contains the following updates:
0.90.3
->0.91.1
0.90.3
->0.91.1
Release Notes
pdvrieze/xmlutil (io.github.pdvrieze.xmlutil:serialization)
v0.91.1
*(May 15, 2025)
Features:
@XmlMapEntryName
to force map entries not to becollapsed, also specifying the name of the entry.
default policy (strip out text after '
<
', '[
' and '(
')Changes:
@XmlNamespaceDeclSpec
with@XmlNamespaceDeclSpecs
thataccepts an array argument
(boswelja))
Fixes:
an
@XmlValue
property (#280).only in external parameter type. This breaks compiling with a
js2025 target. Discussed in #83.
where the
XmlSerialName
annotation is not present.v0.91.0
*(April 1, 2025)
Features:
XmlKeyName
as annotation to set the name of the key used inmaps. This just adds the capability to the default policy. Supports
issue #218.
that ensures properties are stored in XML format (for infinity).
Decoding will accept both formats. Fixes #222.
Fixes:
@XmlValue
forCompactFragment
to capture thecontents of an element while allowing attributes to be captured. It
should be noted that combining this with element children is not
intended to be supported (it may work if the tagsoup is trailing).
where the polymorphic descriptor did not retain use side annotations,
thus resulting in invalid cache keys.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.