Skip to content

Commit

Permalink
libs: use nfs4j-0.25.x
Browse files Browse the repository at this point in the history
minor feature release

Behavioral change:

If no layouts are explicitly specified in the export file, then all supported
layouts are offered to the client (before only nfsv4_files layout was offered).

Changelog for nfs4j-0.24.0..nfs4j-0.25.0
    * [85a4f93d] [maven-release-plugin] prepare for next development iteration
    * [5826bf2a] build(deps): bump hazelcast from 4.1.8 to 4.1.10
    * [cbe5d31c] libs: use oncrpc4j-3.3.0
    * [89df15ce] nfs: add exception that matches FS4ERR_OFFLOAD_DENIED state
    * [e533bf81] nfs4: remove state only after successful disposal
    * [42ed2e03] nfs4: bump open-stateid sequence only in FileTracker#addOpen
    * [73d73afc] nfs4: FileTracker should return a copy of stateid
    * [f6da65f0] pom: update maven plugins versions
    * [991a18df] nfs41: change default behaviour if no layouts types specified in export
    * [a7cc8b40] nfs4: fix telescopic constructor call of NFSv4StateHandler
    * [908045ae] nfs41: add possibility to specify server implementation details
    * [23be6ee0] build(deps): bump hazelcast from 4.1.10 to 5.3.0
    * [4e4f11ff] build(deps): bump guava from 31.1-jre to 32.0.0-jre
    * [795a59ce] pom: update maven release plugin to 3.0.1
    * [99c31536] pom: update maven scm-provider-gitexe plugin
    * [47eaed21] [maven-release-plugin] prepare branch @{releaseLabel}
    * [f05d56c1] [maven-release-plugin] prepare release nfs4j-0.25.0

Acked-by: Lea Morschel
Target: master
Require-book: no
Require-notes: yes
  • Loading branch information
kofemann committed Aug 2, 2023
1 parent 3fb6651 commit 5f5a5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -770,7 +770,7 @@
<dependency>
<groupId>org.dcache</groupId>
<artifactId>nfs4j-core</artifactId>
<version>0.24.3</version>
<version>0.25.0</version>
</dependency>
<dependency>
<groupId>com.github.nitram509</groupId>
Expand Down

0 comments on commit 5f5a5a9

Please sign in to comment.