With this commit we use the isFile check introduced in
Spring 5 to check if something is an actaul file resource
instead of relying on FileNotFoundException.
Resource implementations didn't consistently throw a
FileNotFoundException (like the Google Big Query one)
leading to issues with reading.
With this commit we use the isFile check introduced in Spring 5 to check if something is an actaul file resource instead of relying on FileNotFoundException.
Resource implementations didn't consistently throw a FileNotFoundException (like the Google Big Query one) leading to issues with reading.
Closes: #89