Map should fill null values only when set WriteMapNullValue#1837
Map should fill null values only when set WriteMapNullValue#1837jasonjoo2010 wants to merge 2693 commits intoalibaba:masterfrom
Conversation
修复在FastJsonHttpMessageConverter 中使用了spring4.x版本新增的TypeResolvable 导致sp…
add MappingFastJsonMessageConverter and testcase for alibaba#1736
Update maven dependencies
Update maven dependencies
bug fixed for issue alibaba#1763,如果有多层泛型且前面泛型已经实现的情况下,判断下一级泛型
update copyright year
|
|
1 similar comment
|
|
Codecov Report
@@ Coverage Diff @@
## master #1837 +/- ##
============================================
- Coverage 81.06% 81.05% -0.01%
+ Complexity 6210 6209 -1
============================================
Files 137 137
Lines 23081 23081
Branches 5343 5343
============================================
- Hits 18711 18709 -2
- Misses 3024 3025 +1
- Partials 1346 1347 +1
Continue to review full report at Codecov.
|
make it more compatible to previous versions.