Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String #11157

Open
1 task
asimplepeople opened this issue Dec 15, 2022 · 3 comments
Open
1 task
Labels
help wanted Everything needs help from contributors type/bug Bugs to being fixed

Comments

@asimplepeople
Copy link

  • I have searched the issues of this repository and believe that this is not a duplicate.

Environment

  • Dubbo version: 2.7.3
  • Operating System version: xxx
  • Java version: xxx

Steps to reproduce this issue

  1. 编写request

public class xxxxxxRequest implements Serializable {
private static final long serialVersionUID = 1L;
private List ids;
}
泛化调用
"request": {
"ids": [1]
}
2. image
4. image

Pls. provide [GitHub address] to reproduce this issue.

Expected Behavior

正确的抛出类型转换错误而不是在调用for循环的时候抛类型转换错误

Actual Behavior

If there is an exception, please attach the exception trace:

Just put your stack trace here!
@asimplepeople asimplepeople added the type/bug Bugs to being fixed label Dec 15, 2022
@EarthChen
Copy link
Member

plz update latest version to try it.

@samyScott
Copy link

please assign to me

@CrazyHZM
Copy link
Member

@samyScott
Is there any progerss?

@CrazyHZM CrazyHZM added the help wanted Everything needs help from contributors label Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Everything needs help from contributors type/bug Bugs to being fixed
Projects
Status: No status
Development

No branches or pull requests

4 participants