Unnecessary apache commons-io dependency in spring-batch-test module [BATCH-2698] #909
Labels
has: backports
Legacy label from JIRA. Superseded by "for: backport-to-x.x.x"
in: test
type: enhancement
Milestone
Mahmoud Ben Hassine opened BATCH-2698 and commented
The only usage of apache commons io library in
spring-batch-test
module is inDataSourceInitializer
:Now that v4 is based on Java 8,
IOUtils.readLines
can be replaced withFiles.lines
and the dependency to commons io can be removed.Affects: 4.0.1
Referenced from: pull request #587, and commits 305b4b8, f552607
Backported to: 4.1.0.M3, 4.0.2
The text was updated successfully, but these errors were encountered: