Skip to content

Comments

Bump org.agrona:agrona from 1.21.1 to 2.0.0#491

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 24, 2024

Bumps org.agrona:agrona from 1.21.1 to 2.0.0.

Release notes

Sourced from org.agrona:agrona's releases.

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
  • [Java] Resolve pid using ProcessHandle.current().pid().
  • [Java] Use Thread.onSpinWait().
  • [Java] Use invokeCleaner without MethodHandles.
  • [Java] Remove Selector hacks in favor of the new java.nio.channels.Selector.selectNow(Consumer<SelectionKey>) API.
  • [Java] Upgrade to Gradle 8.10.
  • [Java] Upgrade to ByteBuddy 1.15.0.
  • [Java] Upgrade to Shadow 8.3.0.
  • [Java] Upgrade to bnd 7.0.0.

... (truncated)

Commits
  • 6029946 2.0.0 released.
  • dbc3d4e [Java] Simplify force clause.
  • b8a1783 [Java] Upgrade to Guava TestLib 33.4.0-jre.
  • 04e92fc [Java] Upgrade to JUnit 5.11.4.
  • c970f4a [Java] Add @since 2.0.0.
  • 03d3bc0 [Java] Upgrade to ByteBuddy 1.15.11.
  • 6bca476 [Java] Implement SigInt using jdk.internal.misc.Signal.
  • 8e0c81a [Java] Fix JavaDoc error.
  • 67cd891 [Java] Upgrade to Checkstyle 10.21.0.
  • d58733a [TomM] stop allocating on addAll / removeAll on ObjectHashSet. (#308)
  • 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.0.
- [Release notes](https://github.com/real-logic/agrona/releases)
- [Commits](aeron-io/agrona@1.21.1...2.0.0)

---
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 Dec 24, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 15, 2025

Superseded by #496.

@dependabot dependabot bot closed this Jan 15, 2025
@dependabot dependabot bot deleted the dependabot/maven/org.agrona-agrona-2.0.0 branch January 15, 2025 13:26
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