build: upgrade agrona to 2.6.0 - #3543
Merged
Merged
Conversation
Motivation: Aeron 1.53.x depends on agrona 2.6.0. Pekko pinned agrona at 2.5.0 and its scala-steward pin at 2.5.x, which no longer matches the agrona version aeron brings in. Modification: - agronaVersion 2.5.0 -> 2.6.0 in project/Dependencies.scala. - scala-steward agrona pin 2.5. -> 2.6. - Update the example media driver classpath in remoting-artery.md to the current versions. Result: agrona matches the version aeron 1.53.1 depends on and scala-steward will track agrona 2.6.x patch releases. Tests: - Not run locally; relying on CI. References: None - https://repo1.maven.org/maven2/io/aeron/aeron-client/1.53.0/aeron-client-1.53.0.pom
pjfanning
force-pushed
the
agrona-2.6.0
branch
from
September 13, 2026 17:02
ae2f672 to
b2d343b
Compare
Philippus
approved these changes
Sep 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Aeron 1.53.x depends on agrona 2.6.0 (aeron-client-1.53.0.pom). Pekko pinned agrona at 2.5.0 and its scala-steward pin at
2.5., which no longer matches the agrona version aeron brings in.Modification
agronaVersion2.5.0 → 2.6.0 inproject/Dependencies.scala.2.5.→2.6..remoting-artery.mdto the current versions.Result
agrona matches the version aeron 1.53.1 depends on and scala-steward will track agrona 2.6.x patch releases.
Tests
References
None - https://repo1.maven.org/maven2/io/aeron/aeron-client/1.53.0/aeron-client-1.53.0.pom