Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Won't Fix
-
14.6.3, 13.4.9
-
None
-
None
-
Flagged
-
Orion
Description
LatestBundledJQueryResourceReference is leaking resources (file handles) in some cases, my assumption is that it is caused by some symbolic link (circular) reference loop.
I checked Guava issue tracker, and while they have similar issues in the past, all of them were fixed. Guava team recommends to use ClassGraph instead, because ClassPath is not working on windows platform for example: