Skip to content

Commit dc8ca2a

Browse files
committed
[skip ci] update readme
1 parent 5ac9aeb commit dc8ca2a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,15 @@ Zero-Dependency Java bindings for FUSE using [JEP 454](https://openjdk.org/jeps/
1010

1111
## Status
1212

13-
This lib makes use of the [Foreign Function & Memory API](https://openjdk.org/jeps/454), requiring at least JDK 22.
14-
Older JDK versions are *not supported*. Please refer to an older version of this lib, if you are interested in using it with an older JDK (with `--enable-preview`). Older versions will not receive patches or any kind of support, though!
13+
This lib makes use of the [Foreign Function & Memory API](https://openjdk.org/jeps/454). Since version 0.8.0 it requires JDK 25.
1514

1615
We attempt to support libfuse 3.x on Linux and Windows while also remaining compatible with libfuse 2.x on macOS, leading to some compromises in the API.
1716

1817
For libfuse 3 to ensure that the `readdir` operation runs in readdirplus mode, you have to add `FuseOperations.Operation.INIT` to the set returend by `FuseOperations::supportedOperations` method to the supported operations. An implementation of `init` is not necessary.
1918

2019
### Supported `fuse_operations`
2120

22-
Not all [`fuse_operations`](https://libfuse.github.io/doxygen/structfuse__operations.html) are supported yet.
21+
Not all [`fuse_operations`](https://libfuse.github.io/doxygen/structfuse__operations.html) are supported yet.
2322

2423
| | Status |
2524
|-----------------|-----------------------------------------|

0 commit comments

Comments
 (0)