Skip to content

Comments

Bump org.agrona:agrona from 1.21.1 to 2.0.1#496

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2025

Bumps org.agrona:agrona from 1.21.1 to 2.0.1.

Release notes

Sourced from org.agrona:agrona's releases.

2.0.1

  • [Java] Deprecated ThreadHints. (#312)
  • [Java] Adds a new convenience constructor to SleepingIdleStrategy. (#310)
  • [Java] Improved ordering/atomic doc in AtomicBuffer. (#309)
  • [Java] Upgrade to Mockito 5.15.2.
  • [Java] Upgrade to Checkstyle 10.21.1.
  • [CI] Add JDK 25-ea to the build matrix.

2.0.0

Breaking changes

  • org.agrona.UnsafeAccess was removed. Use org.agrona.UnsafeApi instead. Note: --add-opens java.base/jdk.internal.misc=ALL-UNNAMED JVM option must be specified in order to use org.agrona.UnsafeApi.

  • org.agrona.concurrent.MemoryAccess was removed. Use either the equivalent APIs provided by org.agrona.UnsafeApi or java.lang.invoke.VarHandle.

  • org.agrona.concurrent.SigIntBarrier was removed. Use org.agrona.concurrent.ShutdownSignalBarrier instead.

Changelog

  • [Java] Added API to compute CRC-32C (org.agrona.checksum.Crc32c) and CRC-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.

  • [Java] stop allocating on addAll / removeAll on ObjectHashSet. (#308)

  • [Java] Run Mockito as Agent, i.e. fix the following warning.

  • [Doc] Remove reference to java 8 (#304)

  • [Gradle] Disable auto detection of JVMs to force a specific JVM for test execution in CI.

  • [Gradle] Use Gradle's version catalog feature for declaring dependencies.

  • [Java] Add concurrent tests for getAndAdd and getAndSet operations.

  • [Java] Improve RingBuffer tests by reading one message at a time and minimizing the number of valid states.

  • [Java] Fail build on JavaDoc errors.

  • [Java] Use JUnit BOM.

  • [Java] Upgrade to Gradle 8.11.1.

  • [Java] Upgrade to Checkstyle 10.21.0.

  • [Java] Upgrade to ByteBuddy 1.15.11.

  • [Java] Upgrade to bnd 7.1.0.

  • [Java] Upgrade to Shadow 8.3.5.

  • [Java] Upgrade to JUnit 5.11.4.

  • [Java] Upgrade to Guava TestLib 33.4.0-jre.

1.23.1

  • [Java] Fix Object2IntHashMap#merge resizing the map while updating an existing key.

1.23.0 (JDK 17 migration)

Breaking changes

  • JDK 17 is required for compiling and running!
  • Removed NioSelectedKeySet and the corresponding TransportPoller.selectedKeySet field.
  • Removed MappedResizeableBuffer class to avoid having to open an internal JDK module (i.e. --add-opens java.base/sun.nio.ch=ALL-UNNAMED).
  • Removed RecordBuffer class.

Changelog

  • [Java] Improved documentation for the BackoffIdleStrategy. #297

... (truncated)

Commits
  • 2a58e4f 2.0.1 released.
  • b7817b9 Revert "[Java] Upgrade to Gradle 8.12."
  • 075579d [Java] Upgrade to Gradle 8.12.
  • 950111b [Java] Upgrade to Checkstyle 10.21.1.
  • 8411916 [Java] Upgrade to Mockito 5.15.2.
  • 2e52a79 Deprecated ThreadHints. (#312)
  • ebe8c75 SleepingIdleStrategy improved zero period doc. (#311)
  • 68887bf Adds a new convenience constructor to SleepingIdleStrategy. (#310)
  • 5c65251 [Java] Use different URI for early access JDK build.
  • 7d04c25 [Java] Fix JavaDoc location.
  • 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/real-logic/agrona) from 1.21.1 to 2.0.1.
- [Release notes](https://github.com/real-logic/agrona/releases)
- [Commits](aeron-io/agrona@1.21.1...2.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 15, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 27, 2025

Superseded by #502.

@dependabot dependabot bot closed this Feb 27, 2025
@dependabot dependabot bot deleted the dependabot/maven/org.agrona-agrona-2.0.1 branch February 27, 2025 13:12
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants