fix: context context propagation in Uni-calling operators#1985
Merged
jponge merged 1 commit intosmallrye:mainfrom Oct 23, 2025
Merged
fix: context context propagation in Uni-calling operators#1985jponge merged 1 commit intosmallrye:mainfrom
jponge merged 1 commit intosmallrye:mainfrom
Conversation
Member
Author
|
Must be backported to |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1985 +/- ##
============================================
- Coverage 89.14% 89.12% -0.02%
+ Complexity 3070 3067 -3
============================================
Files 409 409
Lines 13068 13093 +25
Branches 1650 1651 +1
============================================
+ Hits 11649 11669 +20
+ Misses 807 805 -2
- Partials 612 619 +7
🚀 New features to boost your workflow:
|
Those operators would subscribe to a Uni, but the current operator context would not be forwarded. Fixes smallrye#1984
8c9558e to
4c56647
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Those operators would subscribe to a Uni, but the current operator context would not be forwarded.
Fixes #1984