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.86.2
->0.90.3
0.86.2
->0.86.3
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
pdvrieze/xmlutil (io.github.pdvrieze.xmlutil:serialization-jvm)
v0.90.3
Compare Source
Changes:
are always invalid). Note that namespaces can be specified using
@XmlSerialName
(for tags) and@XmlNamespaceDeclSpec
(foradditional names).
threadLocal version, but the thread unsafe default is also available,
as is the
FormatCache.Dummy
cache that does no caching.Fixes:
as reported in #249.
multithreading issues when reusing the format (recommended for speed)
v0.90.2
Compare Source
Changes:
v0.90.1
v0.90.0
*(June 13, 2024)
Changes:
parsers by default, but uses the platform independent implementation.
The Android/Jvm native parsers are available by including "core-jvm"
and "core-android" packages. Note that serialization-jvm and
serialization-android do so already.
direct replacement for core. This is a temporary package that will
be removed at 1.0 release.
v0.86.3
*(December 14, 2023)
Changes:
XmlStreaming
object in core is replaced by an interfaceIXmlStreaming
with an accessor function
xmlStreaming
that provides an appropriateinstance. The platform specific objects have been retained, but deprecated.
In various places extension functions have been added.
Features:
(using xml schema rules allowing: 1, true, 0, false)
the policy.
for a stable configuration without manual configuration.
This comes with a
textListDelimiters
policy function that allowsspecifying delimiters (note that it will apply xml schema compatible
collapsing of whitespace - as articles do).
Fixes:
recommended is not designed to be stable.
@XmlSerialName
this type will be expected as the root tag unless explicitly specified differently
as parameter.
DefaultXmlSerializationPolicy
this takes a Builder, or a configuration lambda. Both options enable
future proofing when further attributes are added.
comments outside the document element (rather than throwing an exception).
Fixes #189.
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.