Skip to content

Update dependency io.github.pdvrieze.xmlutil:serialization to v0.90.3#1894

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/xmlutil
Nov 5, 2024
Merged

Update dependency io.github.pdvrieze.xmlutil:serialization to v0.90.3#1894
renovate[bot] merged 1 commit intomainfrom
renovate/xmlutil

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Nov 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.pdvrieze.xmlutil:serialization 0.90.2 -> 0.90.3 age adoption passing confidence

Release Notes

pdvrieze/xmlutil (io.github.pdvrieze.xmlutil:serialization)

v0.90.3

Changes:

  • In pedantic mode check that xml/xmlns are not used as names (they
    are always invalid). Note that namespaces can be specified using
    @XmlSerialName (for tags) and @XmlNamespaceDeclSpec (for
    additional names).
  • The cache to use can now be configured. By default it uses the
    threadLocal version, but the thread unsafe default is also available,
    as is the FormatCache.Dummy cache that does no caching.
    Fixes:
  • Fix support for multiple namespaces inside a single tag (QNameMap)
    as reported in #​249.
  • Use threadlocals for caching document structures by default. This should avoid
    multithreading issues when reusing the format (recommended for speed)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (rebase) November 5, 2024 09:39
@renovate renovate bot merged commit 3432a15 into main Nov 5, 2024
@renovate renovate bot deleted the renovate/xmlutil branch November 5, 2024 09:46
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.

0 participants