-
Notifications
You must be signed in to change notification settings - Fork 62
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
Fix resolver returning null when record has service objects or map of service objects as its field #1029
Fix resolver returning null when record has service objects or map of service objects as its field #1029
Conversation
Codecov ReportBase: 86.75% // Head: 86.78% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## 2201.2.x #1029 +/- ##
============================================
+ Coverage 86.75% 86.78% +0.02%
============================================
Files 60 60
Lines 4531 4533 +2
Branches 2497 2496 -1
============================================
+ Hits 3931 3934 +3
Misses 557 557
+ Partials 43 42 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
How does this handle the subscription scenarios? SInce the subscriptions are handled through a separate flor in 2201.2.x branch, we have to fix that.
Yes I noticed subscription is handled in java level and this bug is not present in java implementation. I'll update the PR with test cases for subscription |
Purpose
Fixes: #3466
Fixes: #3579
Examples
Checklist
Updated the specChecked native-image compatibility