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

Add missing decoration of Callable<V> #956

Merged
merged 1 commit into from
Jun 18, 2022
Merged

Conversation

jponge
Copy link
Member

@jponge jponge commented Jun 18, 2022

No description provided.

@jponge jponge added this to the 2.0.0 milestone Jun 18, 2022
@jponge jponge added bug Something isn't working backport PR that shall be back-ported labels Jun 18, 2022
@jponge jponge requested a review from cescoffier June 18, 2022 08:44
@jponge
Copy link
Member Author

jponge commented Jun 18, 2022

Must be part of the 1.6.0 backport batch

@codecov
Copy link

codecov bot commented Jun 18, 2022

Codecov Report

Merging #956 (30fbd12) into main (af0811d) will increase coverage by 0.16%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #956      +/-   ##
============================================
+ Coverage     89.00%   89.16%   +0.16%     
- Complexity     3132     3146      +14     
============================================
  Files           412      412              
  Lines         12576    12585       +9     
  Branches       1592     1595       +3     
============================================
+ Hits          11193    11222      +29     
+ Misses          728      721       -7     
+ Partials        655      642      -13     
Impacted Files Coverage Δ
...iny/context/BaseContextPropagationInterceptor.java 89.11% <0.00%> (-2.50%) ⬇️
...llrye/mutiny/infrastructure/CallbackDecorator.java 94.73% <0.00%> (-5.27%) ⬇️
...smallrye/mutiny/infrastructure/Infrastructure.java 65.78% <0.00%> (-1.96%) ⬇️
...mallrye/mutiny/operators/multi/MultiFlatMapOp.java 84.19% <0.00%> (-0.92%) ⬇️
...tiny/operators/multi/MultiBufferWithTimeoutOp.java 73.10% <0.00%> (-0.85%) ⬇️
...subscription/SwitchableSubscriptionSubscriber.java 95.20% <0.00%> (-0.80%) ⬇️
...main/kotlin/io/smallrye/mutiny/coroutines/Multi.kt 80.95% <0.00%> (ø)
...java/io/smallrye/mutiny/helpers/Subscriptions.java 80.66% <0.00%> (+1.65%) ⬆️
...io/smallrye/mutiny/operators/uni/UniMemoizeOp.java 93.20% <0.00%> (+1.94%) ⬆️
... and 4 more

@cescoffier cescoffier merged commit 7293524 into main Jun 18, 2022
@cescoffier cescoffier deleted the bug/decorate-callable branch June 18, 2022 12:24
@jponge jponge mentioned this pull request Jun 18, 2022
@jponge jponge modified the milestones: 2.0.0, 2.0.0-milestone1 Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport PR that shall be back-ported bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants