Releases: EMCECS/nfs-client-java
Releases · EMCECS/nfs-client-java
NFS Java Client v1.1.0
NOTE: this release requires Java 8+
- Added toString() methods to several classes to make troubleshooting easier/possible
- Updated Gradle to 7.4.2
- Updated dependencies (commons-lang3 3.12.0, netty 3.10.6)
- Fixed guarded SETATTR sending wrong ctime
- Fixed large files return negative value from
NFSFileInputStream.available()
- Fixed MKNOD to use correct Procedure number
v1.0.3
Minor optimization for streaming zero-byte files, plus associated tools jar.
Minor NfsFileInputStream fix
Single bug fix when reading one byte at a time.
v1.0.1 NFS Java Client (patched)
Added minor logging cleanup, removed code throwing exceptions on close of already-closed streams.
NFS Java Client v1.0.0
This is a pure Java NFS client. It works strictly through RPC, rather than using native mounts, so it can be used anywhere. The current version covers NFSv3. Future versions will cover NFSv4, and possibly earlier NFS versions as well.
First rc release of the NFS Java Client.
This is a pure Java client that can be used to manage NFS file systems via RPC. The distribution zip file is attached.