-
Notifications
You must be signed in to change notification settings - Fork 258
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
Fixed hashCode cause StackOverflowError issue for scala3 project #99
base: feature-1.x
Are you sure you want to change the base?
Conversation
I think we should add unit test cases to validate . And also verify if this is a widespread issue. 我认为我们应该增加一些单元测试用例作为校验。同时要确认这是否是个普遍的问题。 |
这是一个普遍问题,@EqualsAndHashCode 生成hashCode和toString时,对象循环引用了. 重现测试代码如下:
|
@psxjoy @CaoZhengxi @Chat2DB-Pro |
We’re still assessing the impact. Please verify the following:
Also, should the corresponding hashCode method be overridden? 我们还在评估影响范围。请确认:1.已解决所有冲突;2.已经在test模块中添加对应测试用例。 |
@fkong-bgl 麻烦处理一下冲突文件,我们打算下个版本升级的时候修复这个问题。 |
No description provided.