RFR: 8267820: (fs) Files.copy should attempt to copy POSIX attributes when target file in custom file system [v3]
Brian Burkhalter
bpb at openjdk.java.net
Thu Mar 10 17:01:17 UTC 2022
> In `java.nio.file.Files.copy()` copy POSIX attributes even if the target is from a different file system provided both the source and target file systems support such attributes.
Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
8267820: Change src to source, dst to target
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/7627/files
- new: https://git.openjdk.java.net/jdk/pull/7627/files/beaf1754..5de82f28
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7627&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7627&range=01-02
Stats: 15 lines in 1 file changed: 0 ins; 0 del; 15 mod
Patch: https://git.openjdk.java.net/jdk/pull/7627.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7627/head:pull/7627
PR: https://git.openjdk.java.net/jdk/pull/7627
More information about the nio-dev
mailing list