deps: Update dependency org.agrona:agrona to v2 (main) #1385
+1
−1
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.
This PR contains the following updates:
1.23.1
->2.1.0
Release Notes
aeron-io/agrona (org.agrona:agrona)
v2.1.0
Compare Source
Changed
get
method declaration to theReadablePosition
class. (eb3b7d284d)Gradle
to 8.13.Checkstyle
to 10.21.3.ByteBuddy
to 1.17.1.Shadow
to 8.3.6.JUnit
to 5.12.0.Added
compareAndExchange
methods toAtomicBuffer
. (#334)getAndAddPlain
toAtomicCounter
. (#328)acquire/release
methods toAtomicBuffer
. (#314)acquire/release
methods toAtomicCounter
. (#315)acquire/release
methods toPosition
. (#316)plain
methods toAtomicCounter
. (#317)opaque
methods toAtomicCounter
. (#319)opaque
methods toAtomicBuffer
. (#313)opaque
methods toPosition
. (#324)timestampRelease
method toMarkFile
. (#318)StatusIndicator
. (#323)Fixed
UnsafeApi#arrayBaseOffset
forwards compatible with JDK 25+ which changed the return type tolong
whereas we keep it asint
.v2.0.1
Compare Source
Changed
ThreadHints
. (#312)Mockito
to 5.15.2.Checkstyle
to 10.21.1.Added
SleepingIdleStrategy
. (#310)v2.0.0
Compare Source
Changed
Gradle
to 8.11.1.Checkstyle
to 10.21.0.ByteBuddy
to 1.15.11.bnd
to 7.1.0.Shadow
to 8.3.5.JUnit
to 5.11.4.Guava TestLib
to 33.4.0-jre.Added
Add API to compute
CRC-32C
(org.agrona.checksum.Crc32c
) andCRC-32
(org.agrona.checksum.Crc32
) checksums.Note: Requires
--add-opens java.base/java.util.zip=ALL-UNNAMED
JVM option at run time in order to use these classes.Add concurrent tests for
getAndAdd
andgetAndSet
operations.Removed
Breaking: Remove
org.agrona.UnsafeAccess
. Useorg.agrona.UnsafeApi
instead.Note:
--add-opens java.base/jdk.internal.misc=ALL-UNNAMED
JVM option must be specified in order to useorg.agrona.UnsafeApi
.Breaking: Remove
org.agrona.concurrent.MemoryAccess
was removed. Use either an equivalent APIs provided byorg.agrona.UnsafeApi
orjava.lang.invoke.VarHandle
.Breaking: Remove
org.agrona.concurrent.SigIntBarrier
. Useorg.agrona.concurrent.ShutdownSignalBarrier
instead.Fixed
Mockito
as Java agent to avoid warning on JDK 21+.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.