Jermaine Hua

Results 15 issues of Jermaine Hua

从1.2.70版本升级到1.2.83版本,发现早期版本JSONField的别名和属性名会同时生效,而在最新的版本中,只会按照别名的格式进行序列化和发序列化。 比如 ``` @JSONField( name="first_name") private String firstName; ``` 只能反序列化下划线格式的数据,而并不在支持小驼峰式。这是在某个版本迭代中正常的变更吗?

Signed-off-by: crazyhzm # Description ## Issue reference Please reference the issue this PR will close: #4941 ## Checklist Please make sure you've completed the relevant tasks for this PR, out...

The security issues of FastJson v1 continued, causing trouble for some users of Dubbo, At present, FastJson has released the v2 version and solved the security risks in the v1...

type/discussion

## What is the purpose of the change Solve https://github.com/apache/dubbo/issues/8777 ## Brief changelog ## Verifying this change ## Checklist - [x] Make sure there is a [GitHub_issue](https://github.com/apache/dubbo/issues) field for the...

**What content needs to be created or modified?** Do we need to specify which `Kubernetes annotations ` are used as `daprd` command line parameter values? In the list in this...

content/missing-information

# Description _Please explain the changes you've made_ ## Issue reference We strive to have all PR being opened based on an issue, where the problem or feature have been...

## Expected Behavior ## Actual Behavior ## Steps to Reproduce the Problem ## Release Note RELEASE NOTE:

Related issues: https://github.com/apache/dubbo/issues/10235

missing-documentation

## Ask your question here link:https://github.com/apache/dubbo/issues/5882

## Describe the proposal After Dubbo3.0, we need to provide a more comprehensive configuration description.