linghengqian edited a comment on pull request #15260: URL: https://github.com/apache/shardingsphere/pull/15260#issuecomment-1034934383
To a certain extent, I don't think this is a problem with mockito, after all, the `mockito.version` currently used by ShardingSphere is `3.4.2`, which was launched on `Jul 16, 2020` (refer to https://mvnrepository.com/artifact/org.mockito/mockito-core/3.4.2 ). And after raising `snakeyaml.version` to `1.20`, the `ProcessRegistrySubscriberTest` test class fails, and snakeyaml's `1.20` is released earlier than `org. mockito:mockito-core:3.4.2` is too early (refer to https://mvnrepository.com/artifact/org.yaml/snakeyaml/1.20 ) Update: I noticed that occur in the discussion of https://github.com/spring-projects/spring-boot/issues/13191, I will continue to explore on the 1.23 version for the disappearance of a generic, This may be about https://bitbucket.org/snakeyaml/snakeyaml/issues/387/support-for-generic-types-when-serializing has not yet been closed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
