hfhbd / bootstrap-compose

Predefined Bootstrap functions to use in Compose HTML
https://hfhbd.github.io/bootstrap-compose/
Apache License 2.0
63 stars 7 forks source link

Bump io.github.pdvrieze.xmlutil:serialization-jvm from 0.86.3 to 0.90.1 #393

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 5 months ago

Bumps io.github.pdvrieze.xmlutil:serialization-jvm from 0.86.3 to 0.90.1.

Release notes

Sourced from io.github.pdvrieze.xmlutil:serialization-jvm's releases.

0.90.1 - Fix Android

  • Fix an incorrect dependency in the Android serialization module

0.90.0-RC3 – The third time wins (right?)

  • Fix issues with dependencies in new layout (#209) - XMPCore now builds/resolves.

Full Changelog: https://github.com/pdvrieze/xmlutil/compare/v0.90.0-RC2...v0.90.0-RC3

0.90.0-RC2 – Trying again

Attempt to make sure that the gradle configuration/dependencies work correctly.

  • Make xmlstreaming (used by serialization) safe for multithreading by not storing service loaders globally (#211)
Changelog

Sourced from io.github.pdvrieze.xmlutil:serialization-jvm's changelog.

0.90.1 Fix Android

  • Fix android plugin dependency.

0.90.0 2.0 will go

*(June 13, 2024) Changes:

  • The core module no longer automatically includes Android/Jvm "native" parsers by default, but uses the platform independent implementation. The Android/Jvm native parsers are available by including "core-jvm" and "core-android" packages. Note that serialization-jvm and serialization-android do so already.
  • There is a coreCompat package that provides the original setup as direct replacement for core. This is a temporary package that will be removed at 1.0 release.

0.90.0-RC3

  • Fix issues with dependencies in new layout (#209) - XMPCore now builds/resolves.

0.90.0-RC2

Fixes:

  • Fix multithreading initialization on JVM targets, serviceLoaders are not thread-safe (#211).

0.90.0-RC1 – Supporting 2.0

Changes:

  • Build with Kotlin 2.0.0
  • The core module has been changed to use default implementations for Java interfaces. This could cause binary compatibility issues in rare cases (when called from Java).
  • The core module has been modified to move the code in to base, except for Android and JDK specific code. The Android and JDK code have been put in separate modules and are no longer mandatory (the code falls back to the generic parsers/serializers). Core is now a dependency only module that pulls in the specific modules (for compatibility).
  • Make automatic encoding detection the default/recommended, and add some changes to make this work better. Thanks to @​sschuberth in (#206).
  • Separate the tag and attribute namespace (allowing the same name as attribute and element).
  • Explicitly check for duplicate names in decoding.
  • Support the use of contextual serializers (#208). This means that contextual serializers are eluded.

Features:

  • Extend applicability of @XmlValue on a list/map to capture any serializer. Note that the specific serializer will need to be able to handle the xml content (will need to be )
  • Generalize support for "special" serializers that treat XML

... (truncated)

Commits
  • 805e46d Update to 0.90.1.
  • f89843d Remove explicit dependency on the core (Android) variant as that no longer ex...
  • 6e7281e Tidy up warnings in the code.
  • 12ab73b Fix all warnings for js
  • 8695d9d Fix all warnings for jvmJar/jvmCommonJar
  • e1f1077 Tidy up the project plugin for 2.0. Use the old Volatile annotation
  • f5b70dd Merge branch 'refs/heads/master' into dev
  • 9e5ce8a Mark new version.
  • 6f7dae7 Update the readme/changelog
  • 1906097 Merge branch 'refs/heads/dev'
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

hfhbd commented 3 months ago

@dependabot rebase