Skip to content

Bump org.agrona:agrona from 1.21.1 to 2.2.3#520

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/org.agrona-agrona-2.2.3
Closed

Bump org.agrona:agrona from 1.21.1 to 2.2.3#520
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/org.agrona-agrona-2.2.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 20, 2025

Bumps org.agrona:agrona from 1.21.1 to 2.2.3.

Release notes

Sourced from org.agrona:agrona's releases.

2.2.3

Changed

  • Publish release artifacts to Central Portal using OSSRH Staging API service.
  • Bump ByteBuddy to 1.17.6.
  • Bump JUnit to 5.13.1.
  • Bump Gradle to 8.14.2.

Added

  • Add SystemEpochNanoClock#INSTANCE constant.

Removed

  • Remove unused and broken CompilerUtil#compileOnDisk and CompilerUtil#persist methods.

2.2.2

Changed

  • Publish release artifacts to Central Portal using OSSRH Staging API service.
  • Bump Checkstyle to 10.25.0.

2.2.1

Changed

  • IntHashSet#retainAll(Collection) and IntHashSet#retainAll(IntHashSet) no longer change the capacity of the set.
  • Bump JUnit to 5.13.0.

Fixed

  • Infinite loop in IntHashSet when retainAll leaves collections with a power of two number of elements.

2.2.0

Changed

  • Protect against numeric overflow when recording errors at the end of the large buffer.
  • CI: Use gradle/actions/setup-gradle action for caching Gradle dependencies.
  • CI: Enable JDK 24 GA build.
  • Bump Gradle to 8.14.1.
  • Bump Checkstyle to 10.24.0.
  • Bump ByteBuddy to 1.17.5.
  • Bump Shadow to 8.3.6.
  • Bump JUnit to 5.12.2.
  • Bump Mockito to 5.18.0.
  • Bump Guava TestLib to 33.4.8-jre.

Added

  • Add SystemUtil#isMac method.
  • Add tests for file mapping.

2.1.0

Changed

  • Move get method declaration to the ReadablePosition class. (eb3b7d284d)
  • Bump Gradle to 8.13.
  • Bump Checkstyle to 10.21.3.
  • Bump ByteBuddy to 1.17.1.
  • Bump Shadow to 8.3.6.

... (truncated)

Changelog

Sourced from org.agrona:agrona's changelog.

[2.2.3] - 2025-06-20

Changed

  • Publish release artifacts to Central Portal using OSSRH Staging API service.
  • Bump ByteBuddy to 1.17.6.
  • Bump JUnit to 5.13.1.
  • Bump Gradle to 8.14.2.

Added

  • Add SystemEpochNanoClock#INSTANCE constant.

Removed

  • Remove unused and broken CompilerUtil#compileOnDisk and CompilerUtil#persist methods.

[2.2.2] - 2025-06-05

Changed

  • Publish release artifacts to Central Portal using OSSRH Staging API service.
  • Bump Checkstyle to 10.25.0.

[2.2.1] - 2025-06-02

Changed

  • IntHashSet#retainAll(Collection) and IntHashSet#retainAll(IntHashSet) no longer change the capacity of the set.
  • Bump JUnit to 5.13.0.

Fixed

  • Infinite loop in IntHashSet when retainAll leaves collections with a power of two number of elements.

[2.2.0] - 2025-05-26

Changed

  • Protect against numeric overflow when recording errors at the end of the large buffer.
  • CI: Use gradle/actions/setup-gradle action for caching Gradle dependencies.
  • CI: Enable JDK 24 GA build.
  • Bump Gradle to 8.14.1.
  • Bump Checkstyle to 10.24.0.
  • Bump ByteBuddy to 1.17.5.
  • Bump Shadow to 8.3.6.
  • Bump JUnit to 5.12.2.
  • Bump Mockito to 5.18.0.
  • Bump Guava TestLib to 33.4.8-jre.

Added

  • Add SystemUtil#isMac method.
  • Add tests for file mapping.

[2.1.0] - 2025-02-26

Changed

  • Move get method declaration to the ReadablePosition class. (eb3b7d284d)
  • Bump Gradle to 8.13.
  • Bump Checkstyle to 10.21.3.
  • Bump ByteBuddy to 1.17.1.
  • Bump Shadow to 8.3.6.

... (truncated)

Commits
  • 418849c 2.2.3 released.
  • 001a5f7 [Java] Remove unused and broken CompilerUtil#compileOnDisk and `CompilerUti...
  • 7991f92 [Java] Add basic clock benchmark.
  • 879c3f2 [Java] Add SystemEpochNanoClock#INSTANCE constant.
  • fc28750 [Java] Bump ByteBuddy to 1.17.6.
  • 1e59803 Revert "[CI] Add JDK 26-ea to the build matrix."
  • 3c0466c Revert "[CI] Switch to Temurin for EA builds."
  • 1eee51b [CI] Switch to Temurin for EA builds.
  • 6f328de [CI] Add JDK 26-ea to the build matrix.
  • 688ff28 [CI] Use macos-15.
  • 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.agrona:agrona](https://github.com/aeron-io/agrona) from 1.21.1 to 2.2.3.
- [Release notes](https://github.com/aeron-io/agrona/releases)
- [Changelog](https://github.com/aeron-io/agrona/blob/master/CHANGELOG.md)
- [Commits](aeron-io/agrona@1.21.1...2.2.3)

---
updated-dependencies:
- dependency-name: org.agrona:agrona
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 20, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 30, 2025

Superseded by #523.

@dependabot dependabot bot closed this Jun 30, 2025
@dependabot dependabot bot deleted the dependabot/maven/org.agrona-agrona-2.2.3 branch June 30, 2025 15:59
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

Comments