the3rd

Results 5 issues of the3rd

### 问题描述 把GenericFastJsonRedisSerializer配置到RedisTemplate之后,如果put一个Long类型的值作为初始值,比如: 1L,随后执行increment,会报:ERR value is not an integer or out of range ### 期待的正确结果 使用GenericFastJsonRedisSerializer后,可以用Long去初始化redis的value,不会影响后继的increment操作。 #### 附加信息 出错后,查看redis发现其值为字符串“1L”,而不是“1”,redis无法对“1L”进行处理。和jackson对比: ```java public static void main(String[] args) throws JsonProcessingException { Long n...

bug

### 问题描述 使用默认feature时,JSON.toJSON和JSON.toJSONString对值为null的属性处理逻辑不一致, JSON.toJSON保留了值为null的属性,JSON.toJSONString则忽略了null值属性。 ### 期待的正确结果 JSON.toJSON默认也忽略null值属性,除非显式指明JSONWriter.Feature.WriteNulls。

bug

### Before Creating the Enhancement Request - [x] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Programming Language of the Client Java...

type/enhancement

### Before Creating the Bug Report - [x] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq-clients/discussions). - [x] I have searched the...

type/bug

### Pre-check - [x] I am sure that all the content I provide is in English. ### Search before asking - [x] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found...

status/waiting-for-feedback