-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Hi all, It appears to me that there is a bug in NioFileLocker.unlock() method (spring integration v5.1.4.RELEASE).
Method clears up classloader level cache by calling FileChannelCache.closeChannelFor(fileToUnlock);, but it never tries to clean up its local lockCache.
tetebueno and danotrampus