Skip to content

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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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

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)

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 dependabot bot added the area/dependencies Pull requests that update a dependency file label Jun 24, 2025
Copy link

quarkus-bot bot commented Jun 24, 2025

Status for workflow Quarkus Documentation CI

This is the status report for running Quarkus Documentation CI on commit 6f896fd.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

Copy link

🎊 PR Preview 7b789e3 has been successfully built and deployed to https://quarkus-pr-main-48558-preview.surge.sh/version/main/guides/

  • Images of blog posts older than 3 months are not available.
  • Newsletters older than 3 months are not available.

@gsmet
Copy link
Member

gsmet commented Jun 24, 2025

@aloubyansky do you have an easy way to figure out which component is using this? Not sure if we should update to a new major version.

@aloubyansky
Copy link
Member

= IO.QUARKUS.PLATFORM:QUARKUS-CAMEL-BOM:3.23.4

== Extension dependencies

org.apache.camel.quarkus:camel-quarkus-google-bigquery-deployment:3.23.0
└─ org.apache.camel.quarkus:camel-quarkus-google-bigquery:3.23.0
   └─ org.apache.camel:camel-google-bigquery:4.11.0
      └─ com.google.cloud:google-cloud-bigquery:2.43.3
         └─ org.eclipse.collections:eclipse-collections:11.1.0

org.apache.camel.quarkus:camel-quarkus-google-bigquery:3.23.0
└─ org.apache.camel:camel-google-bigquery:4.11.0
   └─ com.google.cloud:google-cloud-bigquery:2.43.3
      └─ org.eclipse.collections:eclipse-collections:11.1.0

= IO.QUARKUS.PLATFORM:QUARKUS-GOOGLE-CLOUD-SERVICES-BOM:3.23.4

== Extension dependencies

io.quarkiverse.googlecloudservices:quarkus-google-cloud-bigquery-deployment:2.17.1
└─ io.quarkiverse.googlecloudservices:quarkus-google-cloud-bigquery:2.17.1
   └─ com.google.cloud:google-cloud-bigquery:2.43.3
      └─ org.eclipse.collections:eclipse-collections:11.1.0

io.quarkiverse.googlecloudservices:quarkus-google-cloud-bigquery:2.17.1
└─ com.google.cloud:google-cloud-bigquery:2.43.3
   └─ org.eclipse.collections:eclipse-collections:11.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file area/documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants