Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 27, 2025

Bumps org.eclipse.collections:eclipse-collections from 11.1.0 to 13.0.0.

Changelog

Sourced from org.eclipse.collections:eclipse-collections's changelog.

12.0.0

This is the 12.0.0 major release.

This release focused on migrating the development baseline from Java 8 to Java 11, migrating to JUnit 5, enhancing performance, adding new API methods, improving test coverage, and updating dependencies. The team has also made significant efforts to reduce technical debt and improve code quality.

The Eclipse Collections team gives a huge thank you to everyone who participated in this release.

New Functionality


  • Added default toArray/toImmutableList/Set/Bag implementations to LazyIterable.
  • Implemented MapIterable.collectKeysUnique(). Fixes #409.
  • Implemented MutableOrderedMap.toImmutable() and add ImmutableOrderedMapAdapter.
  • Implemented OrderedMapAdapter.flipUniqueValues().
  • Implemented Stack.getLast().
  • Implemented Stack.distinct().
  • Added feature to reverse Interval ranges.
  • Added withOccurrences and withoutOccurrences to MutableBag.
  • Implemented RichIterable.reduceBy(). Fixes #134.
  • Added toStack to Ordered Primitive Iterable.
  • Implemented Comparators.fromPredicate(), to create a Comparator from a Predicate2 that can answer isBefore.
  • Implemented boxing wrappers for primitive sets. #1408.
  • Implemented boxing wrappers for primitive lists. #1408.
  • Exposed trimToSize() in HashBag implementations.
  • Exposed trimToSize in all primitive maps and sets.
  • Added removeIf to primitiveObject maps.
  • Changed OrderedIterable.indexOf() to have a default implementation.
  • Added missing empty with comparator methods. Fixes #1328.

Optimizations


  • Optimized forEach method on Map views to not delegate to an iterator.
  • Optimized Map.replaceAll() to not delegate to iterator.
  • Optimized forEach method on Map views to not delegate to an iterator.
  • Optimized putAll() method.
  • Optimized ImmutableArrayList.takeWhile() and dropWhile() for small lists. Fixes #1640.
  • Optimized clear() method of sub-lists. Fixes #1625.
  • Optimized MutableList.subList().
  • Optimized equals for primitive Bags using allSatisfyKeyValue on primitivePrimitive Maps.
  • Added allSatisfyKeyValue method to Object/Primitive Maps to optimize HashBag equals method.
  • Overrided Map.merge() default method for correctness and efficiency. Partially addresses #500.
  • Optimized withAll on MutableXSetFactory and Immutable equivalent. Fixes #1374.
  • Overrided Java 8 default method Map.forEach.
  • Optimized any/all/noneSatisfy on UnifiedMapWithHashingStrategy. Fixes #1342.
  • Optimized withAll for primitive bag factories. Fixes #1372.

Tech Debt Reduction

... (truncated)

Commits
  • cff067d Release version 13.0.0.
  • 10fc77d Update version number to 13.0.0-SNAPSHOT.
  • 3e290a2 Release version 13.0.0.M1.
  • 36ed17d Merge pull request #1773 from nikhilnanivadekar/p2_site
  • 951a4b8 Ignore Eclipse Collections dependencies in the maven dependency plugin for p2...
  • 471807a Fix maven build for p2-site.
  • fb205a3 Merge pull request #1772 from nikhilnanivadekar/p2_site
  • 07f943d Upgrade bnd plugin to 7.1.0
  • a64c200 Upgrade the minimum JDK version to Java 17
  • 7a69e80 Add p2-site module in parent pom. Fixes #294.
  • 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 <dependency name> 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.

michalvavrik and others added 2 commits July 27, 2025 19:44
Bumps [org.eclipse.collections:eclipse-collections](https://github.com/eclipse/eclipse-collections) from 11.1.0 to 13.0.0.
- [Release notes](https://github.com/eclipse/eclipse-collections/releases)
- [Changelog](https://github.com/eclipse-collections/eclipse-collections/blob/master/RELEASE_NOTE_DRAFT.md)
- [Commits](eclipse-collections/eclipse-collections@11.1.0...13.0.0)

---
updated-dependencies:
- dependency-name: org.eclipse.collections:eclipse-collections
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 27, 2025

Labels

The following labels could not be found: area/dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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