-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support java wrapper types #349
Comments
This was referenced Feb 12, 2023
建议像这种知识,更新到 readme 里面。readme 现在很贫瘠,我前边还建了个issue #342 |
5 tasks
currently, the dubbo-go ci is pass for the major version , see apache/dubbo-go#2222 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
What would you like to be added:
Support java wrapper types.
Why is this needed:
Many users need types in golang which maps the java wrapper types , including Interger,Long,Short,Float,Double,Character.
So I think it's an important feature should being supported as soon as possible. I spend a few days to add this feature.
New supported java wrapper types:
BUT,BUT,BUT it is NOT forward compatible.
The following types art not supported from v2.0.0, if u use these types, use the replacing types instead:
The 2.0 branch includes the following changes:
*hessian.Rune
to ref java.lang.Charactercom.caucho.hessian.test
.Because it's not forward compatible, I will push it to 2.0 branch first, u can upgrade and test it by executing
go get github.com/apache/dubbo-go-hessian2@2.0
.If u meet some problem, pls tell us in this issue. Thanks!
The text was updated successfully, but these errors were encountered: