FooIbar / EhViewer

EhViewer overhauled with Material Design 3 and more, forked from https://github.com/Ehviewer-Overhauled/Ehviewer
GNU General Public License v3.0
2.55k stars 101 forks source link

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

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

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`](https://redirect.github.com/pdvrieze/xmlutil/blob/HEAD/Changelog.md#0903) 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](https://redirect.github.com/pdvrieze/xmlutil/issues/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.



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