This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch chaokunyang-patch-2 in repository https://gitbox.apache.org/repos/asf/fory.git
commit 63fbc8fa3bea09c4b241aa06fc3b782d89c07dcb Author: Shawn Yang <[email protected]> AuthorDate: Thu Jun 26 16:06:11 2025 +0800 Update jdk 24 support in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b2a1694..038a70c5 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ In addition to cross-language serialization, Fory also features at: - Drop-in replace Java serialization frameworks such as JDK/Kryo/Hessian, but 100x faster at most, which can greatly improve the efficiency of high-performance RPC calls, data transfer, and object persistence. - **100% compatible** with JDK serialization API with much faster implementation: supporting JDK `writeObject`/`readObject`/`writeReplace`/`readResolve`/`readObjectNoData`/`Externalizable` API. -- Supports **Java 8~21**, Java 17+ `record` is supported too. +- Supports **Java 8~24**, Java 17+ `record` is supported too. - Supports [AOT compilation serialization](docs/guide/graalvm_guide.md) for **GraalVM native image**, and no reflection/serialization json config are needed. - Supports shared and circular reference object serialization for golang. - Supports [scala serialization](docs/guide/scala_guide.md) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
