| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.3.0 source code.tar.gz | 2023-07-03 | 157.6 kB | |
| 1.3.0 source code.zip | 2023-07-03 | 264.6 kB | |
| README.md | 2023-07-03 | 631 Bytes | |
| Totals: 3 Items | 422.8 kB | 0 | |
Maven dependency:
:::xml
<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-Nameto the jar for modules support. (6a057ff63cf9275fa437d9b408ffd7b9c854d0cc) - Fixed several bugs with the behavior of
FileChannel.transferFrom. (ee785ea) - Added
FileTimeSourceand made it possible to set aFileTimeSourcein theConfigurationof a file system. (139c10e)