File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55## [ 1.0.2]
66- Gradle, Kotlin, and other dependency versions updated.
7- - Add caching of AclFileAttributeView owner and aclEntries as properties to AttributeCachingPath.
8- - Modify AttributeCachingFileSystemProvider functions to support AclFileAttributeView.
7+ - Add caching of AclFileAttributeView owner and aclEntries attributes as properties of AttributeCachingPath.
8+ - Modified AttributeCachingFileSystemProvider setAttribute() to support AclFileAttributeView.
99- Add function overrides to AttributeCachingPath for resolve() and resolveSibling() when called with strings.
1010- Fixed issues with multithreaded calling of AttributeCachingFileSystemProvider newFileSystem().
1111
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ org.gradle.caching=true
1414org.gradle.jvmargs =-Dfile.encoding=UTF-8
1515kotlin.code.style =official
1616
17- attributeCachingFilesystemVersion =1.0.2
17+ attributeCachingFilesystemVersion =1.0.3-SNAPSHOT
1818
1919POM_NAME =Attribute Caching Filesystem
2020POM_DESCRIPTION =A File Attribute Caching Filesystem Library
You can’t perform that action at this time.
0 commit comments