dcache icon indicating copy to clipboard operation
dcache copied to clipboard

Remove all remaining references of Guava's Files class.

Open LukasMansour opened this issue 2 years ago • 0 comments
trafficstars

Motivation: Closes #3808

Modification: Removes the last instances of com.google.common.io.Files and replaces most of them with the JDK alternative. (Also required updating one or two guava classes, like the TreeTraverser)

Result: The remaining references of Guava's Files class are removed and some small tweaks to reduce the usage of Guava were done.

Signed-off-by: Lukas Mansour [email protected]

LukasMansour avatar Aug 03 '23 09:08 LukasMansour