Integrated: 8267820: (fs) Files.copy should attempt to copy POSIX attributes when target file in custom file system

Brian Burkhalter bpb at openjdk.java.net
Thu Mar 10 17:40:45 UTC 2022


On Fri, 25 Feb 2022 23:31:22 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: fdce97df
Author:    Brian Burkhalter <bpb at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/fdce97df5f03d9aa37d85f271d08971ec47db01d
Stats:     63 lines in 5 files changed: 36 ins; 9 del; 18 mod

8267820: (fs) Files.copy should attempt to copy POSIX attributes when target file in custom file system

Reviewed-by: lancea, alanb

-------------

PR: https://git.openjdk.java.net/jdk/pull/7627


More information about the nio-dev mailing list