This is an automated email from the ASF dual-hosted git repository.
baerwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 6ad24a02c72 Update graalvm-native-image.md (#2857)
6ad24a02c72 is described below
commit 6ad24a02c72f099c1c37eb5c65d9cf03065321b5
Author: Spirit_wolf <[email protected]>
AuthorDate: Tue Nov 21 16:23:18 2023 +0800
Update graalvm-native-image.md (#2857)
【薪资】改成【心智】
Co-authored-by: baerwang <[email protected]>
---
content/zh-cn/blog/news/apachecon2023/graalvm-native-image.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/zh-cn/blog/news/apachecon2023/graalvm-native-image.md
b/content/zh-cn/blog/news/apachecon2023/graalvm-native-image.md
index ee2faca45ed..a656e7ec8c1 100644
--- a/content/zh-cn/blog/news/apachecon2023/graalvm-native-image.md
+++ b/content/zh-cn/blog/news/apachecon2023/graalvm-native-image.md
@@ -130,7 +130,7 @@ description: 启动速度提升10倍:Apache Dubbo 静态化 GraalVM Native Ima
- 编译阶段自动生成Adaptive源码,已经不需要开发者维护了。
- 支持编译阶段自动生成Dubbo所需的Reachability
Metadata。减小了打在业务启动的可执行文件里包的大小。因为在之前的版本里,它是把Dubbo所涉及的全量的可达性的元数据都打在二进制包里。比如业务用jka作为注册中心,我们把nacos也打在那里面,这就会导致它的二进制包非常大。现在这个版本如果用到jka,我们在box上解析不到nacos相关的依赖。所以我们就不会再把相关的内容打进去了,而且现在都是自动识别的。
--
新增dubbo-maven-plugin,用于替代dubbo-native-plugin。因为dubbo-native-plugin的能力和内容是比较聚焦的,我们把它重新归名为dubbo-maven-plugin后,涉及到的是我们能够降低业务接入的薪资负担。后面Dubbo相关的maven插件,都通过它来做就行了。
+-
新增dubbo-maven-plugin,用于替代dubbo-native-plugin。因为dubbo-native-plugin的能力和内容是比较聚焦的,我们把它重新归名为dubbo-maven-plugin后,涉及到的是我们能够降低业务接入的心智负担。后面Dubbo相关的maven插件,都通过它来做就行了。
- 兼容了Spring6+Spring Boot3,这就是我们在下个版本把XML和注解支持上去的技术的基础。
2023年12月将会发布Dubbo 3.3x版本。它基于Spring6,完成对XML和注解方式的支持,还移除了dubbo-native-plugin。