Skip to content

chore(deps): update xmlutil to v1.0.1#6161

Merged
jamesarich merged 1 commit into
mainfrom
renovate/xmlutil
Jul 8, 2026
Merged

chore(deps): update xmlutil to v1.0.1#6161
jamesarich merged 1 commit into
mainfrom
renovate/xmlutil

Conversation

@renovate

@renovate renovate Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.pdvrieze.xmlutil:serialization 1.0.01.0.1 age adoption passing confidence
io.github.pdvrieze.xmlutil:core 1.0.01.0.1 age adoption passing confidence

Release Notes

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

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.

Configuration

📅 Schedule: (UTC)

  • 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 these updates 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 Dependency update label Jul 8, 2026
@github-actions github-actions Bot added the chore label Jul 8, 2026
@renovate renovate Bot changed the title chore(deps): update io.github.pdvrieze.xmlutil:core to v1.0.1 chore(deps): update xmlutil to v1.0.1 Jul 8, 2026
@jamesarich
jamesarich added this pull request to the merge queue Jul 8, 2026
Merged via the queue into main with commit f7f9cc6 Jul 8, 2026
17 of 18 checks passed
@jamesarich
jamesarich deleted the renovate/xmlutil branch July 8, 2026 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore dependencies Dependency update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant