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 Tri协议调用序列化报错 #2231

Closed
pigeon-fancier opened this issue Feb 4, 2024 · 7 comments
Closed

[BUG]Dubbo Tri协议调用序列化报错 #2231

pigeon-fancier opened this issue Feb 4, 2024 · 7 comments
Assignees
Labels
bug Something isn't working fixed
Milestone

Comments

@pigeon-fancier
Copy link

详情请前往:apache/dubbo#13733 (comment)

@pigeon-fancier pigeon-fancier added the bug Something isn't working label Feb 4, 2024
@rowstop
Copy link
Contributor

rowstop commented Feb 5, 2024

你这边先加上nullable临时解决一下, 这样

data class Hello(
        val value: String? = "hello"
)

kotlin 我不太懂,为什么执行到 copy 方法了🤔copy 方法应该要过滤一下?

@wenshao wenshao self-assigned this Feb 8, 2024
@wenshao wenshao added this to the 2.0.47 milestone Feb 8, 2024
@wenshao
Copy link
Member

wenshao commented Feb 8, 2024

https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson2/fastjson2/2.0.47-SNAPSHOT/
问题已修复,请帮忙用2.0.47-SNAPSHOT版本验证,2.0.47版本预计在2月底发布

@wenshao wenshao added the fixed label Feb 8, 2024
@wenshao
Copy link
Member

wenshao commented Feb 24, 2024

https://github.com/alibaba/fastjson2/releases/tag/2.0.47
问题已修复,请用新版本

@wenshao wenshao closed this as completed Feb 24, 2024
@pigeon-fancier
Copy link
Author

https://github.com/alibaba/fastjson2/releases/tag/2.0.47 问题已修复,请用新版本

fastjson2-kotlin还没有2.0.47版本,希望可以同步上,辛苦了

@pigeon-fancier
Copy link
Author

@pigeon-fancier
Copy link
Author

@wenshao
Copy link
Member

wenshao commented Feb 28, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed
Projects
None yet
Development

No branches or pull requests

3 participants