What is best practice when working with (Zip)FileSystems – keep open or re-open as needed?
I’m working on a project that still uses JDK 8. The component I’m working on provides read-only access to local files for other components. Until now only resources from the default file system needed to be accessed. A new resource provider shall be added that provides access to class path resources, meaning files that are located in different jar files.