master
8347121: Add missing @serial tags to module java.base
8351505: (fs) Typo in the documentation of java.nio.file.spi.FileSystemProvider.getFileSystem()
8338411: Implement JEP 486: Permanently Disable the Security Manager
8187443: Forest Consolidation: Move files to unified layout
8229997: Apply java.io.Serial annotations in java.base
8371689: (fs) CopyMoveHelper.copyToForeignTarget use of sourcePosixView is confusing
8264779: Fix doclint warnings in java/nio
8307409: Refactor usage examples to use @snippet in the java.nio packages
8302979: (fs) Files usage of SUPPORTED_CHARSETS could be simplified
7057369: (fs spec) FileStore getUsableSpace and getUnallocatedSpace could be clearer
8357912: (fs) Remove @since tag from java.nio.file.FileSystems.newFileSystem(Path,ClassLoader)
8345799: Update copyright year to 2024 for core-libs in files where it was missed
8349383: (fs) FileTreeWalker.next() superfluous null check of visit() return value
8220816: (fs) Files.createDirectory should make it more obvious that it fails when the directory already exists
8353641: Deprecate core library permission classes for removal
8351415: (fs) Path::toAbsolutePath should specify if an absolute path has a root component
8367284: (fs) Support current working directory target in SecureDirectoryStream.move
8344078: Remove security manager dependency in java.nio
8285676: Add missing @param tags for type parameters on classes and interfaces
8330077: Allow max number of events to be buffered to be configurable to avoid OVERFLOW_EVENT
8241619: (fs) Files.newByteChannel(path, Set.of(CREATE_NEW, READ)) does not throw a FileAlreadyExistsException when the file exists