forked from smallrye/smallrye-mutiny
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!(Uni): align the Uni::eventually operators to onTermination() sem…
…antics The Uni::eventually(Runnable) operator had been previously moved from onItemOrFailure() to onTermination() semantics so as to handle cancellation on top of already handling items and failures. This aligns the `eventually(Supplier<Uni<T>>)` variant with its `eventually(Runnable)` counterpart. Fixes smallrye#1742. BREAKING CHANGE: this may break code bases where onItemOrFailure() semantics were correctly assumed and cancellation was handled separately.
- Loading branch information
Showing
2 changed files
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters