elharo opened a new issue, #98:
URL: https://github.com/apache/maven-shared-io/issues/98

   ## Bug #16
   
   `DefaultDownloadManager.java` line 110
   
   Each call to `download()` creates a new temp file and registers it with 
`deleteOnExit()`. Over many invocations this causes the 
`java.io.DeleteOnExitHook` map to accumulate entries, which can lead to a 
memory leak and degraded JVM shutdown performance.


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