File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 1.0.2]
6+ - 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.
9+ - Add function overrides to AttributeCachingPath for resolve() and resolveSibling() when called with strings.
10+ - Fixed issues with multithreaded calling of AttributeCachingFileSystemProvider newFileSystem().
11+
512## [ 1.0.1]
613Fixed issues with AttributeCachingPath not being used to wrap parent, root, and filename paths.
714
815## [ 1.0.0]
916Initial work for the file attribute caching filesystem using cached attribute fields that do not expire.
1017
1118[ Unreleased ] : https://github.com/pkware/attributeCachingFileSystem/tree/main
19+ [ 1.0.2 ] : https://github.com/pkware/attributeCachingFileSystem/tree/1.0.2
1220[ 1.0.1 ] : https://github.com/pkware/attributeCachingFileSystem/tree/1.0.1
1321[ 1.0.0 ] : https://github.com/pkware/attributeCachingFileSystem/tree/1.0.0
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-SNAPSHOT
17+ attributeCachingFilesystemVersion =1.0.2
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