-
Notifications
You must be signed in to change notification settings - Fork 8.9k
optimize: the problem of type inconsistency caused by deserialization of BusinessActionContext #5017
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…erialization of BusinessActionContext
funky-eyes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add test cases
|
get it |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## develop #5017 +/- ##
=============================================
+ Coverage 48.76% 48.79% +0.03%
- Complexity 4173 4195 +22
=============================================
Files 743 749 +6
Lines 26626 26685 +59
Branches 3327 3328 +1
=============================================
+ Hits 12984 13022 +38
- Misses 12241 12258 +17
- Partials 1401 1405 +4
|
…n TCC mode is changed from fastjson to jackson
| private ContextSerializerFactory() {} | ||
|
|
||
| // ContextSerializer cache | ||
| private static final ConcurrentMap<String, ContextSerializer> INSTANCES = new ConcurrentHashMap<>(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
private static final Map<String, ContextSerializer> INSTANCES = new ConcurrentHashMap<>();
…zation of BusinessActionContext
Ⅰ. Describe what this PR did
Ⅱ. Does this pull request fix one issue?
fixes #5011
fixes #5334
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews