fix: add support for updating an individual field with pojo in all update method#136
Conversation
Codecov Report
@@ Coverage Diff @@
## master #136 +/- ##
============================================
+ Coverage 71.56% 71.63% +0.06%
- Complexity 968 969 +1
============================================
Files 62 62
Lines 5202 5224 +22
Branches 579 579
============================================
+ Hits 3723 3742 +19
- Misses 1299 1302 +3
Partials 180 180
Continue to review full report at Codecov.
|
BenWhitehead
left a comment
There was a problem hiding this comment.
Thanks @suraj-qlogic Can you add some tests to ensure that this fix is covering what is asked for in the original bug, and to ensure it doesn't accidentally get broken in the future.
| } | ||
| } | ||
|
|
||
| public static class FooModel { |
There was a problem hiding this comment.
Do you mind re-using the SingleField example Pojo that exists in this class?
|
@BenWhitehead This looks good to me, but we should try to replace the FooModel usage with SingleField before merging. |
schmidt-sebastian
left a comment
There was a problem hiding this comment.
Thanks, this LGTM.
Fixes #126