Skip to content

Releases: apache/dubbo-hessian-lite

v3.2.7

29 Jun 10:11
Compare
Choose a tag to compare
  • throw 0x41 for large request in hessian InputStream & OutputStream #23
  • Fix hessian2 serialized short, byte is converted to int bug #20
  • Fix float accuracy issues #12
  • 修复hessian在集合类反序列化时,包装类为null返回基本类型默认值的bug #11

v3.2.5

19 Feb 03:37
Compare
Choose a tag to compare
  • fix unnecessary classloading during hessian2 deserialization #7
  • Convert cobertura to jacoco #5

v3.2.4

27 Jul 06:09
Compare
Choose a tag to compare
  • Hessian deserialization optimization
  • Support Locale type
  • Fix Set Serialize data lost, #2
  • Fix hessian2 serialization infinit recursion(StackOverflowError) when object's writeReplace method returns the object itself, #1