Skip to content

Bump jctools-core from 3.2.0 to 3.3.0#1685

Merged
eyalkoren merged 1 commit into
masterfrom
dependabot/maven/org.jctools-jctools-core-3.3.0
Mar 8, 2021
Merged

Bump jctools-core from 3.2.0 to 3.3.0#1685
eyalkoren merged 1 commit into
masterfrom
dependabot/maven/org.jctools-jctools-core-3.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 8, 2021

Copy link
Copy Markdown
Contributor

Bumps jctools-core from 3.2.0 to 3.3.0.

Release notes

Sourced from jctools-core's releases.

3.3.0 Minor release, bug fixes etc

3.3.0

This is a minor release with new features and several bug fixes.

Bug fixes:

  • #334 NBHMLong iterators do not remove NO_KEY (thanks @​matteobertozzi)
  • #335 NBHM/Long/Identity iterators only removes keys if values have not changed. Now follow JDK convention.
  • #336 MpscBlockingConsumerArrayQueue: fix race writing to blocked field (thanks @​philipa)
  • #339 fill wakeup call can spin forever(or until a consumer is blocked again) on MpscBlockingConsumerArrayQueue

New features:

  • #340 MpscBlockingConsumerArrayQueue provide a new blocking drain variant (thanks @​franz1981)

Thanks to all the contributors, bug reporters and reviewers!

Changelog

Sourced from jctools-core's changelog.

3.3.0

This is a minor release with new features and several bug fixes.

Bug fixes:

  • #334 NBHMLong iterators do not remove NO_KEY (thanks @​matteobertozzi)
  • #335 NBHM/Long/Identity iterators only removes keys if values have not changed. Now follow JDK convention.
  • #336 MpscBlockingConsumerArrayQueue: fix race writing to blocked field (thanks @​philipa)
  • #339 fill wakeup call can spin forever(or until a consumer is blocked again) on MpscBlockingConsumerArrayQueue

New features:

  • #340 MpscBlockingConsumerArrayQueue provide a new blocking drain variant (thanks @​franz1981)
Commits
  • ae4de72 Bring release notes up to date
  • 92d84a8 Fixes #340 Provide blocking drain for MpscBlockingConsumerArrayQueue
  • 9b06762 Add Override annotation
  • d3ffae4 Fix #339 fill wakeup spin
  • 3539dfa Remove else. Consistent brace alignment.
  • b64dfec Remove race: only the consumer writes to blocked.
  • 9893847 Failing test that demonstrates race writing to the blocked field.
  • 1d42c81 Grudgingly follow the JDK convention for map iterators remove
  • 0f17759 Further test showing quirk in reference impls
  • d5e3af9 NBHM/Long/Identity keySet/values/entrySet iterator.remove fixes
  • 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 [jctools-core](https://github.com/JCTools/JCTools) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/JCTools/JCTools/releases)
- [Changelog](https://github.com/JCTools/JCTools/blob/master/RELEASE-NOTES.md)
- [Commits](JCTools/JCTools@v3.2.0...v3.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 8, 2021
@dependabot dependabot Bot requested a review from a team March 8, 2021 05:00
@codecov-io

Copy link
Copy Markdown

Codecov Report

Merging #1685 (f349f48) into master (16d9925) will increase coverage by 3.72%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1685      +/-   ##
============================================
+ Coverage     66.69%   70.41%   +3.72%     
+ Complexity     3118     2734     -384     
============================================
  Files           286      268      -18     
  Lines         14741    12011    -2730     
  Branches       2006     1569     -437     
============================================
- Hits           9831     8458    -1373     
+ Misses         4213     2982    -1231     
+ Partials        697      571     -126     
Impacted Files Coverage Δ Complexity Δ
...apm/agent/profiler/collections/CollectionUtil.java
...apm/agent/profiler/asyncprofiler/BufferedFile.java
...co/elastic/apm/agent/profiler/SystemNanoClock.java
...agent/profiler/collections/Long2ObjectHashMap.java
...pm/agent/profiler/ProfilingActivationListener.java
...o/elastic/apm/agent/profiler/ProfilingFactory.java
.../co/elastic/apm/agent/profiler/FixedNanoClock.java
...pm/agent/profiler/asyncprofiler/AsyncProfiler.java
...lastic/apm/agent/profiler/collections/Hashing.java
...o/elastic/apm/agent/profiler/SamplingProfiler.java
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 16d9925...f349f48. Read the comment docs.

@ghost

ghost commented Mar 8, 2021

Copy link
Copy Markdown

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Started by user eyalkoren

  • Start Time: 2021-03-08T12:05:17.045+0000

  • Duration: 51 min 28 sec

  • Commit: f349f48

Test stats 🧪

Test Results
Failed 0
Passed 1848
Skipped 14
Total 1862

Trends 🧪

Image of Build Times

Image of Tests

💚 Flaky test report

Tests succeeded.

Expand to view the summary

Test stats 🧪

Test Results
Failed 0
Passed 1848
Skipped 14
Total 1862

@eyalkoren eyalkoren merged commit 115ef3c into master Mar 8, 2021
@eyalkoren eyalkoren deleted the dependabot/maven/org.jctools-jctools-core-3.3.0 branch March 8, 2021 13:14
SylvainJuge pushed a commit to SylvainJuge/apm-agent-java that referenced this pull request Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent-java dependencies Pull requests that update a dependency file

Projects

None yet

3 participants