cowwoc commented on issue #214: URL: https://github.com/apache/maven-build-cache-extension/issues/214#issuecomment-3369381539
While this issue is about permissions, PR #387 addresses a related ZIP archive limitation: timestamp preservation. Both issues stem from limitations in how the extension's ZIP implementation handles file metadata: - This issue (#214): File permissions not preserved - PR #387: File/directory timestamps not preserved The timestamp fix in PR #387 modifies `CacheUtils.zip()` and `CacheUtils.unzip()` to properly handle directory timestamps. A similar approach could potentially be used to preserve file permissions using ZIP's external file attributes, though that would require additional work. -- 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]
