eyforia commented on issue #214: URL: https://github.com/apache/maven-build-cache-extension/issues/214#issuecomment-3851253433
created a follow up fix. Issue: https://github.com/apache/maven-build-cache-extension/issues/450 PR: https://github.com/apache/maven-build-cache-extension/pull/451 Apparently, ZipArchiveInputStream is not reading unix permissions (known limitation). Switched to using ZipFile and permissions are now preserved upon extraction. I did not notice significant performance difference (for me, a 4gb multi-module "restore from build cache" is a tiny bit faster with the ZipFile) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
