fix: use POSIX tar format to support systems with large GID/UID values#3940
fix: use POSIX tar format to support systems with large GID/UID values#3940
Conversation
Switch tarLongFileMode from 'gnu' to 'posix' in all assembly executions to remove the 2,097,151 limit on UID/GID values imposed by GNU tar format. Fixes #3939 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
🟢 Coverage ∅ diff coverage
Metric Results Coverage variation Report missing for 433d40e1 Diff coverage ✅ ∅ diff coverage Coverage variation details
Coverable lines Covered lines Coverage Common ancestor commit (433d40e) Report Missing Report Missing Report Missing Head commit (97a14c5) 148670 97926 65.87% Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch:
<coverage of head commit> - <coverage of common ancestor commit>Diff coverage details
Coverable lines Covered lines Diff coverage Pull request (#3940) 0 0 ∅ (not applicable) Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified:
<covered lines added or modified>/<coverable lines added or modified> * 100%1 Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.
TIP This summary will be updated as you push new changes. Give us feedback
📜 License Compliance Check✅ License check passed. See artifacts for full report. License Summary (first 50 lines) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3940 +/- ##
==========================================
+ Coverage 56.89% 65.27% +8.38%
==========================================
Files 1582 1582
Lines 117394 117431 +37
Branches 24932 24946 +14
==========================================
+ Hits 66788 76655 +9867
+ Misses 41159 30336 -10823
- Partials 9447 10440 +993 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
📜 License Compliance Check✅ License check passed. See artifacts for full report. License Summary (first 50 lines) |
📜 License Compliance Check✅ License check passed. See artifacts for full report. License Summary (first 50 lines) |
…filtering Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
📜 License Compliance Check✅ License check passed. See artifacts for full report. License Summary (first 50 lines) |
Summary
<tarLongFileMode>fromgnutoposixin all 4 assembly executions (full,minimal,headless,base) inpackage/pom.xmlCloses #3939
Test plan
mvn validate -pl packagepasses (verified locally)🤖 Generated with Claude Code