You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am sure that all the content I provide is in English.
Search before asking
I had searched in the issues and found no similar issues.
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
Dubbo java 3,2.11 jdk1.8
Steps to reproduce this issue
When using the default fastjson2, if the interface contains a parameter that is: String[], the error is returned: com.alibaba.fastjson2.JSONException: not support autotype : [String, offset 10,
When the production side is changed to Hessian2, it can be used normally, and fastjson2 can support the String[] parameter?
当使用默认fastjson2,接口如果包含有参数是:String[],返回错误:com.alibaba.fastjson2.JSONException: not support autotype : [String, offset 10,
当将生产端改成Hessian2,就可以正常使用,可以让fastjson2支持String[]参数?
What you expected to happen
Can fastjson2 support String[]?
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Yes I am willing to submit a pull request on my own!
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
Dubbo java 3,2.11 jdk1.8
Steps to reproduce this issue
When using the default fastjson2, if the interface contains a parameter that is: String[], the error is returned: com.alibaba.fastjson2.JSONException: not support autotype : [String, offset 10,
When the production side is changed to Hessian2, it can be used normally, and fastjson2 can support the String[] parameter?
当使用默认fastjson2,接口如果包含有参数是:String[],返回错误:com.alibaba.fastjson2.JSONException: not support autotype : [String, offset 10,
当将生产端改成Hessian2,就可以正常使用,可以让fastjson2支持String[]参数?
What you expected to happen
Can fastjson2 support String[]?
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: