Skip to content

chore(deps): update io.github.pdvrieze.xmlutil:core to v1#85

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-xmlutil
Open

chore(deps): update io.github.pdvrieze.xmlutil:core to v1#85
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-xmlutil

Conversation

@renovate

@renovate renovate Bot commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
io.github.pdvrieze.xmlutil:core 0.91.31.0.1 age confidence

Release Notes

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

v1.0.1

(Jul 8, 2026)

Fixes:

  • Fix LRU cache so that it properly evicts and maintains its size (#​372).
  • Fix reading larger from kotlinx.io sources (#​373)
  • Fix close in PseudoBufferedReader (#​374), this is probably never called,
    but still incorrect. Thanks to @​m-sasha for reporting many smaller bugs #​374 - #​382
  • Fix serialization of negative values for XmlFloat/XmlDouble and related
    serializers (#​375).
  • Fix escaping of 0x1f in KtXmlWriter (#​376).
  • Allow writing of BOM in CData content, but disallow the sentinal character (0xffff)
    per the XML standards. Also tidy the error messages (#​377).
  • Fix DomWriter.getPrefixes that was incorrectly handling checks for already
    declared prefixes (#​379).
  • Fix writing namespace attributes through XmlEvent.Attribute (#​380). Note
    that the parsing code does not generate Attribute events, so most use cases
    are not hit by this bug.
  • Fix getPrefix in StartElementEvent (#​381). It used a property rather
    than parameter in the fallback.
  • Fix reading unicode characters in kotlinx.io.Source reading as well
    as native InputStreamReader (some of the code is common, and was buggy in both).
    Changes:
  • Add support to specify the cache size of the underlying cache for LayeredCache
    and defaultSharedFormatCache()
  • Add support for a PerSerializationFormatCache that allows for caching within
    individual invocations to a format.
  • Snapshot releases no longer include javadoc/source artifacts, nor deprecated
    native targets. This should reduce the overall publication size/burden.
  • Make InputStreamReader and SourceUnicodeReader have dedicated single character
    read implementations rather than reading into an array of length 1.

v1.0.0

(Jun 28, 2026)

Fixes:

  • Remove usages of removeLast() to avoid issues on Android below
    API-level 35. Fixes #​367.
  • Fix Attr in the common DOM implementation not having its owner set/tracked
    appropriately.
  • Ensure that the module structure matches the old structure from
    1.0.0-rc2 and before.

Changes:

  • The core-compat module is no longer published. Use core/core-jvm, and if integration with
    the native parser is needed, add the core-jdk or core-android modules.

Configuration

📅 Schedule: (UTC)

  • 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 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 added the dependencies Pull requests that update a dependency file label Jun 28, 2026
@renovate renovate Bot force-pushed the renovate/major-xmlutil branch from 0a7ef7a to 04bc2d5 Compare July 9, 2026 01:57
@coderabbitai

coderabbitai Bot commented Jul 9, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

This change updates the xmlutil version reference in the Gradle version catalog file from 0.91.3 to 1.0.1, affecting dependencies coupled to this version reference, such as xmlutil-core.

Changes

Dependency Version Update

Layer / File(s) Summary
xmlutil version bump
kotlin/gradle/libs.versions.toml
Updates the xmlutil version constant from 0.91.3 to 1.0.1 in the version catalog.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Poem

A hop, a skip, a version bump,
xmlutil grows from a tiny stump,
0.91.3 to 1.0.1—
the catalog update is done!
🐇✨ Onward we run!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the dependency upgrade to xmlutil core v1.

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants