apache / dubbo-hessian-lite

Hessian Lite for Apache Dubbo
Apache License 2.0
53 stars 47 forks source link

fix the deserializer for UUID #65

Closed xtyuns closed 4 months ago

xtyuns commented 1 year ago

Close #64

codecov-commenter commented 1 year ago

Codecov Report

Merging #65 (1677272) into master (5727b36) will increase coverage by 0.19%. The diff coverage is 44.44%.

@@             Coverage Diff              @@
##             master      #65      +/-   ##
============================================
+ Coverage     27.79%   27.99%   +0.19%     
- Complexity      563      568       +5     
============================================
  Files            93       93              
  Lines          6487     6491       +4     
  Branches       1077     1077              
============================================
+ Hits           1803     1817      +14     
+ Misses         4448     4440       -8     
+ Partials        236      234       -2     
Impacted Files Coverage Δ
...libaba/com/caucho/hessian/io/UUIDDeserializer.java 50.00% <44.44%> (ø)
...m/alibaba/com/caucho/hessian/io/Hessian2Input.java 22.32% <0.00%> (+0.22%) :arrow_up:
.../alibaba/com/caucho/hessian/io/Hessian2Output.java 31.17% <0.00%> (+1.02%) :arrow_up:
...libaba/com/caucho/hessian/util/IdentityIntMap.java 50.00% <0.00%> (+2.38%) :arrow_up:
...a/com/caucho/hessian/io/StringValueSerializer.java 64.70% <0.00%> (+11.76%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

AlbumenJ commented 4 months ago

Already fixed in https://github.com/apache/dubbo-hessian-lite/pull/71