Yu Shou-Qiu

Results 5 issues of Yu Shou-Qiu

### 当前使用版本(必填,否则不予处理) 3.5.2 ### 该问题是如何引起的?(确定最新版也有问题再提!!!) 写入H2数据库时 JSON 对象写入成了 JSON String 对象. ### 重现步骤(如果有就写完整) ```java @Data @TableName(value = "json_table", autoResultMap = true) public class JsonModel { @TableId(type = IdType.AUTO) private Integer...

Interface `ConfigurableEnvironment` should be enough for bellow code: code link: https://github.com/apache/rocketmq-spring/blob/21097621e092a618709f8220ee2ccd0acbaa3af0/rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/autoconfigure/ListenerContainerConfiguration.java#L55 My application has a customized `ConfigurableEnvironment` implementation, but it cannot startup correctly. Below is a demo code fragment: ```java...

enhancement

## What is the purpose of the change It's better to depend on interface than on a concrete class. see issue #477 for detail. ## Brief changelog change StandardEnvironment to...

https://github.com/dadiyang/equator/blob/270b50c8debac54cff49464178cfd9b8d3130f3a/pom.xml#L49 scope for org.hamcrest:hamcrest-core should be `test` rather than `tests`.

when kernel time is greater than 1s, it will failt with bellow erro: ``` File "/workspace/DeepEP/tests/test_internode.py", line 205, in test_main t, notify_t = bench_kineto(lambda: buffer.dispatch(**tune_args), ('dispatch', 'notify'), suppress_kineto_output=True) ^^^^^^^^^^^ ValueError:...