Support deserialization of nested generics (Byte/Short)#63
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #63 +/- ##
============================================
- Coverage 27.79% 27.49% -0.30%
+ Complexity 563 553 -10
============================================
Files 93 94 +1
Lines 6487 6411 -76
Branches 1077 1027 -50
============================================
- Hits 1803 1763 -40
+ Misses 4448 4430 -18
+ Partials 236 218 -18 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Dubbo Hessian Lite is not ready to continue incorporating new features. Dubbo is migrating the serialization protocol to fastjson2, if there are new functions, please verify on fastjson2. Since there are so many changes to this PR, I'm afraid we won't be able to merge. |
|
Actually this is a bug fix, I found this bug two years ago, and this bug still exists until today, use dubbo- samples-generic-invocation can reproduce this bug. When the parameter type of the call is |
|
After installing hessian-lite SNAPSHOT locally, use DecodeableRpcInvocationTest.java for testing. |
|
Adaptation on Dubbo side: Comparing apache:3.1...tianshuang:generic_invocation · apache/dubbo · GitHub, all Dubbo tests have passed. |
Support deserialization of nested generics (Byte/Short), such as
List<Byte>andList<Short>.