You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spring-batch-infrastructure: AbstractFileItemWriter.java
always uses java.ioFileOutputStream no matter which _org.springframework.core.io.Resource_ is used. Currently, there is no NIO based Resource available in Spring Core.
As the class represents a FileItemWriter, Resource could be specialized to a WritableResource. This allows a AbstractFileItemWriter java.nio based implementation.