Skip to content

fix(deps): update jtoml to v1.5.2#56

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/jtoml
Open

fix(deps): update jtoml to v1.5.2#56
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/jtoml

Conversation

@renovate

@renovate renovate Bot commented Feb 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
io.github.wasabithumb:jtoml-configurate 1.4.21.5.2 age confidence

Release Notes

WasabiThumb/jtoml (io.github.wasabithumb:jtoml-configurate)

v1.5.2

Compare Source

Change notes:

  • Support serialization of Sets, enums via generated adapters (#​66)
    • Moderate changes to reflect serializer internals; should not affect sanctioned API usage
    • Enum types are serializable by default
    • Set types are serializable by default
      • For Set of enum type: implementation is EnumSet, ordered by ordinal
      • For Set: implementation is LinkedHashSet, ordered by insertion (position in document)
      • For SortedSet: implementation is TreeSet, order is based on natural comparator, elements must be Comparable
      • Concrete implementations will be instantiated and populated via Collection#add
  • Improved test reproducibility
  • Fix edge case date-time serialization bug (#​68)

v1.5.1

Compare Source

Change notes:

  • Added @Defaulting annotation for reflect serialization (#​64)

v1.5.0

Compare Source

Change notes:

  • Implement KeyConvention system to customize how the reflect serializer infers keys from fields (#​61)
  • Further optimize recursion detection in reflect serializer
  • Improvements to the test suite
  • Fixes to private record serialization
  • Added instantiation helpers to comment API

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 changed the title fix(deps): update dependency io.github.wasabithumb:jtoml-configurate to v1.5.0 fix(deps): update dependency io.github.wasabithumb:jtoml-configurate to v1.5.1 Feb 27, 2026
@renovate renovate Bot force-pushed the renovate/jtoml branch from ec51f99 to e77e59a Compare March 11, 2026 01:04
@renovate renovate Bot changed the title fix(deps): update dependency io.github.wasabithumb:jtoml-configurate to v1.5.1 fix(deps): update dependency io.github.wasabithumb:jtoml-configurate to v1.5.2 Mar 11, 2026
@renovate renovate Bot changed the title fix(deps): update dependency io.github.wasabithumb:jtoml-configurate to v1.5.2 fix(deps): update jtoml to v1.5.2 Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants