Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump agrona from 1.17.1 to 1.18.0 #328

Merged
merged 1 commit into from
Mar 31, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2023

Bumps agrona from 1.17.1 to 1.18.0.

Release notes

Sourced from agrona's releases.

1.18.0

  • Add buffer alignment optimisations and checks (STRICT_ALIGNMENT_CHECKS). PR #267.
  • Add missing copy constructors on maps. PR #275.
  • Add implementation of DataInput interface that reads from DirectBuffer. PR #274.
  • Fix shut down signal barrier jvm signal not called. PR #271.
  • Add CodeQL workflow for GitHub code scanning. PR #268.
  • Allow ExpandableDirectByteBuffer to grow up to 2147483584 bytes, i.e. the last aligned value to which Alignment can be added without causing an overflow.
  • Add align methods for longs.
  • Make map/unmap by address work on JDK 20.
  • Rename SystemUtil.isX86Arch to isX64Arch.
  • Change algorithm for rehash so bounds check is done on loop level to help optimiser.
  • Eliminate int vs long comparison in IoUtil.mapNewFile.
  • Declare NumberFormatException on Strings.parseIntOrDefault.
  • Fix ExpandableArrayBuffer and UnsafeBuffer toString when using a raw array.
  • Add CountersManager.toString.
  • Fix HighResolutionTimer race conditions.
  • Exit early if the DistinctErrorLog buffer is full.
  • Invoke the EpochClock.time outside the synchronized block.
  • Fix ExpandableArrayBuffer.checkLimit regression, i.e. grow capacity if the limit exceeds current capacity.
  • Do not use 128 bytes as a minimum length when growing the buffer, i.e. allow smaller buffers to grow slower.
  • Upgrade to ByteBuddy 1.14.3.
  • Upgrade to JUnit 5.9.2
  • Upgrade to Mockito 4.11.0.
  • Upgrade to Gradle 7.6.
  • Upgrade JMH to 1.36.
  • Upgrade to versions plugin 0.46.0.
  • Upgrade to JCStress 0.16
  • Upgrade BND to 6.4.0
  • Add mockito-inline dependency.
Commits

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.17.1 to 1.18.0.
- [Release notes](https://github.com/real-logic/agrona/releases)
- [Commits](real-logic/agrona@1.17.1...1.18.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 Mar 29, 2023
@rayokota rayokota merged commit b722801 into master Mar 31, 2023
1 check passed
@rayokota rayokota deleted the dependabot/maven/org.agrona-agrona-1.18.0 branch March 31, 2023 02:38
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.

None yet

1 participant