Fixed hashCode cause StackOverflowError issue for scala3 project#99
Fixed hashCode cause StackOverflowError issue for scala3 project#99fkong-bgl wants to merge 1 commit intoapache:feature-1.xfrom
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.