Skip to content

Bump org.eclipse.collections:eclipse-collections from 11.1.0 to 13.0.0 #573

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

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
Contributor Author

dependabot bot commented on behalf of github Jun 24, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 24, 2025
Copy link
Member

@danielfeismann danielfeismann left a comment

Choose a reason for hiding this comment

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

@dependabot squash and merge

@dependabot dependabot bot merged commit 83aa42e into main Jun 24, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/org.eclipse.collections-eclipse-collections-13.0.0 branch June 24, 2025 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant