Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2025

This PR contains the following updates:

Package Change Age Confidence
org.plumelib:plume-util 1.11.01.12.3 age confidence

Release Notes

plume-lib/plume-util (org.plumelib:plume-util)

v1.12.3

  • In ArraysPlume:
    • new method prepend() concatenates an element and an array into a new array.
    • new methods copyEmpty() type-safely make an array of the same type.
  • In CollectionsPlume:
    • Renamed sortList() to sorted().
    • Methods that now take a Collection rather than a List as input:
      • hasDuplicates()
      • hasNoDuplicates()
      • noDuplicates()
      • withoutDuplicates()
      • withoutDuplicatesSorted()
      • withoutDuplicatesComparable()
      • isSorted()
      • isSortedNoDuplicates()

v1.12.2

  • Add more EntryReader constructors.

v1.12.1

  • Make EntryReader constructors more uniform.

v1.12.0

  • Move map-related methods from CollectionsPlume to new class MapsP.
    • The versions in CollectionsPlume are deprecated.
  • In StringsPlume:
    • renamed StringsPlume.nplural() to StringsPlume.nPlural().
    • new overloads of nPlural() that use the size of a collection, map, or array.
    • new methods vPlural() and nvPlural() for pluralizing verbs.
  • In SIList:
    • new methods from(Collection), from(Iterable), and from(Iterator).
    • deprecated fromList(Collection) in favor of from(Collection).
  • In LimitedSizeSet, LimitedSizeIntSet, and LimitedSizeLongSet:
    • new method isEmpty()
  • EntryReader supports separating entries by two blank lines.

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 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 Update dependency org.plumelib:plume-util to v1.12.1 Update dependency org.plumelib:plume-util to v1.12.2 Nov 12, 2025
@renovate renovate bot force-pushed the renovate/plumeutilver branch from 00cffc2 to 0564d0b Compare November 12, 2025 19:13
@renovate renovate bot force-pushed the renovate/plumeutilver branch from 0564d0b to e06467a Compare November 26, 2025 20:15
@renovate renovate bot changed the title Update dependency org.plumelib:plume-util to v1.12.2 Update dependency org.plumelib:plume-util to v1.12.3 Nov 26, 2025
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.

1 participant