apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.52k stars 26.43k forks source link

[dubbo-spi-extensions] Update the extended serialization libraries in 3.3.0 to the latest versions. #13917

Open chickenlj opened 8 months ago

chickenlj commented 8 months ago

Pre-check

Search before asking

Apache Dubbo Component

Java SPI Extensions (apache/dubbo-spi-extensions)

Descriptions

Update to the latest versions to support JDK 17 and 21

Related issues

No response

Are you willing to submit a pull request to fix on your own?

Code of Conduct

chickenlj commented 8 months ago

In the documentation for 3.3.0, we will make it clear for the users on which JDK version each library supports: https://dubbo-next.staged.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/serialization/#%E5%BA%8F%E5%88%97%E5%8C%96

Something like this:

image