This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch history/next-staging
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/history/next-staging by this
push:
new 6cd02c82b95 deploy: a771d8c405f0fd6c11de21c5c6c127979df7dce6
6cd02c82b95 is described below
commit 6cd02c82b95223605766c86216f5154a329fb785
Author: AlbumenJ <[email protected]>
AuthorDate: Thu Aug 22 10:00:03 2024 +0000
deploy: a771d8c405f0fd6c11de21c5c6c127979df7dce6
---
sitemap.xml | 2 +-
zh-cn/index.xml | 9 ++++++---
.../version/3.2-to-3.3-compatibility-guide/index.html | 18 ++++++++++++++----
.../upgrades-and-compatibility/version/index.xml | 9 ++++++---
zh-cn/sitemap.xml | 2 +-
5 files changed, 28 insertions(+), 12 deletions(-)
diff --git a/sitemap.xml b/sitemap.xml
index 60b6106a8cb..8166b0f8c49 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://dubbo.apache.org/zh-cn/sitemap.xml</loc><lastmod>2024-08-20T10:59:56+08:00</lastmod></sitemap><sitemap><loc>https://dubbo.apache.org/en/sitemap.xml</loc><lastmod>2024-08-09T15:10:01+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://dubbo.apache.org/zh-cn/sitemap.xml</loc><lastmod>2024-08-22T17:54:56+08:00</lastmod></sitemap><sitemap><loc>https://dubbo.apache.org/en/sitemap.xml</loc><lastmod>2024-08-09T15:10:01+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
diff --git a/zh-cn/index.xml b/zh-cn/index.xml
index 7a033a739c2..24aa44de991 100644
--- a/zh-cn/index.xml
+++ b/zh-cn/index.xml
@@ -1406,9 +1406,12 @@ Xiaomi is devoted to making continuous contribution to
the open source community
3、实例级别升级切换 相比于 2.x 版本中的基于接口粒度的服务发现机制,3.x 引入了全新的基于应用粒度的服务发现机制,进一步提升了 Dubbo3
在大规模集群实践中的性能与稳定性。此次升级过程中我们也同步引入了配置中心与原数据中心,即将图四置灰部分启用</description></item><item><title>0-4
-
缓存条目超限</title><link>https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/faq/0/4/</link><pubDate>Mon,
01 Jan 0001 00:00:00
+0000</pubDate><guid>https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/faq/0/4/</guid><description>其它模块复用了
Common 层的基于文件的缓存机制(目前是元数据模块),而 Common 层的文件缓存机制 “发 [...]
可能的原因 用户不合理地配置了 Java System Property (用 -D 配置的 Java 系统属性)
dubbo.mapping.cache.entrySize 或者 dubbo.meta.cache.entrySize
默认值
-dubbo.mapping.cache.entrySize dubbo.meta.cache.entrySize 10000 100 排查和解决步骤
尝试重新配置上述 Java System Property(用 -D 配置的 Java 系统属性)。 如果确实没有配置这些 System
Property,请到 GitHub Issue Tracker 下发 Issue。</description></item><item><title>1-4
-
空地址</title><link>https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/faq/1/4/</link><pubDate>Mon,
01 Jan 0001 00:00:00
+0000</pubDate><guid>https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/faq/1/4/</guid><description>可能
[...]
-为什么要做这个迁移和调整?
-为了提升用户的使用体验,后续dubbo有关maven的插件能力都将统一使用dubbo-maven-plugin来提供。方便Dubbo用户使用和接入。而不需要一个特性对应一个插件,导致用户需要依赖多个plugin。
更加有利于后续Dubbo提供maven plugin能力时的维护和特性增强。</description></item><item><title>4-4 -
非安全序列化方式</title><link>https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/faq/4/4/</link><pubDate>Mon,
01 Jan 0001 00:00:00
+0000</pubDate><guid>https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/faq/4/4/</guid><description>可能的原因
当前在使用非安全的序列化器, 并不推荐。具体配置为:serial [...]
+dubbo.mapping.cache.entrySize dubbo.meta.cache.entrySize 10000 100 排查和解决步骤
尝试重新配置上述 Java System Property(用 -D 配置的 Java 系统属性)。 如果确实没有配置这些 System
Property,请到 GitHub Issue Tracker 下发 Issue。</description></item><item><title>1-4
-
空地址</title><link>https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/faq/1/4/</link><pubDate>Mon,
01 Jan 0001 00:00:00
+0000</pubDate><guid>https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/faq/1/4/</guid><description>可能
[...]
+&lt;dependency&gt;
&lt;groupId&gt;org.apache.dubbo&lt;/groupId&gt;
&lt;artifactId&gt;dubbo&lt;/artifactId&gt;
&lt;version&gt;3.3.0&lt;/version&gt;
&lt;/dependency&gt; 或者
+&lt;dependency&gt;
&lt;groupId&gt;org.apache.dubbo&lt;/groupId&gt;
&lt;artifactId&gt;dubbo-spring-boot-starter&lt;/artifactId&gt;
&lt;version&gt;3.3.0&lt;/version&gt;
&lt;/dependency&gt; 兼容性 CheckList 1. 默认序列化切换 Dubbo 3.3.0 版本开始默认序列化方式从
fastjson2 切换为 hessian2,对于升级到 3.3.0 的应用,Dubbo 会自动尝试采用 hessian2 进行序列化。
+Q1:为什么要切换默认序列化方式? hessian2 为 Dubbo 3.1.x
及以下版本中默认的序列化,长期的生产验证了其稳定性和兼容性,在评估了向前兼容性和长期可维护性后,Dubbo 团队决定将 hessian-lite 升级到最新
hessian4 主干版本,以支持 JDK17 和 JDK21。
+升级到 Dubbo 3.3.0 以后,依赖的 hessian-lite 版本将同步升级为 4.0.x,主要包含以下修改:
+同步 hessian 到上游 4.0.66 版本 修复 JDK17 及 JDK21 下类可见性带来的兼容性问题 支持
Record、ImmutableCollections 等 JDK9+ 特性 Q2:会不会影响和低版本的 Dubbo 互通?
部分场景下可能会有影响,具体如下:</description></item><item><title>4-4 -
非安全序列化方式</title><link>https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/faq/4/4/</link><pubDate>Mon,
01 Jan 0001 00:00:00
+0000</pubDate><guid>https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/faq/4/4/</guid><description>可能的原因
当前在使用非安全的序列化器, 并不推荐。具体配置为:serializatio [...]
Java 序列化是不安全的。Dubbo 团队不推荐任何人使用它。如果你仍然想使用它,请遵循 JEP 290 来设置序列化过滤器,以防止反序列化泄露。
排查和解决步骤 修改serialization的参数值. 将 protocol
内的序列化参数值修改为其他,如hessian2,fastjson2等。</description></item><item><title>5-4 -
服务接口中找不到方法</title><link>https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/faq/5/4/</link><pubDate>Mon,
01 Jan 0001 00:00:00
+0000</pubDate><guid>https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/faq/5/4/</guid><description>可能的原因
消费端调用的接口名#方法不存在。 服务端未正确的暴露当前接口。 排查和解决步骤 检查消费端调用的接口名#方法是否存在。
检查服务端暴露的服务列表内是否存在。</description></item>< [...]
排查和解决步骤 (该错误码目前空缺)</description></item><item><title>7-4 - QOS
服务启动失败</title><link>https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/faq/7/4/</link><pubDate>Mon,
01 Jan 0001 00:00:00
+0000</pubDate><guid>https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/faq/7/4/</guid><description>可能的原因
QOS 参数值未正确设置。主要参数有 qos.host 和 qos.port
diff --git
a/zh-cn/overview/mannual/java-sdk/reference-manual/upgrades-and-compatibility/version/3.2-to-3.3-compatibility-guide/index.html
b/zh-cn/overview/mannual/java-sdk/reference-manual/upgrades-and-compatibility/version/3.2-to-3.3-compatibility-guide/index.html
index ecc1fdf3027..869d04a124d 100644
---
a/zh-cn/overview/mannual/java-sdk/reference-manual/upgrades-and-compatibility/version/3.2-to-3.3-compatibility-guide/index.html
+++
b/zh-cn/overview/mannual/java-sdk/reference-manual/upgrades-and-compatibility/version/3.2-to-3.3-compatibility-guide/index.html
@@ -1,5 +1,5 @@
<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS
content="INDEX, FOLLOW"><link rel=canonical
href=https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/upgrades-and-compatibility/version/3.2-to-3.3-compatibility-guide/><meta
charset=utf-8><meta name=viewport
content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta
name=generator content="Hugo 0.121.2"><link rel="shortcut icon" type=image/png
href=/imgs/favicon.png><link rel=apple-touch-ic [...]
-<meta property="og:description" content="Dubbo 3.3 升级与兼容性指南"><meta
property="og:type" content="article"><meta property="og:url"
content="https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/upgrades-and-compatibility/version/3.2-to-3.3-compatibility-guide/"><meta
property="article:section" content="overview"><meta
property="article:modified_time" content="2024-05-14T10:50:03+08:00"><meta
itemprop=name content="3.2 升级至 3.3"><meta itemprop=description content="Dubbo
3. [...]
+<meta property="og:description" content="Dubbo 3.3 升级与兼容性指南"><meta
property="og:type" content="article"><meta property="og:url"
content="https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/upgrades-and-compatibility/version/3.2-to-3.3-compatibility-guide/"><meta
property="article:section" content="overview"><meta
property="article:modified_time" content="2024-08-22T17:54:56+08:00"><meta
itemprop=name content="3.2 升级至 3.3"><meta itemprop=description content="Dubbo
3. [...]
<a class=dropdown-item href=/en/download>Admin</a>
<a class=dropdown-item href=/option-3>System</a>
<a class=dropdown-item href=/option-3>Benchmark</a>
@@ -608,8 +608,18 @@
<label for=m-zh-cnoverviewnoticesprotocol-check><a
href=/zh-cn/overview/notices/protocol/ class="align-left pl-0 td-sidebar-link
td-sidebar-link__page" id=m-zh-cnoverviewnoticesprotocol><span>RPC
协议安全</span></a></label></li><li class="td-sidebar-nav__section-title
td-sidebar-nav__section without-child"
id=m-zh-cnoverviewnoticesregistry-li><input type=checkbox
id=m-zh-cnoverviewnoticesregistry-check>
<label for=m-zh-cnoverviewnoticesregistry-check><a
href=/zh-cn/overview/notices/registry/ class="align-left pl-0 td-sidebar-link
td-sidebar-link__page"
id=m-zh-cnoverviewnoticesregistry><span>注册中心安全</span></a></label></li><li
class="td-sidebar-nav__section-title td-sidebar-nav__section without-child"
id=m-zh-cnoverviewnoticesadmin-li><input type=checkbox
id=m-zh-cnoverviewnoticesadmin-check>
<label for=m-zh-cnoverviewnoticesadmin-check><a
href=/zh-cn/overview/notices/admin/ class="align-left pl-0 td-sidebar-link
td-sidebar-link__page" id=m-zh-cnoverviewnoticesadmin><span>Dubbo Admin
安全</span></a></label></li><li class="td-sidebar-nav__section-title
td-sidebar-nav__section without-child" id=m-zh-cnoverviewnoticeslog4j-li><input
type=checkbox id=m-zh-cnoverviewnoticeslog4j-check>
-<label for=m-zh-cnoverviewnoticeslog4j-check><a
href=/zh-cn/overview/notices/log4j/ class="align-left pl-0 td-sidebar-link
td-sidebar-link__page" id=m-zh-cnoverviewnoticeslog4j><span>Log4j
漏洞影响</span></a></label></li></ul></li></ul></li></ul></nav></div></div><main
class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb
class=td-breadcrumbs><ol class=breadcrumb><li class=breadcrumb-item><a
href=/zh-cn/overview/>文档</a></li><li class=breadcrumb-item><a href=/zh-cn/ove
[...]
-<button class="btn btn-primary mb-4
feedback--no">否</button></div><script>const
yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const
sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled
[...]
+<label for=m-zh-cnoverviewnoticeslog4j-check><a
href=/zh-cn/overview/notices/log4j/ class="align-left pl-0 td-sidebar-link
td-sidebar-link__page" id=m-zh-cnoverviewnoticeslog4j><span>Log4j
漏洞影响</span></a></label></li></ul></li></ul></li></ul></nav></div></div><main
class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb
class=td-breadcrumbs><ol class=breadcrumb><li class=breadcrumb-item><a
href=/zh-cn/overview/>文档</a></li><li class=breadcrumb-item><a href=/zh-cn/ove
[...]
+</span></span><span style=display:flex><span> <span
style=color:#268bd2><groupId></span>org.apache.dubbo<span
style=color:#268bd2></groupId></span>
+</span></span><span style=display:flex><span> <span
style=color:#268bd2><artifactId></span>dubbo<span
style=color:#268bd2></artifactId></span>
+</span></span><span style=display:flex><span> <span
style=color:#268bd2><version></span>3.3.0<span
style=color:#268bd2></version></span>
+</span></span><span style=display:flex><span><span
style=color:#268bd2></dependency></span>
+</span></span></code></pre></div><p>或者</p><div class=highlight><pre tabindex=0
style=color:#93a1a1;background-color:#002b36;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-xml data-lang=xml><span style=display:flex><span><span
style=color:#268bd2><dependency></span>
+</span></span><span style=display:flex><span> <span
style=color:#268bd2><groupId></span>org.apache.dubbo<span
style=color:#268bd2></groupId></span>
+</span></span><span style=display:flex><span> <span
style=color:#268bd2><artifactId></span>dubbo-spring-boot-starter<span
style=color:#268bd2></artifactId></span>
+</span></span><span style=display:flex><span> <span
style=color:#268bd2><version></span>3.3.0<span
style=color:#268bd2></version></span>
+</span></span><span style=display:flex><span><span
style=color:#268bd2></dependency></span>
+</span></span></code></pre></div><h1 id=兼容性-checklist>兼容性 CheckList</h1><h3
id=1-默认序列化切换>1. 默认序列化切换</h3><p>Dubbo 3.3.0 版本开始默认序列化方式从 <code>fastjson2</code>
切换为 <code>hessian2</code>,对于升级到 3.3.0 的应用,Dubbo 会自动尝试采用 <code>hessian2</code>
进行序列化。</p><h4 id=q1为什么要切换默认序列化方式>Q1:为什么要切换默认序列化方式?</h4><p><code>hessian2</code>
为 Dubbo 3.1.x 及以下版本中默认的序列化,长期的生产验证了其稳定性和兼容性,在评估了向前兼容性和长期可维护性后,Dubbo 团队决定将
<code>hessian-lite</code> 升级到最新 <code>hessian4</code> 主干版本,以支持 JDK17 和
JDK21。</p><p>升级到 Dubbo 3.3.0 以后,依赖 [...]
+<button class="btn btn-primary mb-4
feedback--no">否</button></div><script>const
yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const
sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled
[...]
<a
href="https://github.com/apache/dubbo-website/new/master/content/zh-cn/overview/mannual/java-sdk/reference-manual/upgrades-and-compatibility/version/3.2-to-3.3-compatibility-guide.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending
[...]
<a
href="https://github.com/apache/dubbo-website/issues/new?title=3.2%20%e5%8d%87%e7%ba%a7%e8%87%b3%203.3"
target=_blank><i class="fab fa-github fa-fw"></i> 登记问题</a>
-<a href=https://github.com/apache/dubbo/issues/new target=_blank><i class="fas
fa-tasks fa-fw"></i> 提交项目问题</a></div><nav id=TableOfContents><ul><li><a
href=#功能修改点>功能修改点</a><ul><li><a href=#1-移除了dubbo-native-plugin>1.
移除了dubbo-native-plugin</a></li></ul></li></ul></nav></div></div></div></div><footer
class="bg-dark py-5 row d-print-none footer-margin-0"><div
class="container-fluid mx-sm-5"><div class=row><div class="col-6 col-sm-4
text-xs-center order-sm-2"><ul class="list-inline mb-0"><l [...]
\ No newline at end of file
+<a href=https://github.com/apache/dubbo/issues/new target=_blank><i class="fas
fa-tasks fa-fw"></i> 提交项目问题</a></div><nav id=TableOfContents><ul><li><ul><li><a
href=#1-默认序列化切换>1. 默认序列化切换</a></li><li><a href=#2-registerfalse>2.
Register=false</a></li><li><a href=#3-nacos-订阅名字>3. Nacos 订阅名字</a></li><li><a
href=#4-starters>4. Starters</a></li><li><a href=#5-移除-dubbo-native-plugin>5.
移除 dubbo-native-plugin</a></li><li><a href=#6-移除-rest-协议>6. 移除 Rest
协议</a></li><li><a href=#7-jdk-序列化>7. JDK 序 [...]
\ No newline at end of file
diff --git
a/zh-cn/overview/mannual/java-sdk/reference-manual/upgrades-and-compatibility/version/index.xml
b/zh-cn/overview/mannual/java-sdk/reference-manual/upgrades-and-compatibility/version/index.xml
index 24126f5c038..1babc3cac28 100644
---
a/zh-cn/overview/mannual/java-sdk/reference-manual/upgrades-and-compatibility/version/index.xml
+++
b/zh-cn/overview/mannual/java-sdk/reference-manual/upgrades-and-compatibility/version/index.xml
@@ -11,6 +11,9 @@
关于自定义白名单的配置,可以参考官网的 文档 / SDK 手册 / Java SDK / 高级特性和用法 / 提升安全性 / 类检查机制 一文进行配置。
Q1:为什么要开启序列化白名单的强校验? 由于 Java 本身机制的问题,Dubbo 支持的非 IDL
序列化天然允许访问任意类,这将可能导致远程命令执行(RCE)风险。
Q2:升级到 3.2 的最佳实践是什么? 我们建议所有用户在升级 Dubbo 3.2.0 版本前添加
-Ddubbo.application.serialize-check-status=WARN 配置以保证最佳的兼容性。否则可能导致线上数据异常的情况!
-2. 默认序列化切换 Dubbo 3.2.0 版本开始默认序列化方式从 hessian2 切换为 fastjson2,对于升级到
3.</description></item><item><title>3.2 升级至
3.3</title><link>https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/upgrades-and-compatibility/version/3.2-to-3.3-compatibility-guide/</link><pubDate>Mon,
01 Jan 0001 00:00:00
+0000</pubDate><guid>https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/upgrades-and-compatibility/version/3.2-to-3.3-compatibility-guide/</guid><description>功能修
[...]
-为什么要做这个迁移和调整?
-为了提升用户的使用体验,后续dubbo有关maven的插件能力都将统一使用dubbo-maven-plugin来提供。方便Dubbo用户使用和接入。而不需要一个特性对应一个插件,导致用户需要依赖多个plugin。
更加有利于后续Dubbo提供maven plugin能力时的维护和特性增强。</description></item></channel></rss>
\ No newline at end of file
+2. 默认序列化切换 Dubbo 3.2.0 版本开始默认序列化方式从 hessian2 切换为 fastjson2,对于升级到
3.</description></item><item><title>3.2 升级至
3.3</title><link>https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/upgrades-and-compatibility/version/3.2-to-3.3-compatibility-guide/</link><pubDate>Mon,
01 Jan 0001 00:00:00
+0000</pubDate><guid>https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/upgrades-and-compatibility/version/3.2-to-3.3-compatibility-guide/</guid><description>对于绝
[...]
+&lt;dependency&gt;
&lt;groupId&gt;org.apache.dubbo&lt;/groupId&gt;
&lt;artifactId&gt;dubbo&lt;/artifactId&gt;
&lt;version&gt;3.3.0&lt;/version&gt;
&lt;/dependency&gt; 或者
+&lt;dependency&gt;
&lt;groupId&gt;org.apache.dubbo&lt;/groupId&gt;
&lt;artifactId&gt;dubbo-spring-boot-starter&lt;/artifactId&gt;
&lt;version&gt;3.3.0&lt;/version&gt;
&lt;/dependency&gt; 兼容性 CheckList 1. 默认序列化切换 Dubbo 3.3.0 版本开始默认序列化方式从
fastjson2 切换为 hessian2,对于升级到 3.3.0 的应用,Dubbo 会自动尝试采用 hessian2 进行序列化。
+Q1:为什么要切换默认序列化方式? hessian2 为 Dubbo 3.1.x
及以下版本中默认的序列化,长期的生产验证了其稳定性和兼容性,在评估了向前兼容性和长期可维护性后,Dubbo 团队决定将 hessian-lite 升级到最新
hessian4 主干版本,以支持 JDK17 和 JDK21。
+升级到 Dubbo 3.3.0 以后,依赖的 hessian-lite 版本将同步升级为 4.0.x,主要包含以下修改:
+同步 hessian 到上游 4.0.66 版本 修复 JDK17 及 JDK21 下类可见性带来的兼容性问题 支持
Record、ImmutableCollections 等 JDK9+ 特性 Q2:会不会影响和低版本的 Dubbo 互通?
部分场景下可能会有影响,具体如下:</description></item></channel></rss>
\ No newline at end of file
diff --git a/zh-cn/sitemap.xml b/zh-cn/sitemap.xml
index 0a6bb921a29..914ba791704 100644
--- a/zh-cn/sitemap.xml
+++ b/zh-cn/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://dubbo.apache.org/zh-cn/blog/2023/01/16/%E9%98%BF%E9%87%8C%E5%B7%B4%E5%B7%B4%E5%8D%87%E7%BA%A7-dubbo3-%E5%85%A8%E9%9D%A2%E5%8F%96%E4%BB%A3-hsf2/</loc><lastmod>2023-11-28T15:14:12+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url><url><loc>https://dubbo.apache.org/zh-cn/overview/mannual/jav
[...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://dubbo.apache.org/zh-cn/blog/2023/01/16/%E9%98%BF%E9%87%8C%E5%B7%B4%E5%B7%B4%E5%8D%87%E7%BA%A7-dubbo3-%E5%85%A8%E9%9D%A2%E5%8F%96%E4%BB%A3-hsf2/</loc><lastmod>2023-11-28T15:14:12+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url><url><loc>https://dubbo.apache.org/zh-cn/overview/mannual/jav
[...]
\ No newline at end of file