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)
### [`v0.90.2`](https://redirect.github.com/pdvrieze/xmlutil/blob/HEAD/Changelog.md#0902-Mooor-Rocketpower)
Changes:
- Update to Kotlin 2.0.21 / Kotlinx.serialization 1.7.3
- Add support for Android native targets ([@whyoleg](https://redirect.github.com/whyoleg) in [#242](https://redirect.github.com/pdvrieze/xmlutil/issues/242))
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
0.90.1
->0.90.3
0.90.1
->0.90.3
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) ### [`v0.90.2`](https://redirect.github.com/pdvrieze/xmlutil/blob/HEAD/Changelog.md#0902-Mooor-Rocketpower) Changes: - Update to Kotlin 2.0.21 / Kotlinx.serialization 1.7.3 - Add support for Android native targets ([@whyoleg](https://redirect.github.com/whyoleg) in [#242](https://redirect.github.com/pdvrieze/xmlutil/issues/242))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 is behind base branch, 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.