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

Implement converters for RX Java 3 #654

Merged
merged 1 commit into from
Aug 27, 2021

Conversation

cescoffier
Copy link
Contributor

Fix #653 - Implement the converters for RX Java 3 types

@codecov
Copy link

codecov bot commented Aug 18, 2021

Codecov Report

Merging #654 (a17292b) into main (a0ce81d) will increase coverage by 0.17%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #654      +/-   ##
============================================
+ Coverage     90.01%   90.18%   +0.17%     
+ Complexity     3018     2982      -36     
============================================
  Files           395      374      -21     
  Lines         11829    11752      -77     
  Branches       1478     1478              
============================================
- Hits          10648    10599      -49     
+ Misses          605      590      -15     
+ Partials        576      563      -13     
Impacted Files Coverage Δ
...ye/mutiny/converters/multi/MultiRx3Converters.java 100.00% <100.00%> (ø)
...allrye/mutiny/converters/uni/UniRx3Converters.java 100.00% <100.00%> (ø)
.../io/smallrye/mutiny/helpers/queues/DrainUtils.java 75.55% <0.00%> (-4.45%) ⬇️
...tiny/operators/multi/MultiBufferWithTimeoutOp.java 73.10% <0.00%> (-1.69%) ⬇️
...erators/multi/builders/SerializedMultiEmitter.java 83.54% <0.00%> (-1.27%) ⬇️
.../smallrye/mutiny/converters/uni/ToCompletable.java
...mallrye/mutiny/converters/uni/FromCompletable.java
...lrye/mutiny/converters/uni/ToSingleFailOnNull.java
...rye/mutiny/converters/uni/ToSingleWithDefault.java
.../io/smallrye/mutiny/converters/uni/FromSingle.java
... and 33 more

@jponge jponge added this to the 1.1.0 milestone Aug 27, 2021
@jponge jponge added the enhancement New feature or request label Aug 27, 2021
@jponge jponge merged commit 61c540d into smallrye:main Aug 27, 2021
@cescoffier cescoffier deleted the rxjava3-converter branch August 31, 2022 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for RXJava3 Types
2 participants