awcosand commented on PR #87: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/87#issuecomment-3419089350
I've flipped cache from opt-out to opt-in and added a retention period to cache files, so ones that are more than 30 days old get cleaned up. I also switched the capture of the converted archive from a ByteArrayOutputStream to TeeOtuputStream and made it so cached files go to a tmp file first, before being moved into the cache, so that a failed conversion doesn't poison the cache. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
