Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2025

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

Release notes

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

13.0.0

This is the 13.0.0 major release.

This release focused on migrating the development baseline from Java 11 to Java 17, and updating our builds for p2 site to publish directly to maven central.

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

Build Changes


  • Upgraded the minimum Java version to Java 17.
  • Build a maven p2 site from the reactor content. Fixes #1411, #288
  • Upgrade bnd plugin to 7.1.0.
  • Publish p2 artifacts to maven central. Fixes #294 . Example here

Note


We have taken all the measures to ensure all features are captured in the release notes. However, release notes compilation is manual, so it is possible that a commit might be missed. For a comprehensive list of commits please go through the commit log.

Acquiring Eclipse Collections

Maven

<dependency>
    <groupId>org.eclipse.collections</groupId>
    <artifactId>eclipse-collections-api</artifactId>
    <version>13.0.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections</artifactId>
<version>13.0.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections-testutils</artifactId>
<version>13.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>p2-site</artifactId>
<version>13.0.0</version>
</dependency>
</tr></table>

... (truncated)

Changelog

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

13.0.0

This is the 13.0.0 major release.

This release focused on migrating the development baseline from Java 11 to Java 17, and updating our builds for p2 site to publish directly to maven central.

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

Build Changes


  • Upgraded the minimum Java version to Java 17.
  • Build a maven p2 site from the reactor content. Fixes #1411, #288
  • Upgrade bnd plugin to 7.1.0.
  • Publish p2 artifacts to maven central. Fixes #294 . Example here

Note


We have taken all the measures to ensure all features are captured in the release notes. However, release notes compilation is manual, so it is possible that a commit might be missed. For a comprehensive list of commits please go through the commit log.

Acquiring Eclipse Collections

Maven

<dependency>
    <groupId>org.eclipse.collections</groupId>
    <artifactId>eclipse-collections-api</artifactId>
    <version>13.0.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections</artifactId>
<version>13.0.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections-testutils</artifactId>
<version>13.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>p2-site</artifactId>
</tr></table>

... (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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 1, 2025
Bumps [org.eclipse.collections:eclipse-collections](https://github.com/eclipse/eclipse-collections) from 8.0.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@8.0.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 force-pushed the dependabot/maven/org.eclipse.collections-eclipse-collections-13.0.0 branch from 1e712db to f49338c Compare September 6, 2025 15:15
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.

0 participants