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

Replace old MPSC/SPSC queues with JCTools #1413

Closed
wants to merge 3 commits into from

feat: use upstream JCTools 4.0.2

c4523f4
Select commit
Loading
Failed to load commit list.
Closed

Replace old MPSC/SPSC queues with JCTools #1413

feat: use upstream JCTools 4.0.2
c4523f4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 22, 2023 in 0s

89.07% (-0.30%) compared to 3af3da1

View this Pull Request on Codecov

89.07% (-0.30%) compared to 3af3da1

Details

Codecov Report

Merging #1413 (c4523f4) into main (3af3da1) will decrease coverage by 0.30%.
Report is 6 commits behind head on main.
The diff coverage is 79.78%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #1413      +/-   ##
============================================
- Coverage     89.37%   89.07%   -0.30%     
+ Complexity     3368     3268     -100     
============================================
  Files           459      456       -3     
  Lines         13454    13234     -220     
  Branches       1655     1640      -15     
============================================
- Hits          12024    11788     -236     
- Misses          794      805      +11     
- Partials        636      641       +5     
Files Coverage Δ
...n/java/io/smallrye/mutiny/groups/MultiFlatten.java 100.00% <100.00%> (ø)
...e/mutiny/operators/multi/MultiCombineLatestOp.java 86.02% <100.00%> (+0.07%) ⬆️
...smallrye/mutiny/operators/multi/MultiEmitOnOp.java 92.38% <100.00%> (ø)
...mallrye/mutiny/operators/multi/MultiGroupByOp.java 83.25% <100.00%> (ø)
...smallrye/mutiny/operators/multi/MultiWindowOp.java 91.66% <100.00%> (ø)
...ny/operators/multi/builders/EmitterBasedMulti.java 94.33% <100.00%> (ø)
...y/operators/multi/processors/UnicastProcessor.java 95.68% <100.00%> (ø)
...smallrye/mutiny/infrastructure/Infrastructure.java 71.75% <95.83%> (+2.01%) ⬆️
...erators/multi/builders/BufferItemMultiEmitter.java 91.13% <93.75%> (-0.97%) ⬇️
...rators/multi/overflow/MultiOnOverflowBufferOp.java 83.62% <80.00%> (-0.46%) ⬇️
... and 1 more

... and 13 files with indirect coverage changes