tiltwind opened a new pull request, #347: URL: https://github.com/apache/dubbo-go-hessian2/pull/347
**What this PR does**: mark array types deprecated, to notice users the following types will not be supported in the next major version. ```go hessian.IntegerArray hessian.ByteArray hessian.ShortArray hessian.BooleanArray hessian.LongArray hessian.FloatArray hessian.DoubleArray hessian.CharacterArray ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
