optimize: binary packaging directory structure#7388
Merged
funky-eyes merged 6 commits intoapache:2.xfrom Jun 6, 2025
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #7388 +/- ##
=========================================
Coverage 58.84% 58.84%
- Complexity 531 535 +4
=========================================
Files 1280 1280
Lines 46066 46066
Branches 5557 5557
=========================================
Hits 27108 27108
- Misses 16381 16384 +3
+ Partials 2577 2574 -3 🚀 New features to boost your workflow:
|
Member
|
@OmCheeLin Good work. However, we need to wait until the previous UT issues are fixed before reviewing. |
Contributor
|
Please send your DingTalk ID to |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR optimizes the binary packaging directory structure for the Seata release distribution.
- Updated the release assembly configuration in distribution/release-seata.xml to include a base directory for the packaged binaries.
- Updated the changelog files (both zh-cn and en-us) to reflect the new packaging structure.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| distribution/release-seata.xml | Updated assembly configuration: enabled base directory inclusion and set a new baseDirectory name |
| changes/zh-cn/2.x.md, changes/en-us/2.x.md | Changelog entries added for the packaging structure optimization |
Comments suppressed due to low confidence (1)
distribution/release-seata.xml:22
- Changing 'includeBaseDirectory' from false to true along with specifying a new 'baseDirectory' updates the binary packaging structure. Please verify that any dependent deployment scripts or tooling expecting the previous structure are updated accordingly.
<includeBaseDirectory>true</includeBaseDirectory>
slievrly
pushed a commit
to slievrly/fescar
that referenced
this pull request
Oct 21, 2025
YvCeung
pushed a commit
to YvCeung/incubator-seata
that referenced
this pull request
Dec 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ⅰ. Describe what this PR did
Ⅱ. Does this pull request fix one issue?
fixes #7368.
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
run commmand


mvn -Prelease-seata -Dmaven.test.skip=true -Dskip.npm=true -T4C -Dpmd.skip=true clean install -Uzip file:
tar.gz file:
Ⅴ. Special notes for reviews
code has too few changes, still need to register the PR changes?