Skip to content

Commit

Permalink
libs: update nfs4j to 0.24.3
Browse files Browse the repository at this point in the history
fixes in open-stateid handling that aims to fix issues with
concurrent opens of a single file by a same client.

Changelog for nfs4j-0.24.1..nfs4j-0.24.3
    * [483494ed] [maven-release-plugin] prepare for next development iteration
    * [98033b3c] nfs4: remove state only after successful disposal
    * [6e2658ac] nfs4: bump open-stateid sequence only in FileTracker#addOpen
    * [6463ac38] [maven-release-plugin] prepare release nfs4j-0.24.2
    * [7b4981f6] [maven-release-plugin] prepare for next development iteration
    * [584e988f] nfs4: FileTracker should return a copy of stateid
    * [ed0a06a3] pom: fix version number
    * [161e69a1] [maven-release-plugin] prepare release nfs4j-0.24.3

Acked-by: Lea Morschel
Target: master, 9.0
Require-book: no
Require-notes: yes
  • Loading branch information
kofemann committed Mar 30, 2023
1 parent 0391098 commit 33c52d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -802,7 +802,7 @@
<dependency>
<groupId>org.dcache</groupId>
<artifactId>nfs4j-core</artifactId>
<version>0.24.1</version>
<version>0.24.3</version>
</dependency>
<dependency>
<groupId>com.github.nitram509</groupId>
Expand Down

0 comments on commit 33c52d6

Please sign in to comment.