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.
rowi1de opened BATCH-2858 and commented
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 aWritableResource
. This allows aAbstractFileItemWriter
java.nio based implementation.No further details from BATCH-2858
The text was updated successfully, but these errors were encountered: