-
Notifications
You must be signed in to change notification settings - Fork 1.4k
use static TypeReference object #12776
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
use static TypeReference object #12776
Conversation
8314316 to
ce6b0d1
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12776 +/- ##
============================================
+ Coverage 61.75% 62.11% +0.36%
+ Complexity 207 198 -9
============================================
Files 2436 2492 +56
Lines 133233 135952 +2719
Branches 20636 21036 +400
============================================
+ Hits 82274 84443 +2169
- Misses 44911 45262 +351
- Partials 6048 6247 +199
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
ready for review |
e440fc5 to
f6b7ad1
Compare
|
please review @gortiz @Jackie-Jiang |
Jackie-Jiang
left a comment
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.
Let's add a method Map<String, Object> stringToMap(String jsonString) into JsonUtils
would you prefer Map<String, Object> or Map<String, String> MinionClient uses Map<String, String> |
|
Sorry didn't notice these 2 references are different.. In that case the previous commit is more clear |
Ack. I have removed JsonUtils stringToMap. I just pushed the revert. |
d561db1 to
9d35bb4
Compare
|
Test suite passes |
|
Ready for review |
9d35bb4 to
97dfc8f
Compare
This reverts commit 19fe28b99dd4730e3c1107977c39f55123b5af71.
97dfc8f to
5bc4376
Compare
No description provided.