There are 2 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-4749e6db-f2e6-45b6-a2e8-bce00da62d0a XWIKI-24126 Open

It is not possible to export XARs that are larger than 4G

 
View issue   ยท   Add comment
 

2 comments

 
cid:jira-generated-image-avatar-371fbe02-2e33-43b1-a731-7be3d9e12df0 Vincent Massol on 16/Mar/26 16:15
 

The ZIP format doesn't support more than 4GB. However ZIP64 does and Apache Commons Compress seems to support it, see https://commons.apache.org/proper/commons-compress/zip.html and search for "ZIP64"

 
cid:jira-generated-image-avatar-371fbe02-2e33-43b1-a731-7be3d9e12df0 Vincent Massol on 16/Mar/26 16:16
 
The ZIP format doesn't support more than 4GB. However ZIP64 does and Apache Commons Compress 1.3+ seems to support it, see https://commons.apache.org/proper/commons-compress/zip.html and search for "ZIP64"