spring-projects / spring-batch-extensions

Spring Batch Extensions
242 stars 258 forks source link

Improve resource file check #90

Closed mdeinum closed 2 years ago

mdeinum commented 2 years ago

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