Skip to content

Bump agrona from 1.7.2 to 1.11.0#23

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

Bump agrona from 1.7.2 to 1.11.0#23
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/org.agrona-agrona-1.11.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 14, 2021

Bumps agrona from 1.7.2 to 1.11.0.

Release notes

Sourced from agrona's releases.

1.11.0

  • Allow for TransportPoller#ITERATION_THRESHOLD to be set from system property.
  • Relocate shadowed ByteBuddy classes in fat JAR.
  • Improve the performance of writing int and long values as ASCII in buffers.
  • Add support for @null property values when reading system properties.
  • Improve hash function for hash based collection.
  • Reduce callstack when unmapping buffers.
  • Move read of clock to inside lock when creating a new entry in the distinct error log.
  • Verify counter is in allocated state when being freed.
  • Add lock-less implementation for distributed and concurrent unique id generation based on Twitter Snowflake algorithm.
  • Upgrade to Mockito 3.11.1.
  • Upgrade to Versions 0.39.0.
  • Upgrade to JUnit 5.7.2.
  • Upgrade to JMH 1.32.
  • Upgrade to ByteBuddy 1.11.2.
  • Upgrade to Shadow 7.0.0.
  • Upgrade to Gradle 7.0.2.

Binaries can be found here...

1.10.0

  • Handle null error handler with CloseHelper.
  • Support NioSelectedKeySet.contains and NioSelectedKeySet.remove to be more efficient on Java 11+.
  • Add Java 17-ea to the build matrix.
  • Improve Javadoc.
  • Detect thread interrupt after an exception in Agent.doWork.
  • Fix race condition with OffsetEpochNanoClock used across threads. [PR #220](real-logic/agrona#220).
  • Provide the ability to thread dump to a StringBuilder.
  • Add ability to query for number of remaining available counters in a CountersManager.
  • Upgrade to Guava testlib 30.1.1-jre.
  • Upgrade to Versions 0.38.0.
  • Upgrade to JMH 1.29.
  • Upgrade to BND 5.3.0.
  • Upgrade to JUnit 5.7.1.
  • Upgrade to ByteBuddy 1.10.22.
  • Upgrade to Checkstyle 8.39.
  • Upgrade to Mockito 3.9.0.
  • Upgrade to Gradle 6.8.3.

Binaries can be found here...

1.9.0

  • Record errors as distinct in the DistinctErrorLog with unique messages.
  • Add controlled read methods to ring buffers. [Issue #227](real-logic/agrona#227).
  • Provide the ability to control the order of precedence when loading system properties. [Issue #226](real-logic/agrona#226).
  • Add Java 16 EA to build matrix.
  • Upgrade to Gauva tests 30.1-jre.
  • Upgrade to JUnit 4.13.1 for vintage engine.
  • Upgrade to Checkstyle 8.38.
  • Upgrade to ByteBuddy 1.10.18.

... (truncated)

Commits
  • 84ccbe9 1.11.0 released.
  • 42bb4f9 Update README.
  • 4eb6da4 Update README.
  • 7d333be Tidy up.
  • ea6085c Upgrade to Mockito 3.11.1 and ByteBuddy 1.11.2.
  • 80e6745 Javadoc.
  • 740785d Allow for TransportPoller.ITERATION_THRESHOLD to be configurable from a syste...
  • 4124171 [Java] Upgrade to Mockito 3.11.0 and ByteBuddy 1.11.1.
  • 41c0361 Restore missing classifier.
  • 318d4cf Relocate shadowed ByteBuddy.
  • 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 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 [agrona](https://github.com/real-logic/agrona) from 1.7.2 to 1.11.0.
- [Release notes](https://github.com/real-logic/agrona/releases)
- [Commits](aeron-io/agrona@1.7.2...1.11.0)

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

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

dependabot bot commented on behalf of github Aug 6, 2021

Superseded by #25.

@dependabot dependabot bot closed this Aug 6, 2021
@dependabot dependabot bot deleted the dependabot/gradle/org.agrona-agrona-1.11.0 branch August 6, 2021 19:03
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