You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve temp file leak and memory visibility issues in MavenNexusClassSource
- Change jarPathCache from Map to ConcurrentHashMap for proper memory visibility (#365)
- Register temp file immediately after creation to enable cleanup on cancellation
- Add temp file cleanup in CancellationException handler to prevent leaks (#363)
Resolves#363, #365
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments