apache/dubbo-go-hessian2
caucho hessian2 implementation in Go for [apache/dubbo-go](https://github.com/apache/dubbo-go) which is compatible with [dubbo-hessian-lite](https://github.com/apache/dubbo-hessian-lite)
GoApache-2.0
Issues
- 3
how to rewrite attachment
#189 opened by champly - 0
Improved unit test coverage
#198 opened by zonghaishang - 1
- 1
修复hessian在集合类反序列化时,包装类为null返回基本类型默认值的bug
#182 opened by zonghaishang - 0
There is bug in #pr 208
#211 opened by cvictory - 1
Add go struct refer to java.util.EnumSet
#231 opened by AlexStocks - 1
Add request metadata cache
#233 opened by AlexStocks - 1
Add Go struct refer to java.util.Locale
#230 opened by AlexStocks - 1
Add go struct refer to java.util.UUID
#232 opened by AlexStocks - 1
decode fail when received string from server,and string contains emoji and chinese
#252 opened by yakecanlee - 7
解析java 返回的dubbo数据偶尔会报not enough buf
#248 opened by jack15083 - 2
hard coded credential?
#246 opened by asottile - 6
有关于java server端 泛型的问题
#238 opened by milerL - 11
一个包含多个序列化值的字节数组进行反序列化的问题
#241 opened by wisetim - 2
- 22
- 0
- 2
request 中带枚举类型,在 packRequest 过程中出现 error
#187 opened by panyfun - 2
dubbogo-hessian2 can not unmarshal the object while it contains too many map-object which are initialized as nil
#215 opened by xc19950304 - 1
Fix: dubbogo-hessian2 can not unmarshal []byte
#214 opened by xc19950304 - 7
Add: go struct for jdk8 time
#193 opened by AlexStocks - 4
javaBean返回的字段信息比struct多的时候,无法反序列化
#183 opened by bobopan - 1
Fix float accuracy issues
#181 opened by zonghaishang - 0
Imp: check log level before log
#184 opened by AlexStocks - 0
Fix: bugs of apache/dubbo-hesisan-lite v3.2.7
#176 opened by AlexStocks - 1
[性能优化]提升hessian库解码string的性能
#186 opened by zonghaishang - 0
- 2
some issues needed to fix for v1.5.0
#177 opened by wongoo - 1
Use go reflection in JIT way
#169 opened by AlexStocks - 2
Add: apache license checker
#173 opened by AlexStocks - 1
Todo: fix the problems of v1.4
#170 opened by AlexStocks - 1
关于对 Java Collection 的支持
#122 opened by YGrylls - 1
支持解码dubbo请求方法复杂类型,晚点提pr
#164 opened by zonghaishang - 0
修复hessian解码dubbo response attachment问题
#168 opened by zonghaishang - 2
支持解码dubbo服务调用attachment
#163 opened by zonghaishang - 1
Fix: ineffassign and golint by goreportcard.com
#152 opened by AlexStocks - 0
Java's Extends and Go's Embed: Java 继承与 Go 嵌入字段
#157 opened by micln - 1
flat anonymons fields
#153 opened by micln - 4
HessianCodec包头长度检查异常
#156 opened by witkeysa - 4
go serialization & java unserialization issue
#149 opened by SuperWonggeorge - 3
Add: mapping go *bool to java Boolean
#123 opened by wongoo - 1
Add: mapping go *int64 to java Long
#125 opened by wongoo - 1
Add: mapping go *float64 to java Float
#126 opened by wongoo - 2
关于map的解析
#119 opened by fangyincheng - 3
reading github.com/apache/dubbo-go-hessian2/@v/v1.2.4-0.20190807202824-177b9c667283.mod
#143 opened by arieslee - 3
没有找到 java.math.BigInteger 在 golang 中的对应的类型,辛苦支持一下
#140 opened by fionawp - 1
反序列化咨询
#145 opened by zonghaishang - 0
Add: mapping go *int to java Integer
#124 opened by wongoo - 1
1.2.4版本mod 名称错误导致go mod 解析失败
#134 opened by Jackson-soft - 8
fix:go emoji to java emoji(a character takes up 3-4 bytes of special symbols)
#129 opened by pantianying