Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AbstractFileItemWriter should support java.nio #756

Closed
spring-projects-issues opened this issue Nov 17, 2019 · 0 comments
Closed

AbstractFileItemWriter should support java.nio #756

spring-projects-issues opened this issue Nov 17, 2019 · 0 comments

Comments

@spring-projects-issues
Copy link
Collaborator

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 a WritableResource. This allows a AbstractFileItemWriter java.nio based implementation.


No further details from BATCH-2858

@fmbenhassine fmbenhassine added this to the 5.0.0 milestone May 6, 2021
@fmbenhassine fmbenhassine added in: infrastructure and removed status: waiting-for-triage Issues that we did not analyse yet labels Apr 7, 2022
fmbenhassine added a commit to fmbenhassine/spring-batch that referenced this issue Apr 13, 2022
@fmbenhassine fmbenhassine changed the title AbstractFileItemWriter should support java.nio [BATCH-2858] AbstractFileItemWriter should support java.nio May 4, 2022
@fmbenhassine fmbenhassine modified the milestones: 5.0.0, 5.0.0-M3 May 9, 2022
fmbenhassine added a commit to fmbenhassine/spring-batch that referenced this issue May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants