Introduce java.nio.file.Path based Resource implementation [SPR-10608] #15237
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Philippe Marschall opened SPR-10608 and commented
FileSystemResource
uses the "old"java.io.File
instead of the "new"java.nio.file.Path
. One of the disadvantages is that it only works with the default file system and not with custom ones. Since the minimum requirement for Spring 4.0 is still Java 6,FileSystemResource
cannot be retrofitted (and#getPath
cannot be added toResource
).Issue Links:
Referenced from: commits 5377fae, 5006dcd, 2313c9a
The text was updated successfully, but these errors were encountered: