Skip to content

1.3.0

Latest
Compare
Choose a tag to compare
@cpovirk cpovirk released this 05 Jul 14:07
· 79 commits to master since this release

Maven dependency:

<dependency>
  <groupId>com.google.jimfs</groupId>
  <artifactId>jimfs</artifactId>
  <version>1.3.0</version>
</dependency>

What's new in 1.3.0

  • Officially dropped support for Java 7, and restored accidentally dropped support for Java 8. (5b60a42)
  • Added an Automatic-Module-Name to the jar for modules support. (6a057ff)
  • Fixed several bugs with the behavior of FileChannel.transferFrom. (ee785ea)
  • Added FileTimeSource and made it possible to set a FileTimeSource in the Configuration of a file system. (139c10e)