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

[Bug] Dubbo 版本 3.2.2 JDK 版本 17 使用 tolist 报错 #14144

Closed
4 tasks done
DIDA-lJ opened this issue Apr 30, 2024 · 1 comment
Closed
4 tasks done

[Bug] Dubbo 版本 3.2.2 JDK 版本 17 使用 tolist 报错 #14144

DIDA-lJ opened this issue Apr 30, 2024 · 1 comment
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage

Comments

@DIDA-lJ
Copy link

DIDA-lJ commented Apr 30, 2024

Pre-check

  • 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 version : 3.2.2
JDK version : 17
OS version:Windows 11

Steps to reproduce this issue

When Dubbo version 3.2.2 is used, when JDK version 17 is used, the Java native API tolist will report an error, but the collon(Cortrolltion.tolist) will release the error and will not report an error.
当使用 Dubbo 版本 3.2.2 的时候,当 JDK 版本为 17 的时候,使用 Java 本地的 API tolist 会发生报错,但是使用 collon(Cortrolltion.tolist) 报错则解除,不会发生报错

What you expected to happen

I think it may be due to the difference between the way Java native serialization is used and the way collon serialization is used. It may be due to the fact that Dubbo 3.2.2 is incompatible with Java native serialization, but compatible with collon serialization.
我认为可能是 Java 本地序列化的方式与 collon 序列化的方式有所差别导致的,可能是 Dubbo 3.2.2 版本针对 Java 原生序列化方式不兼容导致,但是对 collon 序列化的方式兼容。

Anything else

I hope I can improve after I know the bug, thank you!
希望在得知 bug 之后可以改进吧,谢谢!

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!

Code of Conduct

@DIDA-lJ DIDA-lJ added component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage labels Apr 30, 2024
@AlbumenJ
Copy link
Member

AlbumenJ commented May 8, 2024

Please submit the issue in English :)

@AlbumenJ AlbumenJ closed this as completed May 8, 2024
@apache apache locked and limited conversation to collaborators May 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage
Projects
Archived in project
Development

No branches or pull requests

2 participants