From review: Temp files created during JAR/artifact processing may not always be cleaned up properly, especially on errors or in concurrent scenarios. Implement better cleanup strategies (e.g., using try-with-resources, shutdown hooks, or dedicated temp dir management with deletion on close).
From review: Temp files created during JAR/artifact processing may not always be cleaned up properly, especially on errors or in concurrent scenarios. Implement better cleanup strategies (e.g., using try-with-resources, shutdown hooks, or dedicated temp dir management with deletion on close).