Skip to content

refactor: merge threadpool and json-common modules#8132

Open
slievrly wants to merge 5 commits into
apache:2.xfrom
slievrly:2.x_26_06_06
Open

refactor: merge threadpool and json-common modules#8132
slievrly wants to merge 5 commits into
apache:2.xfrom
slievrly:2.x_26_06_06

Merge branch '2.x' into 2.x_26_06_06

ddd5458
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 25, 2026 in 1s

72.20% (-0.50%) compared to cb9c092

View this Pull Request on Codecov

72.20% (-0.50%) compared to cb9c092

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.20%. Comparing base (cb9c092) to head (ddd5458).
⚠️ Report is 3 commits behind head on 2.x.

Additional details and impacted files
@@             Coverage Diff              @@
##                2.x    #8132      +/-   ##
============================================
- Coverage     72.69%   72.20%   -0.50%     
  Complexity      879      879              
============================================
  Files          1327     1327              
  Lines         50852    50855       +3     
  Branches       6071     6071              
============================================
- Hits          36969    36718     -251     
- Misses        10888    11148     +260     
+ Partials       2995     2989       -6     
Files with missing lines Coverage Δ
...apache/seata/common/json/JsonAllowlistManager.java 0.00% <ø> (ø)
...pache/seata/common/json/JsonSerializerFactory.java 50.00% <ø> (ø)
...eata/common/json/impl/Fastjson2JsonSerializer.java 12.06% <ø> (ø)
...seata/common/json/impl/FastjsonJsonSerializer.java 25.86% <ø> (ø)
...che/seata/common/json/impl/GsonJsonSerializer.java 0.00% <ø> (ø)
.../seata/common/json/impl/JacksonJsonSerializer.java 44.30% <ø> (ø)
...eata/common/thread/PlatformThreadPoolExecutor.java 100.00% <ø> (ø)
...eata/common/thread/PlatformThreadPoolProvider.java 100.00% <ø> (ø)
...org/apache/seata/common/thread/ThreadPoolType.java 71.42% <ø> (ø)
...in/java/org/apache/seata/common/json/JsonUtil.java 57.89% <ø> (ø)
... and 15 more

... and 9 files with indirect coverage changes

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.