Skip to content

v1.3.2

Latest

Choose a tag to compare

@cpovirk cpovirk released this 18 Aug 15:20
· 1 commit to master since this release
  • Fixed Files.move so that ATOMIC_MOVE always enables overwriting of an existing destination file. (3f6e092)
  • Ensured that SecureDirectoryStream.move works like Files.move with the ATOMIC_MOVE option, as specified, and required that all Path arguments to SecureDirectoryStream methods be from the same FileSystem as the stream itself. (398b0f9)
  • Fixed access from SystemJimfsFileSystemProvider to JimfsFileSystem when they are loaded by different class loaders. (5b756f1)