Skip to content

fix(deps): update xml.serialization.version to v0.91.3#57

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/xml.serialization.version
Open

fix(deps): update xml.serialization.version to v0.91.3#57
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/xml.serialization.version

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 25, 2025

This PR contains the following updates:

Package Change Age Confidence
io.github.pdvrieze.xmlutil:serialization-android 0.90.30.91.3 age confidence
io.github.pdvrieze.xmlutil:core-android 0.90.30.91.3 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v0.91.3

(Oct 28, 2025)

Changes:

  • Change the behaviour of defaultPolicy to inherit the settings of
    a previous policy even if it does not inherit DefaultXmlSerializationPolicy.
    In rare cases this changes the behaviour (where a custom policy was
    originally set (with different defaults), it didn't inherit the
    default policy, and it is now replaced by a default policy).
  • In XmlWriter introduce a safeCdsect function that will handle embedded end
    of cdata sequences by splitting the CDATA section into two sections. This is
    now used in serialization to avoid serialization errors if the value contains
    ]]>.

Fixes:

  • Fix serialization of cdata in the generic (and Android) xml writer. The writer
    incorrectly escaped entities in cdata (#​304), and did not correctly deal with
    ]]> in the cdata content (this is resolved by writing as two separate cdata
    sections).
  • Make the default instance encodeToString (XML.encodeToString) use the
    regular behaviour for handling null prefixes. This fixes the default empty
    prefix being used if none is manually set (rather than the annotated prefix).
  • Fix attributes not being prefixed with a namespace if their namespace prefix
    is the default prefix for that namespace. As a workaround leave the prefix
    different from its containers.
  • In pedantic mode, allow an XmlSerialName to use the xml prefix as long as
    its namespace is left default or maps to the xml namespace. Also force the
    prefix used to be the standard prefix (although, depending on the xml writer
    this may already be the case effectively).
  • For the generic parser / serializer make handling of newline/tabs in attribute
    values standard compliant (#​300). This means that when writing all will be
    written as character entities to allow for preservation of the values. For
    reading the entities are just resolved. Actual newline/tab content in
    attribute values is normalized as space characters (where CRLF is still
    replaced by a single space). As attribute values can be differen types than
    CData this does not further normalize the value by collapsing whitespace
    sequences.

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 becomes conflicted, 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.

@sourcery-ai
Copy link

sourcery-ai bot commented Apr 25, 2025

Reviewer's Guide by Sourcery

This pull request updates the io.github.pdvrieze.xmlutil:core-android dependency to version 0.91.0 by changing the version in the kotlinx.versions.toml file.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Update xmlutil dependency version
  • Update the xml_serialization_version from 0.90.3 to 0.91.0
gradle/kotlinx.versions.toml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!

@renovate renovate bot force-pushed the renovate/xml.serialization.version branch 2 times, most recently from f03b352 to 8944c2c Compare April 25, 2025 17:51
@renovate renovate bot changed the title Update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.0 fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.0 Apr 25, 2025
@renovate renovate bot force-pushed the renovate/xml.serialization.version branch 2 times, most recently from 8225b1c to e6e3d84 Compare April 25, 2025 19:50
@renovate renovate bot force-pushed the renovate/xml.serialization.version branch from e6e3d84 to 4503f9b Compare May 15, 2025 16:35
@renovate renovate bot changed the title fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.0 fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.1 May 15, 2025
@renovate renovate bot force-pushed the renovate/xml.serialization.version branch from 4503f9b to f0458ca Compare May 31, 2025 19:47
@renovate renovate bot force-pushed the renovate/xml.serialization.version branch from f0458ca to eefdbcf Compare July 28, 2025 22:07
@renovate renovate bot changed the title fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.1 fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.2 Jul 28, 2025
@renovate renovate bot force-pushed the renovate/xml.serialization.version branch from eefdbcf to 109b57d Compare September 23, 2025 05:25
@renovate renovate bot force-pushed the renovate/xml.serialization.version branch from 109b57d to 48aaeae Compare October 9, 2025 09:48
@renovate renovate bot force-pushed the renovate/xml.serialization.version branch from 48aaeae to 233634f Compare October 28, 2025 17:52
@renovate renovate bot changed the title fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.2 fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.3 Oct 28, 2025
@renovate renovate bot changed the title fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.3 fix(deps): update xml.serialization.version to v0.91.3 Jan 8, 2026
@renovate renovate bot changed the title fix(deps): update xml.serialization.version to v0.91.3 fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.3 Jan 19, 2026
@renovate renovate bot changed the title fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.3 fix(deps): update xml.serialization.version to v0.91.3 Jan 19, 2026
@renovate renovate bot changed the title fix(deps): update xml.serialization.version to v0.91.3 fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.3 Jan 23, 2026
@renovate renovate bot changed the title fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.3 fix(deps): update xml.serialization.version to v0.91.3 Jan 23, 2026
@renovate renovate bot changed the title fix(deps): update xml.serialization.version to v0.91.3 fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.3 Feb 2, 2026
@renovate renovate bot changed the title fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.3 fix(deps): update xml.serialization.version to v0.91.3 Feb 3, 2026
@renovate renovate bot force-pushed the renovate/xml.serialization.version branch from 233634f to 88492c9 Compare February 5, 2026 11:52
@renovate renovate bot changed the title fix(deps): update xml.serialization.version to v0.91.3 fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.3 Feb 5, 2026
@renovate renovate bot changed the title fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.3 fix(deps): update xml.serialization.version to v0.91.3 Feb 5, 2026
@renovate renovate bot changed the title fix(deps): update xml.serialization.version to v0.91.3 fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.3 Feb 12, 2026
@renovate renovate bot changed the title fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.3 fix(deps): update xml.serialization.version to v0.91.3 Feb 12, 2026
@renovate renovate bot changed the title fix(deps): update xml.serialization.version to v0.91.3 fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.3 Feb 16, 2026
@renovate renovate bot changed the title fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.3 fix(deps): update xml.serialization.version to v0.91.3 Feb 16, 2026
@renovate renovate bot changed the title fix(deps): update xml.serialization.version to v0.91.3 fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.3 Feb 20, 2026
@renovate renovate bot changed the title fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.3 fix(deps): update xml.serialization.version to v0.91.3 Feb 20, 2026
@renovate renovate bot changed the title fix(deps): update xml.serialization.version to v0.91.3 fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.3 Feb 27, 2026
@renovate renovate bot changed the title fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.3 fix(deps): update xml.serialization.version to v0.91.3 Feb 27, 2026
@renovate renovate bot changed the title fix(deps): update xml.serialization.version to v0.91.3 fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.3 Mar 5, 2026
@renovate renovate bot changed the title fix(deps): update dependency io.github.pdvrieze.xmlutil:core-android to v0.91.3 fix(deps): update xml.serialization.version to v0.91.3 Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants