-
Notifications
You must be signed in to change notification settings - Fork 128
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
Deprecate onSubscribe() in favor or onSubscription() #563
Conversation
@@ -22,9 +22,9 @@ | |||
* | |||
* <pre> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we rename this class to UniOnSubscription?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That'd break runtime compatibility.
@@ -22,9 +22,9 @@ | |||
* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we rename this class to MultiOnSubscription?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That'd break runtime compatibility.
implementation/src/main/java/io/smallrye/mutiny/operators/AbstractMulti.java
Outdated
Show resolved
Hide resolved
implementation/src/main/java/io/smallrye/mutiny/operators/AbstractUni.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## main #563 +/- ##
============================================
+ Coverage 89.67% 90.06% +0.39%
- Complexity 2915 2929 +14
============================================
Files 380 380
Lines 11513 11515 +2
Branches 1450 1452 +2
============================================
+ Hits 10324 10371 +47
+ Misses 610 588 -22
+ Partials 579 556 -23
|
Co-authored-by: Clement Escoffier <[email protected]>
Co-authored-by: Clement Escoffier <[email protected]>
No description provided.