Skip to content

Releases: EMCECS/nfs-client-java

NFS Java Client v1.1.0

15 Jul 16:26
0703a38
Compare
Choose a tag to compare

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

11 Apr 19:05
Compare
Choose a tag to compare

Minor optimization for streaming zero-byte files, plus associated tools jar.

Minor NfsFileInputStream fix

06 Jan 20:16
Compare
Choose a tag to compare

Single bug fix when reading one byte at a time.

v1.0.1 NFS Java Client (patched)

11 Nov 19:21
Compare
Choose a tag to compare

Added minor logging cleanup, removed code throwing exceptions on close of already-closed streams.

NFS Java Client v1.0.0

09 Nov 20:39
Compare
Choose a tag to compare

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.

01 Sep 18:10
Compare
Choose a tag to compare

This is a pure Java client that can be used to manage NFS file systems via RPC. The distribution zip file is attached.