cowwoc commented on issue #318:
URL: 
https://github.com/apache/maven-build-cache-extension/issues/318#issuecomment-3369381702

   PR #387 builds upon the restoration improvements from this issue 
(MBUILDCACHE-86) by adding timestamp preservation.
   
   This issue introduced enhancements to file restoration, and PR #387 extends 
that work by ensuring that restored files maintain their original timestamps. 
This prevents Maven from issuing warnings about files being 'more recent than 
the packaged artifact'.
   
   The implementation in PR #387 modifies the same `CacheUtils.zip()` and 
`CacheUtils.unzip()` methods that were improved in PR #104 for this issue, 
adding directory timestamp tracking and deferred timestamp setting to avoid 
overwriting.


-- 
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]

Reply via email to